Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 55debab

Browse files
Bump ember-cli-babel from 7.14.1 to 7.17.1
Bumps [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 7.14.1 to 7.17.1. - [Release notes](https://github.com/babel/ember-cli-babel/releases) - [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md) - [Commits](emberjs/ember-cli-babel@v7.14.1...v7.17.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 28634f8 commit 55debab

1 file changed

Lines changed: 80 additions & 18 deletions

File tree

yarn.lock

Lines changed: 80 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
invariant "^2.2.4"
2626
semver "^5.5.0"
2727

28-
"@babel/core@^7.3.4", "@babel/core@^7.7.2", "@babel/core@^7.8.3":
28+
"@babel/core@^7.3.4", "@babel/core@^7.7.2", "@babel/core@^7.8.3", "@babel/core@^7.8.4":
2929
version "7.8.4"
3030
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
3131
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
@@ -489,6 +489,13 @@
489489
dependencies:
490490
"@babel/helper-plugin-utils" "^7.0.0"
491491

492+
"@babel/plugin-syntax-typescript@^7.8.3":
493+
version "7.8.3"
494+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc"
495+
integrity sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg==
496+
dependencies:
497+
"@babel/helper-plugin-utils" "^7.8.3"
498+
492499
"@babel/plugin-transform-arrow-functions@^7.8.3":
493500
version "7.8.3"
494501
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz#82776c2ed0cd9e1a49956daeb896024c9473b8b6"
@@ -743,6 +750,15 @@
743750
dependencies:
744751
"@babel/helper-plugin-utils" "^7.8.3"
745752

753+
"@babel/plugin-transform-typescript@^7.8.3":
754+
version "7.8.3"
755+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917"
756+
integrity sha512-Ebj230AxcrKGZPKIp4g4TdQLrqX95TobLUWKd/CwG7X1XHUH1ZpkpFvXuXqWbtGRWb7uuEWNlrl681wsOArAdQ==
757+
dependencies:
758+
"@babel/helper-create-class-features-plugin" "^7.8.3"
759+
"@babel/helper-plugin-utils" "^7.8.3"
760+
"@babel/plugin-syntax-typescript" "^7.8.3"
761+
746762
"@babel/plugin-transform-typescript@~7.4.0":
747763
version "7.4.5"
748764
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.4.5.tgz#ab3351ba35307b79981993536c93ff8be050ba28"
@@ -767,7 +783,7 @@
767783
core-js "^2.6.5"
768784
regenerator-runtime "^0.13.2"
769785

770-
"@babel/preset-env@^7.8.3":
786+
"@babel/preset-env@^7.8.4":
771787
version "7.8.4"
772788
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
773789
integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
@@ -830,7 +846,7 @@
830846
levenary "^1.1.1"
831847
semver "^5.5.0"
832848

833-
"@babel/runtime@^7.8.3":
849+
"@babel/runtime@^7.8.4":
834850
version "7.8.4"
835851
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308"
836852
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==
@@ -1053,7 +1069,14 @@
10531069
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
10541070
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
10551071

1056-
"@types/glob@^7.1.1":
1072+
"@types/fs-extra@^5.0.5":
1073+
version "5.1.0"
1074+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.1.0.tgz#2a325ef97901504a3828718c390d34b8426a10a1"
1075+
integrity sha512-AInn5+UBFIK9FK5xc9yP5e3TQSPNNgjHByqYcj9g5elVBnDQcQL7PlO1CIRy2gWlbwK7UPYqi7vRvFA44dCmYQ==
1076+
dependencies:
1077+
"@types/node" "*"
1078+
1079+
"@types/glob@*", "@types/glob@^7.1.1":
10571080
version "7.1.1"
10581081
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
10591082
integrity sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==
@@ -1072,6 +1095,14 @@
10721095
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.6.tgz#076028d0b0400be8105b89a0a55550c86684ffec"
10731096
integrity sha512-Jg1F+bmxcpENHP23sVKkNuU3uaxPnsBMW0cLjleiikFKomJQbsn0Cqk2yDvQArqzZN6ABfBkZ0To7pQ8sLdWDg==
10741097

1098+
"@types/rimraf@^2.0.2":
1099+
version "2.0.3"
1100+
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-2.0.3.tgz#0199a46af106729ba14213fda7b981278d8c84f2"
1101+
integrity sha512-dZfyfL/u9l/oi984hEXdmAjX3JHry7TLWw43u1HQ8HhPv6KtfxnrZ3T/bleJ0GEvnk9t5sM7eePkgMqz3yBcGg==
1102+
dependencies:
1103+
"@types/glob" "*"
1104+
"@types/node" "*"
1105+
10751106
"@types/symlink-or-copy@^1.2.0":
10761107
version "1.2.0"
10771108
resolved "https://registry.yarnpkg.com/@types/symlink-or-copy/-/symlink-or-copy-1.2.0.tgz#4151a81b4052c80bc2becbae09f3a9ec010a9c7a"
@@ -1603,6 +1634,13 @@ babel-plugin-dynamic-import-node@^2.3.0:
16031634
dependencies:
16041635
object.assign "^4.1.0"
16051636

1637+
babel-plugin-ember-data-packages-polyfill@^0.1.1:
1638+
version "0.1.1"
1639+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-data-packages-polyfill/-/babel-plugin-ember-data-packages-polyfill-0.1.1.tgz#428217228bedb95215bcaac6da83f59488b40edd"
1640+
integrity sha512-WQlevWS8RNNVCm4SNI6PogUMhH4Eu2ectRd/SVcKVnLnzaOHJjN9W1eaoQ9dwBidDgHhtXUbvkBSdLExaW+MYA==
1641+
dependencies:
1642+
"@ember-data/rfc395-data" "^0.0.4"
1643+
16061644
babel-plugin-ember-modules-api-polyfill@^2.12.0, babel-plugin-ember-modules-api-polyfill@^2.6.0:
16071645
version "2.12.0"
16081646
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-2.12.0.tgz#a5e703205ba4e625a7fab9bb1aea64ef3222cf75"
@@ -3595,20 +3633,23 @@ ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.16.0, ember-cli-babel@^6.8.1:
35953633
semver "^5.5.0"
35963634

35973635
ember-cli-babel@^7.1.2, ember-cli-babel@^7.11.0, ember-cli-babel@^7.12.0, ember-cli-babel@^7.13.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.7.3:
3598-
version "7.14.1"
3599-
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.14.1.tgz#b34045449c4e7a22072757f394c89d585c1322e3"
3600-
integrity sha512-d8d3IQIvFlTfwWI+t4Ou5mbHMEhdqbpyw93dabV9X3MOxRXcKfo88YfIq6QWQRB0EG3kwuLxt3Jo0wCy4rrylA==
3636+
version "7.17.1"
3637+
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.17.1.tgz#96a4a527409b9555e329adea846f1f40eb4131c2"
3638+
integrity sha512-GC7EOgmJE27JTljGL00fHOt3eg+kCXOfzHE7qCjndtmvZ26DR1WiHXjQdni5fZpz/l2zz83ymQCpVIpZHdglpA==
36013639
dependencies:
3602-
"@babel/core" "^7.8.3"
3640+
"@babel/core" "^7.8.4"
3641+
"@babel/helper-compilation-targets" "^7.8.4"
36033642
"@babel/plugin-proposal-class-properties" "^7.8.3"
36043643
"@babel/plugin-proposal-decorators" "^7.8.3"
36053644
"@babel/plugin-transform-modules-amd" "^7.8.3"
36063645
"@babel/plugin-transform-runtime" "^7.8.3"
3646+
"@babel/plugin-transform-typescript" "^7.8.3"
36073647
"@babel/polyfill" "^7.8.3"
3608-
"@babel/preset-env" "^7.8.3"
3609-
"@babel/runtime" "^7.8.3"
3648+
"@babel/preset-env" "^7.8.4"
3649+
"@babel/runtime" "^7.8.4"
36103650
amd-name-resolver "^1.2.1"
36113651
babel-plugin-debug-macros "^0.3.0"
3652+
babel-plugin-ember-data-packages-polyfill "^0.1.1"
36123653
babel-plugin-ember-modules-api-polyfill "^2.12.0"
36133654
babel-plugin-module-resolver "^3.1.1"
36143655
broccoli-babel-transpiler "^7.4.0"
@@ -3617,8 +3658,10 @@ ember-cli-babel@^7.1.2, ember-cli-babel@^7.11.0, ember-cli-babel@^7.12.0, ember-
36173658
broccoli-source "^1.1.0"
36183659
clone "^2.1.2"
36193660
ember-cli-babel-plugin-helpers "^1.1.0"
3620-
ember-cli-version-checker "^2.1.2"
3661+
ember-cli-version-checker "^4.1.0"
36213662
ensure-posix-path "^1.0.2"
3663+
fixturify-project "^1.10.0"
3664+
rimraf "^3.0.1"
36223665
semver "^5.5.0"
36233666

36243667
ember-cli-blueprint-test-helpers@^0.19.1:
@@ -4772,6 +4815,14 @@ fireworm@^0.7.0:
47724815
lodash.flatten "^3.0.2"
47734816
minimatch "^3.0.2"
47744817

4818+
fixturify-project@^1.10.0:
4819+
version "1.10.0"
4820+
resolved "https://registry.yarnpkg.com/fixturify-project/-/fixturify-project-1.10.0.tgz#091c452a9bb15f09b6b9cc7cf5c0ad559f1d9aad"
4821+
integrity sha512-L1k9uiBQuN0Yr8tA9Noy2VSQ0dfg0B8qMdvT7Wb5WQKc7f3dn3bzCbSrqlb+etLW+KDV4cBC7R1OvcMg3kcxmA==
4822+
dependencies:
4823+
fixturify "^1.2.0"
4824+
tmp "^0.0.33"
4825+
47754826
fixturify@^0.3.2:
47764827
version "0.3.4"
47774828
resolved "https://registry.yarnpkg.com/fixturify/-/fixturify-0.3.4.tgz#c676de404a7f8ee8e64d0b76118e62ec95ab7b25"
@@ -4780,6 +4831,17 @@ fixturify@^0.3.2:
47804831
fs-extra "^0.30.0"
47814832
matcher-collection "^1.0.4"
47824833

4834+
fixturify@^1.2.0:
4835+
version "1.2.0"
4836+
resolved "https://registry.yarnpkg.com/fixturify/-/fixturify-1.2.0.tgz#abe8c52dd27dbbfdb874a02893781c93425663ea"
4837+
integrity sha512-b5CMQmBZKsGR6HGqdSrLOGYGHIqrR0CUrcGU/lDL0mYy+DtGm5cnb61Z0UiIUqMVZIoV0CbN+u9/Gwjj+ICg0A==
4838+
dependencies:
4839+
"@types/fs-extra" "^5.0.5"
4840+
"@types/minimatch" "^3.0.3"
4841+
"@types/rimraf" "^2.0.2"
4842+
fs-extra "^7.0.1"
4843+
matcher-collection "^2.0.0"
4844+
47834845
flat-cache@^2.0.1:
47844846
version "2.0.1"
47854847
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
@@ -4877,7 +4939,7 @@ fs-extra@^5.0.0:
48774939
jsonfile "^4.0.0"
48784940
universalify "^0.1.0"
48794941

4880-
fs-extra@^7.0.0:
4942+
fs-extra@^7.0.0, fs-extra@^7.0.1:
48814943
version "7.0.1"
48824944
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
48834945
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
@@ -7967,24 +8029,24 @@ reusify@^1.0.0:
79678029
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
79688030
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
79698031

7970-
[email protected], rimraf@^2.2.8, rimraf@^2.3.4, rimraf@^2.4.3, rimraf@^2.4.4, rimraf@^2.5.3, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@~2.6.2:
8032+
[email protected], rimraf@~2.6.2:
79718033
version "2.6.3"
79728034
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
79738035
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
79748036
dependencies:
79758037
glob "^7.1.3"
79768038

7977-
rimraf@^2.1.4:
8039+
rimraf@^2.1.4, rimraf@^2.2.8, rimraf@^2.3.4, rimraf@^2.4.3, rimraf@^2.4.4, rimraf@^2.5.3, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
79788040
version "2.7.1"
79798041
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
79808042
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
79818043
dependencies:
79828044
glob "^7.1.3"
79838045

7984-
rimraf@^3.0.0:
7985-
version "3.0.0"
7986-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
7987-
integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==
8046+
rimraf@^3.0.0, rimraf@^3.0.1:
8047+
version "3.0.1"
8048+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.1.tgz#48d3d4cb46c80d388ab26cd61b1b466ae9ae225a"
8049+
integrity sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==
79888050
dependencies:
79898051
glob "^7.1.3"
79908052

0 commit comments

Comments
 (0)