Skip to content

Commit f544044

Browse files
⬆️ deps: Upgrade babel monorepo to v7.24.0
1 parent 599c408 commit f544044

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@async-iterable-iterator/async-iterator-to-array": "^0.0.1"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.23.9",
77-
"@babel/preset-env": "7.23.9",
76+
"@babel/core": "7.24.0",
77+
"@babel/preset-env": "7.24.0",
7878
"@commitlint/cli": "19.0.3",
7979
"@js-library/commitlint-config": "0.0.4",
8080
"@node-loader/babel": "2.1.0",

Diff for: yarn.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -65,31 +65,26 @@
6565
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
6666
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
6767

68-
"@babel/compat-data@^7.23.3":
69-
version "7.23.3"
70-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11"
71-
integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
72-
7368
"@babel/compat-data@^7.23.5":
7469
version "7.23.5"
7570
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
7671
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
7772

78-
"@babel/core@7.23.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==
73+
"@babel/core@7.24.0":
74+
version "7.24.0"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
76+
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
8277
dependencies:
8378
"@ampproject/remapping" "^2.2.0"
8479
"@babel/code-frame" "^7.23.5"
8580
"@babel/generator" "^7.23.6"
8681
"@babel/helper-compilation-targets" "^7.23.6"
8782
"@babel/helper-module-transforms" "^7.23.3"
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"
83+
"@babel/helpers" "^7.24.0"
84+
"@babel/parser" "^7.24.0"
85+
"@babel/template" "^7.24.0"
86+
"@babel/traverse" "^7.24.0"
87+
"@babel/types" "^7.24.0"
9388
convert-source-map "^2.0.0"
9489
debug "^4.1.0"
9590
gensync "^1.0.0-beta.2"
@@ -461,6 +456,11 @@
461456
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
462457
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
463458

459+
"@babel/helper-plugin-utils@^7.24.0":
460+
version "7.24.0"
461+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
462+
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
463+
464464
"@babel/helper-remap-async-to-generator@^7.16.5":
465465
version "7.16.5"
466466
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz#e706646dc4018942acb4b29f7e185bc246d65ac3"
@@ -638,14 +638,14 @@
638638
"@babel/traverse" "^7.16.5"
639639
"@babel/types" "^7.16.0"
640640

641-
"@babel/helpers@^7.23.9":
642-
version "7.23.9"
643-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
644-
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
641+
"@babel/helpers@^7.24.0":
642+
version "7.24.0"
643+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
644+
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
645645
dependencies:
646-
"@babel/template" "^7.23.9"
647-
"@babel/traverse" "^7.23.9"
648-
"@babel/types" "^7.23.9"
646+
"@babel/template" "^7.24.0"
647+
"@babel/traverse" "^7.24.0"
648+
"@babel/types" "^7.24.0"
649649

650650
"@babel/highlight@^7.16.0":
651651
version "7.16.0"
@@ -698,10 +698,10 @@
698698
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
699699
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
700700

701-
"@babel/parser@^7.23.9":
702-
version "7.23.9"
703-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
704-
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
701+
"@babel/parser@^7.24.0":
702+
version "7.24.0"
703+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
704+
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
705705

706706
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
707707
version "7.16.2"
@@ -1433,14 +1433,14 @@
14331433
"@babel/helper-plugin-utils" "^7.22.5"
14341434
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
14351435

1436-
"@babel/plugin-transform-object-rest-spread@^7.23.4":
1437-
version "7.23.4"
1438-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
1439-
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
1436+
"@babel/plugin-transform-object-rest-spread@^7.24.0":
1437+
version "7.24.0"
1438+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1"
1439+
integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==
14401440
dependencies:
1441-
"@babel/compat-data" "^7.23.3"
1442-
"@babel/helper-compilation-targets" "^7.22.15"
1443-
"@babel/helper-plugin-utils" "^7.22.5"
1441+
"@babel/compat-data" "^7.23.5"
1442+
"@babel/helper-compilation-targets" "^7.23.6"
1443+
"@babel/helper-plugin-utils" "^7.24.0"
14441444
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
14451445
"@babel/plugin-transform-parameters" "^7.23.3"
14461446

