Build(deps-dev): Bump the embroider group in /app/assets/javascripts with 2 updates (#24877)
* Build(deps-dev): Bump the embroider group Bumps the embroider group in /app/assets/javascripts with 2 updates: [@embroider/compat](https://github.com/embroider-build/embroider/tree/HEAD/packages/compat) and [@embroider/core](https://github.com/embroider-build/embroider/tree/HEAD/packages/core). Updates `@embroider/compat` from 3.4.0 to 3.4.2 - [Release notes](https://github.com/embroider-build/embroider/releases) - [Changelog](https://github.com/embroider-build/embroider/blob/main/CHANGELOG.md) - [Commits](https://github.com/embroider-build/embroider/commits/HEAD/packages/compat) Updates `@embroider/core` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/embroider-build/embroider/releases) - [Changelog](https://github.com/embroider-build/embroider/blob/main/CHANGELOG.md) - [Commits](https://github.com/embroider-build/embroider/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@embroider/compat" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: embroider - dependency-name: "@embroider/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: embroider ... Signed-off-by: dependabot[bot] <support@github.com> * Update lockfiles for ember version flag --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: discoursebuild <build@discourse.org>
This commit is contained in:
parent
bb2d3ab300
commit
d993c38f3c
|
@ -38,8 +38,8 @@
|
|||
"@ember/render-modifiers": "^2.1.0",
|
||||
"@ember/string": "^3.1.1",
|
||||
"@ember/test-helpers": "^2.9.4",
|
||||
"@embroider/compat": "^3.4.0",
|
||||
"@embroider/core": "^3.4.2",
|
||||
"@embroider/compat": "^3.4.2",
|
||||
"@embroider/core": "^3.4.3",
|
||||
"@embroider/macros": "^1.13.1",
|
||||
"@embroider/webpack": "^3.2.1",
|
||||
"@floating-ui/dom": "^1.5.0",
|
||||
|
|
|
@ -1218,10 +1218,10 @@
|
|||
"@babel/core" "^7.14.5"
|
||||
babel-loader "^9.0.0"
|
||||
|
||||
"@embroider/compat@^3.4.0":
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-3.4.0.tgz#f3ccb4a134d6aa269f64870fcd92722f793cf54b"
|
||||
integrity sha512-XXWgVZkm/XbiVpfV4lI6T+VZwkPm1V9lMd/nFnVNlrvUct/s8jz7EO4hHiWoIfTmC745gki5qx9KLhjXbABfCA==
|
||||
"@embroider/compat@^3.4.2":
|
||||
version "3.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-3.4.2.tgz#2d12038357f76d7d85b1f313c9967d349e1b2415"
|
||||
integrity sha512-aSmEGwiCn5lPkWNRG3We0pLOz/66zzQ+s+owt7n4Qft5c4qBhNxG/iwk2wtT7BpUmohR7F3gF8NkPrAtRz/poQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.14.5"
|
||||
"@babel/core" "^7.14.5"
|
||||
|
@ -1230,7 +1230,7 @@
|
|||
"@babel/preset-env" "^7.14.5"
|
||||
"@babel/runtime" "^7.18.6"
|
||||
"@babel/traverse" "^7.14.5"
|
||||
"@embroider/macros" "1.13.3"
|
||||
"@embroider/macros" "1.13.4"
|
||||
"@types/babel__code-frame" "^7.0.2"
|
||||
"@types/yargs" "^17.0.3"
|
||||
assert-never "^1.1.0"
|
||||
|
@ -1265,15 +1265,15 @@
|
|||
walk-sync "^3.0.0"
|
||||
yargs "^17.0.1"
|
||||
|
||||
"@embroider/core@^3.4.2":
|
||||
version "3.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/core/-/core-3.4.2.tgz#aa9531d3a1ecb3be3c5a1f752e0326b6203b5d18"
|
||||
integrity sha512-lHJcUosSgA8v9deZ2a3k/zuQCpu+Rjw1PZ4dOHzdoTN7B9J96IIybw1JVN234sdUJi9VWjpQnvE2uWOD9seRjg==
|
||||
"@embroider/core@^3.4.3":
|
||||
version "3.4.3"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/core/-/core-3.4.3.tgz#3d6f7b19c8ebb81c0915b575d0ee05f0182f486e"
|
||||
integrity sha512-mTcpB0fDtOdTqfJTznXgDspLjgF11WEvA0/vLo19TkYMQ0X4ZyBFP/wCiqYnXLDOYnnZDXSz0l3Z5PGx/iyt9Q==
|
||||
dependencies:
|
||||
"@babel/core" "^7.14.5"
|
||||
"@babel/parser" "^7.14.5"
|
||||
"@babel/traverse" "^7.14.5"
|
||||
"@embroider/macros" "1.13.3"
|
||||
"@embroider/macros" "1.13.4"
|
||||
"@embroider/shared-internals" "2.5.1"
|
||||
assert-never "^1.2.1"
|
||||
babel-plugin-ember-template-compilation "^2.1.1"
|
||||
|
@ -1300,10 +1300,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@embroider/hbs-loader/-/hbs-loader-3.0.3.tgz#73eee9a54fa893d4f48b7ffe05c40c26cb491dae"
|
||||
integrity sha512-sI2K3/III1WGGxS+aIf8uW5tgcNiE7APNhThn2ZTwqU47fK20Uz8TJZhst0GfNZFsCsmuQMRUikRJvQU8naSWA==
|
||||
|
||||
"@embroider/macros@1.13.3", "@embroider/macros@^1.0.0", "@embroider/macros@^1.10.0", "@embroider/macros@^1.11.0", "@embroider/macros@^1.13.1", "@embroider/macros@^1.8.3":
|
||||
version "1.13.3"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.13.3.tgz#e1ff584e01bcdebb9fa9f6982ecc2ea89886867f"
|
||||
integrity sha512-JUC1aHRLIN2LNy1l+gz7gWkw9JmnsE20GL3LduCzNvCAnEQpMTJhW5BUbEWqdCnAWBPte/M2ofckqBXyTZioTQ==
|
||||
"@embroider/macros@1.13.4", "@embroider/macros@^1.0.0", "@embroider/macros@^1.10.0", "@embroider/macros@^1.11.0", "@embroider/macros@^1.13.1", "@embroider/macros@^1.8.3":
|
||||
version "1.13.4"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.13.4.tgz#4fefb79d68bcfbc4619551572b2ca3040a224fb5"
|
||||
integrity sha512-A6tXvfwnscx66QO0R3c2dIJwEltfsTL4ihsYjMtgP9ODCCmQlCaRlZDQYw5Drta0ER9Fj3nXntu4naV5Wt5XLA==
|
||||
dependencies:
|
||||
"@embroider/shared-internals" "2.5.1"
|
||||
assert-never "^1.2.1"
|
||||
|
|
|
@ -1218,10 +1218,10 @@
|
|||
"@babel/core" "^7.14.5"
|
||||
babel-loader "^9.0.0"
|
||||
|
||||
"@embroider/compat@^3.4.0":
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-3.4.0.tgz#f3ccb4a134d6aa269f64870fcd92722f793cf54b"
|
||||
integrity sha512-XXWgVZkm/XbiVpfV4lI6T+VZwkPm1V9lMd/nFnVNlrvUct/s8jz7EO4hHiWoIfTmC745gki5qx9KLhjXbABfCA==
|
||||
"@embroider/compat@^3.4.2":
|
||||
version "3.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-3.4.2.tgz#2d12038357f76d7d85b1f313c9967d349e1b2415"
|
||||
integrity sha512-aSmEGwiCn5lPkWNRG3We0pLOz/66zzQ+s+owt7n4Qft5c4qBhNxG/iwk2wtT7BpUmohR7F3gF8NkPrAtRz/poQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.14.5"
|
||||
"@babel/core" "^7.14.5"
|
||||
|
@ -1230,7 +1230,7 @@
|
|||
"@babel/preset-env" "^7.14.5"
|
||||
"@babel/runtime" "^7.18.6"
|
||||
"@babel/traverse" "^7.14.5"
|
||||
"@embroider/macros" "1.13.3"
|
||||
"@embroider/macros" "1.13.4"
|
||||
"@types/babel__code-frame" "^7.0.2"
|
||||
"@types/yargs" "^17.0.3"
|
||||
assert-never "^1.1.0"
|
||||
|
@ -1265,15 +1265,15 @@
|
|||
walk-sync "^3.0.0"
|
||||
yargs "^17.0.1"
|
||||
|
||||
"@embroider/core@^3.4.2":
|
||||
version "3.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/core/-/core-3.4.2.tgz#aa9531d3a1ecb3be3c5a1f752e0326b6203b5d18"
|
||||
integrity sha512-lHJcUosSgA8v9deZ2a3k/zuQCpu+Rjw1PZ4dOHzdoTN7B9J96IIybw1JVN234sdUJi9VWjpQnvE2uWOD9seRjg==
|
||||
"@embroider/core@^3.4.3":
|
||||
version "3.4.3"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/core/-/core-3.4.3.tgz#3d6f7b19c8ebb81c0915b575d0ee05f0182f486e"
|
||||
integrity sha512-mTcpB0fDtOdTqfJTznXgDspLjgF11WEvA0/vLo19TkYMQ0X4ZyBFP/wCiqYnXLDOYnnZDXSz0l3Z5PGx/iyt9Q==
|
||||
dependencies:
|
||||
"@babel/core" "^7.14.5"
|
||||
"@babel/parser" "^7.14.5"
|
||||
"@babel/traverse" "^7.14.5"
|
||||
"@embroider/macros" "1.13.3"
|
||||
"@embroider/macros" "1.13.4"
|
||||
"@embroider/shared-internals" "2.5.1"
|
||||
assert-never "^1.2.1"
|
||||
babel-plugin-ember-template-compilation "^2.1.1"
|
||||
|
@ -1300,10 +1300,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@embroider/hbs-loader/-/hbs-loader-3.0.3.tgz#73eee9a54fa893d4f48b7ffe05c40c26cb491dae"
|
||||
integrity sha512-sI2K3/III1WGGxS+aIf8uW5tgcNiE7APNhThn2ZTwqU47fK20Uz8TJZhst0GfNZFsCsmuQMRUikRJvQU8naSWA==
|
||||
|
||||
"@embroider/macros@1.13.3", "@embroider/macros@^1.0.0", "@embroider/macros@^1.10.0", "@embroider/macros@^1.11.0", "@embroider/macros@^1.13.1", "@embroider/macros@^1.8.3":
|
||||
version "1.13.3"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.13.3.tgz#e1ff584e01bcdebb9fa9f6982ecc2ea89886867f"
|
||||
integrity sha512-JUC1aHRLIN2LNy1l+gz7gWkw9JmnsE20GL3LduCzNvCAnEQpMTJhW5BUbEWqdCnAWBPte/M2ofckqBXyTZioTQ==
|
||||
"@embroider/macros@1.13.4", "@embroider/macros@^1.0.0", "@embroider/macros@^1.10.0", "@embroider/macros@^1.11.0", "@embroider/macros@^1.13.1", "@embroider/macros@^1.8.3":
|
||||
version "1.13.4"
|
||||
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.13.4.tgz#4fefb79d68bcfbc4619551572b2ca3040a224fb5"
|
||||
integrity sha512-A6tXvfwnscx66QO0R3c2dIJwEltfsTL4ihsYjMtgP9ODCCmQlCaRlZDQYw5Drta0ER9Fj3nXntu4naV5Wt5XLA==
|
||||
dependencies:
|
||||
"@embroider/shared-internals" "2.5.1"
|
||||
assert-never "^1.2.1"
|
||||
|
|
Loading…
Reference in New Issue