Skip to content

Commit 40e8223

Browse files
chore(deps): update devdependencies
1 parent c3f0df3 commit 40e8223

File tree

10 files changed

+2301
-4345
lines changed

10 files changed

+2301
-4345
lines changed

codemod/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"devDependencies": {
1919
"@babel/core": "^7.25.2",
2020
"@babel/eslint-parser": "^7.19.1",
21-
"@nullvoxpopuli/eslint-configs": "^3.2.0",
21+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",
2424
"@types/node": "^22.5.4",
2525
"@types/semver": "^7.5.8",
26-
"@typescript-eslint/eslint-plugin": "^6.0.0",
27-
"@typescript-eslint/parser": "^6.0.0",
28-
"concurrently": "^8.2.2",
29-
"eslint": "^8.35.0",
26+
"@typescript-eslint/eslint-plugin": "^8.0.0",
27+
"@typescript-eslint/parser": "^8.0.0",
28+
"concurrently": "^9.0.0",
29+
"eslint": "^9.0.0",
3030
"prettier": "^3.1.1",
3131
"typescript": "~5.5.0",
3232
"vitest": "^2.0.5"

codemod/pnpm-lock.yaml

+350-1,372
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"devDependencies": {
1212
"typedoc": "^0.26.0",
13-
"typedoc-github-wiki-theme": "^1.0.1",
14-
"typedoc-gitlab-wiki-theme": "^1.0.0",
15-
"typedoc-plugin-markdown": "^3.14.0",
13+
"typedoc-github-wiki-theme": "^2.0.0",
14+
"typedoc-gitlab-wiki-theme": "^2.0.0",
15+
"typedoc-plugin-markdown": "^4.0.0",
1616
"typedoc-plugin-markdown-pages": "^0.3.0",
17-
"typedoc-plugin-mdn-links": "^3.0.3",
17+
"typedoc-plugin-mdn-links": "^4.0.0",
1818
"typescript": "^5.0.0"
1919
},
2020
"dependencies": {

docs/pnpm-lock.yaml

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

ember-resources/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -71,28 +71,28 @@
7171
"@babel/plugin-transform-runtime": "^7.18.5",
7272
"@babel/plugin-transform-typescript": "^7.18.4",
7373
"@babel/preset-typescript": "^7.17.12",
74-
"@glimmer/component": "^1.1.2",
74+
"@glimmer/component": "^2.0.0",
7575
"@glimmer/tracking": "^1.1.2",
7676
"@glint/core": "^1.5.0",
7777
"@glint/template": "^1.2.2",
78-
"@nullvoxpopuli/eslint-configs": "^3.2.0",
78+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
7979
"@tsconfig/ember": "^3.0.3",
80-
"@typescript-eslint/eslint-plugin": "^6.0.0",
81-
"@typescript-eslint/parser": "^6.0.0",
82-
"concurrently": "^8.0.0",
83-
"ember-source": "^5.5.0",
84-
"ember-template-lint": "5.13.0",
85-
"eslint": "^8.35.0",
80+
"@typescript-eslint/eslint-plugin": "^8.0.0",
81+
"@typescript-eslint/parser": "^8.0.0",
82+
"concurrently": "^9.0.0",
83+
"ember-source": "^6.0.0",
84+
"ember-template-lint": "6.0.0",
85+
"eslint": "^9.0.0",
8686
"eslint-plugin-ember": "github:ember-cli/eslint-plugin-ember#master",
8787
"eslint-plugin-qunit": "^8.0.0",
88-
"execa": "^8.0.0",
89-
"expect-type": "^0.19.0",
88+
"execa": "^9.0.0",
89+
"expect-type": "^1.0.0",
9090
"fix-bad-declaration-output": "^1.0.1",
9191
"prettier": "^3.1.1",
9292
"prettier-plugin-ember-template-tag": "^2.0.0",
9393
"typescript": "~5.5.0",
94-
"vite": "^5.0.11",
95-
"vite-plugin-dts": "^3.7.0"
94+
"vite": "^6.0.0",
95+
"vite-plugin-dts": "^4.0.0"
9696
},
9797
"publishConfig": {
9898
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)