Skip to content

Commit 0053db6

Browse files
Update polyfill packages (#17727)
1 parent 2f9498e commit 0053db6

20 files changed

Lines changed: 162 additions & 152 deletions

File tree

Makefile.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"babel-plugin-transform-charcodes": "^0.2.1",
5353
"c8": "^10.0.0",
5454
"charcodes": "^0.2.0",
55-
"core-js": "^3.36.1",
55+
"core-js": "^3.48.0",
5656
"eslint": "^9.38.0",
5757
"eslint-config-prettier": "^10.1.8",
5858
"eslint-formatter-codeframe": "^7.32.1",
@@ -101,9 +101,9 @@
101101
],
102102
"resolutions": {
103103
"browserslist": "npm:4.25.1",
104-
"caniuse-lite": "npm:1.0.30001731",
105-
"core-js-compat": "npm:3.45.0",
106-
"electron-to-chromium": "npm:1.5.197",
104+
"caniuse-lite": "npm:1.0.30001766",
105+
"core-js-compat": "npm:3.48.0",
106+
"electron-to-chromium": "npm:1.5.278",
107107
"@types/babel__core": "link:./nope",
108108
"@types/babel__traverse": "link:./nope",
109109
"@babel/parser/@babel/types": "workspace:*",

packages/babel-compat-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
],
5656
"devDependencies": {
5757
"@mdn/browser-compat-data": "^6.0.8",
58-
"core-js-compat": "^3.43.0",
59-
"electron-to-chromium": "^1.5.140"
58+
"core-js-compat": "^3.48.0",
59+
"electron-to-chromium": "^1.5.278"
6060
},
6161
"engines": {
6262
"node": ">=6.9.0"

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": "condition:BABEL_8_BREAKING ? ^12.1.0 : ^6.2.0 (esm:program|default)",
28-
"core-js": "^3.30.2",
28+
"core-js": "^3.48.0",
2929
"node-environment-flags": "condition:BABEL_8_BREAKING ? : ^1.0.5",
3030
"regenerator-runtime": "^0.14.0",
3131
"v8flags": "condition:BABEL_8_BREAKING ? ^4.0.1 : ^3.1.1"

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.8",
35+
"babel-plugin-polyfill-es-shims": "^0.10.9",
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.13.0",
31-
"core-js-pure": "^3.43.0"
30+
"babel-plugin-polyfill-corejs3": "^0.14.0",
31+
"core-js-pure": "^3.48.0"
3232
},
3333
"engines": {
3434
"node": ">=6.9.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@babel/core": "workspace:^",
3232
"@babel/helper-plugin-test-runner": "workspace:^",
33-
"core-js": "^3.30.2"
33+
"core-js": "^3.48.0"
3434
},
3535
"engines": {
3636
"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.13.0"
45+
"babel-plugin-polyfill-corejs3": "^0.14.0"
4646
},
4747
"engines": {
4848
"node": ">=6.9.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core": "workspace:^",
2929
"@babel/helper-plugin-test-runner": "workspace:^",
3030
"@babel/helper-transform-fixture-test-runner": "workspace:^",
31-
"core-js": "^3.35.0"
31+
"core-js": "^3.48.0"
3232
},
3333
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
3434
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@babel/core": "workspace:^",
3232
"@babel/helper-plugin-test-runner": "workspace:^",
33-
"core-js": "^3.30.2"
33+
"core-js": "^3.48.0"
3434
},
3535
"engines": {
3636
"node": ">=6.9.0"

0 commit comments

Comments
 (0)