Skip to content

Commit 787fcf9

Browse files
fix(deps): update asset-compilation
1 parent 50f1fd7 commit 787fcf9

File tree

45 files changed

+335
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+335
-350
lines changed

config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "5.4.0-alpha.140",
55
"type": "module",
66
"dependencies": {
7-
"@babel/cli": "^7.24.5",
8-
"@babel/core": "^7.24.5",
9-
"@babel/eslint-parser": "7.25.8",
7+
"@babel/cli": "^7.26.4",
8+
"@babel/core": "^7.26.9",
9+
"@babel/eslint-parser": "7.26.8",
1010
"@rollup/plugin-babel": "^6.0.4",
1111
"@typescript-eslint/eslint-plugin": "^8.10.0",
1212
"@typescript-eslint/parser": "^8.10.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:vite": "pnpm run -r ---workspace-concurrency=-1 --if-present test:vite"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.24.5",
36+
"@babel/core": "^7.26.9",
3737
"@glimmer/component": "^1.1.2",
3838
"@glint/core": "1.5.0",
3939
"@glint/environment-ember-loose": "1.5.0",

packages/-ember-data/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@ember-data/store": "workspace:*",
7979
"@ember-data/tracking": "workspace:*",
8080
"@ember/edition-utils": "^1.2.0",
81-
"@embroider/macros": "^1.16.10",
81+
"@embroider/macros": "^1.16.11",
8282
"@warp-drive/core-types": "workspace:*",
8383
"@warp-drive/build-config": "workspace:*"
8484
},
@@ -100,10 +100,10 @@
100100
}
101101
},
102102
"devDependencies": {
103-
"@babel/core": "^7.24.5",
104-
"@babel/plugin-transform-typescript": "^7.24.5",
105-
"@babel/preset-env": "^7.24.5",
106-
"@babel/preset-typescript": "^7.24.1",
103+
"@babel/core": "^7.26.9",
104+
"@babel/plugin-transform-typescript": "^7.26.8",
105+
"@babel/preset-env": "^7.26.9",
106+
"@babel/preset-typescript": "^7.26.0",
107107
"@ember/test-waiters": "^3.1.0",
108108
"@glimmer/component": "^1.1.2",
109109
"@glimmer/tracking": "^1.1.2",

packages/-warp-drive/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"type": "module",
4747
"peerDependencies": {},
4848
"dependencies": {
49-
"@embroider/macros": "^1.16.10",
49+
"@embroider/macros": "^1.16.11",
5050
"@manypkg/get-packages": "^2.2.2",
5151
"@warp-drive/build-config": "workspace:*",
5252
"semver": "^7.6.3",
@@ -55,9 +55,9 @@
5555
"comment-json": "^4.2.5"
5656
},
5757
"devDependencies": {
58-
"@babel/core": "^7.24.5",
59-
"@babel/plugin-transform-typescript": "^7.24.5",
60-
"@babel/preset-typescript": "^7.24.1",
58+
"@babel/core": "^7.26.9",
59+
"@babel/plugin-transform-typescript": "^7.26.8",
60+
"@babel/preset-typescript": "^7.26.0",
6161
"@warp-drive/internal-config": "workspace:*",
6262
"typescript": "^5.7.2",
6363
"vite": "^5.4.14"

packages/active-record/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"version": 2
4646
},
4747
"dependencies": {
48-
"@embroider/macros": "^1.16.10",
48+
"@embroider/macros": "^1.16.11",
4949
"@warp-drive/build-config": "workspace:*"
5050
},
5151
"peerDependencies": {
@@ -54,9 +54,9 @@
5454
"@warp-drive/core-types": "workspace:*"
5555
},
5656
"devDependencies": {
57-
"@babel/core": "^7.24.5",
58-
"@babel/plugin-transform-typescript": "^7.24.5",
59-
"@babel/preset-typescript": "^7.24.1",
57+
"@babel/core": "^7.26.9",
58+
"@babel/plugin-transform-typescript": "^7.26.8",
59+
"@babel/preset-typescript": "^7.26.0",
6060
"@ember-data/request": "workspace:*",
6161
"@ember-data/request-utils": "workspace:*",
6262
"@ember-data/store": "workspace:*",

packages/adapter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
"@warp-drive/core-types": "workspace:*"
5555
},
5656
"dependencies": {
57-
"@embroider/macros": "^1.16.10",
57+
"@embroider/macros": "^1.16.11",
5858
"ember-cli-test-info": "^1.0.0",
5959
"ember-cli-string-utils": "^1.1.0",
6060
"ember-cli-path-utils": "^1.0.0",
6161
"@ember/edition-utils": "1.2.0",
6262
"@warp-drive/build-config": "workspace:*"
6363
},
6464
"devDependencies": {
65-
"@babel/core": "^7.24.5",
66-
"@babel/plugin-transform-typescript": "^7.24.5",
67-
"@babel/preset-typescript": "^7.24.1",
65+
"@babel/core": "^7.26.9",
66+
"@babel/plugin-transform-typescript": "^7.26.8",
67+
"@babel/preset-typescript": "^7.26.0",
6868
"@ember-data/graph": "workspace:*",
6969
"@ember-data/json-api": "workspace:*",
7070
"@ember-data/legacy-compat": "workspace:*",

packages/build-config/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@embroider/macros": "^1.16.10",
45+
"@embroider/macros": "^1.16.11",
4646
"@embroider/addon-shim": "^1.9.0",
4747
"babel-import-util": "^2.1.1",
4848
"broccoli-funnel": "^3.0.8",
@@ -52,9 +52,9 @@
5252
"@warp-drive/internal-config": "workspace:*",
5353
"@types/babel__core": "^7.20.5",
5454
"@types/node": "^20.14.2",
55-
"@babel/plugin-transform-typescript": "^7.24.5",
56-
"@babel/preset-typescript": "^7.24.1",
57-
"@babel/core": "^7.24.5",
55+
"@babel/plugin-transform-typescript": "^7.26.8",
56+
"@babel/preset-typescript": "^7.26.0",
57+
"@babel/core": "^7.26.9",
5858
"typescript": "^5.7.2",
5959
"bun-types": "^1.2.4",
6060
"vite": "^5.4.14"

packages/core-types/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
}
3939
},
4040
"dependencies": {
41-
"@embroider/macros": "^1.16.10",
41+
"@embroider/macros": "^1.16.11",
4242
"@warp-drive/build-config": "workspace:*"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.24.5",
46-
"@babel/plugin-transform-typescript": "^7.24.5",
47-
"@babel/preset-typescript": "^7.24.1",
45+
"@babel/core": "^7.26.9",
46+
"@babel/plugin-transform-typescript": "^7.26.8",
47+
"@babel/preset-typescript": "^7.26.0",
4848
"@warp-drive/internal-config": "workspace:*",
4949
"typescript": "^5.7.2",
5050
"vite": "^5.4.14"

packages/debug/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
},
4848
"dependencies": {
4949
"@ember/edition-utils": "^1.2.0",
50-
"@embroider/macros": "^1.16.10",
50+
"@embroider/macros": "^1.16.11",
5151
"@warp-drive/build-config": "workspace:*"
5252
},
5353
"devDependencies": {
54-
"@babel/core": "^7.24.5",
55-
"@babel/plugin-transform-typescript": "^7.24.5",
56-
"@babel/preset-env": "^7.24.5",
57-
"@babel/preset-typescript": "^7.24.1",
54+
"@babel/core": "^7.26.9",
55+
"@babel/plugin-transform-typescript": "^7.26.8",
56+
"@babel/preset-env": "^7.26.9",
57+
"@babel/preset-typescript": "^7.26.0",
5858
"@ember-data/request": "workspace:*",
5959
"@ember-data/legacy-compat": "workspace:*",
6060
"@ember-data/request-utils": "workspace:*",

packages/diagnostic/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595
"@warp-drive/build-config": "workspace:*"
9696
},
9797
"devDependencies": {
98-
"@babel/core": "^7.24.5",
99-
"@babel/plugin-transform-typescript": "^7.24.5",
100-
"@babel/preset-env": "^7.24.5",
101-
"@babel/preset-typescript": "^7.24.1",
102-
"@babel/runtime": "^7.24.5",
98+
"@babel/core": "^7.26.9",
99+
"@babel/plugin-transform-typescript": "^7.26.8",
100+
"@babel/preset-env": "^7.26.9",
101+
"@babel/preset-typescript": "^7.26.0",
102+
"@babel/runtime": "^7.26.9",
103103
"@warp-drive/internal-config": "workspace:*",
104104
"bun-types": "^1.2.4",
105105
"@ember/test-helpers": "5.1.0",

packages/ember/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@ember/test-waiters": "^3.1.0 || ^4.0.0",
54-
"@embroider/macros": "^1.16.10",
54+
"@embroider/macros": "^1.16.11",
5555
"@warp-drive/build-config": "workspace:*"
5656
},
5757
"peerDependenciesMeta": {
@@ -60,11 +60,11 @@
6060
}
6161
},
6262
"devDependencies": {
63-
"@babel/core": "^7.24.5",
64-
"@babel/plugin-transform-typescript": "^7.24.5",
65-
"@babel/preset-env": "^7.24.5",
66-
"@babel/preset-typescript": "^7.24.1",
67-
"@babel/runtime": "^7.24.5",
63+
"@babel/core": "^7.26.9",
64+
"@babel/plugin-transform-typescript": "^7.26.8",
65+
"@babel/preset-env": "^7.26.9",
66+
"@babel/preset-typescript": "^7.26.0",
67+
"@babel/runtime": "^7.26.9",
6868
"@glimmer/component": "^1.1.2",
6969
"@glimmer/tracking": "^1.1.2",
7070
"@glimmer/validator": "^0.92.3",
@@ -81,7 +81,7 @@
8181
"@ember/test-helpers": "5.1.0",
8282
"@warp-drive/core-types": "workspace:*",
8383
"@warp-drive/internal-config": "workspace:*",
84-
"babel-plugin-ember-template-compilation": "^2.2.5",
84+
"babel-plugin-ember-template-compilation": "^2.3.0",
8585
"ember-template-imports": "^4.3.0",
8686
"ember-source": "~5.12.0",
8787
"rollup": "^4.17.2",

packages/eslint-plugin-warp-drive/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@warp-drive/internal-config": "workspace:*",
20-
"@babel/plugin-proposal-decorators": "7.25.7",
21-
"@babel/core": "^7.24.5",
20+
"@babel/plugin-proposal-decorators": "7.25.9",
21+
"@babel/core": "^7.26.9",
2222
"eslint": "^9.12.0",
2323
"mocha": "^10.8.2"
2424
},

