Skip to content

Commit cc08c8e

Browse files
Update typescript-eslint monorepo to v7 (#238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b345209 commit cc08c8e

File tree

3 files changed

+73
-52
lines changed

3 files changed

+73
-52
lines changed

ember-style-modifier/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"@types/ember__template": "^4.0.5",
8888
"@types/ember__test": "^4.0.5",
8989
"@types/ember__utils": "^4.0.6",
90-
"@typescript-eslint/eslint-plugin": "^6.14.0",
91-
"@typescript-eslint/parser": "^6.15.0",
90+
"@typescript-eslint/eslint-plugin": "^7.0.0",
91+
"@typescript-eslint/parser": "^7.0.0",
9292
"babel-plugin-ember-template-compilation": "^2.2.1",
9393
"concurrently": "^8.2.2",
9494
"ember-template-lint": "^5.13.0",

pnpm-lock.yaml

+69-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@types/ember__utils": "^4.0.6",
6262
"@types/qunit": "^2.19.9",
6363
"@types/rsvp": "^4.0.8",
64-
"@typescript-eslint/eslint-plugin": "^6.14.0",
65-
"@typescript-eslint/parser": "^6.15.0",
64+
"@typescript-eslint/eslint-plugin": "^7.0.0",
65+
"@typescript-eslint/parser": "^7.0.0",
6666
"broccoli-asset-rev": "^3.0.0",
6767
"concurrently": "^8.2.2",
6868
"ember-auto-import": "^2.7.0",

0 commit comments

Comments
 (0)