Skip to content

Commit

Permalink
fix(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 96f1d02 commit 5e1d348
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 421 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^18.3.9",
"bumpp": "^9.5.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.57.1",
"eslint": "^9.11.1",
"jiti": "^2.0.0",
"react": "^18.3.1",
"typescript": "^5.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"index.js"
],
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -24,6 +24,6 @@
"@hannoeru/eslint-plugin": "workspace:*"
},
"devDependencies": {
"eslint": "^8.57.1"
"eslint": "^9.11.1"
}
}
20 changes: 10 additions & 10 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,39 @@
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-yml": "^1.14.0",
"jsonc-eslint-parser": "^2.4.0",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@babel/types": "^7.25.6",
"@typescript-eslint/utils": "^7.18.0",
"eslint": "^8.57.1",
"@typescript-eslint/utils": "^8.7.0",
"eslint": "^9.11.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0"
}
Expand Down
Loading

0 comments on commit 5e1d348

Please sign in to comment.