Skip to content

Commit

Permalink
fix smoke tests (#444)
Browse files Browse the repository at this point in the history
* x

* feat: update deps
  • Loading branch information
veritem committed May 9, 2024
1 parent 288bfb5 commit 0ecff08
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 423 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
2 changes: 1 addition & 1 deletion eslint-remote-tester.config.ts
Expand Up @@ -24,7 +24,7 @@ const config: Config = {
parser: '@typescript-eslint/parser'
}
],
extends: ['plugin:vitest/all']
extends: ['plugin:vitest/legacy-all']
}
}

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 0ecff08

Please sign in to comment.