Skip to content

Commit 1137c29

Browse files
Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)
* Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 * Update core-js-compat --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <[email protected]>
1 parent c284638 commit 1137c29

8 files changed

Lines changed: 35 additions & 23 deletions

File tree

Makefile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"resolutions": {
9797
"browserslist": "npm:4.24.0",
9898
"caniuse-lite": "npm:1.0.30001663",
99-
"core-js-compat": "npm:3.38.1",
99+
"core-js-compat": "npm:3.40.0",
100100
"electron-to-chromium": "npm:1.5.28",
101101
"@types/babel__core": "link:./nope",
102102
"@types/babel__traverse": "link:./nope",

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"devDependencies": {
4848
"@mdn/browser-compat-data": "^5.5.36",
49-
"core-js-compat": "^3.37.1",
49+
"core-js-compat": "^3.40.0",
5050
"electron-to-chromium": "^1.4.816"
5151
},
5252
"engines": {

packages/babel-plugin-transform-async-generator-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "workspace:^",
2929
"@babel/helper-plugin-test-runner": "workspace:^",
30-
"babel-plugin-polyfill-corejs3": "^0.10.6",
30+
"babel-plugin-polyfill-corejs3": "^0.11.0",
3131
"core-js-pure": "^3.30.2"
3232
},
3333
"engines": {

packages/babel-plugin-transform-json-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@babel/core": "workspace:^",
4444
"@babel/helper-plugin-test-runner": "workspace:^",
45-
"babel-plugin-polyfill-corejs3": "^0.10.6"
45+
"babel-plugin-polyfill-corejs3": "^0.11.0"
4646
},
4747
"engines": {
4848
"node": ">=6.9.0"

packages/babel-plugin-transform-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/preset-env": "workspace:^",
3838
"@babel/runtime": "workspace:^",
3939
"@babel/runtime-corejs3": "workspace:^",
40-
"babel-plugin-polyfill-corejs3": "^0.10.6",
40+
"babel-plugin-polyfill-corejs3": "^0.11.0",
4141
"make-dir": "condition:BABEL_8_BREAKING ? : ^2.1.0"
4242
},
4343
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",

packages/babel-preset-env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"@babel/plugin-transform-unicode-sets-regex": "workspace:^",
8282
"@babel/preset-modules": "0.1.6-no-external-plugins",
8383
"babel-plugin-polyfill-corejs2": "condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core) (esm:default)",
84-
"babel-plugin-polyfill-corejs3": "^0.10.6",
84+
"babel-plugin-polyfill-corejs3": "^0.11.0",
8585
"babel-plugin-polyfill-regenerator": "condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core) (esm:default)",
86-
"core-js-compat": "^3.38.1",
86+
"core-js-compat": "^3.40.0",
8787
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
8888
},
8989
"peerDependencies": {

yarn.lock

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ __metadata:
311311
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
312312
dependencies:
313313
"@mdn/browser-compat-data": "npm:^5.5.36"
314-
core-js-compat: "npm:^3.37.1"
314+
core-js-compat: "npm:^3.40.0"
315315
electron-to-chromium: "npm:^1.4.816"
316316
languageName: unknown
317317
linkType: soft
@@ -677,9 +677,9 @@ __metadata:
677677
languageName: unknown
678678
linkType: soft
679679

680-
"@babel/helper-define-polyfill-provider@npm:^0.6.1, @babel/helper-define-polyfill-provider@npm:^0.6.2":
681-
version: 0.6.2
682-
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.2"
680+
"@babel/helper-define-polyfill-provider@npm:^0.6.1, @babel/helper-define-polyfill-provider@npm:^0.6.2, @babel/helper-define-polyfill-provider@npm:^0.6.3":
681+
version: 0.6.3
682+
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.3"
683683
dependencies:
684684
"@babel/helper-compilation-targets": "npm:^7.22.6"
685685
"@babel/helper-plugin-utils": "npm:^7.22.5"
@@ -688,7 +688,7 @@ __metadata:
688688
resolve: "npm:^1.14.2"
689689
peerDependencies:
690690
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
691-
checksum: 10/bb32ec12024d3f16e70641bc125d2534a97edbfdabbc9f69001ec9c4ce46f877c7a224c566aa6c8c510c3b0def2e43dc4433bf6a40896ba5ce0cef4ea5ccbcff
691+
checksum: 10/b79a77ac8fbf1aaf6c7f99191871760508e87d75a374ff3c39c6599a17d9bb82284797cd451769305764e504546caf22ae63367b22d6e45e32d0a8f4a34aab53
692692
languageName: node
693693
linkType: hard
694694

@@ -2165,7 +2165,7 @@ __metadata:
21652165
"@babel/helper-plugin-utils": "workspace:^"
21662166
"@babel/helper-remap-async-to-generator": "workspace:^"
21672167
"@babel/traverse": "workspace:^"
2168-
babel-plugin-polyfill-corejs3: "npm:^0.10.6"
2168+
babel-plugin-polyfill-corejs3: "npm:^0.11.0"
21692169
core-js-pure: "npm:^3.30.2"
21702170
peerDependencies:
21712171
"@babel/core": ^7.0.0-0
@@ -2650,7 +2650,7 @@ __metadata:
26502650
"@babel/helper-plugin-test-runner": "workspace:^"
26512651
"@babel/helper-plugin-utils": "workspace:^"
26522652
"@babel/plugin-syntax-import-attributes": "workspace:^"
2653-
babel-plugin-polyfill-corejs3: "npm:^0.10.6"
2653+
babel-plugin-polyfill-corejs3: "npm:^0.11.0"
26542654
peerDependencies:
26552655
"@babel/core": ^7.22.0
26562656
languageName: unknown
@@ -3421,7 +3421,7 @@ __metadata:
34213421
"@babel/runtime": "workspace:^"
34223422
"@babel/runtime-corejs3": "workspace:^"
34233423
babel-plugin-polyfill-corejs2: "condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core)"
3424-
babel-plugin-polyfill-corejs3: "npm:^0.10.6"
3424+
babel-plugin-polyfill-corejs3: "npm:^0.11.0"
34253425
babel-plugin-polyfill-regenerator: "condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core)"
34263426
make-dir: "condition:BABEL_8_BREAKING ? : ^2.1.0"
34273427
semver: "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
@@ -3839,9 +3839,9 @@ __metadata:
38393839
"@babel/preset-modules": "npm:0.1.6-no-external-plugins"
38403840
"@babel/traverse": "workspace:^"
38413841
babel-plugin-polyfill-corejs2: "condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core) (esm:default)"
3842-
babel-plugin-polyfill-corejs3: "npm:^0.10.6"
3842+
babel-plugin-polyfill-corejs3: "npm:^0.11.0"
38433843
babel-plugin-polyfill-regenerator: "condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core) (esm:default)"
3844-
core-js-compat: "npm:^3.38.1"
3844+
core-js-compat: "npm:^3.40.0"
38453845
semver: "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
38463846
peerDependencies:
38473847
"@babel/core": ^7.0.0-0
@@ -6720,6 +6720,18 @@ __metadata:
67206720
languageName: node
67216721
linkType: hard
67226722

6723+
"babel-plugin-polyfill-corejs3@npm:^0.11.0":
6724+
version: 0.11.1
6725+
resolution: "babel-plugin-polyfill-corejs3@npm:0.11.1"
6726+
dependencies:
6727+
"@babel/helper-define-polyfill-provider": "npm:^0.6.3"
6728+
core-js-compat: "npm:^3.40.0"
6729+
peerDependencies:
6730+
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
6731+
checksum: 10/19a2978ee3462cc3b98e7d36e6537bf9fb1fb61f42fd96cb41e9313f2ac6f2c62380d94064366431eff537f342184720fe9bce73eb65fd57c5311d15e8648f62
6732+
languageName: node
6733+
linkType: hard
6734+
67236735
"babel-plugin-polyfill-es-shims@npm:^0.10.4":
67246736
version: 0.10.4
67256737
resolution: "babel-plugin-polyfill-es-shims@npm:0.10.4"
@@ -7943,12 +7955,12 @@ __metadata:
79437955
languageName: node
79447956
linkType: hard
79457957

7946-
"core-js-compat@npm:3.38.1":
7947-
version: 3.38.1
7948-
resolution: "core-js-compat@npm:3.38.1"
7958+
"core-js-compat@npm:3.40.0":
7959+
version: 3.40.0
7960+
resolution: "core-js-compat@npm:3.40.0"
79497961
dependencies:
7950-
browserslist: "npm:^4.23.3"
7951-
checksum: 10/4e2f219354fd268895f79486461a12df96f24ed307321482fe2a43529c5a64e7c16bcba654980ba217d603444f5141d43a79058aeac77511085f065c5da72207
7962+
browserslist: "npm:^4.24.3"
7963+
checksum: 10/3dd3d717b3d4ae0d9c2930d39c0f2a21ca6f195fcdd5711bda833557996c4d9f90277eab576423478e95689257e2de8d1a2623d6618084416bd224d10d5df9a4
79527964
languageName: node
79537965
linkType: hard
79547966

0 commit comments

Comments
 (0)