Skip to content

Commit cd0de90

Browse files
Update babel-polyfill packages (#17403)
1 parent b35d186 commit cd0de90

11 files changed

Lines changed: 114 additions & 112 deletions

File tree

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.4",
9898
"caniuse-lite": "npm:1.0.30001705",
99-
"core-js-compat": "npm:3.41.0",
99+
"core-js-compat": "npm:3.43.0",
100100
"electron-to-chromium": "npm:1.5.140",
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
@@ -55,7 +55,7 @@
5555
],
5656
"devDependencies": {
5757
"@mdn/browser-compat-data": "^6.0.8",
58-
"core-js-compat": "^3.41.0",
58+
"core-js-compat": "^3.43.0",
5959
"electron-to-chromium": "^1.5.140"
6060
},
6161
"engines": {

packages/babel-plugin-proposal-decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/helper-plugin-test-runner": "workspace:^",
3333
"@babel/traverse": "workspace:^",
3434
"array.prototype.concat": "^1.0.2",
35-
"babel-plugin-polyfill-es-shims": "^0.10.4",
35+
"babel-plugin-polyfill-es-shims": "^0.10.8",
3636
"object.getownpropertydescriptors": "^2.1.1"
3737
},
3838
"engines": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"devDependencies": {
2828
"@babel/core": "workspace:^",
2929
"@babel/helper-plugin-test-runner": "workspace:^",
30-
"babel-plugin-polyfill-corejs3": "^0.11.0",
31-
"core-js-pure": "^3.30.2"
30+
"babel-plugin-polyfill-corejs3": "^0.13.0",
31+
"core-js-pure": "^3.43.0"
3232
},
3333
"engines": {
3434
"node": ">=6.9.0"

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.11.0"
45+
"babel-plugin-polyfill-corejs3": "^0.13.0"
4646
},
4747
"engines": {
4848
"node": ">=6.9.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/plugin-transform-modules-commonjs": "workspace:^",
3333
"@babel/plugin-transform-parameters": "workspace:^",
3434
"@babel/plugin-transform-runtime": "workspace:^",
35-
"babel-plugin-polyfill-regenerator": "^0.6.1",
35+
"babel-plugin-polyfill-regenerator": "^0.6.5",
3636
"mocha": "^10.0.0",
3737
"recast": "^0.23.3",
3838
"uglify-js": "^3.14.0"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"dependencies": {
2323
"@babel/helper-module-imports": "workspace:^",
2424
"@babel/helper-plugin-utils": "workspace:^",
25-
"babel-plugin-polyfill-corejs2": "condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core)",
26-
"babel-plugin-polyfill-corejs3": "condition:BABEL_8_BREAKING ? : ^0.11.0 (peer:@babel/core)",
27-
"babel-plugin-polyfill-regenerator": "condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core)",
25+
"babel-plugin-polyfill-corejs2": "condition:BABEL_8_BREAKING ? : ^0.4.14 (peer:@babel/core)",
26+
"babel-plugin-polyfill-corejs3": "condition:BABEL_8_BREAKING ? : ^0.13.0 (peer:@babel/core)",
27+
"babel-plugin-polyfill-regenerator": "condition:BABEL_8_BREAKING ? : ^0.6.5 (peer:@babel/core)",
2828
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
2929
},
3030
"peerDependencies": {
@@ -37,7 +37,7 @@
3737
"@babel/preset-env": "workspace:^",
3838
"@babel/runtime": "workspace:^",
3939
"@babel/runtime-corejs3": "workspace:^",
40-
"babel-plugin-polyfill-corejs3": "^0.11.0",
40+
"babel-plugin-polyfill-corejs3": "^0.13.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-plugin-transform-runtime/test/fixtures/runtime-corejs3/built-in-static-methods/output.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ var _Reflect$setPrototypeOf = require("@babel/runtime-corejs3/core-js-stable/ref
6666
var _String$fromCodePoint = require("@babel/runtime-corejs3/core-js-stable/string/from-code-point");
6767
var _String$raw = require("@babel/runtime-corejs3/core-js-stable/string/raw");
6868
var _Symbol$asyncIterator = require("@babel/runtime-corejs3/core-js-stable/symbol/async-iterator");
69-
var _Symbol = require("@babel/runtime-corejs3/core-js-stable/symbol");
69+
var _Symbol$dispose = require("@babel/runtime-corejs3/core-js/symbol/dispose");
7070
var _Symbol$for = require("@babel/runtime-corejs3/core-js-stable/symbol/for");
7171
var _Symbol$hasInstance = require("@babel/runtime-corejs3/core-js-stable/symbol/has-instance");
7272
var _Symbol$isConcatSpreadable = require("@babel/runtime-corejs3/core-js-stable/symbol/is-concat-spreadable");
7373
var _Symbol$iterator = require("@babel/runtime-corejs3/core-js-stable/symbol/iterator");
7474
var _Symbol$keyFor = require("@babel/runtime-corejs3/core-js-stable/symbol/key-for");
7575
var _Symbol$match = require("@babel/runtime-corejs3/core-js-stable/symbol/match");
76+
var _Symbol = require("@babel/runtime-corejs3/core-js-stable/symbol");
7677
var _Symbol$replace = require("@babel/runtime-corejs3/core-js-stable/symbol/replace");
7778
var _Symbol$search = require("@babel/runtime-corejs3/core-js-stable/symbol/search");
7879
var _Symbol$species = require("@babel/runtime-corejs3/core-js-stable/symbol/species");
@@ -171,7 +172,7 @@ _Reflect$setPrototypeOf;
171172
_String$fromCodePoint;
172173
_String$raw;
173174
_Symbol$asyncIterator;
174-
_Symbol.dispose;
175+
_Symbol$dispose;
175176
_Symbol$for;
176177
_Symbol$hasInstance;
177178
_Symbol$isConcatSpreadable;

packages/babel-preset-env/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"@babel/plugin-transform-unicode-regex": "workspace:^",
8181
"@babel/plugin-transform-unicode-sets-regex": "workspace:^",
8282
"@babel/preset-modules": "0.1.6-no-external-plugins",
83-
"babel-plugin-polyfill-corejs2": "condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core) (esm:default)",
84-
"babel-plugin-polyfill-corejs3": "^0.11.0",
85-
"babel-plugin-polyfill-regenerator": "condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core) (esm:default)",
86-
"core-js-compat": "^3.40.0",
83+
"babel-plugin-polyfill-corejs2": "condition:BABEL_8_BREAKING ? : ^0.4.14 (peer:@babel/core) (esm:default)",
84+
"babel-plugin-polyfill-corejs3": "^0.13.0",
85+
"babel-plugin-polyfill-regenerator": "condition:BABEL_8_BREAKING ? : ^0.6.5 (peer:@babel/core) (esm:default)",
86+
"core-js-compat": "^3.43.0",
8787
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
8888
},
8989
"peerDependencies": {

packages/babel-runtime-corejs3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"author": "The Babel Team (https://babel.dev/team)",
1515
"dependencies": {
16-
"core-js-pure": "^3.30.2"
16+
"core-js-pure": "^3.43.0"
1717
},
1818
"exports": {
1919
"./helpers/OverloadYield": [

0 commit comments

Comments
 (0)