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 Oct 24, 2024
1 parent 2c9856b commit da84aa8
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 142 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,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.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@wordpress/eslint-plugin": "^21.1.2",
"@wordpress/stylelint-config": "^23.0.0",
"babel-loader": "^8.2.3",
Expand All @@ -266,18 +266,18 @@
"css-loader": "^6.11.0",
"doctrine": "^3.0.0",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.57.0",
"eslint": "^9.12.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.4.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-wpcalypso": "workspace:^",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"gettext-parser": "^4.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-wpcalypso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@babel/core": ">=7.25.8",
"eslint": ">=8.57.0",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.3.0"
"eslint-plugin-react-hooks": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"eslint-plugin-react": {
Expand All @@ -44,6 +44,6 @@
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/parser": "^7.25.8",
"eslint": "^8.57.0"
"eslint": "^9.12.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.7.5",
"@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.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.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.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@wordpress/eslint-plugin": "^21.1.2",
"@wordpress/stylelint-config": "^23.0.0",
"node-fetch": "^2.6.6",
Expand Down
Loading

0 comments on commit da84aa8

Please sign in to comment.