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 Apr 25, 2024
1 parent 66001ef commit 4cb91e3
Show file tree
Hide file tree
Showing 6 changed files with 561 additions and 160 deletions.
2 changes: 1 addition & 1 deletion apps/editing-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@wordpress/url": "^3.57.0",
"calypso": "workspace:^",
"classnames": "^2.3.2",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"moment": "^2.26.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@
"@types/gtag.js": "^0.0.19",
"@types/superagent": "^4.1.24",
"@types/wordpress__blocks": "^12.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@wordpress/eslint-plugin": "^17.13.0",
"@wordpress/stylelint-config": "^21.39.0",
"babel-loader": "^8.2.3",
Expand All @@ -255,13 +255,13 @@
"chroma-js": "^2.1.2",
"css-loader": "^6.11.0",
"doctrine": "^3.0.0",
"eslint": "^8.57.0",
"eslint": "^9.0.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.2.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-mocha": "^10.4.1",
Expand Down Expand Up @@ -300,7 +300,7 @@
"source-map": "^0.7.3",
"stackframe": "^1.1.1",
"stacktrace-gps": "^3.0.3",
"stylelint": "^14.16.1",
"stylelint": "^16.3.1",
"tslib": "^2.3.0",
"typescript": "^5.3.3",
"v8-profiler-next": "^1.10.0",
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.0.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.0",
"eslint": ">=8.57.0",
"eslint": ">=9.0.0",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.3.0"
},
Expand All @@ -44,6 +44,6 @@
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/parser": "^7.24.0",
"eslint": "^8.57.0"
"eslint": "^9.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/verbum-block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@automattic/calypso-color-schemes": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"@types/wordpress__blocks": "^12.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@wordpress/eslint-plugin": "^17.13.0",
"@wordpress/stylelint-config": "^21.39.0",
"typescript": "^5.3.3"
Expand Down

0 comments on commit 4cb91e3

Please sign in to comment.