Skip to content

Commit

Permalink
chore(deps): update asset-compilation (#9214)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 1881b58 commit 39a8023
Show file tree
Hide file tree
Showing 37 changed files with 1,692 additions and 1,742 deletions.
6 changes: 3 additions & 3 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"version": "5.4.0-alpha.23",
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@ember-data/store": "workspace:5.4.0-alpha.23",
"@ember-data/tracking": "workspace:5.4.0-alpha.23",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"@warp-drive/core-types": "workspace:0.0.0-alpha.9",
"broccoli-merge-trees": "^4.2.0",
"ember-auto-import": "^2.7.0",
Expand Down Expand Up @@ -119,7 +119,7 @@
}
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@ember/string": "3.1.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/active-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@
"version": 1
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/request": "workspace:5.4.0-alpha.23",
"@ember-data/request-utils": "workspace:5.4.0-alpha.23",
"@ember-data/store": "workspace:5.4.0-alpha.23",
Expand Down
14 changes: 7 additions & 7 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,22 @@
},
"dependencies": {
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-cli-babel": "^8.2.0",
"ember-cli-test-info": "^1.0.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/graph": "workspace:5.4.0-alpha.23",
"@ember-data/json-api": "workspace:5.4.0-alpha.23",
"@ember-data/legacy-compat": "workspace:5.4.0-alpha.23",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
}
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@embroider/addon-dev": "^4.1.2",
"@glimmer/component": "^1.1.2",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-auto-import": "^2.7.0",
"ember-cli-babel": "^8.2.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10",
Expand Down
8 changes: 4 additions & 4 deletions packages/diagnostic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"tmp": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@embroider/addon-dev": "^4.1.2",
"@embroider/addon-shim": "^1.8.7",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@
"dependencies": {
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-cli-babel": "^8.2.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/request": "workspace:5.4.0-alpha.23",
"@ember-data/store": "workspace:5.4.0-alpha.23",
"@ember-data/tracking": "workspace:5.4.0-alpha.23",
Expand Down
8 changes: 4 additions & 4 deletions packages/holodeck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@warp-drive/core-types": "workspace:0.0.0-alpha.9"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/request": "workspace:5.4.0-alpha.23",
"@embroider/addon-dev": "^4.1.2",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-cli-babel": "^8.2.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
Expand Down Expand Up @@ -93,16 +93,16 @@
}
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/graph": "workspace:5.4.0-alpha.23",
"@ember-data/request": "workspace:5.4.0-alpha.23",
"@ember-data/request-utils": "workspace:5.4.0-alpha.23",
Expand Down
14 changes: 7 additions & 7 deletions packages/legacy-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-cli-babel": "^8.2.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
Expand Down Expand Up @@ -106,16 +106,16 @@
}
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/graph": "workspace:5.4.0-alpha.23",
"@ember-data/json-api": "workspace:5.4.0-alpha.23",
"@ember-data/request": "workspace:5.4.0-alpha.23",
Expand Down
14 changes: 7 additions & 7 deletions packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,24 +110,24 @@
"dependencies": {
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-cli-babel": "^8.2.0",
"ember-cli-string-utils": "^1.1.0",
"ember-cli-test-info": "^1.0.0",
"inflection": "~3.0.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/debug": "workspace:5.4.0-alpha.23",
"@ember-data/graph": "workspace:5.4.0-alpha.23",
"@ember-data/json-api": "workspace:5.4.0-alpha.23",
Expand Down
6 changes: 3 additions & 3 deletions packages/private-build-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"_syncPnpm": "bun run sync-dependencies-meta-injected"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-block-scoping": "^7.23.4",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"babel-import-util": "^2.0.1",
"babel-plugin-debug-macros": "^0.3.4",
"babel-plugin-filter-imports": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/request-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"version": 1
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@embroider/addon-dev": "^4.1.2",
"@glimmer/component": "^1.1.2",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@ember/test-waiters": "^3.1.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-cli-babel": "^8.2.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
Expand All @@ -60,16 +60,16 @@
}
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@embroider/addon-dev": "^4.1.2",
"@glimmer/component": "^1.1.2",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"version": 1
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/request": "workspace:5.4.0-alpha.23",
"@ember-data/request-utils": "workspace:5.4.0-alpha.23",
"@ember-data/store": "workspace:5.4.0-alpha.23",
Expand Down
14 changes: 7 additions & 7 deletions packages/schema-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@
"dependencies": {
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.23",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.13.4",
"@embroider/macros": "^1.13.5",
"ember-cli-babel": "^8.2.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.23.9",
"@ember-data/request": "workspace:5.4.0-alpha.23",
"@ember-data/store": "workspace:5.4.0-alpha.23",
"@ember-data/tracking": "workspace:5.4.0-alpha.23",
Expand Down
Loading

0 comments on commit 39a8023

Please sign in to comment.