diff --git a/CHANGELOG.md b/CHANGELOG.md index e3100773f499..d5e048dafc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - [`Array.fromAsync`](https://github.com/tc39/proposal-array-from-async) marked as [supported from Deno 1.38](https://github.com/denoland/deno/pull/21048) - [`Symbol.{ dispose, asyncDispose }`](https://github.com/tc39/proposal-explicit-resource-management) marked as [supported from Deno 1.38](https://github.com/denoland/deno/pull/20845) - Added Oculus Quest Browser 30 compat data mapping + - Updated Electron 28 and 29 compat data mapping ##### [3.33.2 - 2023.10.31](https://github.com/zloirock/core-js/releases/tag/v3.33.2) - Simplified `structuredClone` polyfill, avoided second tree pass in cases of transferring diff --git a/packages/core-js-compat/src/mapping.mjs b/packages/core-js-compat/src/mapping.mjs index 7a2b5a4cdd8b..9a3a7b42952a 100644 --- a/packages/core-js-compat/src/mapping.mjs +++ b/packages/core-js-compat/src/mapping.mjs @@ -148,8 +148,8 @@ export default { [114, '25.0'], [116, '26.0'], [118, '27.0'], - [119, '28.0'], - [120, '29.0'], + [120, '28.0'], + [121, '29.0'], ], // https://github.com/mdn/browser-compat-data/blob/main/browsers/opera.json ChromeToOpera(chrome) { diff --git a/scripts/bundle-tests/package-lock.json b/scripts/bundle-tests/package-lock.json index 0bd9f849a8bd..41b8ded42e84 100644 --- a/scripts/bundle-tests/package-lock.json +++ b/scripts/bundle-tests/package-lock.json @@ -942,9 +942,9 @@ } }, "node_modules/es-module-lexer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.0.tgz", - "integrity": "sha512-lcCr3v3OLezdfFyx9r5NRYHOUTQNnFEQ9E87Mx8Kc+iqyJNkO7MJoB4GQRTlIMw9kLLTwGw0OAkm4BQQud/d9g==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", + "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==", "dev": true }, "node_modules/escalade": { diff --git a/tests/eslint/eslint.config.js b/tests/eslint/eslint.config.js index 3147ddf7f5fc..dca5799e05dc 100644 --- a/tests/eslint/eslint.config.js +++ b/tests/eslint/eslint.config.js @@ -332,7 +332,7 @@ const base = { // enforce one newline at the end of files '@stylistic/js/eol-last': [ERROR, ALWAYS], // disallow space between function identifier and application - '@stylistic/js/func-call-spacing': ERROR, + '@stylistic/js/function-call-spacing': ERROR, // require spacing around the `*` in `function *` expressions '@stylistic/js/generator-star-spacing': [ERROR, 'both'], // enforce the location of arrow function bodies diff --git a/tests/eslint/package-lock.json b/tests/eslint/package-lock.json index e0b7a7ee84f3..7ed540608376 100644 --- a/tests/eslint/package-lock.json +++ b/tests/eslint/package-lock.json @@ -7,7 +7,7 @@ "name": "tests/eslint", "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", - "@stylistic/eslint-plugin-js": "^1.1.0", + "@stylistic/eslint-plugin-js": "^1.2.0", "confusing-browser-globals": "^1.0.11", "eslint": "^8.53.0", "eslint-plugin-array-func": "^4.0.0", @@ -374,9 +374,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.1.0.tgz", - "integrity": "sha512-7yDOvKQvtTXIJMVcKNGfpYSJJhwTbOrDcMDgYqWbtS9LyHmuzxvnR748bQ21pQyi6aZR2E7edwKsdKmZlXc9Rg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.2.0.tgz", + "integrity": "sha512-1Zi/AlQzOzTlTegupd3vrUYHd02ilvk7x5O9ZRFjYGtUcwHVk+WTEKk/3Nmr8yuvzEiXqUNFJ8bv8b4rLYCPRQ==", "dev": true, "dependencies": { "acorn": "^8.11.2", @@ -1671,9 +1671,9 @@ } }, "node_modules/flat-cache": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz", - "integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, "dependencies": { "flatted": "^3.2.9", @@ -1681,7 +1681,7 @@ "rimraf": "^3.0.2" }, "engines": { - "node": ">=12.0.0" + "node": "^10.12.0 || >=12.0.0" } }, "node_modules/flatted": { diff --git a/tests/eslint/package.json b/tests/eslint/package.json index 2defb2026b37..5d82453d9ae0 100644 --- a/tests/eslint/package.json +++ b/tests/eslint/package.json @@ -2,7 +2,7 @@ "name": "tests/eslint", "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", - "@stylistic/eslint-plugin-js": "^1.1.0", + "@stylistic/eslint-plugin-js": "^1.2.0", "confusing-browser-globals": "^1.0.11", "eslint": "^8.53.0", "eslint-plugin-array-func": "^4.0.0",