Skip to content

Commit 02dc70c

Browse files
Update devDependencies
1 parent 99bb0da commit 02dc70c

File tree

8 files changed

+492
-439
lines changed

8 files changed

+492
-439
lines changed

codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"concurrently": "^8.2.2",
2929
"eslint": "^8.35.0",
3030
"prettier": "^3.1.1",
31-
"typescript": "~5.5.0",
31+
"typescript": "~5.8.0",
3232
"vitest": "^2.0.5"
3333
},
3434
"dependencies": {

dev/estimate-bytes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"js-yaml": "4.1.0",
1111
"terser": "^5.12.1",
1212
"tmp-promise": "^3.0.3",
13-
"yaml": "2.4.5"
13+
"yaml": "2.7.0"
1414
},
1515
"volta": {
1616
"extends": "../../package.json"

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs:watch": "typedoc --options ./typedoc.config.json --watch"
1010
},
1111
"devDependencies": {
12-
"typedoc": "^0.26.0",
12+
"typedoc": "^0.27.0",
1313
"typedoc-github-wiki-theme": "^1.0.1",
1414
"typedoc-gitlab-wiki-theme": "^1.0.0",
1515
"typedoc-plugin-markdown": "^3.14.0",

ember-resources/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
}
6363
},
6464
"devDependencies": {
65-
"@arethetypeswrong/cli": "^0.15.0",
66-
"@babel/core": "7.24.7",
65+
"@arethetypeswrong/cli": "^0.17.0",
66+
"@babel/core": "7.26.9",
6767
"@babel/eslint-parser": "^7.19.1",
6868
"@babel/plugin-proposal-class-properties": "7.18.6",
69-
"@babel/plugin-proposal-decorators": "7.24.7",
70-
"@babel/plugin-syntax-decorators": "7.24.7",
69+
"@babel/plugin-proposal-decorators": "7.25.9",
70+
"@babel/plugin-syntax-decorators": "7.25.9",
7171
"@babel/plugin-transform-runtime": "^7.18.5",
7272
"@babel/plugin-transform-typescript": "^7.18.4",
7373
"@babel/preset-typescript": "^7.17.12",
@@ -86,11 +86,11 @@
8686
"eslint-plugin-ember": "github:ember-cli/eslint-plugin-ember#master",
8787
"eslint-plugin-qunit": "^8.0.0",
8888
"execa": "^8.0.0",
89-
"expect-type": "^0.19.0",
89+
"expect-type": "^0.20.0",
9090
"fix-bad-declaration-output": "^1.0.1",
9191
"prettier": "^3.1.1",
9292
"prettier-plugin-ember-template-tag": "^2.0.0",
93-
"typescript": "~5.5.0",
93+
"typescript": "~5.8.0",
9494
"vite": "^5.0.11",
9595
"vite-plugin-dts": "^3.7.0"
9696
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.35.0",
2424
"loader.js": "^4.7.0",
2525
"prettier": "^3.1.1",
26-
"release-plan": "^0.9.0",
26+
"release-plan": "^0.14.0",
2727
"typescript": "^5.0.0"
2828
},
2929
"packageManager": "pnpm@9.15.6",

pnpm-lock.yaml

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

test-app-definitely-typed/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"@typescript-eslint/parser": "^6.0.0",
6060
"broccoli-asset-rev": "^3.0.0",
6161
"concurrently": "^8.0.0",
62-
"ember-auto-import": "2.7.4",
63-
"ember-cli": "~6.1.0",
62+
"ember-auto-import": "2.10.0",
63+
"ember-cli": "~6.2.0",
6464
"ember-cli-app-version": "^6.0.0",
6565
"ember-cli-babel": "^8.2.0",
6666
"ember-cli-dependency-checker": "^3.2.0",
@@ -84,7 +84,7 @@
8484
"eslint-plugin-n": "^14.0.0",
8585
"eslint-plugin-prettier": "^5.0.0",
8686
"eslint-plugin-qunit": "^8.0.0",
87-
"expect-type": "^0.19.0",
87+
"expect-type": "^0.20.0",
8888
"loader.js": "^4.7.0",
8989
"msw": "^2.0.0",
9090
"pnpm-sync-dependencies-meta-injected": "^0.0.14",

test-app-old-ts/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@ember/optional-features": "^2.0.0",
4545
"@ember/string": "^3.0.1",
4646
"@ember/test-helpers": "^3.2.1",
47-
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
47+
"@embroider/broccoli-side-watch": "0.0.2-unstable.fad2387",
4848
"@embroider/compat": "^3.1.5",
4949
"@embroider/core": "^3.4.20",
5050
"@embroider/test-setup": "^4.0.0",
@@ -62,8 +62,8 @@
6262
"@typescript-eslint/parser": "^5.54.0",
6363
"broccoli-asset-rev": "^3.0.0",
6464
"concurrently": "^7.6.0",
65-
"ember-auto-import": "2.6.1",
66-
"ember-cli": "~6.1.0",
65+
"ember-auto-import": "2.10.0",
66+
"ember-cli": "~6.2.0",
6767
"ember-cli-app-version": "^6.0.0",
6868
"ember-cli-babel": "^8.2.0",
6969
"ember-cli-dependency-checker": "^3.2.0",
@@ -84,12 +84,12 @@
8484
"eslint": "^8.35.0",
8585
"eslint-config-prettier": "^8.3.0",
8686
"eslint-plugin-ember": "github:ember-cli/eslint-plugin-ember#master",
87-
"eslint-plugin-node": "^11.1.0",
87+
"eslint-plugin-n": "^14.0.0",
8888
"eslint-plugin-prettier": "^4.0.0",
8989
"eslint-plugin-qunit": "^7.3.4",
90-
"expect-type": "^0.13.0",
90+
"expect-type": "^0.20.0",
9191
"loader.js": "^4.7.0",
92-
"pnpm-sync-dependencies-meta-injected": "^0.0.8",
92+
"pnpm-sync-dependencies-meta-injected": "^0.0.14",
9393
"prettier": "^2.8.4",
9494
"prettier-plugin-ember-template-tag": "^0.3.2",
9595
"qunit": "^2.19.4",

0 commit comments

Comments
 (0)