Skip to content

Commit 7408091

Browse files
build(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 (#6379)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 941ca15 commit 7408091

File tree

2 files changed

+61
-52
lines changed

2 files changed

+61
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/core": "^7.19.0",
7474
"@babel/eslint-parser": "^7.18.9",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.18.10",
76+
"@babel/preset-env": "^7.19.0",
7777
"@babel/preset-react": "^7.18.6",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^2.0.1",

yarn.lock

Lines changed: 60 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@
238238
"@babel/helper-annotate-as-pure" "^7.18.6"
239239
regexpu-core "^5.1.0"
240240

241+
"@babel/helper-create-regexp-features-plugin@^7.19.0":
242+
version "7.19.0"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
244+
integrity sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==
245+
dependencies:
246+
"@babel/helper-annotate-as-pure" "^7.18.6"
247+
regexpu-core "^5.1.0"
248+
241249
"@babel/helper-define-polyfill-provider@^0.3.2":
242250
version "0.3.2"
243251
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
@@ -291,7 +299,7 @@
291299
dependencies:
292300
"@babel/types" "^7.18.6"
293301

294-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9", "@babel/helper-module-transforms@^7.19.0":
302+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
295303
version "7.19.0"
296304
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
297305
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
@@ -312,10 +320,10 @@
312320
dependencies:
313321
"@babel/types" "^7.18.6"
314322

315-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
316-
version "7.18.9"
317-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
318-
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
323+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
324+
version "7.19.0"
325+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
326+
integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
319327

320328
"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9":
321329
version "7.18.9"
@@ -423,13 +431,13 @@
423431
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
424432
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
425433

426-
"@babel/plugin-proposal-async-generator-functions@^7.18.10":
427-
version "7.18.10"
428-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz#85ea478c98b0095c3e4102bff3b67d306ed24952"
429-
integrity sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==
434+
"@babel/plugin-proposal-async-generator-functions@^7.19.0":
435+
version "7.19.0"
436+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.0.tgz#cf5740194f170467df20581712400487efc79ff1"
437+
integrity sha512-nhEByMUTx3uZueJ/QkJuSlCfN4FGg+xy+vRsfGQGzSauq5ks2Deid2+05Q3KhfaUjvec1IGhw/Zm3cFm8JigTQ==
430438
dependencies:
431439
"@babel/helper-environment-visitor" "^7.18.9"
432-
"@babel/helper-plugin-utils" "^7.18.9"
440+
"@babel/helper-plugin-utils" "^7.19.0"
433441
"@babel/helper-remap-async-to-generator" "^7.18.9"
434442
"@babel/plugin-syntax-async-generators" "^7.8.4"
435443

@@ -715,16 +723,17 @@
715723
dependencies:
716724
"@babel/helper-plugin-utils" "^7.18.9"
717725

718-
"@babel/plugin-transform-classes@^7.18.9":
719-
version "7.18.9"
720-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz#90818efc5b9746879b869d5ce83eb2aa48bbc3da"
721-
integrity sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==
726+
"@babel/plugin-transform-classes@^7.19.0":
727+
version "7.19.0"
728+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz#0e61ec257fba409c41372175e7c1e606dc79bb20"
729+
integrity sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==
722730
dependencies:
723731
"@babel/helper-annotate-as-pure" "^7.18.6"
732+
"@babel/helper-compilation-targets" "^7.19.0"
724733
"@babel/helper-environment-visitor" "^7.18.9"
725-
"@babel/helper-function-name" "^7.18.9"
734+
"@babel/helper-function-name" "^7.19.0"
726735
"@babel/helper-optimise-call-expression" "^7.18.6"
727-
"@babel/helper-plugin-utils" "^7.18.9"
736+
"@babel/helper-plugin-utils" "^7.19.0"
728737
"@babel/helper-replace-supers" "^7.18.9"
729738
"@babel/helper-split-export-declaration" "^7.18.6"
730739
globals "^11.1.0"
@@ -736,10 +745,10 @@
736745
dependencies:
737746
"@babel/helper-plugin-utils" "^7.18.9"
738747

739-
"@babel/plugin-transform-destructuring@^7.18.9":
740-
version "7.18.9"
741-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz#68906549c021cb231bee1db21d3b5b095f8ee292"
742-
integrity sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==
748+
"@babel/plugin-transform-destructuring@^7.18.13":
749+
version "7.18.13"
750+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz#9e03bc4a94475d62b7f4114938e6c5c33372cbf5"
751+
integrity sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==
743752
dependencies:
744753
"@babel/helper-plugin-utils" "^7.18.9"
745754

@@ -815,14 +824,14 @@
815824
"@babel/helper-simple-access" "^7.18.6"
816825
babel-plugin-dynamic-import-node "^2.3.3"
817826

818-
"@babel/plugin-transform-modules-systemjs@^7.18.9":
819-
version "7.18.9"
820-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz#545df284a7ac6a05125e3e405e536c5853099a06"
821-
integrity sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==
827+
"@babel/plugin-transform-modules-systemjs@^7.19.0":
828+
version "7.19.0"
829+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz#5f20b471284430f02d9c5059d9b9a16d4b085a1f"
830+
integrity sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==
822831
dependencies:
823832
"@babel/helper-hoist-variables" "^7.18.6"
824-
"@babel/helper-module-transforms" "^7.18.9"
825-
"@babel/helper-plugin-utils" "^7.18.9"
833+
"@babel/helper-module-transforms" "^7.19.0"
834+
"@babel/helper-plugin-utils" "^7.19.0"
826835
"@babel/helper-validator-identifier" "^7.18.6"
827836
babel-plugin-dynamic-import-node "^2.3.3"
828837

@@ -834,13 +843,13 @@
834843
"@babel/helper-module-transforms" "^7.18.6"
835844
"@babel/helper-plugin-utils" "^7.18.6"
836845

837-
"@babel/plugin-transform-named-capturing-groups-regex@^7.18.6":
838-
version "7.18.6"
839-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz#c89bfbc7cc6805d692f3a49bc5fc1b630007246d"
840-
integrity sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==
846+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.0":
847+
version "7.19.0"
848+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.0.tgz#58c52422e4f91a381727faed7d513c89d7f41ada"
849+
integrity sha512-HDSuqOQzkU//kfGdiHBt71/hkDTApw4U/cMVgKgX7PqfB3LOaK+2GtCEsBu1dL9CkswDm0Gwehht1dCr421ULQ==
841850
dependencies:
842-
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
843-
"@babel/helper-plugin-utils" "^7.18.6"
851+
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
852+
"@babel/helper-plugin-utils" "^7.19.0"
844853

845854
"@babel/plugin-transform-new-target@^7.18.6":
846855
version "7.18.6"
@@ -933,12 +942,12 @@
933942
dependencies:
934943
"@babel/helper-plugin-utils" "^7.18.6"
935944

936-
"@babel/plugin-transform-spread@^7.18.9":
937-
version "7.18.9"
938-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz#6ea7a6297740f381c540ac56caf75b05b74fb664"
939-
integrity sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==
945+
"@babel/plugin-transform-spread@^7.19.0":
946+
version "7.19.0"
947+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz#dd60b4620c2fec806d60cfaae364ec2188d593b6"
948+
integrity sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==
940949
dependencies:
941-
"@babel/helper-plugin-utils" "^7.18.9"
950+
"@babel/helper-plugin-utils" "^7.19.0"
942951
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
943952

944953
"@babel/plugin-transform-sticky-regex@^7.18.6":
@@ -986,18 +995,18 @@
986995
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
987996
"@babel/helper-plugin-utils" "^7.18.6"
988997

989-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.18.10", "@babel/preset-env@^7.18.2":
990-
version "7.18.10"
991-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4"
992-
integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==
998+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.18.2", "@babel/preset-env@^7.19.0":
999+
version "7.19.0"
1000+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7"
1001+
integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ==
9931002
dependencies:
994-
"@babel/compat-data" "^7.18.8"
995-
"@babel/helper-compilation-targets" "^7.18.9"
996-
"@babel/helper-plugin-utils" "^7.18.9"
1003+
"@babel/compat-data" "^7.19.0"
1004+
"@babel/helper-compilation-targets" "^7.19.0"
1005+
"@babel/helper-plugin-utils" "^7.19.0"
9971006
"@babel/helper-validator-option" "^7.18.6"
9981007
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
9991008
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1000-
"@babel/plugin-proposal-async-generator-functions" "^7.18.10"
1009+
"@babel/plugin-proposal-async-generator-functions" "^7.19.0"
10011010
"@babel/plugin-proposal-class-properties" "^7.18.6"
10021011
"@babel/plugin-proposal-class-static-block" "^7.18.6"
10031012
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -1031,9 +1040,9 @@
10311040
"@babel/plugin-transform-async-to-generator" "^7.18.6"
10321041
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
10331042
"@babel/plugin-transform-block-scoping" "^7.18.9"
1034-
"@babel/plugin-transform-classes" "^7.18.9"
1043+
"@babel/plugin-transform-classes" "^7.19.0"
10351044
"@babel/plugin-transform-computed-properties" "^7.18.9"
1036-
"@babel/plugin-transform-destructuring" "^7.18.9"
1045+
"@babel/plugin-transform-destructuring" "^7.18.13"
10371046
"@babel/plugin-transform-dotall-regex" "^7.18.6"
10381047
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
10391048
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
@@ -1043,24 +1052,24 @@
10431052
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
10441053
"@babel/plugin-transform-modules-amd" "^7.18.6"
10451054
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
1046-
"@babel/plugin-transform-modules-systemjs" "^7.18.9"
1055+
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
10471056
"@babel/plugin-transform-modules-umd" "^7.18.6"
1048-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6"
1057+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.0"
10491058
"@babel/plugin-transform-new-target" "^7.18.6"
10501059
"@babel/plugin-transform-object-super" "^7.18.6"
10511060
"@babel/plugin-transform-parameters" "^7.18.8"
10521061
"@babel/plugin-transform-property-literals" "^7.18.6"
10531062
"@babel/plugin-transform-regenerator" "^7.18.6"
10541063
"@babel/plugin-transform-reserved-words" "^7.18.6"
10551064
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
1056-
"@babel/plugin-transform-spread" "^7.18.9"
1065+
"@babel/plugin-transform-spread" "^7.19.0"
10571066
"@babel/plugin-transform-sticky-regex" "^7.18.6"
10581067
"@babel/plugin-transform-template-literals" "^7.18.9"
10591068
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
10601069
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
10611070
"@babel/plugin-transform-unicode-regex" "^7.18.6"
10621071
"@babel/preset-modules" "^0.1.5"
1063-
"@babel/types" "^7.18.10"
1072+
"@babel/types" "^7.19.0"
10641073
babel-plugin-polyfill-corejs2 "^0.3.2"
10651074
babel-plugin-polyfill-corejs3 "^0.5.3"
10661075
babel-plugin-polyfill-regenerator "^0.4.0"

0 commit comments

Comments
 (0)