Skip to content

Commit d631583

Browse files
renovate[bot]gitKrystan
authored andcommitted
fix(deps): update asset-compilation (#9712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4678e72 commit d631583

File tree

37 files changed

+274
-289
lines changed

37 files changed

+274
-289
lines changed

config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "4.13.0-alpha.4",
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/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
@@ -96,11 +96,11 @@
9696
"@warp-drive/build-config": "workspace:*"
9797
},
9898
"devDependencies": {
99-
"@babel/core": "^7.24.5",
100-
"@babel/plugin-transform-typescript": "^7.24.5",
101-
"@babel/preset-env": "^7.24.5",
102-
"@babel/preset-typescript": "^7.24.1",
103-
"@babel/runtime": "^7.24.5",
99+
"@babel/core": "^7.26.9",
100+
"@babel/plugin-transform-typescript": "^7.26.8",
101+
"@babel/preset-env": "^7.26.9",
102+
"@babel/preset-typescript": "^7.26.0",
103+
"@babel/runtime": "^7.26.9",
104104
"@warp-drive/internal-config": "workspace:*",
105105
"bun-types": "^1.2.4",
106106
"@ember/test-helpers": "5.1.0",

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
@@ -51,11 +51,11 @@
5151
"@warp-drive/core-types": "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",
58-
"@babel/runtime": "^7.24.5",
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",
58+
"@babel/runtime": "^7.26.9",
5959
"@ember-data/request": "workspace:*",
6060
"@warp-drive/core-types": "workspace:*",
6161
"@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:*",

packages/rest/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"extends": "../../package.json"
2323
},
2424
"dependencies": {
25-
"@embroider/macros": "^1.16.10",
25+
"@embroider/macros": "^1.16.11",
2626
"@warp-drive/build-config": "workspace:*"
2727
},
2828
"peerDependencies": {
@@ -57,10 +57,10 @@
5757
"version": 2
5858
},
5959
"devDependencies": {
60-
"@babel/core": "^7.24.5",
61-
"@babel/plugin-transform-typescript": "^7.24.5",
62-
"@babel/preset-env": "^7.24.5",
63-
"@babel/preset-typescript": "^7.24.1",
60+
"@babel/core": "^7.26.9",
61+
"@babel/plugin-transform-typescript": "^7.26.8",
62+
"@babel/preset-env": "^7.26.9",
63+
"@babel/preset-typescript": "^7.26.0",
6464
"@ember-data/request": "workspace:*",
6565
"@ember-data/request-utils": "workspace:*",
6666
"@ember-data/store": "workspace:*",

packages/schema-record/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
}
5757
},
5858
"dependencies": {
59-
"@embroider/macros": "^1.16.10",
59+
"@embroider/macros": "^1.16.11",
6060
"@warp-drive/build-config": "workspace:*"
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",
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",
6767
"@ember-data/request": "workspace:*",
6868
"@ember-data/model": "workspace:*",
6969
"@ember-data/store": "workspace:*",

packages/serializer/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@
5555
"@ember-data/store": "workspace:*"
5656
},
5757
"dependencies": {
58-
"@embroider/macros": "^1.16.10",
58+
"@embroider/macros": "^1.16.11",
5959
"ember-cli-test-info": "^1.0.0",
6060
"ember-cli-string-utils": "^1.1.0",
6161
"ember-cli-path-utils": "^1.0.0",
6262
"@ember/edition-utils": "1.2.0",
6363
"@warp-drive/build-config": "workspace:*"
6464
},
6565
"devDependencies": {
66-
"@babel/core": "^7.24.5",
67-
"@babel/plugin-transform-typescript": "^7.24.5",
68-
"@babel/preset-env": "^7.24.5",
69-
"@babel/preset-typescript": "^7.24.1",
66+
"@babel/core": "^7.26.9",
67+
"@babel/plugin-transform-typescript": "^7.26.8",
68+
"@babel/preset-env": "^7.26.9",
69+
"@babel/preset-typescript": "^7.26.0",
7070
"@ember-data/model": "workspace:*",
7171
"@ember-data/request": "workspace:*",
7272
"@ember-data/request-utils": "workspace:*",

0 commit comments

Comments
 (0)