Skip to content

Commit

Permalink
chore(deps): update eslint monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent f0753a6 commit 6d9b7a3
Show file tree
Hide file tree
Showing 12 changed files with 154 additions and 122 deletions.
2 changes: 1 addition & 1 deletion applications/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@xstate/test": "0.5.1",
"bundlesize": "0.18.2",
"css-loader": "7.1.2",
"eslint": "8.57.0",
"eslint": "9.13.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.3",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@eslint/js": "8.57.0",
"@eslint/js": "9.13.0",
"@rushstack/eslint-patch": "1.10.4",
"@tanstack/eslint-plugin-query": "5.59.7",
"@testing-library/dom": "10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/node": "20.17.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@yarnpkg/builder": "4.2.0",
"@yarnpkg/cli": "4.5.1",
"@yarnpkg/core": "4.1.4",
"eslint": "8.57.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/typescript-project-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@package/tsconfig": "workspace:*",
"@yarnpkg/builder": "4.2.0",
"@yarnpkg/core": "4.1.4",
"eslint": "8.57.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@testing-library/dom": "10.4.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.0",
"eslint": "8.57.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@package/tsconfig": "workspace:*",
"@types/jest": "29.5.14",
"@types/node": "20.17.0",
"eslint": "8.57.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@package/tsconfig": "workspace:*",
"@yarnpkg/builder": "4.2.0",
"@yarnpkg/core": "4.1.4",
"eslint": "8.57.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/react-dom": "18.3.1",
"bundlesize": "0.18.2",
"css-loader": "7.1.2",
"eslint": "8.57.0",
"eslint": "9.13.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.3",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/node": "20.17.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"lint-staged": "12.1.7",
"markdownlint-cli": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/solid-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"babel-preset-solid": "1.9.3",
"bundlesize": "0.18.2",
"css-loader": "7.1.2",
"eslint": "8.57.0",
"eslint": "9.13.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.3",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 6d9b7a3

Please sign in to comment.