Created by: dependabot[bot]
Bumps core-js from 3.27.1 to 3.27.2.
Changelog
Sourced from core-js's changelog.
3.27.2 - 2023.01.19
Setmethods proposal updates:
- Closing of iterators of
Set-like objects on early exit, proposal-set-methods/85- Some other minor internal changes
- Added one more workaround of a
webpackdev server bug on IE global methods, #1161- Fixed possible
String.{ raw, cooked }error with empty template array- Used non-standard V8
Error.captureStackTraceinstead of stack parsing in new error classes / wrappers where it's possible- Added detection correctness of iteration to
Promise.{ allSettled, any }feature detection, Hermes issue- Compat data improvements:
- Change
Arrayby copy proposal marked as supported from V8 ~ Chrome 110- Added Samsung Internet 20 compat data mapping
- Added Quest Browser 25 compat data mapping
- Added React Native 0.71 Hermes compat data
- Added Electron 23 and 24 compat data mapping
selfmarked as fixed in Deno 1.29.3, deno/17362- Minor tweaks of minification settings for
core-js-bundle- Refactoring, some minor fixes, improvements, optimizations
Commits
-
c56b97f3.27.2 -
20ab9c5coerce negative set size inget-set-recordto 0 -
64b52bfsince nowmake-built-inused in runtime, make some operations unobservable -
0d2f278simplify iteration inSet#{ isDisjointFrom, isSupersetOf } -
b4d713bsome stylistic fixes -
32cbd8fclosing of iterators ofSet-like objects on early exit -
7f8fce9add detection correctness of iteration toPromise.{ allSettled, any }featu... -
4eeb86bupdateeslint-plugin-import -
d7716d4one more #1161 workaround, for the pure version export context case -
47bdf63add one more workaround of awebpackdev server bug on IE global methods, c... - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)