Skip to content

Commit ed52aa2

Browse files
chore(deps): update asset-compilation to ^7.24.4 (#9334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23c6e0a commit ed52aa2

File tree

40 files changed

+1678
-1513
lines changed

40 files changed

+1678
-1513
lines changed

config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "5.4.0-alpha.52",
55
"dependencies": {
6-
"@babel/core": "^7.24.3",
6+
"@babel/core": "^7.24.4",
77
"@babel/eslint-parser": "^7.24.1",
88
"@babel/plugin-proposal-decorators": "^7.24.1",
99
"@typescript-eslint/eslint-plugin": "^7.5.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:infra": "pnpm run -r --workspace-concurrency=-1 --if-present test:infra"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.24.3",
31+
"@babel/core": "^7.24.4",
3232
"@glint/core": "^1.4.0",
3333
"@glint/environment-ember-loose": "^1.4.0",
3434
"@glint/environment-ember-template-imports": "^1.4.0",

packages/-ember-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
}
119119
},
120120
"devDependencies": {
121-
"@babel/core": "^7.24.3",
121+
"@babel/core": "^7.24.4",
122122
"@ember/string": "3.1.1",
123123
"@glimmer/component": "^1.1.2",
124124
"@glimmer/tracking": "^1.1.2",

packages/active-record/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484
},
8585
"devDependencies": {
8686
"@babel/cli": "^7.24.1",
87-
"@babel/core": "^7.24.3",
87+
"@babel/core": "^7.24.4",
8888
"@babel/plugin-proposal-decorators": "^7.24.1",
8989
"@babel/plugin-transform-class-properties": "^7.24.1",
9090
"@babel/plugin-transform-runtime": "^7.24.3",
91-
"@babel/plugin-transform-typescript": "^7.24.1",
92-
"@babel/preset-env": "^7.24.3",
91+
"@babel/plugin-transform-typescript": "^7.24.4",
92+
"@babel/preset-env": "^7.24.4",
9393
"@babel/preset-typescript": "^7.24.1",
94-
"@babel/runtime": "^7.24.1",
94+
"@babel/runtime": "^7.24.4",
9595
"@ember-data/request": "workspace:5.4.0-alpha.52",
9696
"@ember-data/request-utils": "workspace:5.4.0-alpha.52",
9797
"@ember-data/store": "workspace:5.4.0-alpha.52",

packages/adapter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@
9696
},
9797
"devDependencies": {
9898
"@babel/cli": "^7.24.1",
99-
"@babel/core": "^7.24.3",
99+
"@babel/core": "^7.24.4",
100100
"@babel/plugin-proposal-decorators": "^7.24.1",
101101
"@babel/plugin-transform-class-properties": "^7.24.1",
102102
"@babel/plugin-transform-private-methods": "^7.24.1",
103103
"@babel/plugin-transform-runtime": "^7.24.3",
104-
"@babel/plugin-transform-typescript": "^7.24.1",
105-
"@babel/preset-env": "^7.24.3",
104+
"@babel/plugin-transform-typescript": "^7.24.4",
105+
"@babel/preset-env": "^7.24.4",
106106
"@babel/preset-typescript": "^7.24.1",
107-
"@babel/runtime": "^7.24.1",
107+
"@babel/runtime": "^7.24.4",
108108
"@ember-data/graph": "workspace:5.4.0-alpha.52",
109109
"@ember-data/json-api": "workspace:5.4.0-alpha.52",
110110
"@ember-data/legacy-compat": "workspace:5.4.0-alpha.52",

packages/core-types/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.24.1",
53-
"@babel/core": "^7.24.3",
53+
"@babel/core": "^7.24.4",
5454
"@babel/plugin-proposal-decorators": "^7.24.1",
5555
"@babel/plugin-transform-class-properties": "^7.24.1",
5656
"@babel/plugin-transform-private-methods": "^7.24.1",
5757
"@babel/plugin-transform-runtime": "^7.24.3",
58-
"@babel/plugin-transform-typescript": "^7.24.1",
59-
"@babel/preset-env": "^7.24.3",
58+
"@babel/plugin-transform-typescript": "^7.24.4",
59+
"@babel/preset-env": "^7.24.4",
6060
"@babel/preset-typescript": "^7.24.1",
61-
"@babel/runtime": "^7.24.1",
61+
"@babel/runtime": "^7.24.4",
6262
"@embroider/addon-dev": "^4.2.1",
6363
"@glimmer/component": "^1.1.2",
6464
"@rollup/plugin-babel": "^6.0.4",

packages/debug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"dependencies": {
46-
"@babel/core": "^7.24.3",
46+
"@babel/core": "^7.24.4",
4747
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.52",
4848
"@ember/edition-utils": "^1.2.0",
4949
"@embroider/macros": "^1.15.0",

packages/diagnostic/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
},
9797
"devDependencies": {
9898
"@babel/cli": "^7.24.1",
99-
"@babel/core": "^7.24.3",
100-
"@babel/plugin-transform-typescript": "^7.24.1",
101-
"@babel/preset-env": "^7.24.3",
99+
"@babel/core": "^7.24.4",
100+
"@babel/plugin-transform-typescript": "^7.24.4",
101+
"@babel/preset-env": "^7.24.4",
102102
"@babel/preset-typescript": "^7.24.1",
103-
"@babel/runtime": "^7.24.1",
103+
"@babel/runtime": "^7.24.4",
104104
"@embroider/addon-dev": "^4.2.1",
105105
"@embroider/addon-shim": "^1.8.7",
106106
"@rollup/plugin-babel": "^6.0.4",

packages/ember/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
},
7777
"devDependencies": {
7878
"@babel/cli": "^7.24.1",
79-
"@babel/core": "^7.24.3",
79+
"@babel/core": "^7.24.4",
8080
"@babel/plugin-proposal-decorators": "^7.24.1",
8181
"@babel/plugin-transform-class-properties": "^7.24.1",
8282
"@babel/plugin-transform-private-methods": "^7.24.1",
8383
"@babel/plugin-transform-runtime": "^7.24.3",
84-
"@babel/plugin-transform-typescript": "^7.24.1",
85-
"@babel/preset-env": "^7.24.3",
84+
"@babel/plugin-transform-typescript": "^7.24.4",
85+
"@babel/preset-env": "^7.24.4",
8686
"@babel/preset-typescript": "^7.24.1",
87-
"@babel/runtime": "^7.24.1",
87+
"@babel/runtime": "^7.24.4",
8888
"@embroider/addon-dev": "^4.2.1",
8989
"@glimmer/component": "^1.1.2",
9090
"@glimmer/tracking": "^1.1.2",

packages/graph/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
},
7272
"devDependencies": {
7373
"@babel/cli": "^7.24.1",
74-
"@babel/core": "^7.24.3",
74+
"@babel/core": "^7.24.4",
7575
"@babel/plugin-proposal-decorators": "^7.24.1",
7676
"@babel/plugin-transform-class-properties": "^7.24.1",
7777
"@babel/plugin-transform-private-methods": "^7.24.1",
7878
"@babel/plugin-transform-runtime": "^7.24.3",
79-
"@babel/plugin-transform-typescript": "^7.24.1",
80-
"@babel/preset-env": "^7.24.3",
79+
"@babel/plugin-transform-typescript": "^7.24.4",
80+
"@babel/preset-env": "^7.24.4",
8181
"@babel/preset-typescript": "^7.24.1",
82-
"@babel/runtime": "^7.24.1",
82+
"@babel/runtime": "^7.24.4",
8383
"@ember-data/request": "workspace:5.4.0-alpha.52",
8484
"@ember-data/store": "workspace:5.4.0-alpha.52",
8585
"@ember-data/tracking": "workspace:5.4.0-alpha.52",

packages/holodeck/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
},
5353
"devDependencies": {
5454
"@babel/cli": "^7.24.1",
55-
"@babel/core": "^7.24.3",
56-
"@babel/plugin-transform-typescript": "^7.24.1",
57-
"@babel/preset-env": "^7.24.3",
55+
"@babel/core": "^7.24.4",
56+
"@babel/plugin-transform-typescript": "^7.24.4",
57+
"@babel/preset-env": "^7.24.4",
5858
"@babel/preset-typescript": "^7.24.1",
59-
"@babel/runtime": "^7.24.1",
59+
"@babel/runtime": "^7.24.4",
6060
"@ember-data/request": "workspace:5.4.0-alpha.52",
6161
"@embroider/addon-dev": "^4.2.1",
6262
"@rollup/plugin-babel": "^6.0.4",

packages/json-api/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@
9393
},
9494
"devDependencies": {
9595
"@babel/cli": "^7.24.1",
96-
"@babel/core": "^7.24.3",
96+
"@babel/core": "^7.24.4",
9797
"@babel/plugin-proposal-decorators": "^7.24.1",
9898
"@babel/plugin-transform-class-properties": "^7.24.1",
9999
"@babel/plugin-transform-private-methods": "^7.24.1",
100100
"@babel/plugin-transform-runtime": "^7.24.3",
101-
"@babel/plugin-transform-typescript": "^7.24.1",
102-
"@babel/preset-env": "^7.24.3",
101+
"@babel/plugin-transform-typescript": "^7.24.4",
102+
"@babel/preset-env": "^7.24.4",
103103
"@babel/preset-typescript": "^7.24.1",
104-
"@babel/runtime": "^7.24.1",
104+
"@babel/runtime": "^7.24.4",
105105
"@ember-data/graph": "workspace:5.4.0-alpha.52",
106106
"@ember-data/request": "workspace:5.4.0-alpha.52",
107107
"@ember-data/request-utils": "workspace:5.4.0-alpha.52",

packages/legacy-compat/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@
106106
},
107107
"devDependencies": {
108108
"@babel/cli": "^7.24.1",
109-
"@babel/core": "^7.24.3",
109+
"@babel/core": "^7.24.4",
110110
"@babel/plugin-proposal-decorators": "^7.24.1",
111111
"@babel/plugin-transform-class-properties": "^7.24.1",
112112
"@babel/plugin-transform-private-methods": "^7.24.1",
113113
"@babel/plugin-transform-runtime": "^7.24.3",
114-
"@babel/plugin-transform-typescript": "^7.24.1",
115-
"@babel/preset-env": "^7.24.3",
114+
"@babel/plugin-transform-typescript": "^7.24.4",
115+
"@babel/preset-env": "^7.24.4",
116116
"@babel/preset-typescript": "^7.24.1",
117-
"@babel/runtime": "^7.24.1",
117+
"@babel/runtime": "^7.24.4",
118118
"@ember-data/graph": "workspace:5.4.0-alpha.52",
119119
"@ember-data/json-api": "workspace:5.4.0-alpha.52",
120120
"@ember-data/request": "workspace:5.4.0-alpha.52",

packages/model/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@
118118
},
119119
"devDependencies": {
120120
"@babel/cli": "^7.24.1",
121-
"@babel/core": "^7.24.3",
121+
"@babel/core": "^7.24.4",
122122
"@babel/plugin-proposal-decorators": "^7.24.1",
123123
"@babel/plugin-transform-class-properties": "^7.24.1",
124124
"@babel/plugin-transform-private-methods": "^7.24.1",
125125
"@babel/plugin-transform-runtime": "^7.24.3",
126-
"@babel/plugin-transform-typescript": "^7.24.1",
127-
"@babel/preset-env": "^7.24.3",
126+
"@babel/plugin-transform-typescript": "^7.24.4",
127+
"@babel/preset-env": "^7.24.4",
128128
"@babel/preset-typescript": "^7.24.1",
129-
"@babel/runtime": "^7.24.1",
129+
"@babel/runtime": "^7.24.4",
130130
"@ember-data/debug": "workspace:5.4.0-alpha.52",
131131
"@ember-data/graph": "workspace:5.4.0-alpha.52",
132132
"@ember-data/json-api": "workspace:5.4.0-alpha.52",

packages/private-build-infra/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"_syncPnpm": "bun run sync-dependencies-meta-injected"
1515
},
1616
"dependencies": {
17-
"@babel/core": "^7.24.3",
18-
"@babel/plugin-transform-block-scoping": "^7.24.1",
19-
"@babel/runtime": "^7.24.1",
17+
"@babel/core": "^7.24.4",
18+
"@babel/plugin-transform-block-scoping": "^7.24.4",
19+
"@babel/runtime": "^7.24.4",
2020
"@ember/edition-utils": "^1.2.0",
2121
"@embroider/macros": "^1.15.0",
2222
"babel-import-util": "^2.0.1",

packages/request-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
},
5858
"devDependencies": {
5959
"@babel/cli": "^7.24.1",
60-
"@babel/core": "^7.24.3",
60+
"@babel/core": "^7.24.4",
6161
"@babel/plugin-proposal-decorators": "^7.24.1",
6262
"@babel/plugin-transform-class-properties": "^7.24.1",
6363
"@babel/plugin-transform-runtime": "^7.24.3",
64-
"@babel/plugin-transform-typescript": "^7.24.1",
65-
"@babel/preset-env": "^7.24.3",
64+
"@babel/plugin-transform-typescript": "^7.24.4",
65+
"@babel/preset-env": "^7.24.4",
6666
"@babel/preset-typescript": "^7.24.1",
67-
"@babel/runtime": "^7.24.1",
67+
"@babel/runtime": "^7.24.4",
6868
"@embroider/addon-dev": "^4.2.1",
6969
"@glimmer/component": "^1.1.2",
7070
"@rollup/plugin-babel": "^6.0.4",

packages/request/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
},
6161
"devDependencies": {
6262
"@babel/cli": "^7.24.1",
63-
"@babel/core": "^7.24.3",
63+
"@babel/core": "^7.24.4",
6464
"@babel/plugin-proposal-decorators": "^7.24.1",
6565
"@babel/plugin-transform-class-properties": "^7.24.1",
6666
"@babel/plugin-transform-private-methods": "^7.24.1",
6767
"@babel/plugin-transform-runtime": "^7.24.3",
68-
"@babel/plugin-transform-typescript": "^7.24.1",
69-
"@babel/preset-env": "^7.24.3",
68+
"@babel/plugin-transform-typescript": "^7.24.4",
69+
"@babel/preset-env": "^7.24.4",
7070
"@babel/preset-typescript": "^7.24.1",
71-
"@babel/runtime": "^7.24.1",
71+
"@babel/runtime": "^7.24.4",
7272
"@embroider/addon-dev": "^4.2.1",
7373
"@glimmer/component": "^1.1.2",
7474
"@rollup/plugin-babel": "^6.0.4",

packages/rest/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "^7.24.1",
64-
"@babel/core": "^7.24.3",
64+
"@babel/core": "^7.24.4",
6565
"@babel/plugin-proposal-decorators": "^7.24.1",
6666
"@babel/plugin-transform-class-properties": "^7.24.1",
6767
"@babel/plugin-transform-runtime": "^7.24.3",
68-
"@babel/plugin-transform-typescript": "^7.24.1",
69-
"@babel/preset-env": "^7.24.3",
68+
"@babel/plugin-transform-typescript": "^7.24.4",
69+
"@babel/preset-env": "^7.24.4",
7070
"@babel/preset-typescript": "^7.24.1",
71-
"@babel/runtime": "^7.24.1",
71+
"@babel/runtime": "^7.24.4",
7272
"@ember-data/request": "workspace:5.4.0-alpha.52",
7373
"@ember-data/request-utils": "workspace:5.4.0-alpha.52",
7474
"@ember-data/store": "workspace:5.4.0-alpha.52",

packages/schema-record/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
},
7474
"devDependencies": {
7575
"@babel/cli": "^7.24.1",
76-
"@babel/core": "^7.24.3",
76+
"@babel/core": "^7.24.4",
7777
"@babel/plugin-proposal-decorators": "^7.24.1",
7878
"@babel/plugin-transform-class-properties": "^7.24.1",
7979
"@babel/plugin-transform-private-methods": "^7.24.1",
8080
"@babel/plugin-transform-runtime": "^7.24.3",
81-
"@babel/plugin-transform-typescript": "^7.24.1",
82-
"@babel/preset-env": "^7.24.3",
81+
"@babel/plugin-transform-typescript": "^7.24.4",
82+
"@babel/preset-env": "^7.24.4",
8383
"@babel/preset-typescript": "^7.24.1",
84-
"@babel/runtime": "^7.24.1",
84+
"@babel/runtime": "^7.24.4",
8585
"@ember-data/request": "workspace:5.4.0-alpha.52",
8686
"@ember-data/store": "workspace:5.4.0-alpha.52",
8787
"@ember-data/tracking": "workspace:5.4.0-alpha.52",

packages/serializer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@
8686
},
8787
"devDependencies": {
8888
"@babel/cli": "^7.24.1",
89-
"@babel/core": "^7.24.3",
89+
"@babel/core": "^7.24.4",
9090
"@babel/plugin-proposal-decorators": "^7.24.1",
9191
"@babel/plugin-transform-class-properties": "^7.24.1",
9292
"@babel/plugin-transform-private-methods": "^7.24.1",
9393
"@babel/plugin-transform-runtime": "^7.24.3",
94-
"@babel/plugin-transform-typescript": "^7.24.1",
95-
"@babel/preset-env": "^7.24.3",
94+
"@babel/plugin-transform-typescript": "^7.24.4",
95+
"@babel/preset-env": "^7.24.4",
9696
"@babel/preset-typescript": "^7.24.1",
97-
"@babel/runtime": "^7.24.1",
97+
"@babel/runtime": "^7.24.4",
9898
"@ember-data/request": "workspace:5.4.0-alpha.52",
9999
"@ember-data/store": "workspace:5.4.0-alpha.52",
100100
"@ember-data/tracking": "workspace:5.4.0-alpha.52",

packages/store/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
},
7070
"devDependencies": {
7171
"@babel/cli": "^7.24.1",
72-
"@babel/core": "^7.24.3",
72+
"@babel/core": "^7.24.4",
7373
"@babel/plugin-proposal-decorators": "^7.24.1",
7474
"@babel/plugin-transform-class-properties": "^7.24.1",
7575
"@babel/plugin-transform-private-methods": "^7.24.1",
7676
"@babel/plugin-transform-runtime": "^7.24.3",
77-
"@babel/plugin-transform-typescript": "^7.24.1",
78-
"@babel/preset-env": "^7.24.3",
77+
"@babel/plugin-transform-typescript": "^7.24.4",
78+
"@babel/preset-env": "^7.24.4",
7979
"@babel/preset-typescript": "^7.24.1",
80-
"@babel/runtime": "^7.24.1",
80+
"@babel/runtime": "^7.24.4",
8181
"@ember-data/request": "workspace:5.4.0-alpha.52",
8282
"@ember-data/tracking": "workspace:5.4.0-alpha.52",
8383
"@ember/string": "^3.1.1",

packages/tracking/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
},
6666
"devDependencies": {
6767
"@babel/cli": "^7.24.1",
68-
"@babel/core": "^7.24.3",
68+
"@babel/core": "^7.24.4",
6969
"@babel/plugin-proposal-decorators": "^7.24.1",
7070
"@babel/plugin-transform-class-properties": "^7.24.1",
7171
"@babel/plugin-transform-private-methods": "^7.24.1",
7272
"@babel/plugin-transform-runtime": "^7.24.3",
73-
"@babel/plugin-transform-typescript": "^7.24.1",
74-
"@babel/preset-env": "^7.24.3",
73+
"@babel/plugin-transform-typescript": "^7.24.4",
74+
"@babel/preset-env": "^7.24.4",
7575
"@babel/preset-typescript": "^7.24.1",
76-
"@babel/runtime": "^7.24.1",
76+
"@babel/runtime": "^7.24.4",
7777
"@embroider/addon-dev": "^4.2.1",
7878
"@glimmer/component": "^1.1.2",
7979
"@glimmer/validator": "^0.91.1",

packages/unpublished-test-infra/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
}
101101
},
102102
"devDependencies": {
103-
"@babel/core": "^7.24.3",
104-
"@babel/runtime": "^7.24.1",
103+
"@babel/core": "^7.24.4",
104+
"@babel/runtime": "^7.24.4",
105105
"@ember/optional-features": "^2.1.0",
106106
"@ember/string": "3.1.1",
107107
"@glimmer/component": "^1.1.2",

0 commit comments

Comments
 (0)