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 Nov 10, 2024
1 parent 04d436e commit ebd2bb6
Show file tree
Hide file tree
Showing 10 changed files with 207 additions and 395 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.1.3",
"ember-template-lint": "6.0.0",
"ember-try": "3.0.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.3.1",
"eslint-plugin-n": "17.13.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.1.3",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.3.1",
"eslint-plugin-n": "17.13.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.13.0",
"@typescript-eslint/parser": "8.13.0",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.13.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.13.0",
"@typescript-eslint/parser": "8.13.0",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.13.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.13.0",
"blurhash": "2.0.5",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.13.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 @@ -86,7 +86,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.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.3.1",
"eslint-plugin-n": "17.13.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.13.0",
"@typescript-eslint/parser": "8.13.0",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.13.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.4",
"concurrently": "9.1.0",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"playwright": "1.48.2",
"prettier": "3.3.3",
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.13.0",
"concurrently": "9.1.0",
"css-loader": "7.1.2",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.13.1",
"eslint-plugin-prettier": "5.2.1",
Expand Down
Loading

0 comments on commit ebd2bb6

Please sign in to comment.