Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed May 9, 2024
1 parent c833b83 commit 8ea6f7a
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 428 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
@@ -1,4 +1,4 @@
name: Release
name: release

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "21"
node-version: "22"
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run test --if-present
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/smoke-test.yml
@@ -1,12 +1,9 @@
name: Smoke test

on:
push:
branches:
- '**'
# workflow_dispatch: # Manual trigger
# schedule: # Every sunday at 00:00
# - cron: "0 00 * * SUN"
workflow_dispatch: # Manual trigger
schedule: # Every sunday at 00:00
- cron: "0 00 * * SUN"

jobs:
test:
Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -41,27 +41,27 @@
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.7.2",
"@stylistic/eslint-plugin": "^2.0.0",
"@types/eslint": "^8.56.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/rule-tester": "^7.7.1",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/rule-tester": "^7.8.0",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-doc-generator": "^1.7.0",
"eslint-plugin-eslint-plugin": "^6.0.0",
"eslint": "^9.2.0",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^6.1.0",
"eslint-plugin-vitest": "0.5.3",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"tsx": "^4.9.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"engines": {
"node": "^18.0.0 || >= 20.0.0"
Expand All @@ -79,6 +79,6 @@
}
},
"dependencies": {
"@typescript-eslint/utils": "^7.7.1"
"@typescript-eslint/utils": "^7.8.0"
}
}

0 comments on commit 8ea6f7a

Please sign in to comment.