packages/experiments/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@
6565
}
6666
},
6767
"dependencies": {
68-
"@embroider/macros": "^1.16.10",
68+
"@embroider/macros": "^1.16.11",
6969
"@warp-drive/build-config": "workspace:*"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "^7.24.5",
73-
"@babel/plugin-transform-typescript": "^7.24.5",
74-
"@babel/preset-env": "^7.24.5",
75-
"@babel/preset-typescript": "^7.24.1",
72+
"@babel/core": "^7.26.9",
73+
"@babel/plugin-transform-typescript": "^7.26.8",
74+
"@babel/preset-env": "^7.26.9",
75+
"@babel/preset-typescript": "^7.26.0",
7676
"@ember-data/request": "workspace:*",
7777
"@ember-data/request-utils": "workspace:*",
7878
"@ember-data/store": "workspace:*",

packages/graph/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@warp-drive/core-types": "workspace:*"
4444
},
4545
"dependencies": {
46-
"@embroider/macros": "^1.16.10",
46+
"@embroider/macros": "^1.16.11",
4747
"@warp-drive/build-config": "workspace:*"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.24.5",
51-
"@babel/plugin-transform-typescript": "^7.24.5",
52-
"@babel/preset-env": "^7.24.5",
53-
"@babel/preset-typescript": "^7.24.1",
50+
"@babel/core": "^7.26.9",
51+
"@babel/plugin-transform-typescript": "^7.26.8",
52+
"@babel/preset-env": "^7.26.9",
53+
"@babel/preset-typescript": "^7.26.0",
5454
"@ember-data/request": "workspace:*",
5555
"@ember-data/request-utils": "workspace:*",
5656
"@ember-data/store": "workspace:*",

packages/holodeck/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"@warp-drive/core-types": "workspace:*"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.24.5",
54-
"@babel/plugin-transform-typescript": "^7.24.5",
55-
"@babel/preset-env": "^7.24.5",
56-
"@babel/preset-typescript": "^7.24.1",
57-
"@babel/runtime": "^7.24.5",
53+
"@babel/core": "^7.26.9",
54+
"@babel/plugin-transform-typescript": "^7.26.8",
55+
"@babel/preset-env": "^7.26.9",
56+
"@babel/preset-typescript": "^7.26.0",
57+
"@babel/runtime": "^7.26.9",
5858
"@ember-data/request": "workspace:*",
5959
"@warp-drive/core-types": "workspace:*",
6060
"@warp-drive/internal-config": "workspace:*",

packages/json-api/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"@warp-drive/core-types": "workspace:*"
5050
},
5151
"dependencies": {
52-
"@embroider/macros": "^1.16.10",
52+
"@embroider/macros": "^1.16.11",
5353
"@warp-drive/build-config": "workspace:*"
5454
},
5555
"devDependencies": {
56-
"@babel/core": "^7.24.5",
57-
"@babel/plugin-transform-typescript": "^7.24.5",
58-
"@babel/preset-env": "^7.24.5",
59-
"@babel/preset-typescript": "^7.24.1",
56+
"@babel/core": "^7.26.9",
57+
"@babel/plugin-transform-typescript": "^7.26.8",
58+
"@babel/preset-env": "^7.26.9",
59+
"@babel/preset-typescript": "^7.26.0",
6060
"@ember-data/graph": "workspace:*",
6161
"@ember-data/request": "workspace:*",
6262
"@ember-data/request-utils": "workspace:*",

packages/legacy-compat/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"dependencies": {
62-
"@embroider/macros": "^1.16.10",
62+
"@embroider/macros": "^1.16.11",
6363
"@warp-drive/build-config": "workspace:*"
6464
},
6565
"peerDependencies": {
@@ -73,10 +73,10 @@
7373
"@warp-drive/core-types": "workspace:*"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "^7.24.5",
77-
"@babel/plugin-transform-typescript": "^7.24.5",
78-
"@babel/preset-env": "^7.24.5",
79-
"@babel/preset-typescript": "^7.24.1",
76+
"@babel/core": "^7.26.9",
77+
"@babel/plugin-transform-typescript": "^7.26.8",
78+
"@babel/preset-env": "^7.26.9",
79+
"@babel/preset-typescript": "^7.26.0",
8080
"@ember-data/graph": "workspace:*",
8181
"@ember-data/json-api": "workspace:*",
8282
"@ember-data/request": "workspace:*",

packages/model/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
},
6868
"dependencies": {
6969
"@ember/edition-utils": "^1.2.0",
70-
"@embroider/macros": "^1.16.10",
70+
"@embroider/macros": "^1.16.11",
7171
"ember-cli-string-utils": "^1.1.0",
7272
"ember-cli-test-info": "^1.0.0",
7373
"inflection": "~3.0.2",
7474
"@warp-drive/build-config": "workspace:*"
7575
},
7676
"devDependencies": {
77-
"@babel/core": "^7.24.5",
78-
"@babel/plugin-transform-typescript": "^7.24.5",
79-
"@babel/preset-env": "^7.24.5",
80-
"@babel/preset-typescript": "^7.24.1",
77+
"@babel/core": "^7.26.9",
78+
"@babel/plugin-transform-typescript": "^7.26.8",
79+
"@babel/preset-env": "^7.26.9",
80+
"@babel/preset-typescript": "^7.26.0",
8181
"@ember-data/graph": "workspace:*",
8282
"@ember-data/json-api": "workspace:*",
8383
"@ember-data/legacy-compat": "workspace:*",

packages/request-utils/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
}
6767
},
6868
"dependencies": {
69-
"@embroider/macros": "^1.16.10",
69+
"@embroider/macros": "^1.16.11",
7070
"@warp-drive/build-config": "workspace:*"
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.24.5",
74-
"@babel/plugin-transform-typescript": "^7.24.5",
75-
"@babel/preset-env": "^7.24.5",
76-
"@babel/preset-typescript": "^7.24.1",
73+
"@babel/core": "^7.26.9",
74+
"@babel/plugin-transform-typescript": "^7.26.8",
75+
"@babel/preset-env": "^7.26.9",
76+
"@babel/preset-typescript": "^7.26.0",
7777
"@glimmer/component": "^1.1.2",
7878
"@ember/string": "3.1.1",
7979
"@warp-drive/core-types": "workspace:*",

packages/request/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
},
4545
"dependencies": {
4646
"@ember/test-waiters": "^3.1.0 || ^4.0.0",
47-
"@embroider/macros": "^1.16.10",
47+
"@embroider/macros": "^1.16.11",
4848
"@warp-drive/build-config": "workspace:*"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.24.5",
52-
"@babel/plugin-transform-typescript": "^7.24.5",
53-
"@babel/preset-env": "^7.24.5",
54-
"@babel/preset-typescript": "^7.24.1",
51+
"@babel/core": "^7.26.9",
52+
"@babel/plugin-transform-typescript": "^7.26.8",
53+
"@babel/preset-env": "^7.26.9",
54+
"@babel/preset-typescript": "^7.26.0",
5555
"@glimmer/component": "^1.1.2",
5656
"@warp-drive/core-types": "workspace:*",
5757
"@warp-drive/internal-config": "workspace:*",

0 commit comments

Comments
 (0)