Skip to content

Commit fafdf66

Browse files
Update embroider monorepo to v2
1 parent 5657bf6 commit fafdf66

2 files changed

Lines changed: 64 additions & 164 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
},
2828
"devDependencies": {
2929
"@ember/test-helpers": "2.8.1",
30-
"@embroider/compat": "1.9.0",
31-
"@embroider/core": "1.9.0",
32-
"@embroider/webpack": "1.9.0",
30+
"@embroider/compat": "2.0.2",
31+
"@embroider/core": "2.0.2",
32+
"@embroider/webpack": "2.0.2",
3333
"ember-cli": "4.8.0",
3434
"ember-cli-babel": "7.26.11",
3535
"ember-cli-dependency-checker": "3.3.1",

yarn.lock

Lines changed: 61 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
"@babel/helper-plugin-utils" "^7.18.9"
354354
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
355355

356-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
356+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
357357
version "7.18.6"
358358
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
359359
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
@@ -388,7 +388,7 @@
388388
"@babel/helper-plugin-utils" "^7.18.6"
389389
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
390390

391-
"@babel/plugin-proposal-optional-chaining@^7.14.5", "@babel/plugin-proposal-optional-chaining@^7.18.9":
391+
"@babel/plugin-proposal-optional-chaining@^7.18.9":
392392
version "7.18.9"
393393
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993"
394394
integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==
@@ -1044,31 +1044,29 @@
10441044
ember-cli-version-checker "^5.1.2"
10451045
semver "^7.3.5"
10461046

1047-
"@embroider/babel-loader-8@1.9.0":
1048-
version "1.9.0"
1049-
resolved "https://registry.yarnpkg.com/@embroider/babel-loader-8/-/babel-loader-8-1.9.0.tgz#c6bc48722274ee3689d1390abd927c6303a2369a"
1050-
integrity sha512-kEAPkyHXEWxJA9n/zmExhRIOCZPhEgWGyAb3t1hxcJGUzzD6r8zAEE6zfZGRIwpfi3jhkCn/FOZi43eVLJsjgA==
1047+
"@embroider/babel-loader-8@2.0.0":
1048+
version "2.0.0"
1049+
resolved "https://registry.yarnpkg.com/@embroider/babel-loader-8/-/babel-loader-8-2.0.0.tgz#4a3aef4b5ad0f75b8f6a740dd1d3a4ec22d493c3"
1050+
integrity sha512-a1bLodfox8JEgNHuhiIBIcXJ4b8NNnKWYkMIpJx216pn80Jf1jcFosQpxnqC8hYHrnG0XRKzQ9zJYgJXoa1wfg==
10511051
dependencies:
10521052
"@babel/core" "^7.14.5"
1053-
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1054-
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
10551053
babel-loader "8"
10561054

1057-
"@embroider/compat@1.9.0":
1058-
version "1.9.0"
1059-
resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-1.9.0.tgz#b2fd764de14b9efec6fe769fa46f7e0f8d63d625"
1060-
integrity sha512-4BMW8frZ5RZJY54jmhDNe7cdRqosWynJ6bPTVfL+jvE0Z8o2ROtneMOojj7jouhyRE9XfAnIioI/RenZTei3kg==
1055+
"@embroider/compat@2.0.2":
1056+
version "2.0.2"
1057+
resolved "https://registry.yarnpkg.com/@embroider/compat/-/compat-2.0.2.tgz#b1eb1b0593007bb2e75786a989b11fc5a06b40a6"
1058+
integrity sha512-F/jqXlfiXT9Vl06lSVbwkv2ixTftgqnbE5A34LCcOEBwzUKn47yTYTlNofB+D0Gyhw1MOwUm6utbF9oKpdTyYg==
10611059
dependencies:
10621060
"@babel/code-frame" "^7.14.5"
10631061
"@babel/core" "^7.14.5"
10641062
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
10651063
"@babel/preset-env" "^7.14.5"
10661064
"@babel/traverse" "^7.14.5"
1067-
"@embroider/macros" "1.9.0"
1068-
"@embroider/shared-internals" "1.8.3"
1065+
"@embroider/macros" "1.10.0"
10691066
"@types/babel__code-frame" "^7.0.2"
10701067
"@types/yargs" "^17.0.3"
10711068
assert-never "^1.1.0"
1069+
babel-plugin-ember-template-compilation "^2.0.0"
10721070
babel-plugin-syntax-dynamic-import "^6.18.0"
10731071
babylon "^6.18.0"
10741072
bind-decorator "^1.0.11"
@@ -1096,22 +1094,22 @@
10961094
walk-sync "^3.0.0"
10971095
yargs "^17.0.1"
10981096

1099-
"@embroider/core@1.9.0":
1100-
version "1.9.0"
1101-
resolved "https://registry.yarnpkg.com/@embroider/core/-/core-1.9.0.tgz#7a5f1612a89be1f8de47dd520ccb8d6304f5eeae"
1102-
integrity sha512-fjPb1pU7a+V9clpfBCa8CHdxbz7hr6azwNw/DqRQIMM272nrOPml65YVsBE24z7NrHdkqHjvmvDQ+qtl6oBhPw==
1097+
"@embroider/core@2.0.2":
1098+
version "2.0.2"
1099+
resolved "https://registry.yarnpkg.com/@embroider/core/-/core-2.0.2.tgz#73532d248def5833b7af4e55350e1561a3189667"
1100+
integrity sha512-noxrIOTiOI8ZW9s7hLCOhSHfsttgkPXN1on/2aovCHza0lQ9DNi4V5Ybpd4QMaTh+OzsrLGnV9qdj7kd9GpWSg==
11031101
dependencies:
11041102
"@babel/core" "^7.14.5"
11051103
"@babel/parser" "^7.14.5"
11061104
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
11071105
"@babel/plugin-transform-runtime" "^7.14.5"
11081106
"@babel/runtime" "^7.14.5"
11091107
"@babel/traverse" "^7.14.5"
1110-
"@embroider/macros" "1.9.0"
1111-
"@embroider/shared-internals" "1.8.3"
1108+
"@embroider/macros" "1.10.0"
1109+
"@embroider/shared-internals" "2.0.0"
11121110
assert-never "^1.2.1"
11131111
babel-import-util "^1.1.0"
1114-
babel-plugin-ember-template-compilation "^1.0.0"
1112+
babel-plugin-ember-template-compilation "^2.0.0"
11151113
broccoli-node-api "^1.7.0"
11161114
broccoli-persistent-filter "^3.1.2"
11171115
broccoli-plugin "^4.0.7"
@@ -1128,22 +1126,20 @@
11281126
lodash "^4.17.21"
11291127
resolve "^1.20.0"
11301128
resolve-package-path "^4.0.1"
1131-
strip-bom "^4.0.0"
11321129
typescript-memoize "^1.0.1"
11331130
walk-sync "^3.0.0"
1134-
wrap-legacy-hbs-plugin-if-needed "^1.0.1"
11351131

1136-
"@embroider/hbs-loader@1.9.0":
1137-
version "1.9.0"
1138-
resolved "https://registry.yarnpkg.com/@embroider/hbs-loader/-/hbs-loader-1.9.0.tgz#b7e4eb9163026e757bff012dc70e629cb89d3bb0"
1139-
integrity sha512-HBJ/zND9Pwe/eSAPJzR+b8XR/RrjxFKLq80YMEevkkmFLgkT/7aiK3FnZoN3eyuHRZwO5+ela1c57FIM3zSoWg==
1132+
"@embroider/hbs-loader@2.0.0":
1133+
version "2.0.0"
1134+
resolved "https://registry.yarnpkg.com/@embroider/hbs-loader/-/hbs-loader-2.0.0.tgz#8cf4fa0c167dc3c3c4e6e2449c56ac3974fb76b3"
1135+
integrity sha512-rWcZyZ3n35LwlPTS6/fYsdHqPWUh4QO/cVTIJOSeLqJCATNTho7tjBXS6pBvV9cZgvqP/Xph/08xjdUyOWUOxQ==
11401136

1141-
"@embroider/macros@1.8.3":
1142-
version "1.8.3"
1143-
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.8.3.tgz#2f0961ab8871f6ad819630208031d705b357757e"
1144-
integrity sha512-gnIOfTL/pUkoD6oI7JyWOqXlVIUgZM+CnbH10/YNtZr2K0hij9eZQMdgjOZZVgN0rKOFw9dIREqc1ygrJHRYQA==
1137+
"@embroider/macros@1.10.0", "@embroider/macros@^1.0.0", "@embroider/macros@^1.6.0":
1138+
version "1.10.0"
1139+
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.10.0.tgz#af3844d5db48f001b85cfb096c76727c72ad6c1e"
1140+
integrity sha512-LMbfQGk/a+f6xtvAv5fq/wf2LRxETnbgSCLUf/z6ebzmuskOUxrke+uP55chF/loWrARi9g6erFQ7RDOUoBMSg==
11451141
dependencies:
1146-
"@embroider/shared-internals" "1.8.3"
1142+
"@embroider/shared-internals" "2.0.0"
11471143
assert-never "^1.2.1"
11481144
babel-import-util "^1.1.0"
11491145
ember-cli-babel "^7.26.6"
@@ -1152,10 +1148,10 @@
11521148
resolve "^1.20.0"
11531149
semver "^7.3.2"
11541150

1155-
"@embroider/macros@1.9.0", "@embroider/macros@^1.0.0", "@embroider/macros@^1.6.0":
1156-
version "1.9.0"
1157-
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.9.0.tgz#0df2a56fdd93f11fddea450b6ca83cc2119b5008"
1158-
integrity sha512-12ElrRT+mX3aSixGHjHnfsnyoH1hw5nM+P+Ax0ITZdp6TaAvWZ8dENnVHltdnv4ssHiX0EsVEXmqbIIdMN4nLA==
1151+
"@embroider/macros@1.8.3":
1152+
version "1.8.3"
1153+
resolved "https://registry.yarnpkg.com/@embroider/macros/-/macros-1.8.3.tgz#2f0961ab8871f6ad819630208031d705b357757e"
1154+
integrity sha512-gnIOfTL/pUkoD6oI7JyWOqXlVIUgZM+CnbH10/YNtZr2K0hij9eZQMdgjOZZVgN0rKOFw9dIREqc1ygrJHRYQA==
11591155
dependencies:
11601156
"@embroider/shared-internals" "1.8.3"
11611157
assert-never "^1.2.1"
@@ -1180,6 +1176,20 @@
11801176
semver "^7.3.5"
11811177
typescript-memoize "^1.0.1"
11821178

1179+
"@embroider/shared-internals@2.0.0":
1180+
version "2.0.0"
1181+
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-2.0.0.tgz#d8205ec6944362aeecfbb51143db352430ced316"
1182+
integrity sha512-qZ2/xky9mWm5YC6noOa6AiAwgISEQ78YTZNv4SNu2PFgEK/H+Ha/3ddngzGSsnXkVnIHZyxIBzhxETonQYHY9g==
1183+
dependencies:
1184+
babel-import-util "^1.1.0"
1185+
ember-rfc176-data "^0.3.17"
1186+
fs-extra "^9.1.0"
1187+
js-string-escape "^1.0.1"
1188+
lodash "^4.17.21"
1189+
resolve-package-path "^4.0.1"
1190+
semver "^7.3.5"
1191+
typescript-memoize "^1.0.1"
1192+
11831193
"@embroider/util@^1.6.0":
11841194
version "1.8.3"
11851195
resolved "https://registry.yarnpkg.com/@embroider/util/-/util-1.8.3.tgz#7267a2b6fcbf3e56712711441159ab373f9bee7a"
@@ -1189,17 +1199,15 @@
11891199
broccoli-funnel "^3.0.5"
11901200
ember-cli-babel "^7.23.1"
11911201

1192-
"@embroider/webpack@1.9.0":
1193-
version "1.9.0"
1194-
resolved "https://registry.yarnpkg.com/@embroider/webpack/-/webpack-1.9.0.tgz#a356c08eea468ce847f168c19dc8e72743851a47"
1195-
integrity sha512-/jq+Tr6Lbp86vT9+PuTT8l7+xXURBmN0fQcRdMSClRlgJhjgz+f/NT0Yn9UUsEe3tRQVo9u8dnnlBo67loyhaA==
1202+
"@embroider/webpack@2.0.2":
1203+
version "2.0.2"
1204+
resolved "https://registry.yarnpkg.com/@embroider/webpack/-/webpack-2.0.2.tgz#67f1c98beadf3d013d238ce9b332773bac4cf333"
1205+
integrity sha512-q3fBWZbqYtJ3p8nnN729ksYWCfMDTL8mgF6tNaLngDe6IEoz9XaCIB64K6K32h7p/eKgluuV2xRg1qQuq9LagQ==
11961206
dependencies:
11971207
"@babel/core" "^7.14.5"
1198-
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1199-
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
1200-
"@embroider/babel-loader-8" "1.9.0"
1201-
"@embroider/hbs-loader" "1.9.0"
1202-
"@embroider/shared-internals" "1.8.3"
1208+
"@embroider/babel-loader-8" "2.0.0"
1209+
"@embroider/hbs-loader" "2.0.0"
1210+
"@embroider/shared-internals" "2.0.0"
12031211
"@types/source-map" "^0.5.7"
12041212
"@types/supports-color" "^8.1.0"
12051213
babel-loader "^8.2.2"
@@ -1233,91 +1241,13 @@
12331241
minimatch "^3.1.2"
12341242
strip-json-comments "^3.1.1"
12351243

1236-
"@glimmer/encoder@^0.42.2":
1237-
version "0.42.2"
1238-
resolved "https://registry.yarnpkg.com/@glimmer/encoder/-/encoder-0.42.2.tgz#d3ba3dc9f1d4fa582d1d18b63da100fc5c664057"
1239-
integrity sha512-8xkdly0i0BP5HMI0suPB9ly0AnEq8x9Z8j3Gee1HYIovM5VLNtmh7a8HsaHYRs/xHmBEZcqtr8JV89w6F59YMQ==
1240-
dependencies:
1241-
"@glimmer/interfaces" "^0.42.2"
1242-
"@glimmer/vm" "^0.42.2"
1243-
1244-
"@glimmer/interfaces@^0.42.2":
1245-
version "0.42.2"
1246-
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.42.2.tgz#9cf8d6f8f5eee6bfcfa36919ca68ae716e1f78db"
1247-
integrity sha512-7LOuQd02cxxNNHChzdHMAU8/qOeQvTro141CU5tXITP7z6aOv2D2gkFdau97lLQiVxezGrh8J7h8GCuF7TEqtg==
1248-
1249-
"@glimmer/low-level@^0.42.2":
1250-
version "0.42.2"
1251-
resolved "https://registry.yarnpkg.com/@glimmer/low-level/-/low-level-0.42.2.tgz#52c745414d1d04c4245c369bd132c0e786c816ef"
1252-
integrity sha512-s+Q44SnKdTBTnkgX0deBlVNnNPVas+Pg8xEnwky9VrUqOHKsIZRrPgfVULeC6bIdFXtXOKm5CjTajhb9qnQbXQ==
1253-
1254-
"@glimmer/program@^0.42.2":
1255-
version "0.42.2"
1256-
resolved "https://registry.yarnpkg.com/@glimmer/program/-/program-0.42.2.tgz#fe504679ca4df6251dd5fcf3003699bb51fa41fa"
1257-
integrity sha512-XpQ6EYzA1VL9ESKoih5XW5JftFmlRvwy3bF/I1ABOa3yLIh8mApEwrRI/sIHK0Nv5s1j0uW4itVF196WxnJXgw==
1258-
dependencies:
1259-
"@glimmer/encoder" "^0.42.2"
1260-
"@glimmer/interfaces" "^0.42.2"
1261-
"@glimmer/util" "^0.42.2"
1262-
1263-
"@glimmer/reference@^0.42.1", "@glimmer/reference@^0.42.2":
1264-
version "0.42.2"
1265-
resolved "https://registry.yarnpkg.com/@glimmer/reference/-/reference-0.42.2.tgz#57874e27c825fb7041b5295b5eb153f3f3f92f8f"
1266-
integrity sha512-XuhbRjr3M9Q/DP892jGxVfPE6jaGGHu5w9ppGMnuTY7Vm/x+A+68MCiaREhDcEwJlzGg4UkfVjU3fdgmUIrc5Q==
1267-
dependencies:
1268-
"@glimmer/util" "^0.42.2"
1269-
1270-
"@glimmer/runtime@^0.42.1":
1271-
version "0.42.2"
1272-
resolved "https://registry.yarnpkg.com/@glimmer/runtime/-/runtime-0.42.2.tgz#50e7da5d3cf9144248048a7478be3c489784a4bb"
1273-
integrity sha512-52LVZJsLKM3GzI3TEmYcw2LdI9Uk0jotISc3w2ozQBWvkKoYxjDNvI/gsjyMpenj4s7FcG2ggOq0x4tNFqm1GA==
1274-
dependencies:
1275-
"@glimmer/interfaces" "^0.42.2"
1276-
"@glimmer/low-level" "^0.42.2"
1277-
"@glimmer/program" "^0.42.2"
1278-
"@glimmer/reference" "^0.42.2"
1279-
"@glimmer/util" "^0.42.2"
1280-
"@glimmer/vm" "^0.42.2"
1281-
"@glimmer/wire-format" "^0.42.2"
1282-
1283-
"@glimmer/syntax@^0.42.1":
1284-
version "0.42.2"
1285-
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.42.2.tgz#89bb3cb787285b84665dc0d8907d94b008e5be9a"
1286-
integrity sha512-SR26SmF/Mb5o2cc4eLHpOyoX5kwwXP4KRhq4fbWfrvan74xVWA38PLspPCzwGhyVH/JsE7tUEPMjSo2DcJge/Q==
1287-
dependencies:
1288-
"@glimmer/interfaces" "^0.42.2"
1289-
"@glimmer/util" "^0.42.2"
1290-
handlebars "^4.0.13"
1291-
simple-html-tokenizer "^0.5.8"
1292-
1293-
"@glimmer/util@^0.42.2":
1294-
version "0.42.2"
1295-
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.42.2.tgz#9ca1631e42766ea6059f4b49d0bdfb6095aad2c4"
1296-
integrity sha512-Heck0baFSaWDanCYtmOcLeaz7v+rSqI8ovS7twrp2/FWEteb3Ze5sWQ2BEuSAG23L/k/lzVwYM/MY7ZugxBpaA==
1297-
12981244
"@glimmer/vm-babel-plugins@0.80.3":
12991245
version "0.80.3"
13001246
resolved "https://registry.yarnpkg.com/@glimmer/vm-babel-plugins/-/vm-babel-plugins-0.80.3.tgz#434b62172318cac43830d3ac29818cf2c5f111c1"
13011247
integrity sha512-9ej6xlm5MzHBJ5am2l0dbbn8Z0wJoYoMpM8FcrGMlUP6SPMLWxvxpMsApgQo8u6dvZRCjR3/bw3fdf7GOy0AFw==
13021248
dependencies:
13031249
babel-plugin-debug-macros "^0.3.4"
13041250

1305-
"@glimmer/vm@^0.42.2":
1306-
version "0.42.2"
1307-
resolved "https://registry.yarnpkg.com/@glimmer/vm/-/vm-0.42.2.tgz#492a4f05eac587c3a37371b3c62593f20bef553d"
1308-
integrity sha512-D2MNU5glICLqvet5SfVPrv+l6JNK2TR+CdQhch1Ew+btOoqlW+2LIJIF/5wLb1POjIMEkt+78t/7RN0mDFXGzw==
1309-
dependencies:
1310-
"@glimmer/interfaces" "^0.42.2"
1311-
"@glimmer/util" "^0.42.2"
1312-
1313-
"@glimmer/wire-format@^0.42.2":
1314-
version "0.42.2"
1315-
resolved "https://registry.yarnpkg.com/@glimmer/wire-format/-/wire-format-0.42.2.tgz#b95062b594dddeb8bd11cba3a6a0accbfabc9930"
1316-
integrity sha512-IqUo6mdJ7GRsK7KCyZxrc17ioSg9RBniEnb418ZMQxsV/WBv9NQ359MuClUck2M24z1AOXo4TerUw0U7+pb1/A==
1317-
dependencies:
1318-
"@glimmer/interfaces" "^0.42.2"
1319-
"@glimmer/util" "^0.42.2"
1320-
13211251
"@humanwhocodes/config-array@^0.11.6":
13221252
version "0.11.7"
13231253
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
@@ -1735,11 +1665,6 @@
17351665
"@pnpm/network.ca-file" "^1.0.1"
17361666
config-chain "^1.1.11"
17371667

1738-
"@simple-dom/interface@^1.4.0":
1739-
version "1.4.0"
1740-
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"
1741-
integrity sha512-l5qumKFWU0S+4ZzMaLXFU8tQZsicHEMEyAxI5kDFGhJsRqDwe0a7/iPA/GdxlGyDKseQQAgIz5kzU7eXTrlSpA==
1742-
17431668
"@sinclair/typebox@^0.24.1":
17441669
version "0.24.43"
17451670
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.43.tgz#2e2bce0e5e493aaf639beed0cd6c88cfde7dd3d7"
@@ -2638,7 +2563,7 @@ babel-helpers@^6.24.1:
26382563
babel-runtime "^6.22.0"
26392564
babel-template "^6.24.1"
26402565

2641-
babel-import-util@^1.1.0, babel-import-util@^1.2.0:
2566+
babel-import-util@^1.1.0, babel-import-util@^1.3.0:
26422567
version "1.3.0"
26432568
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-1.3.0.tgz#dc9251ea39a7747bd586c1c13b8d785a42797f8e"
26442569
integrity sha512-PPzUT17eAI18zn6ek1R3sB4Krc/MbnmT1MkZQFmyhjoaEGBVwNABhfVU9+EKcDSKrrOm9OIpGhjxukx1GCiy1g==
@@ -2715,15 +2640,12 @@ babel-plugin-ember-modules-api-polyfill@^3.5.0:
27152640
dependencies:
27162641
ember-rfc176-data "^0.3.17"
27172642

2718-
babel-plugin-ember-template-compilation@^1.0.0:
2719-
version "1.0.2"
2720-
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-1.0.2.tgz#e0695b8ad5a8fe6b2cbdff1eadb01cf402731ad6"
2721-
integrity sha512-4HBMksmlYsWEf/C/n3uW5rkBRbUp4FNaspzdQTAHgLbfCJnkLze8R6i6sUSge48y/Wne7mx+vcImI1o6rlUwXQ==
2643+
babel-plugin-ember-template-compilation@^2.0.0:
2644+
version "2.0.0"
2645+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.0.0.tgz#41d895874ba6119dd461f61993c16d1154bf8a57"
2646+
integrity sha512-d+4jaB2ik0rt9TH0K9kOlKJeRBHEb373FgFMcU9ZaJL2zYuVXe19bqy+cWlLpLf1tpOBcBG9QTlFBCoImlOt1g==
27222647
dependencies:
2723-
babel-import-util "^1.2.0"
2724-
line-column "^1.0.2"
2725-
magic-string "^0.26.0"
2726-
string.prototype.matchall "^4.0.5"
2648+
babel-import-util "^1.3.0"
27272649

27282650
babel-plugin-filter-imports@^4.0.0:
27292651
version "4.0.0"
@@ -6792,7 +6714,7 @@ growly@^1.3.0:
67926714
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
67936715
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
67946716

6795-
handlebars@^4.0.13, handlebars@^4.0.4, handlebars@^4.3.1, handlebars@^4.7.3, handlebars@^4.7.7:
6717+
handlebars@^4.0.4, handlebars@^4.3.1, handlebars@^4.7.3, handlebars@^4.7.7:
67966718
version "4.7.7"
67976719
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
67986720
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
@@ -8700,13 +8622,6 @@ magic-string@^0.25.7:
87008622
dependencies:
87018623
sourcemap-codec "^1.4.4"
87028624

8703-
magic-string@^0.26.0:
8704-
version "0.26.7"
8705-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.7.tgz#caf7daf61b34e9982f8228c4527474dac8981d6f"
8706-
integrity sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==
8707-
dependencies:
8708-
sourcemap-codec "^1.4.8"
8709-
87108625
make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
87118626
version "3.1.0"
87128627
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -10923,11 +10838,6 @@ silent-error@^1.0.0, silent-error@^1.0.1, silent-error@^1.1.0, silent-error@^1.1
1092310838
dependencies:
1092410839
debug "^2.2.0"
1092510840

10926-
simple-html-tokenizer@^0.5.8:
10927-
version "0.5.11"
10928-
resolved "https://registry.yarnpkg.com/simple-html-tokenizer/-/simple-html-tokenizer-0.5.11.tgz#4c5186083c164ba22a7b477b7687ac056ad6b1d9"
10929-
integrity sha512-C2WEK/Z3HoSFbYq8tI7ni3eOo/NneSPRoPpcM7WdLjFOArFuyXEjAoCdOC3DgMfRyziZQ1hCNR4mrNdWEvD0og==
10930-
1093110841
sisteransi@^1.0.5:
1093210842
version "1.0.5"
1093310843
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -11124,7 +11034,7 @@ source-map@~0.1.x:
1112411034
dependencies:
1112511035
amdefine ">=0.0.4"
1112611036

11127-
sourcemap-codec@^1.4.4, sourcemap-codec@^1.4.8:
11037+
sourcemap-codec@^1.4.4:
1112811038
version "1.4.8"
1112911039
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
1113011040
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
@@ -12308,16 +12218,6 @@ wrap-ansi@^8.0.1:
1230812218
string-width "^5.0.1"
1230912219
strip-ansi "^7.0.1"
1231012220

12311-
wrap-legacy-hbs-plugin-if-needed@^1.0.1:
12312-
version "1.0.1"
12313-
resolved "https://registry.yarnpkg.com/wrap-legacy-hbs-plugin-if-needed/-/wrap-legacy-hbs-plugin-if-needed-1.0.1.tgz#6683eb74747f33e7caea54bb2ed85106ef9006b4"
12314-
integrity sha512-aJjXe5WwrY0u0dcUgKW3m2SGnxosJ66LLm/QaG0YMHqgA6+J2xwAFZfhSLsQ2BmO5x8PTH+OIxoAXuGz3qBA7A==
12315-
dependencies:
12316-
"@glimmer/reference" "^0.42.1"
12317-
"@glimmer/runtime" "^0.42.1"
12318-
"@glimmer/syntax" "^0.42.1"
12319-
"@simple-dom/interface" "^1.4.0"
12320-
1232112221
wrappy@1:
1232212222
version "1.0.2"
1232312223
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)