@@ -1712,14 +1712,14 @@
17121712
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
17131713
"@babel/helper-plugin-utils" "^7.22.5"
17141714

1715-
"@babel/preset-env@7.23.9":
1716-
version "7.23.9"
1717-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
1718-
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
1715+
"@babel/preset-env@7.24.0":
1716+
version "7.24.0"
1717+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc"
1718+
integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==
17191719
dependencies:
17201720
"@babel/compat-data" "^7.23.5"
17211721
"@babel/helper-compilation-targets" "^7.23.6"
1722-
"@babel/helper-plugin-utils" "^7.22.5"
1722+
"@babel/helper-plugin-utils" "^7.24.0"
17231723
"@babel/helper-validator-option" "^7.23.5"
17241724
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
17251725
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
@@ -1772,7 +1772,7 @@
17721772
"@babel/plugin-transform-new-target" "^7.23.3"
17731773
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
17741774
"@babel/plugin-transform-numeric-separator" "^7.23.4"
1775-
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
1775+
"@babel/plugin-transform-object-rest-spread" "^7.24.0"
17761776
"@babel/plugin-transform-object-super" "^7.23.3"
17771777
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
17781778
"@babel/plugin-transform-optional-chaining" "^7.23.4"
@@ -1958,14 +1958,14 @@
19581958
"@babel/parser" "^7.22.5"
19591959
"@babel/types" "^7.22.5"
19601960

1961-
"@babel/template@^7.23.9":
1962-
version "7.23.9"
1963-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
1964-
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
1961+
"@babel/template@^7.24.0":
1962+
version "7.24.0"
1963+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1964+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
19651965
dependencies:
19661966
"@babel/code-frame" "^7.23.5"
1967-
"@babel/parser" "^7.23.9"
1968-
"@babel/types" "^7.23.9"
1967+
"@babel/parser" "^7.24.0"
1968+
"@babel/types" "^7.24.0"
19691969

19701970
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5":
19711971
version "7.16.5"
@@ -1983,19 +1983,19 @@
19831983
debug "^4.1.0"
19841984
globals "^11.1.0"
19851985

1986-
"@babel/traverse@^7.23.9":
1987-
version "7.23.9"
1988-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
1989-
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
1986+
"@babel/traverse@^7.24.0":
1987+
version "7.24.0"
1988+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
1989+
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
19901990
dependencies:
19911991
"@babel/code-frame" "^7.23.5"
19921992
"@babel/generator" "^7.23.6"
19931993
"@babel/helper-environment-visitor" "^7.22.20"
19941994
"@babel/helper-function-name" "^7.23.0"
19951995
"@babel/helper-hoist-variables" "^7.22.5"
19961996
"@babel/helper-split-export-declaration" "^7.22.6"
1997-
"@babel/parser" "^7.23.9"
1998-
"@babel/types" "^7.23.9"
1997+
"@babel/parser" "^7.24.0"
1998+
"@babel/types" "^7.24.0"
19991999
debug "^4.3.1"
20002000
globals "^11.1.0"
20012001

@@ -2060,10 +2060,10 @@
20602060
"@babel/helper-validator-identifier" "^7.22.20"
20612061
to-fast-properties "^2.0.0"
20622062

2063-
"@babel/types@^7.23.9":
2064-
version "7.23.9"
2065-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
2066-
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
2063+
"@babel/types@^7.24.0":
2064+
version "7.24.0"
2065+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
2066+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
20672067
dependencies:
20682068
"@babel/helper-string-parser" "^7.23.4"
20692069
"@babel/helper-validator-identifier" "^7.22.20"

0 commit comments

Comments
 (0)