Skip to content

Commit f2ec6fb

Browse files
Update devDependencies
1 parent e6d6cc6 commit f2ec6fb

File tree

8 files changed

+2096
-1308
lines changed

8 files changed

+2096
-1308
lines changed

codemod/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"devDependencies": {
2020
"@babel/core": "^7.25.2",
2121
"@babel/eslint-parser": "^7.19.1",
22-
"@nullvoxpopuli/eslint-configs": "^3.2.0",
22+
"@nullvoxpopuli/eslint-configs": "^5.0.0",
2323
"@tsconfig/node22": "^22.0.0",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@types/node": "^22.5.4",
2626
"@types/semver": "^7.5.8",
27-
"@typescript-eslint/eslint-plugin": "^6.0.0",
28-
"@typescript-eslint/parser": "^6.0.0",
29-
"concurrently": "^8.2.2",
30-
"eslint": "^8.35.0",
27+
"@typescript-eslint/eslint-plugin": "^8.0.0",
28+
"@typescript-eslint/parser": "^8.0.0",
29+
"concurrently": "^9.0.0",
30+
"eslint": "^9.0.0",
3131
"prettier": "^3.1.1",
3232
"typescript": "~5.5.0",
33-
"vitest": "^2.0.5"
33+
"vitest": "^3.0.0"
3434
},
3535
"dependencies": {
3636
"find-up": "^7.0.0",

dev/estimate-bytes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "module",
55
"devDependencies": {
66
"esbuild": "^0.25.0",
7-
"filesize": "^10.0.0",
8-
"globby": "^14.0.0",
7+
"filesize": "^11.0.0",
8+
"globby": "^15.0.0",
99
"gzip-cli": "^1.2.0",
1010
"js-yaml": "4.1.0",
1111
"terser": "^5.12.1",

docs/package.json

Lines changed: 4 additions & 4 deletions
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": "^5.0.0",
1818
"typescript": "^5.0.0"
1919
},
2020
"dependencies": {

ember-resources/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,28 @@
6969
"@babel/plugin-transform-runtime": "^7.18.5",
7070
"@babel/plugin-transform-typescript": "^7.18.4",
7171
"@babel/preset-typescript": "^7.17.12",
72-
"@glimmer/component": "^1.1.2",
72+
"@glimmer/component": "^2.0.0",
7373
"@glimmer/tracking": "^1.1.2",
7474
"@glint/core": "^1.5.0",
7575
"@glint/template": "^1.2.2",
76-
"@nullvoxpopuli/eslint-configs": "^3.2.0",
76+
"@nullvoxpopuli/eslint-configs": "^5.0.0",
7777
"@tsconfig/ember": "^3.0.3",
78-
"@typescript-eslint/eslint-plugin": "^6.0.0",
79-
"@typescript-eslint/parser": "^6.0.0",
80-
"concurrently": "^8.0.0",
81-
"ember-source": "^5.5.0",
82-
"ember-template-lint": "5.13.0",
83-
"eslint": "^8.35.0",
78+
"@typescript-eslint/eslint-plugin": "^8.0.0",
79+
"@typescript-eslint/parser": "^8.0.0",
80+
"concurrently": "^9.0.0",
81+
"ember-source": "^6.0.0",
82+
"ember-template-lint": "7.9.3",
83+
"eslint": "^9.0.0",
8484
"eslint-plugin-ember": "github:ember-cli/eslint-plugin-ember#master",
8585
"eslint-plugin-qunit": "^8.0.0",
86-
"execa": "^8.0.0",
87-
"expect-type": "^0.19.0",
86+
"execa": "^9.0.0",
87+
"expect-type": "^1.0.0",
8888
"fix-bad-declaration-output": "^1.0.1",
8989
"prettier": "^3.1.1",
9090
"prettier-plugin-ember-template-tag": "^2.0.0",
9191
"typescript": "~5.5.0",
9292
"vite": "^5.0.11",
93-
"vite-plugin-dts": "^3.7.0"
93+
"vite-plugin-dts": "^4.0.0"
9494
},
9595
"publishConfig": {
9696
"registry": "https://registry.npmjs.org"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"reroll-lockfile": "git rm -f '**/pnpm-lock.yaml'; pnpm i"
1717
},
1818
"devDependencies": {
19-
"@nullvoxpopuli/eslint-configs": "^3.2.0",
19+
"@nullvoxpopuli/eslint-configs": "^5.0.0",
2020
"@typescript-eslint/eslint-plugin": "^8.4.0",
2121
"@typescript-eslint/parser": "^8.4.0",
22-
"concurrently": "^8.0.0",
23-
"eslint": "^8.35.0",
22+
"concurrently": "^9.0.0",
23+
"eslint": "^9.0.0",
2424
"loader.js": "^4.7.0",
2525
"prettier": "^3.1.1",
2626
"release-plan": "^0.16.0",

0 commit comments

Comments
 (0)