Skip to content

Commit fd733cc

Browse files
chore(deps): update babel monorepo to v7.19.1 (#1153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1afe0e3 commit fd733cc

File tree

2 files changed

+86
-50
lines changed

2 files changed

+86
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@babel/cli": "7.18.10",
24-
"@babel/core": "7.19.0",
25-
"@babel/preset-env": "7.19.0",
24+
"@babel/core": "7.19.1",
25+
"@babel/preset-env": "7.19.1",
2626
"@babel/register": "7.18.9",
2727
"@commitlint/cli": "17.1.2",
2828
"@commitlint/config-angular": "17.1.0",

yarn.lock

Lines changed: 84 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,25 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86"
4646
integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==
4747

48-
"@babel/core@7.19.0":
49-
version "7.19.0"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3"
51-
integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==
48+
"@babel/compat-data@^7.19.1":
49+
version "7.19.1"
50+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
51+
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
52+
53+
"@babel/core@7.19.1":
54+
version "7.19.1"
55+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
56+
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
5257
dependencies:
5358
"@ampproject/remapping" "^2.1.0"
5459
"@babel/code-frame" "^7.18.6"
5560
"@babel/generator" "^7.19.0"
56-
"@babel/helper-compilation-targets" "^7.19.0"
61+
"@babel/helper-compilation-targets" "^7.19.1"
5762
"@babel/helper-module-transforms" "^7.19.0"
5863
"@babel/helpers" "^7.19.0"
59-
"@babel/parser" "^7.19.0"
64+
"@babel/parser" "^7.19.1"
6065
"@babel/template" "^7.18.10"
61-
"@babel/traverse" "^7.19.0"
66+
"@babel/traverse" "^7.19.1"
6267
"@babel/types" "^7.19.0"
6368
convert-source-map "^1.7.0"
6469
debug "^4.1.0"
@@ -100,6 +105,16 @@
100105
browserslist "^4.20.2"
101106
semver "^6.3.0"
102107

108+
"@babel/helper-compilation-targets@^7.19.1":
109+
version "7.19.1"
110+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
111+
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
112+
dependencies:
113+
"@babel/compat-data" "^7.19.1"
114+
"@babel/helper-validator-option" "^7.18.6"
115+
browserslist "^4.21.3"
116+
semver "^6.3.0"
117+
103118
"@babel/helper-create-class-features-plugin@^7.18.6":
104119
version "7.19.0"
105120
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -121,10 +136,10 @@
121136
"@babel/helper-annotate-as-pure" "^7.18.6"
122137
regexpu-core "^5.1.0"
123138

124-
"@babel/helper-define-polyfill-provider@^0.3.2":
125-
version "0.3.2"
126-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
127-
integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==
139+
"@babel/helper-define-polyfill-provider@^0.3.3":
140+
version "0.3.3"
141+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
142+
integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
128143
dependencies:
129144
"@babel/helper-compilation-targets" "^7.17.7"
130145
"@babel/helper-plugin-utils" "^7.16.7"
@@ -290,6 +305,11 @@
290305
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
291306
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
292307

308+
"@babel/parser@^7.19.1":
309+
version "7.19.1"
310+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
311+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
312+
293313
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
294314
version "7.18.6"
295315
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -306,10 +326,10 @@
306326
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
307327
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
308328

309-
"@babel/plugin-proposal-async-generator-functions@^7.19.0":
310-
version "7.19.0"
311-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.0.tgz#cf5740194f170467df20581712400487efc79ff1"
312-
integrity sha512-nhEByMUTx3uZueJ/QkJuSlCfN4FGg+xy+vRsfGQGzSauq5ks2Deid2+05Q3KhfaUjvec1IGhw/Zm3cFm8JigTQ==
329+
"@babel/plugin-proposal-async-generator-functions@^7.19.1":
330+
version "7.19.1"
331+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
332+
integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
313333
dependencies:
314334
"@babel/helper-environment-visitor" "^7.18.9"
315335
"@babel/helper-plugin-utils" "^7.19.0"
@@ -690,10 +710,10 @@
690710
"@babel/helper-module-transforms" "^7.18.6"
691711
"@babel/helper-plugin-utils" "^7.18.6"
692712

693-
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.0":
694-
version "7.19.0"
695-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.0.tgz#58c52422e4f91a381727faed7d513c89d7f41ada"
696-
integrity sha512-HDSuqOQzkU//kfGdiHBt71/hkDTApw4U/cMVgKgX7PqfB3LOaK+2GtCEsBu1dL9CkswDm0Gwehht1dCr421ULQ==
713+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
714+
version "7.19.1"
715+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
716+
integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
697717
dependencies:
698718
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
699719
"@babel/helper-plugin-utils" "^7.19.0"
@@ -793,18 +813,18 @@
793813
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
794814
"@babel/helper-plugin-utils" "^7.18.6"
795815

796-
"@babel/preset-env@7.19.0":
797-
version "7.19.0"
798-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.0.tgz#fd18caf499a67d6411b9ded68dc70d01ed1e5da7"
799-
integrity sha512-1YUju1TAFuzjIQqNM9WsF4U6VbD/8t3wEAlw3LFYuuEr+ywqLRcSXxFKz4DCEj+sN94l/XTDiUXYRrsvMpz9WQ==
816+
"@babel/preset-env@7.19.1":
817+
version "7.19.1"
818+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
819+
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
800820
dependencies:
801-
"@babel/compat-data" "^7.19.0"
802-
"@babel/helper-compilation-targets" "^7.19.0"
821+
"@babel/compat-data" "^7.19.1"
822+
"@babel/helper-compilation-targets" "^7.19.1"
803823
"@babel/helper-plugin-utils" "^7.19.0"
804824
"@babel/helper-validator-option" "^7.18.6"
805825
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
806826
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
807-
"@babel/plugin-proposal-async-generator-functions" "^7.19.0"
827+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
808828
"@babel/plugin-proposal-class-properties" "^7.18.6"
809829
"@babel/plugin-proposal-class-static-block" "^7.18.6"
810830
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -852,7 +872,7 @@
852872
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
853873
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
854874
"@babel/plugin-transform-modules-umd" "^7.18.6"
855-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.0"
875+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
856876
"@babel/plugin-transform-new-target" "^7.18.6"
857877
"@babel/plugin-transform-object-super" "^7.18.6"
858878
"@babel/plugin-transform-parameters" "^7.18.8"
@@ -868,10 +888,10 @@
868888
"@babel/plugin-transform-unicode-regex" "^7.18.6"
869889
"@babel/preset-modules" "^0.1.5"
870890
"@babel/types" "^7.19.0"
871-
babel-plugin-polyfill-corejs2 "^0.3.2"
872-
babel-plugin-polyfill-corejs3 "^0.5.3"
873-
babel-plugin-polyfill-regenerator "^0.4.0"
874-
core-js-compat "^3.22.1"
891+
babel-plugin-polyfill-corejs2 "^0.3.3"
892+
babel-plugin-polyfill-corejs3 "^0.6.0"
893+
babel-plugin-polyfill-regenerator "^0.4.1"
894+
core-js-compat "^3.25.1"
875895
semver "^6.3.0"
876896

877897
"@babel/preset-modules@^0.1.5":
@@ -928,6 +948,22 @@
928948
debug "^4.1.0"
929949
globals "^11.1.0"
930950

951+
"@babel/traverse@^7.19.1":
952+
version "7.19.1"
953+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
954+
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
955+
dependencies:
956+
"@babel/code-frame" "^7.18.6"
957+
"@babel/generator" "^7.19.0"
958+
"@babel/helper-environment-visitor" "^7.18.9"
959+
"@babel/helper-function-name" "^7.19.0"
960+
"@babel/helper-hoist-variables" "^7.18.6"
961+
"@babel/helper-split-export-declaration" "^7.18.6"
962+
"@babel/parser" "^7.19.1"
963+
"@babel/types" "^7.19.0"
964+
debug "^4.1.0"
965+
globals "^11.1.0"
966+
931967
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.4.4":
932968
version "7.19.0"
933969
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -1634,29 +1670,29 @@ babel-plugin-dynamic-import-node@^2.3.3:
16341670
dependencies:
16351671
object.assign "^4.1.0"
16361672

1637-
babel-plugin-polyfill-corejs2@^0.3.2:
1638-
version "0.3.2"
1639-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
1640-
integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
1673+
babel-plugin-polyfill-corejs2@^0.3.3:
1674+
version "0.3.3"
1675+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
1676+
integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
16411677
dependencies:
16421678
"@babel/compat-data" "^7.17.7"
1643-
"@babel/helper-define-polyfill-provider" "^0.3.2"
1679+
"@babel/helper-define-polyfill-provider" "^0.3.3"
16441680
semver "^6.1.1"
16451681

1646-
babel-plugin-polyfill-corejs3@^0.5.3:
1647-
version "0.5.3"
1648-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
1649-
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
1682+
babel-plugin-polyfill-corejs3@^0.6.0:
1683+
version "0.6.0"
1684+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
1685+
integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
16501686
dependencies:
1651-
"@babel/helper-define-polyfill-provider" "^0.3.2"
1652-
core-js-compat "^3.21.0"
1687+
"@babel/helper-define-polyfill-provider" "^0.3.3"
1688+
core-js-compat "^3.25.1"
16531689

1654-
babel-plugin-polyfill-regenerator@^0.4.0:
1655-
version "0.4.0"
1656-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
1657-
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
1690+
babel-plugin-polyfill-regenerator@^0.4.1:
1691+
version "0.4.1"
1692+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
1693+
integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
16581694
dependencies:
1659-
"@babel/helper-define-polyfill-provider" "^0.3.2"
1695+
"@babel/helper-define-polyfill-provider" "^0.3.3"
16601696

16611697
bach@^1.0.0:
16621698
version "1.2.0"
@@ -2175,7 +2211,7 @@ copy-props@^2.0.1:
21752211
each-props "^1.3.2"
21762212
is-plain-object "^5.0.0"
21772213

2178-
core-js-compat@^3.21.0, core-js-compat@^3.22.1:
2214+
core-js-compat@^3.25.1:
21792215
version "3.25.1"
21802216
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.1.tgz#6f13a90de52f89bbe6267e5620a412c7f7ff7e42"
21812217
integrity sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==

0 commit comments

Comments
 (0)