Skip to content

Commit 19599b3

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.18.2
1 parent c3a6f7d commit 19599b3

File tree

2 files changed

+94
-39
lines changed

2 files changed

+94
-39
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
},
7171
"dependencies": {},
7272
"devDependencies": {
73-
"@babel/core": "7.18.0",
74-
"@babel/preset-env": "7.18.0",
73+
"@babel/core": "7.18.2",
74+
"@babel/preset-env": "7.18.2",
7575
"@combinatorics/factorial": "0.0.2",
7676
"@commitlint/cli": "17.0.0",
7777
"@comparison-sorting/is-sorted": "0.0.1",

yarn.lock

Lines changed: 92 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
3434
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
3535

36-
"@babel/core@7.18.0":
37-
version "7.18.0"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
39-
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
36+
"@babel/core@7.18.2":
37+
version "7.18.2"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
39+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
4040
dependencies:
4141
"@ampproject/remapping" "^2.1.0"
4242
"@babel/code-frame" "^7.16.7"
43-
"@babel/generator" "^7.18.0"
44-
"@babel/helper-compilation-targets" "^7.17.10"
43+
"@babel/generator" "^7.18.2"
44+
"@babel/helper-compilation-targets" "^7.18.2"
4545
"@babel/helper-module-transforms" "^7.18.0"
46-
"@babel/helpers" "^7.18.0"
46+
"@babel/helpers" "^7.18.2"
4747
"@babel/parser" "^7.18.0"
4848
"@babel/template" "^7.16.7"
49-
"@babel/traverse" "^7.18.0"
50-
"@babel/types" "^7.18.0"
49+
"@babel/traverse" "^7.18.2"
50+
"@babel/types" "^7.18.2"
5151
convert-source-map "^1.7.0"
5252
debug "^4.1.0"
5353
gensync "^1.0.0-beta.2"
@@ -111,6 +111,15 @@
111111
"@jridgewell/gen-mapping" "^0.3.0"
112112
jsesc "^2.5.1"
113113

114+
"@babel/generator@^7.18.2":
115+
version "7.18.2"
116+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
117+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
118+
dependencies:
119+
"@babel/types" "^7.18.2"
120+
"@jridgewell/gen-mapping" "^0.3.0"
121+
jsesc "^2.5.1"
122+
114123
"@babel/helper-annotate-as-pure@^7.16.0":
115124
version "7.16.0"
116125
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -171,6 +180,16 @@
171180
browserslist "^4.20.2"
172181
semver "^6.3.0"
173182

183+
"@babel/helper-compilation-targets@^7.18.2":
184+
version "7.18.2"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
186+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
187+
dependencies:
188+
"@babel/compat-data" "^7.17.10"
189+
"@babel/helper-validator-option" "^7.16.7"
190+
browserslist "^4.20.2"
191+
semver "^6.3.0"
192+
174193
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
175194
version "7.16.5"
176195
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -262,6 +281,11 @@
262281
dependencies:
263282
"@babel/types" "^7.16.7"
264283

284+
"@babel/helper-environment-visitor@^7.18.2":
285+
version "7.18.2"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
287+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
288+
265289
"@babel/helper-explode-assignable-expression@^7.16.0":
266290
version "7.16.0"
267291
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz#753017337a15f46f9c09f674cff10cee9b9d7778"
@@ -476,6 +500,13 @@
476500
dependencies:
477501
"@babel/types" "^7.17.0"
478502

503+
"@babel/helper-simple-access@^7.18.2":
504+
version "7.18.2"
505+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
506+
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
507+
dependencies:
508+
"@babel/types" "^7.18.2"
509+
479510
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
480511
version "7.16.0"
481512
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -546,14 +577,14 @@
546577
"@babel/traverse" "^7.16.5"
547578
"@babel/types" "^7.16.0"
548579

549-
"@babel/helpers@^7.18.0":
550-
version "7.18.0"
551-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
552-
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
580+
"@babel/helpers@^7.18.2":
581+
version "7.18.2"
582+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
583+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
553584
dependencies:
554585
"@babel/template" "^7.16.7"
555-
"@babel/traverse" "^7.18.0"
556-
"@babel/types" "^7.18.0"
586+
"@babel/traverse" "^7.18.2"
587+
"@babel/types" "^7.18.2"
557588

558589
"@babel/highlight@^7.16.0":
559590
version "7.16.0"
@@ -1192,10 +1223,10 @@
11921223
dependencies:
11931224
"@babel/helper-plugin-utils" "^7.16.5"
11941225

1195-
"@babel/plugin-transform-for-of@^7.17.12":
1196-
version "7.17.12"
1197-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.17.12.tgz#5397c22554ec737a27918e7e7e0e7b679b05f5ec"
1198-
integrity sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==
1226+
"@babel/plugin-transform-for-of@^7.18.1":
1227+
version "7.18.1"
1228+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
1229+
integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
11991230
dependencies:
12001231
"@babel/helper-plugin-utils" "^7.17.12"
12011232

@@ -1272,14 +1303,14 @@
12721303
"@babel/helper-simple-access" "^7.16.0"
12731304
babel-plugin-dynamic-import-node "^2.3.3"
12741305

1275-
"@babel/plugin-transform-modules-commonjs@^7.18.0":
1276-
version "7.18.0"
1277-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db"
1278-
integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==
1306+
"@babel/plugin-transform-modules-commonjs@^7.18.2":
1307+
version "7.18.2"
1308+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e"
1309+
integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==
12791310
dependencies:
12801311
"@babel/helper-module-transforms" "^7.18.0"
12811312
"@babel/helper-plugin-utils" "^7.17.12"
1282-
"@babel/helper-simple-access" "^7.17.7"
1313+
"@babel/helper-simple-access" "^7.18.2"
12831314
babel-plugin-dynamic-import-node "^2.3.3"
12841315

12851316
"@babel/plugin-transform-modules-systemjs@^7.16.5":
@@ -1506,10 +1537,10 @@
15061537
dependencies:
15071538
"@babel/helper-plugin-utils" "^7.16.5"
15081539

1509-
"@babel/plugin-transform-template-literals@^7.17.12":
1510-
version "7.17.12"
1511-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e"
1512-
integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==
1540+
"@babel/plugin-transform-template-literals@^7.18.2":
1541+
version "7.18.2"
1542+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28"
1543+
integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==
15131544
dependencies:
15141545
"@babel/helper-plugin-utils" "^7.17.12"
15151546

@@ -1557,13 +1588,13 @@
15571588
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
15581589
"@babel/helper-plugin-utils" "^7.16.7"
15591590

1560-
"@babel/preset-env@7.18.0":
1561-
version "7.18.0"
1562-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d"
1563-
integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==
1591+
"@babel/preset-env@7.18.2":
1592+
version "7.18.2"
1593+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a"
1594+
integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==
15641595
dependencies:
15651596
"@babel/compat-data" "^7.17.10"
1566-
"@babel/helper-compilation-targets" "^7.17.10"
1597+
"@babel/helper-compilation-targets" "^7.18.2"
15671598
"@babel/helper-plugin-utils" "^7.17.12"
15681599
"@babel/helper-validator-option" "^7.16.7"
15691600
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
@@ -1608,12 +1639,12 @@
16081639
"@babel/plugin-transform-dotall-regex" "^7.16.7"
16091640
"@babel/plugin-transform-duplicate-keys" "^7.17.12"
16101641
"@babel/plugin-transform-exponentiation-operator" "^7.16.7"
1611-
"@babel/plugin-transform-for-of" "^7.17.12"
1642+
"@babel/plugin-transform-for-of" "^7.18.1"
16121643
"@babel/plugin-transform-function-name" "^7.16.7"
16131644
"@babel/plugin-transform-literals" "^7.17.12"
16141645
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
16151646
"@babel/plugin-transform-modules-amd" "^7.18.0"
1616-
"@babel/plugin-transform-modules-commonjs" "^7.18.0"
1647+
"@babel/plugin-transform-modules-commonjs" "^7.18.2"
16171648
"@babel/plugin-transform-modules-systemjs" "^7.18.0"
16181649
"@babel/plugin-transform-modules-umd" "^7.18.0"
16191650
"@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
@@ -1626,12 +1657,12 @@
16261657
"@babel/plugin-transform-shorthand-properties" "^7.16.7"
16271658
"@babel/plugin-transform-spread" "^7.17.12"
16281659
"@babel/plugin-transform-sticky-regex" "^7.16.7"
1629-
"@babel/plugin-transform-template-literals" "^7.17.12"
1660+
"@babel/plugin-transform-template-literals" "^7.18.2"
16301661
"@babel/plugin-transform-typeof-symbol" "^7.17.12"
16311662
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
16321663
"@babel/plugin-transform-unicode-regex" "^7.16.7"
16331664
"@babel/preset-modules" "^0.1.5"
1634-
"@babel/types" "^7.18.0"
1665+
"@babel/types" "^7.18.2"
16351666
babel-plugin-polyfill-corejs2 "^0.3.0"
16361667
babel-plugin-polyfill-corejs3 "^0.5.0"
16371668
babel-plugin-polyfill-regenerator "^0.3.0"
@@ -1839,6 +1870,22 @@
18391870
debug "^4.1.0"
18401871
globals "^11.1.0"
18411872

1873+
"@babel/traverse@^7.18.2":
1874+
version "7.18.2"
1875+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
1876+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
1877+
dependencies:
1878+
"@babel/code-frame" "^7.16.7"
1879+
"@babel/generator" "^7.18.2"
1880+
"@babel/helper-environment-visitor" "^7.18.2"
1881+
"@babel/helper-function-name" "^7.17.9"
1882+
"@babel/helper-hoist-variables" "^7.16.7"
1883+
"@babel/helper-split-export-declaration" "^7.16.7"
1884+
"@babel/parser" "^7.18.0"
1885+
"@babel/types" "^7.18.2"
1886+
debug "^4.1.0"
1887+
globals "^11.1.0"
1888+
18421889
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
18431890
version "7.16.0"
18441891
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1879,6 +1926,14 @@
18791926
"@babel/helper-validator-identifier" "^7.16.7"
18801927
to-fast-properties "^2.0.0"
18811928

1929+
"@babel/types@^7.18.2":
1930+
version "7.18.2"
1931+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.2.tgz#191abfed79ebe6f4242f643a9a5cbaa36b10b091"
1932+
integrity sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==
1933+
dependencies:
1934+
"@babel/helper-validator-identifier" "^7.16.7"
1935+
to-fast-properties "^2.0.0"
1936+
18821937
"@bcoe/v8-coverage@^0.2.3":
18831938
version "0.2.3"
18841939
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)