Skip to content

Commit

Permalink
NPM update 2024-11-18 - eslint 9.15.0, typescript-eslint 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milang committed Nov 18, 2024
1 parent 2ecddb8 commit 5e2b16d
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 133 deletions.
2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ packageExtensions:
"@eslint-react/types@*": { peerDependencies: { "eslint": ">= 9", "typescript": ">= 5" } }
"@eslint-react/var@*": { peerDependencies: { "eslint": ">= 9", "typescript": ">= 5" } }
"@tanstack/eslint-plugin-query@*": { peerDependencies: { "typescript": ">= 5" } }
"@typescript-eslint/type-utils@*": { peerDependencies: { "eslint": ">= 9" } }
"@typescript-eslint/utils@*": { peerDependencies: { "typescript": ">= 5" } }
"eslint-plugin-import-x@*": { peerDependencies: { "typescript": ">= 5" } }
"eslint-plugin-testing-library@*": { peerDependencies: { "typescript": ">= 5" } }
"typescript-eslint@*": { peerDependencies: { "eslint": ">= 9" } }
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"packageManager": "[email protected]",
"resolutions": {
"@typescript-eslint/utils": "^8.14.0"
"@typescript-eslint/utils": "^8.15.0"
},
"devDependencies": {
"@pandell/eslint-config": "workspace:packages/eslint-config",
"browserslist": "^4.24.2",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Add the following to your `package.json`:
```jsonc
{
"resolutions": {
"@typescript-eslint/utils": "^8.14.0" // see note 1
"@typescript-eslint/utils": "^8.15.0" // see note 1
},
"devDependencies": {
"@pandell/eslint-config": "^9.6.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
// ...
},
// ...
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"dependencies": {
"@eslint-react/eslint-plugin": "^1.16.1",
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/utils": "^8.15.0",
"@vitest/eslint-plugin": "^1.1.10",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-testing-library": "^6.4.0",
"typescript-eslint": "^8.14.0"
"typescript-eslint": "^8.15.0"
},
"devDependencies": {
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5e2b16d

Please sign in to comment.