Skip to content

Commit 53ac687

Browse files
Update core-js 3 (#14108)
1 parent b9ba4f9 commit 53ac687

File tree

79 files changed

+128
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+128
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"resolutions": {
8989
"browserslist": "npm:4.17.5",
9090
"caniuse-lite": "npm:1.0.30001274",
91-
"core-js-compat": "npm:3.19.0",
91+
"core-js-compat": "npm:3.20.2",
9292
"electron-to-chromium": "npm:1.3.749",
9393
"glob-watcher/chokidar": "npm:^3.4.0",
9494
"@types/babel__core": "link:./nope",

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"devDependencies": {
3232
"@mdn/browser-compat-data": "^4.0.10",
33-
"core-js-compat": "^3.19.1",
33+
"core-js-compat": "^3.20.2",
3434
"electron-to-chromium": "^1.3.893"
3535
},
3636
"engines": {

packages/babel-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/register": "workspace:^",
2727
"commander": "^4.0.1",
28-
"core-js": "^3.19.0",
28+
"core-js": "^3.20.2",
2929
"node-environment-flags": "^1.0.5",
3030
"regenerator-runtime": "^0.13.4",
3131
"v8flags": "^3.1.1"

packages/babel-plugin-proposal-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.4.0",
31-
"core-js-pure": "^3.19.0"
30+
"babel-plugin-polyfill-corejs3": "^0.5.0",
31+
"core-js-pure": "^3.20.2"
3232
},
3333
"engines": {
3434
"node": ">=6.9.0"

packages/babel-plugin-transform-named-capturing-groups-regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/core": "workspace:^",
3131
"@babel/helper-plugin-test-runner": "workspace:^",
32-
"core-js": "^3.19.0"
32+
"core-js": "^3.20.2"
3333
},
3434
"engines": {
3535
"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
@@ -23,7 +23,7 @@
2323
"@babel/helper-module-imports": "workspace:^",
2424
"@babel/helper-plugin-utils": "workspace:^",
2525
"babel-plugin-polyfill-corejs2": "^0.3.0",
26-
"babel-plugin-polyfill-corejs3": "^0.4.0",
26+
"babel-plugin-polyfill-corejs3": "^0.5.0",
2727
"babel-plugin-polyfill-regenerator": "^0.3.0",
2828
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
2929
},

packages/babel-preset-env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
"@babel/preset-modules": "^0.1.5",
8787
"@babel/types": "workspace:^",
8888
"babel-plugin-polyfill-corejs2": "^0.3.0",
89-
"babel-plugin-polyfill-corejs3": "^0.4.0",
89+
"babel-plugin-polyfill-corejs3": "^0.5.0",
9090
"babel-plugin-polyfill-regenerator": "^0.3.0",
91-
"core-js-compat": "^3.19.1",
91+
"core-js-compat": "^3.20.2",
9292
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
9393
},
9494
"peerDependencies": {

packages/babel-preset-env/test/fixtures/corejs3-babel-7/entry-all-chrome-71/output.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "core-js/modules/es.array.unscopables.flat.js";
44
import "core-js/modules/es.array.unscopables.flat-map.js";
55
import "core-js/modules/es.math.hypot.js";
66
import "core-js/modules/es.object.from-entries.js";
7+
import "core-js/modules/es.typed-array.set.js";
78
import "core-js/modules/es.typed-array.sort.js";
89
import "core-js/modules/esnext.aggregate-error.js";
910
import "core-js/modules/esnext.array.last-index.js";

packages/babel-preset-env/test/fixtures/corejs3-babel-7/entry-chrome-48/output.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ import "core-js/modules/es.typed-array.uint16-array.js";
8585
import "core-js/modules/es.typed-array.uint32-array.js";
8686
import "core-js/modules/es.typed-array.from.js";
8787
import "core-js/modules/es.typed-array.includes.js";
88+
import "core-js/modules/es.typed-array.iterator.js";
8889
import "core-js/modules/es.typed-array.of.js";
90+
import "core-js/modules/es.typed-array.set.js";
8991
import "core-js/modules/es.typed-array.sort.js";
9092
import "core-js/modules/es.typed-array.to-string.js";
9193
import "core-js/modules/es.weak-map.js";

packages/babel-preset-env/test/fixtures/corejs3-babel-7/entry-chrome-49/output.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ import "core-js/modules/es.typed-array.uint8-clamped-array.js";
6767
import "core-js/modules/es.typed-array.uint16-array.js";
6868
import "core-js/modules/es.typed-array.uint32-array.js";
6969
import "core-js/modules/es.typed-array.from.js";
70+
import "core-js/modules/es.typed-array.iterator.js";
7071
import "core-js/modules/es.typed-array.of.js";
72+
import "core-js/modules/es.typed-array.set.js";
7173
import "core-js/modules/es.typed-array.sort.js";
7274
import "core-js/modules/es.typed-array.to-string.js";
7375
import "core-js/modules/es.weak-map.js";

0 commit comments

Comments
 (0)