Skip to content

Commit 1879359

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.15.0
1 parent b23b448 commit 1879359

File tree

2 files changed

+120
-19
lines changed

2 files changed

+120
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"@data-structure-algebra/circularly-linked-list": "^3.0.0"
6565
},
6666
"devDependencies": {
67-
"@babel/core": "7.14.8",
68-
"@babel/preset-env": "7.14.9",
67+
"@babel/core": "7.15.0",
68+
"@babel/preset-env": "7.15.0",
6969
"@babel/register": "7.14.5",
7070
"@commitlint/cli": "13.1.0",
7171
"@heap-data-structure/specification": "16.0.0",

yarn.lock

Lines changed: 118 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,33 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
2222
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
2323

24-
"@babel/compat-data@^7.14.9":
25-
version "7.14.9"
26-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
27-
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
24+
"@babel/compat-data@^7.15.0":
25+
version "7.15.0"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
27+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2828

29-
"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
29+
30+
version "7.15.0"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
32+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
33+
dependencies:
34+
"@babel/code-frame" "^7.14.5"
35+
"@babel/generator" "^7.15.0"
36+
"@babel/helper-compilation-targets" "^7.15.0"
37+
"@babel/helper-module-transforms" "^7.15.0"
38+
"@babel/helpers" "^7.14.8"
39+
"@babel/parser" "^7.15.0"
40+
"@babel/template" "^7.14.5"
41+
"@babel/traverse" "^7.15.0"
42+
"@babel/types" "^7.15.0"
43+
convert-source-map "^1.7.0"
44+
debug "^4.1.0"
45+
gensync "^1.0.0-beta.2"
46+
json5 "^2.1.2"
47+
semver "^6.3.0"
48+
source-map "^0.5.0"
49+
50+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
3051
version "7.14.8"
3152
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
3253
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
@@ -65,6 +86,15 @@
6586
jsesc "^2.5.1"
6687
source-map "^0.5.0"
6788

89+
"@babel/generator@^7.15.0":
90+
version "7.15.0"
91+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
92+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
93+
dependencies:
94+
"@babel/types" "^7.15.0"
95+
jsesc "^2.5.1"
96+
source-map "^0.5.0"
97+
6898
"@babel/helper-annotate-as-pure@^7.14.5":
6999
version "7.14.5"
70100
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -90,6 +120,16 @@
90120
browserslist "^4.16.6"
91121
semver "^6.3.0"
92122

123+
"@babel/helper-compilation-targets@^7.15.0":
124+
version "7.15.0"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
126+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
127+
dependencies:
128+
"@babel/compat-data" "^7.15.0"
129+
"@babel/helper-validator-option" "^7.14.5"
130+
browserslist "^4.16.6"
131+
semver "^6.3.0"
132+
93133
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
94134
version "7.14.8"
95135
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -161,6 +201,13 @@
161201
dependencies:
162202
"@babel/types" "^7.14.5"
163203

204+
"@babel/helper-member-expression-to-functions@^7.15.0":
205+
version "7.15.0"
206+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
207+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
208+
dependencies:
209+
"@babel/types" "^7.15.0"
210+
164211
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
165212
version "7.14.5"
166213
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -182,6 +229,20 @@
182229
"@babel/traverse" "^7.14.8"
183230
"@babel/types" "^7.14.8"
184231

232+
"@babel/helper-module-transforms@^7.15.0":
233+
version "7.15.0"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
235+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
236+
dependencies:
237+
"@babel/helper-module-imports" "^7.14.5"
238+
"@babel/helper-replace-supers" "^7.15.0"
239+
"@babel/helper-simple-access" "^7.14.8"
240+
"@babel/helper-split-export-declaration" "^7.14.5"
241+
"@babel/helper-validator-identifier" "^7.14.9"
242+
"@babel/template" "^7.14.5"
243+
"@babel/traverse" "^7.15.0"
244+
"@babel/types" "^7.15.0"
245+
185246
"@babel/helper-optimise-call-expression@^7.14.5":
186247
version "7.14.5"
187248
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -213,6 +274,16 @@
213274
"@babel/traverse" "^7.14.5"
214275
"@babel/types" "^7.14.5"
215276

277+
"@babel/helper-replace-supers@^7.15.0":
278+
version "7.15.0"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
280+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
281+
dependencies:
282+
"@babel/helper-member-expression-to-functions" "^7.15.0"
283+
"@babel/helper-optimise-call-expression" "^7.14.5"
284+
"@babel/traverse" "^7.15.0"
285+
"@babel/types" "^7.15.0"
286+
216287
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
217288
version "7.14.8"
218289
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
@@ -282,6 +353,11 @@
282353
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
283354
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
284355

356+
"@babel/parser@^7.15.0":
357+
version "7.15.0"
358+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
359+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
360+
285361
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
286362
version "7.14.5"
287363
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -704,6 +780,16 @@
704780
"@babel/helper-simple-access" "^7.14.5"
705781
babel-plugin-dynamic-import-node "^2.3.3"
706782

783+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
784+
version "7.15.0"
785+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
786+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
787+
dependencies:
788+
"@babel/helper-module-transforms" "^7.15.0"
789+
"@babel/helper-plugin-utils" "^7.14.5"
790+
"@babel/helper-simple-access" "^7.14.8"
791+
babel-plugin-dynamic-import-node "^2.3.3"
792+
707793
"@babel/plugin-transform-modules-systemjs@^7.14.5":
708794
version "7.14.5"
709795
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
@@ -864,13 +950,13 @@
864950
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
865951
"@babel/helper-plugin-utils" "^7.14.5"
866952

867-
"@babel/preset-env@7.14.9":
868-
version "7.14.9"
869-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
870-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
953+
"@babel/preset-env@7.15.0":
954+
version "7.15.0"
955+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
956+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
871957
dependencies:
872-
"@babel/compat-data" "^7.14.9"
873-
"@babel/helper-compilation-targets" "^7.14.5"
958+
"@babel/compat-data" "^7.15.0"
959+
"@babel/helper-compilation-targets" "^7.15.0"
874960
"@babel/helper-plugin-utils" "^7.14.5"
875961
"@babel/helper-validator-option" "^7.14.5"
876962
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -918,7 +1004,7 @@
9181004
"@babel/plugin-transform-literals" "^7.14.5"
9191005
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
9201006
"@babel/plugin-transform-modules-amd" "^7.14.5"
921-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1007+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
9221008
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
9231009
"@babel/plugin-transform-modules-umd" "^7.14.5"
9241010
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -936,7 +1022,7 @@
9361022
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
9371023
"@babel/plugin-transform-unicode-regex" "^7.14.5"
9381024
"@babel/preset-modules" "^0.1.4"
939-
"@babel/types" "^7.14.9"
1025+
"@babel/types" "^7.15.0"
9401026
babel-plugin-polyfill-corejs2 "^0.2.2"
9411027
babel-plugin-polyfill-corejs3 "^0.2.2"
9421028
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1096,6 +1182,21 @@
10961182
debug "^4.1.0"
10971183
globals "^11.1.0"
10981184

1185+
"@babel/traverse@^7.15.0":
1186+
version "7.15.0"
1187+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1188+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1189+
dependencies:
1190+
"@babel/code-frame" "^7.14.5"
1191+
"@babel/generator" "^7.15.0"
1192+
"@babel/helper-function-name" "^7.14.5"
1193+
"@babel/helper-hoist-variables" "^7.14.5"
1194+
"@babel/helper-split-export-declaration" "^7.14.5"
1195+
"@babel/parser" "^7.15.0"
1196+
"@babel/types" "^7.15.0"
1197+
debug "^4.1.0"
1198+
globals "^11.1.0"
1199+
10991200
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4":
11001201
version "7.14.8"
11011202
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
@@ -1104,10 +1205,10 @@
11041205
"@babel/helper-validator-identifier" "^7.14.8"
11051206
to-fast-properties "^2.0.0"
11061207

1107-
"@babel/types@^7.14.9":
1108-
version "7.14.9"
1109-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1110-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1208+
"@babel/types@^7.15.0":
1209+
version "7.15.0"
1210+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1211+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
11111212
dependencies:
11121213
"@babel/helper-validator-identifier" "^7.14.9"
11131214
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)