Skip to content

Commit

Permalink
Bump core-js-compat to version 3.8.0 (#12399)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 25, 2020
1 parent 97a71b6 commit 9891c02
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
Expand Up @@ -79,7 +79,7 @@
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.1",
"@babel/preset-modules": "^0.1.3",
"@babel/types": "workspace:^7.12.7",
"core-js-compat": "^3.7.0",
"core-js-compat": "^3.8.0",
"semver": "^5.5.0"
},
"peerDependencies": {
Expand Down
@@ -1,3 +1,4 @@
import "core-js/modules/es.map";
import "core-js/modules/esnext.aggregate-error";
import "core-js/modules/esnext.array.last-index";
import "core-js/modules/esnext.array.last-item";
Expand Down
@@ -1,3 +1,4 @@
import "core-js/modules/es.map";
import "core-js/modules/esnext.aggregate-error";
import "core-js/modules/esnext.array.last-index";
import "core-js/modules/esnext.array.last-item";
Expand Down
Expand Up @@ -50,6 +50,7 @@ Using plugins:
Using polyfills with `entry` option:

[<CWD>/packages/babel-preset-env/test/fixtures/debug/entry-corejs3-proposals/input.mjs] Replaced core-js entries with the following polyfills:
es.map {}
esnext.aggregate-error {}
esnext.array.last-index {}
esnext.array.last-item {}
Expand Down
Expand Up @@ -52,6 +52,7 @@ Using plugins:
Using polyfills with `entry` option:

[<CWD>/packages/babel-preset-env/test/fixtures/debug/entry-corejs3-stage/input.mjs] Replaced core-js entries with the following polyfills:
es.map {}
esnext.aggregate-error {}
esnext.array.last-index {}
esnext.array.last-item {}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -3042,7 +3042,7 @@ __metadata:
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.1"
"@babel/preset-modules": ^0.1.3
"@babel/types": "workspace:^7.12.7"
core-js-compat: ^3.7.0
core-js-compat: ^3.8.0
semver: ^5.5.0
peerDependencies:
"@babel/core": ^7.0.0-0
Expand Down Expand Up @@ -5797,13 +5797,13 @@ __metadata:
languageName: node
linkType: hard

"core-js-compat@npm:^3.6.2, core-js-compat@npm:^3.7.0":
version: 3.7.0
resolution: "core-js-compat@npm:3.7.0"
"core-js-compat@npm:^3.6.2, core-js-compat@npm:^3.8.0":
version: 3.8.0
resolution: "core-js-compat@npm:3.8.0"
dependencies:
browserslist: ^4.14.6
browserslist: ^4.14.7
semver: 7.0.0
checksum: 4194aaeb0da4cd584aa493069f322b3f6310d22207fae965bda476d4469283e76f4f8857920222b58c083b0e57e1c4199ac039d5337e76bdeb60b793f2a05f3b
checksum: e0278c0e64334bdd5a7e13cc49830585dd194d0d4f84322c9fe3cb30ab7f23396374cf499fe02f8e4817470b51e3b35d533e67045a0f67ed391995f013f17a83
languageName: node
linkType: hard

Expand Down

0 comments on commit 9891c02

Please sign in to comment.