Skip to content

Commit

Permalink
chore(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 28, 2024
1 parent 322c4c3 commit 0b4bb6a
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 141 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@
"@types/gtag.js": "^0.0.19",
"@types/superagent": "^4.1.24",
"@types/wordpress__blocks": "^12.5.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@wordpress/eslint-plugin": "^21.1.2",
"@wordpress/stylelint-config": "^23.0.0",
"babel-loader": "^8.2.3",
Expand All @@ -264,13 +264,13 @@
"css-loader": "^6.11.0",
"doctrine": "^3.0.0",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.57.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-nibble": "^8.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@automattic/calypso-typescript-config": "workspace:^"
},
"peerDependencies": {
"eslint": ">=8.57.0"
"eslint": ">=9.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin-wpcalypso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"peerDependencies": {
"@babel/core": ">=7.24.5",
"eslint": ">=8.57.0",
"eslint": ">=9.10.0",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.3.0"
},
Expand All @@ -44,6 +44,6 @@
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/parser": "^7.24.5",
"eslint": "^8.57.0"
"eslint": "^9.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/fingerprintjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@types/karma-summary-reporter": "^3.1.0",
"@types/node": "^22.2.0",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"file-loader": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/verbum-block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@automattic/calypso-color-schemes": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"@types/wordpress__blocks": "^12.5.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@wordpress/eslint-plugin": "^21.1.2",
"@wordpress/stylelint-config": "^23.0.0",
"node-fetch": "^2.6.6",
Expand Down
Loading

0 comments on commit 0b4bb6a

Please sign in to comment.