Skip to content

Commit 633d351

Browse files
authored
Merge pull request #631 from gmsgowtham/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.23.9
2 parents a78c911 + 1038008 commit 633d351

File tree

2 files changed

+72
-65
lines changed

2 files changed

+72
-65
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"registry": "https://registry.npmjs.org/"
5252
},
5353
"devDependencies": {
54-
"@babel/core": "7.23.7",
55-
"@babel/preset-env": "7.23.8",
54+
"@babel/core": "7.23.9",
55+
"@babel/preset-env": "7.23.9",
5656
"@biomejs/biome": "1.3.3",
5757
"@commitlint/config-conventional": "17.8.0",
5858
"@evilmartians/lefthook": "1.6.1",

yarn.lock

+70-63
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,21 @@
7575
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
7676
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
7777

78-
"@babel/[email protected].7":
79-
version "7.23.7"
80-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f"
81-
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==
78+
"@babel/[email protected].9":
79+
version "7.23.9"
80+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
81+
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
8282
dependencies:
8383
"@ampproject/remapping" "^2.2.0"
8484
"@babel/code-frame" "^7.23.5"
8585
"@babel/generator" "^7.23.6"
8686
"@babel/helper-compilation-targets" "^7.23.6"
8787
"@babel/helper-module-transforms" "^7.23.3"
88-
"@babel/helpers" "^7.23.7"
89-
"@babel/parser" "^7.23.6"
90-
"@babel/template" "^7.22.15"
91-
"@babel/traverse" "^7.23.7"
92-
"@babel/types" "^7.23.6"
88+
"@babel/helpers" "^7.23.9"
89+
"@babel/parser" "^7.23.9"
90+
"@babel/template" "^7.23.9"
91+
"@babel/traverse" "^7.23.9"
92+
"@babel/types" "^7.23.9"
9393
convert-source-map "^2.0.0"
9494
debug "^4.1.0"
9595
gensync "^1.0.0-beta.2"
@@ -345,17 +345,6 @@
345345
resolve "^1.14.2"
346346
semver "^6.1.2"
347347

348-
"@babel/helper-define-polyfill-provider@^0.4.4":
349-
version "0.4.4"
350-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz#64df615451cb30e94b59a9696022cffac9a10088"
351-
integrity sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==
352-
dependencies:
353-
"@babel/helper-compilation-targets" "^7.22.6"
354-
"@babel/helper-plugin-utils" "^7.22.5"
355-
debug "^4.1.1"
356-
lodash.debounce "^4.0.8"
357-
resolve "^1.14.2"
358-
359348
"@babel/helper-define-polyfill-provider@^0.5.0":
360349
version "0.5.0"
361350
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
@@ -741,14 +730,14 @@
741730
"@babel/traverse" "^7.20.5"
742731
"@babel/types" "^7.20.5"
743732

744-
"@babel/helpers@^7.23.7":
745-
version "7.23.8"
746-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.8.tgz#fc6b2d65b16847fd50adddbd4232c76378959e34"
747-
integrity sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==
733+
"@babel/helpers@^7.23.9":
734+
version "7.23.9"
735+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
736+
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
748737
dependencies:
749-
"@babel/template" "^7.22.15"
750-
"@babel/traverse" "^7.23.7"
751-
"@babel/types" "^7.23.6"
738+
"@babel/template" "^7.23.9"
739+
"@babel/traverse" "^7.23.9"
740+
"@babel/types" "^7.23.9"
752741

753742
"@babel/highlight@^7.18.6":
754743
version "7.18.6"
@@ -816,10 +805,10 @@
816805
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
817806
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
818807

819-
"@babel/parser@^7.23.6":
820-
version "7.23.6"
821-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
822-
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
808+
"@babel/parser@^7.23.9":
809+
version "7.23.9"
810+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
811+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
823812

824813
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
825814
version "7.18.6"
@@ -1206,10 +1195,10 @@
12061195
dependencies:
12071196
"@babel/helper-plugin-utils" "^7.22.5"
12081197

1209-
"@babel/plugin-transform-async-generator-functions@^7.23.7":
1210-
version "7.23.7"
1211-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz#3aa0b4f2fa3788b5226ef9346cf6d16ec61f99cd"
1212-
integrity sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==
1198+
"@babel/plugin-transform-async-generator-functions@^7.23.9":
1199+
version "7.23.9"
1200+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce"
1201+
integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==
12131202
dependencies:
12141203
"@babel/helper-environment-visitor" "^7.22.20"
12151204
"@babel/helper-plugin-utils" "^7.22.5"
@@ -1555,10 +1544,10 @@
15551544
"@babel/helper-validator-identifier" "^7.18.6"
15561545
babel-plugin-dynamic-import-node "^2.3.3"
15571546

1558-
"@babel/plugin-transform-modules-systemjs@^7.23.3":
1559-
version "7.23.3"
1560-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
1561-
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
1547+
"@babel/plugin-transform-modules-systemjs@^7.23.9":
1548+
version "7.23.9"
1549+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be"
1550+
integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==
15621551
dependencies:
15631552
"@babel/helper-hoist-variables" "^7.22.5"
15641553
"@babel/helper-module-transforms" "^7.23.3"
@@ -1949,10 +1938,10 @@
19491938
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
19501939
"@babel/helper-plugin-utils" "^7.22.5"
19511940

1952-
"@babel/[email protected].8":
1953-
version "7.23.8"
1954-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
1955-
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
1941+
"@babel/[email protected].9":
1942+
version "7.23.9"
1943+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
1944+
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
19561945
dependencies:
19571946
"@babel/compat-data" "^7.23.5"
19581947
"@babel/helper-compilation-targets" "^7.23.6"
@@ -1981,7 +1970,7 @@
19811970
"@babel/plugin-syntax-top-level-await" "^7.14.5"
19821971
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
19831972
"@babel/plugin-transform-arrow-functions" "^7.23.3"
1984-
"@babel/plugin-transform-async-generator-functions" "^7.23.7"
1973+
"@babel/plugin-transform-async-generator-functions" "^7.23.9"
19851974
"@babel/plugin-transform-async-to-generator" "^7.23.3"
19861975
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
19871976
"@babel/plugin-transform-block-scoping" "^7.23.4"
@@ -2003,7 +1992,7 @@
20031992
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
20041993
"@babel/plugin-transform-modules-amd" "^7.23.3"
20051994
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
2006-
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
1995+
"@babel/plugin-transform-modules-systemjs" "^7.23.9"
20071996
"@babel/plugin-transform-modules-umd" "^7.23.3"
20081997
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
20091998
"@babel/plugin-transform-new-target" "^7.23.3"
@@ -2029,9 +2018,9 @@
20292018
"@babel/plugin-transform-unicode-regex" "^7.23.3"
20302019
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
20312020
"@babel/preset-modules" "0.1.6-no-external-plugins"
2032-
babel-plugin-polyfill-corejs2 "^0.4.7"
2033-
babel-plugin-polyfill-corejs3 "^0.8.7"
2034-
babel-plugin-polyfill-regenerator "^0.5.4"
2021+
babel-plugin-polyfill-corejs2 "^0.4.8"
2022+
babel-plugin-polyfill-corejs3 "^0.9.0"
2023+
babel-plugin-polyfill-regenerator "^0.5.5"
20352024
core-js-compat "^3.31.0"
20362025
semver "^6.3.1"
20372026

@@ -2230,6 +2219,15 @@
22302219
"@babel/parser" "^7.22.5"
22312220
"@babel/types" "^7.22.5"
22322221

2222+
"@babel/template@^7.23.9":
2223+
version "7.23.9"
2224+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
2225+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
2226+
dependencies:
2227+
"@babel/code-frame" "^7.23.5"
2228+
"@babel/parser" "^7.23.9"
2229+
"@babel/types" "^7.23.9"
2230+
22332231
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
22342232
version "7.23.2"
22352233
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -2246,19 +2244,19 @@
22462244
debug "^4.1.0"
22472245
globals "^11.1.0"
22482246

2249-
"@babel/traverse@^7.23.7":
2250-
version "7.23.7"
2251-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
2252-
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
2247+
"@babel/traverse@^7.23.9":
2248+
version "7.23.9"
2249+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
2250+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
22532251
dependencies:
22542252
"@babel/code-frame" "^7.23.5"
22552253
"@babel/generator" "^7.23.6"
22562254
"@babel/helper-environment-visitor" "^7.22.20"
22572255
"@babel/helper-function-name" "^7.23.0"
22582256
"@babel/helper-hoist-variables" "^7.22.5"
22592257
"@babel/helper-split-export-declaration" "^7.22.6"
2260-
"@babel/parser" "^7.23.6"
2261-
"@babel/types" "^7.23.6"
2258+
"@babel/parser" "^7.23.9"
2259+
"@babel/types" "^7.23.9"
22622260
debug "^4.3.1"
22632261
globals "^11.1.0"
22642262

@@ -2343,6 +2341,15 @@
23432341
"@babel/helper-validator-identifier" "^7.22.20"
23442342
to-fast-properties "^2.0.0"
23452343

2344+
"@babel/types@^7.23.9":
2345+
version "7.23.9"
2346+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
2347+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
2348+
dependencies:
2349+
"@babel/helper-string-parser" "^7.23.4"
2350+
"@babel/helper-validator-identifier" "^7.22.20"
2351+
to-fast-properties "^2.0.0"
2352+
23462353
"@bcoe/v8-coverage@^0.2.3":
23472354
version "0.2.3"
23482355
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -4535,7 +4542,7 @@ babel-plugin-polyfill-corejs2@^0.3.3:
45354542
"@babel/helper-define-polyfill-provider" "^0.3.3"
45364543
semver "^6.1.1"
45374544

4538-
babel-plugin-polyfill-corejs2@^0.4.7:
4545+
babel-plugin-polyfill-corejs2@^0.4.8:
45394546
version "0.4.8"
45404547
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
45414548
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
@@ -4552,13 +4559,13 @@ babel-plugin-polyfill-corejs3@^0.6.0:
45524559
"@babel/helper-define-polyfill-provider" "^0.3.3"
45534560
core-js-compat "^3.25.1"
45544561

4555-
babel-plugin-polyfill-corejs3@^0.8.7:
4556-
version "0.8.7"
4557-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz#941855aa7fdaac06ed24c730a93450d2b2b76d04"
4558-
integrity sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==
4562+
babel-plugin-polyfill-corejs3@^0.9.0:
4563+
version "0.9.0"
4564+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81"
4565+
integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==
45594566
dependencies:
4560-
"@babel/helper-define-polyfill-provider" "^0.4.4"
4561-
core-js-compat "^3.33.1"
4567+
"@babel/helper-define-polyfill-provider" "^0.5.0"
4568+
core-js-compat "^3.34.0"
45624569

45634570
babel-plugin-polyfill-regenerator@^0.4.1:
45644571
version "0.4.1"
@@ -4567,7 +4574,7 @@ babel-plugin-polyfill-regenerator@^0.4.1:
45674574
dependencies:
45684575
"@babel/helper-define-polyfill-provider" "^0.3.3"
45694576

4570-
babel-plugin-polyfill-regenerator@^0.5.4:
4577+
babel-plugin-polyfill-regenerator@^0.5.5:
45714578
version "0.5.5"
45724579
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
45734580
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
@@ -5403,7 +5410,7 @@ core-js-compat@^3.31.0:
54035410
dependencies:
54045411
browserslist "^4.21.5"
54055412

5406-
core-js-compat@^3.33.1:
5413+
core-js-compat@^3.34.0:
54075414
version "3.35.1"
54085415
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
54095416
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==

0 commit comments

Comments
 (0)