Update preset-env dependencies and fix fixtures (#10002)
* Fix fixtures after core-js update * Update core-js, caniuse and compat-table
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
"@babel/plugin-transform-unicode-regex": "^7.4.4",
|
||||
"@babel/types": "^7.4.4",
|
||||
"browserslist": "^4.6.0",
|
||||
"core-js-compat": "^3.0.0",
|
||||
"core-js-compat": "^3.1.1",
|
||||
"invariant": "^2.2.2",
|
||||
"js-levenshtein": "^1.1.3",
|
||||
"semver": "^5.5.0"
|
||||
@@ -72,8 +72,8 @@
|
||||
"@babel/helper-fixtures": "^7.4.4",
|
||||
"@babel/helper-plugin-test-runner": "^7.0.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"caniuse-db": "1.0.30000951",
|
||||
"compat-table": "kangax/compat-table#6d012ba020fa7415e8a2d29e87924bab79b128a3",
|
||||
"caniuse-db": "1.0.30000969",
|
||||
"compat-table": "kangax/compat-table#45cbb3a3778815c973c5b09d69bf7d1f7ed0c316",
|
||||
"electron-to-chromium": "1.3.113"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,7 +88,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union { "chrome":"71" }
|
||||
esnext.string.at { "chrome":"71" }
|
||||
esnext.string.code-points { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
esnext.string.replace-all { "chrome":"71" }
|
||||
esnext.symbol.dispose { "chrome":"71" }
|
||||
esnext.symbol.observable { "chrome":"71" }
|
||||
@@ -101,6 +100,7 @@ Using polyfills with `entry` option:
|
||||
esnext.weak-set.from { "chrome":"71" }
|
||||
esnext.weak-set.of { "chrome":"71" }
|
||||
web.immediate { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
|
||||
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -312,7 +312,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union {}
|
||||
esnext.string.at {}
|
||||
esnext.string.code-points {}
|
||||
esnext.string.match-all {}
|
||||
esnext.string.replace-all {}
|
||||
esnext.symbol.dispose {}
|
||||
esnext.symbol.observable {}
|
||||
@@ -332,4 +331,5 @@ Using polyfills with `entry` option:
|
||||
web.url {}
|
||||
web.url.to-json {}
|
||||
web.url-search-params {}
|
||||
esnext.string.match-all {}
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -88,7 +88,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union { "chrome":"71" }
|
||||
esnext.string.at { "chrome":"71" }
|
||||
esnext.string.code-points { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
esnext.string.replace-all { "chrome":"71" }
|
||||
esnext.symbol.dispose { "chrome":"71" }
|
||||
esnext.symbol.observable { "chrome":"71" }
|
||||
@@ -100,6 +99,7 @@ Using polyfills with `entry` option:
|
||||
esnext.weak-set.delete-all { "chrome":"71" }
|
||||
esnext.weak-set.from { "chrome":"71" }
|
||||
esnext.weak-set.of { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
|
||||
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -312,7 +312,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union {}
|
||||
esnext.string.at {}
|
||||
esnext.string.code-points {}
|
||||
esnext.string.match-all {}
|
||||
esnext.string.replace-all {}
|
||||
esnext.symbol.dispose {}
|
||||
esnext.symbol.observable {}
|
||||
@@ -327,4 +326,5 @@ Using polyfills with `entry` option:
|
||||
web.url {}
|
||||
web.url.to-json {}
|
||||
web.url-search-params {}
|
||||
esnext.string.match-all {}
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -85,7 +85,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union { "chrome":"71" }
|
||||
esnext.string.at { "chrome":"71" }
|
||||
esnext.string.code-points { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
esnext.string.replace-all { "chrome":"71" }
|
||||
esnext.symbol.dispose { "chrome":"71" }
|
||||
esnext.symbol.observable { "chrome":"71" }
|
||||
@@ -97,6 +96,7 @@ Using polyfills with `entry` option:
|
||||
esnext.weak-set.delete-all { "chrome":"71" }
|
||||
esnext.weak-set.from { "chrome":"71" }
|
||||
esnext.weak-set.of { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
|
||||
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -112,7 +112,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union {}
|
||||
esnext.string.at {}
|
||||
esnext.string.code-points {}
|
||||
esnext.string.match-all {}
|
||||
esnext.string.replace-all {}
|
||||
esnext.symbol.dispose {}
|
||||
esnext.symbol.observable {}
|
||||
@@ -127,4 +126,5 @@ Using polyfills with `entry` option:
|
||||
web.url {}
|
||||
web.url.to-json {}
|
||||
web.url-search-params {}
|
||||
esnext.string.match-all {}
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -85,7 +85,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union { "chrome":"71" }
|
||||
esnext.string.at { "chrome":"71" }
|
||||
esnext.string.code-points { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
esnext.string.replace-all { "chrome":"71" }
|
||||
esnext.symbol.dispose { "chrome":"71" }
|
||||
esnext.symbol.observable { "chrome":"71" }
|
||||
@@ -97,6 +96,7 @@ Using polyfills with `entry` option:
|
||||
esnext.weak-set.delete-all { "chrome":"71" }
|
||||
esnext.weak-set.from { "chrome":"71" }
|
||||
esnext.weak-set.of { "chrome":"71" }
|
||||
esnext.string.match-all { "chrome":"71" }
|
||||
|
||||
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -112,7 +112,6 @@ Using polyfills with `entry` option:
|
||||
esnext.set.union {}
|
||||
esnext.string.at {}
|
||||
esnext.string.code-points {}
|
||||
esnext.string.match-all {}
|
||||
esnext.string.replace-all {}
|
||||
esnext.symbol.dispose {}
|
||||
esnext.symbol.observable {}
|
||||
@@ -127,4 +126,5 @@ Using polyfills with `entry` option:
|
||||
web.url {}
|
||||
web.url.to-json {}
|
||||
web.url-search-params {}
|
||||
esnext.string.match-all {}
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -50,6 +50,7 @@ Using polyfills with `entry` option:
|
||||
es.symbol.is-concat-spreadable { "ie":"10" }
|
||||
es.symbol.iterator { "ie":"10" }
|
||||
es.symbol.match { "ie":"10" }
|
||||
es.symbol.match-all { "chrome":"54", "ie":"10", "node":"6.10" }
|
||||
es.symbol.replace { "ie":"10" }
|
||||
es.symbol.search { "ie":"10" }
|
||||
es.symbol.species { "ie":"10" }
|
||||
@@ -161,6 +162,7 @@ Using polyfills with `entry` option:
|
||||
es.string.includes { "ie":"10" }
|
||||
es.string.iterator { "ie":"10" }
|
||||
es.string.match { "ie":"10" }
|
||||
es.string.match-all { "chrome":"54", "ie":"10", "node":"6.10" }
|
||||
es.string.pad-end { "chrome":"54", "ie":"10", "node":"6.10" }
|
||||
es.string.pad-start { "chrome":"54", "ie":"10", "node":"6.10" }
|
||||
es.string.raw { "ie":"10" }
|
||||
|
||||
@@ -70,7 +70,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -83,3 +82,4 @@ import "core-js/modules/esnext.weak-set.delete-all";
|
||||
import "core-js/modules/esnext.weak-set.from";
|
||||
import "core-js/modules/esnext.weak-set.of";
|
||||
import "core-js/modules/web.immediate";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
|
||||
@@ -268,7 +268,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -288,4 +287,5 @@ import "core-js/modules/web.timers";
|
||||
import "core-js/modules/web.url";
|
||||
import "core-js/modules/web.url.to-json";
|
||||
import "core-js/modules/web.url-search-params";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import 'regenerator-runtime/runtime';
|
||||
|
||||
@@ -70,7 +70,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -82,3 +81,4 @@ import "core-js/modules/esnext.weak-set.add-all";
|
||||
import "core-js/modules/esnext.weak-set.delete-all";
|
||||
import "core-js/modules/esnext.weak-set.from";
|
||||
import "core-js/modules/esnext.weak-set.of";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
|
||||
@@ -268,7 +268,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -283,4 +282,5 @@ import "core-js/modules/esnext.weak-set.of";
|
||||
import "core-js/modules/web.url";
|
||||
import "core-js/modules/web.url.to-json";
|
||||
import "core-js/modules/web.url-search-params";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import 'regenerator-runtime/runtime';
|
||||
|
||||
@@ -67,7 +67,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -79,3 +78,4 @@ import "core-js/modules/esnext.weak-set.add-all";
|
||||
import "core-js/modules/esnext.weak-set.delete-all";
|
||||
import "core-js/modules/esnext.weak-set.from";
|
||||
import "core-js/modules/esnext.weak-set.of";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
|
||||
@@ -68,7 +68,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -83,4 +82,5 @@ import "core-js/modules/esnext.weak-set.of";
|
||||
import "core-js/modules/web.url";
|
||||
import "core-js/modules/web.url.to-json";
|
||||
import "core-js/modules/web.url-search-params";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import 'regenerator-runtime/runtime';
|
||||
|
||||
@@ -67,7 +67,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -79,3 +78,4 @@ import "core-js/modules/esnext.weak-set.add-all";
|
||||
import "core-js/modules/esnext.weak-set.delete-all";
|
||||
import "core-js/modules/esnext.weak-set.from";
|
||||
import "core-js/modules/esnext.weak-set.of";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
|
||||
@@ -68,7 +68,6 @@ import "core-js/modules/esnext.set.symmetric-difference";
|
||||
import "core-js/modules/esnext.set.union";
|
||||
import "core-js/modules/esnext.string.at";
|
||||
import "core-js/modules/esnext.string.code-points";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import "core-js/modules/esnext.string.replace-all";
|
||||
import "core-js/modules/esnext.symbol.dispose";
|
||||
import "core-js/modules/esnext.symbol.observable";
|
||||
@@ -83,4 +82,5 @@ import "core-js/modules/esnext.weak-set.of";
|
||||
import "core-js/modules/web.url";
|
||||
import "core-js/modules/web.url.to-json";
|
||||
import "core-js/modules/web.url-search-params";
|
||||
import "core-js/modules/esnext.string.match-all";
|
||||
import 'regenerator-runtime/runtime';
|
||||
|
||||
@@ -180,8 +180,6 @@ require("core-js/modules/esnext.string.at");
|
||||
|
||||
require("core-js/modules/esnext.string.code-points");
|
||||
|
||||
require("core-js/modules/esnext.string.match-all");
|
||||
|
||||
require("core-js/modules/esnext.string.replace-all");
|
||||
|
||||
require("core-js/modules/esnext.symbol.dispose");
|
||||
@@ -218,4 +216,6 @@ require("core-js/modules/web.url.to-json");
|
||||
|
||||
require("core-js/modules/web.url-search-params");
|
||||
|
||||
require("core-js/modules/esnext.string.match-all");
|
||||
|
||||
1 ** 2;
|
||||
|
||||
@@ -180,8 +180,6 @@ require("core-js/modules/esnext.string.at");
|
||||
|
||||
require("core-js/modules/esnext.string.code-points");
|
||||
|
||||
require("core-js/modules/esnext.string.match-all");
|
||||
|
||||
require("core-js/modules/esnext.string.replace-all");
|
||||
|
||||
require("core-js/modules/esnext.symbol.dispose");
|
||||
@@ -210,4 +208,6 @@ require("core-js/modules/web.url.to-json");
|
||||
|
||||
require("core-js/modules/web.url-search-params");
|
||||
|
||||
require("core-js/modules/esnext.string.match-all");
|
||||
|
||||
1 ** 2;
|
||||
|
||||
Reference in New Issue
Block a user