Skip to content

Commit

Permalink
Update Eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 24, 2024
1 parent c2b7dc0 commit 6036a9b
Show file tree
Hide file tree
Showing 11 changed files with 233 additions and 197 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"version-packages": "bash ./tools/version-packages.sh"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "8.57.1",
"husky": "8.0.3",
"jetpack-cli": "workspace:*",
"jetpack-js-tools": "workspace:*"
Expand Down
388 changes: 204 additions & 184 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/boost-score-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"typescript": "5.0.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/eslint-config-target-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@wordpress/browserslist-config": "6.9.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-plugin-es-x": "7.8.0",
"globals": "15.4.0",
"jest": "29.7.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/image-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@rollup/plugin-terser": "0.4.3",
"@rollup/plugin-typescript": "12.1.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"postcss": "8.4.31",
"rollup": "3.29.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/svelte-data-sync-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"svelte": "4.2.19",
"tslib": "2.5.0",
Expand Down
16 changes: 8 additions & 8 deletions tools/js-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@automattic/eslint-changed": "workspace:*",
"@automattic/eslint-config-target-es": "workspace:*",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/eslint-parser": "7.25.9",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@octokit/auth-token": "5.1.1",
Expand All @@ -28,22 +28,22 @@
"chalk": "4.1.2",
"debug": "4.3.4",
"enquirer": "2.4.1",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-plugin-es-x": "7.8.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-jsdoc": "48.8.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-playwright": "0.22.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-svelte": "2.43.0",
"eslint-plugin-testing-library": "6.3.0",
"eslint-plugin-svelte": "2.46.0",
"eslint-plugin-testing-library": "6.4.0",
"glob": "10.4.1",
"ignore": "5.1.8",
"jest": "29.7.0",
Expand Down

0 comments on commit 6036a9b

Please sign in to comment.