Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from zloirock:master #444

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
6 changes: 3 additions & 3 deletions scripts/bundle-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/eslint/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions tests/eslint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down