Skip to content

Commit

Permalink
Update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent bc53d26 commit 3082826
Show file tree
Hide file tree
Showing 10 changed files with 208 additions and 402 deletions.
2 changes: 1 addition & 1 deletion apps/ember-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ember-template-imports": "4.2.0",
"ember-template-lint": "6.0.0",
"ember-try": "3.0.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-n": "17.15.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/ember-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"ember-source-channel-url": "3.0.0",
"ember-template-imports": "4.2.0",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-n": "17.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/parser": "8.18.1",
"blurhash": "2.0.5",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ember-cached-decorator-polyfill": "1.0.2",
"ember-modifier": "4.2.0",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-n": "17.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/parser": "7.18.0",
"@vitest/browser": "2.1.6",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"playwright": "1.49.1",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@typescript-eslint/parser": "8.18.1",
"concurrently": "9.1.0",
"css-loader": "7.1.2",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Loading

0 comments on commit 3082826

Please sign in to comment.