Skip to content

Commit e0bca4e

Browse files
chore(deps): update babel monorepo to v7.13.15 (#41)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8ac7c2d commit e0bca4e

File tree

2 files changed

+150
-4
lines changed

2 files changed

+150
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"html-validate": "4.9.0"
3333
},
3434
"devDependencies": {
35-
"@babel/plugin-transform-runtime": "7.13.10",
36-
"@babel/preset-env": "7.13.12",
35+
"@babel/plugin-transform-runtime": "7.13.15",
36+
"@babel/preset-env": "7.13.15",
3737
"@babel/preset-typescript": "7.13.0",
3838
"@nuxt/test-utils": "0.2.2",
3939
"@nuxt/types": "2.15.3",

yarn.lock

Lines changed: 148 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
2222
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
2323

24+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
25+
version "7.13.15"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
27+
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
28+
2429
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.13.13", "@babel/core@^7.7.5":
2530
version "7.13.14"
2631
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
@@ -118,6 +123,20 @@
118123
resolve "^1.14.2"
119124
semver "^6.1.2"
120125

126+
"@babel/helper-define-polyfill-provider@^0.2.0":
127+
version "0.2.0"
128+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.0.tgz#a640051772045fedaaecc6f0c6c69f02bdd34bf1"
129+
integrity sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==
130+
dependencies:
131+
"@babel/helper-compilation-targets" "^7.13.0"
132+
"@babel/helper-module-imports" "^7.12.13"
133+
"@babel/helper-plugin-utils" "^7.13.0"
134+
"@babel/traverse" "^7.13.0"
135+
debug "^4.1.1"
136+
lodash.debounce "^4.0.8"
137+
resolve "^1.14.2"
138+
semver "^6.1.2"
139+
121140
"@babel/helper-explode-assignable-expression@^7.12.13":
122141
version "7.12.13"
123142
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a"
@@ -281,6 +300,15 @@
281300
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
282301
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
283302

303+
"@babel/plugin-proposal-async-generator-functions@^7.13.15":
304+
version "7.13.15"
305+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
306+
integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==
307+
dependencies:
308+
"@babel/helper-plugin-utils" "^7.13.0"
309+
"@babel/helper-remap-async-to-generator" "^7.13.0"
310+
"@babel/plugin-syntax-async-generators" "^7.8.4"
311+
284312
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
285313
version "7.13.8"
286314
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -708,14 +736,33 @@
708736
dependencies:
709737
regenerator-transform "^0.14.2"
710738

739+
"@babel/plugin-transform-regenerator@^7.13.15":
740+
version "7.13.15"
741+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39"
742+
integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==
743+
dependencies:
744+
regenerator-transform "^0.14.2"
745+
711746
"@babel/plugin-transform-reserved-words@^7.12.13":
712747
version "7.12.13"
713748
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695"
714749
integrity sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==
715750
dependencies:
716751
"@babel/helper-plugin-utils" "^7.12.13"
717752

718-
"@babel/[email protected]", "@babel/plugin-transform-runtime@^7.13.10":
753+
754+
version "7.13.15"
755+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.15.tgz#2eddf585dd066b84102517e10a577f24f76a9cd7"
756+
integrity sha512-d+ezl76gx6Jal08XngJUkXM4lFXK/5Ikl9Mh4HKDxSfGJXmZ9xG64XT2oivBzfxb/eQ62VfvoMkaCZUKJMVrBA==
757+
dependencies:
758+
"@babel/helper-module-imports" "^7.13.12"
759+
"@babel/helper-plugin-utils" "^7.13.0"
760+
babel-plugin-polyfill-corejs2 "^0.2.0"
761+
babel-plugin-polyfill-corejs3 "^0.2.0"
762+
babel-plugin-polyfill-regenerator "^0.2.0"
763+
semver "^6.3.0"
764+
765+
"@babel/plugin-transform-runtime@^7.13.10":
719766
version "7.13.10"
720767
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.10.tgz#a1e40d22e2bf570c591c9c7e5ab42d6bf1e419e1"
721768
integrity sha512-Y5k8ipgfvz5d/76tx7JYbKQTcgFSU6VgJ3kKQv4zGTKr+a9T/KBvfRvGtSFgKDQGt/DBykQixV0vNWKIdzWErA==
@@ -787,7 +834,82 @@
787834
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
788835
"@babel/helper-plugin-utils" "^7.12.13"
789836

790-
"@babel/[email protected]", "@babel/preset-env@^7.13.12":
837+
838+
version "7.13.15"
839+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f"
840+
integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==
841+
dependencies:
842+
"@babel/compat-data" "^7.13.15"
843+
"@babel/helper-compilation-targets" "^7.13.13"
844+
"@babel/helper-plugin-utils" "^7.13.0"
845+
"@babel/helper-validator-option" "^7.12.17"
846+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
847+
"@babel/plugin-proposal-async-generator-functions" "^7.13.15"
848+
"@babel/plugin-proposal-class-properties" "^7.13.0"
849+
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
850+
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
851+
"@babel/plugin-proposal-json-strings" "^7.13.8"
852+
"@babel/plugin-proposal-logical-assignment-operators" "^7.13.8"
853+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8"
854+
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
855+
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
856+
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
857+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
858+
"@babel/plugin-proposal-private-methods" "^7.13.0"
859+
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
860+
"@babel/plugin-syntax-async-generators" "^7.8.4"
861+
"@babel/plugin-syntax-class-properties" "^7.12.13"
862+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
863+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
864+
"@babel/plugin-syntax-json-strings" "^7.8.3"
865+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
866+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
867+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
868+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
869+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
870+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
871+
"@babel/plugin-syntax-top-level-await" "^7.12.13"
872+
"@babel/plugin-transform-arrow-functions" "^7.13.0"
873+
"@babel/plugin-transform-async-to-generator" "^7.13.0"
874+
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
875+
"@babel/plugin-transform-block-scoping" "^7.12.13"
876+
"@babel/plugin-transform-classes" "^7.13.0"
877+
"@babel/plugin-transform-computed-properties" "^7.13.0"
878+
"@babel/plugin-transform-destructuring" "^7.13.0"
879+
"@babel/plugin-transform-dotall-regex" "^7.12.13"
880+
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
881+
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
882+
"@babel/plugin-transform-for-of" "^7.13.0"
883+
"@babel/plugin-transform-function-name" "^7.12.13"
884+
"@babel/plugin-transform-literals" "^7.12.13"
885+
"@babel/plugin-transform-member-expression-literals" "^7.12.13"
886+
"@babel/plugin-transform-modules-amd" "^7.13.0"
887+
"@babel/plugin-transform-modules-commonjs" "^7.13.8"
888+
"@babel/plugin-transform-modules-systemjs" "^7.13.8"
889+
"@babel/plugin-transform-modules-umd" "^7.13.0"
890+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
891+
"@babel/plugin-transform-new-target" "^7.12.13"
892+
"@babel/plugin-transform-object-super" "^7.12.13"
893+
"@babel/plugin-transform-parameters" "^7.13.0"
894+
"@babel/plugin-transform-property-literals" "^7.12.13"
895+
"@babel/plugin-transform-regenerator" "^7.13.15"
896+
"@babel/plugin-transform-reserved-words" "^7.12.13"
897+
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
898+
"@babel/plugin-transform-spread" "^7.13.0"
899+
"@babel/plugin-transform-sticky-regex" "^7.12.13"
900+
"@babel/plugin-transform-template-literals" "^7.13.0"
901+
"@babel/plugin-transform-typeof-symbol" "^7.12.13"
902+
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
903+
"@babel/plugin-transform-unicode-regex" "^7.12.13"
904+
"@babel/preset-modules" "^0.1.4"
905+
"@babel/types" "^7.13.14"
906+
babel-plugin-polyfill-corejs2 "^0.2.0"
907+
babel-plugin-polyfill-corejs3 "^0.2.0"
908+
babel-plugin-polyfill-regenerator "^0.2.0"
909+
core-js-compat "^3.9.0"
910+
semver "^6.3.0"
911+
912+
"@babel/preset-env@^7.13.12":
791913
version "7.13.12"
792914
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
793915
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
@@ -2976,6 +3098,15 @@ babel-plugin-polyfill-corejs2@^0.1.4:
29763098
"@babel/helper-define-polyfill-provider" "^0.1.5"
29773099
semver "^6.1.1"
29783100

3101+
babel-plugin-polyfill-corejs2@^0.2.0:
3102+
version "0.2.0"
3103+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.0.tgz#686775bf9a5aa757e10520903675e3889caeedc4"
3104+
integrity sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==
3105+
dependencies:
3106+
"@babel/compat-data" "^7.13.11"
3107+
"@babel/helper-define-polyfill-provider" "^0.2.0"
3108+
semver "^6.1.1"
3109+
29793110
babel-plugin-polyfill-corejs3@^0.1.3:
29803111
version "0.1.7"
29813112
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz#80449d9d6f2274912e05d9e182b54816904befd0"
@@ -2984,13 +3115,28 @@ babel-plugin-polyfill-corejs3@^0.1.3:
29843115
"@babel/helper-define-polyfill-provider" "^0.1.5"
29853116
core-js-compat "^3.8.1"
29863117

3118+
babel-plugin-polyfill-corejs3@^0.2.0:
3119+
version "0.2.0"
3120+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.0.tgz#f4b4bb7b19329827df36ff56f6e6d367026cb7a2"
3121+
integrity sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==
3122+
dependencies:
3123+
"@babel/helper-define-polyfill-provider" "^0.2.0"
3124+
core-js-compat "^3.9.1"
3125+
29873126
babel-plugin-polyfill-regenerator@^0.1.2:
29883127
version "0.1.6"
29893128
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.6.tgz#0fe06a026fe0faa628ccc8ba3302da0a6ce02f3f"
29903129
integrity sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg==
29913130
dependencies:
29923131
"@babel/helper-define-polyfill-provider" "^0.1.5"
29933132

3133+
babel-plugin-polyfill-regenerator@^0.2.0:
3134+
version "0.2.0"
3135+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8"
3136+
integrity sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==
3137+
dependencies:
3138+
"@babel/helper-define-polyfill-provider" "^0.2.0"
3139+
29943140
babel-preset-current-node-syntax@^1.0.0:
29953141
version "1.0.0"
29963142
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.0.tgz#cf5feef29551253471cfa82fc8e0f5063df07a77"

0 commit comments

Comments
 (0)