Created by: dependabot[bot]
Bumps core-js from 3.22.8 to 3.23.0.
Changelog
Sourced from core-js's changelog.
3.23.0 - 2022.06.14
Arrayfind from last moved to the stable ES, according to June 2022 TC39 meeting:
Array.prototype.findLastArray.prototype.findLastIndex%TypedArray%.prototype.findLast%TypedArray%.prototype.findLastIndex- Methods from the
Arraygrouping proposal renamed, according to June 2022 TC39 meeting:
Array.prototype.groupBy->Array.prototype.groupArray.prototype.groupByToMap->Array.prototype.groupToMap- Changed the order of operations in
%TypedArray%.prototype.withfollowing proposal-change-array-by-copy/86, according to June 2022 TC39 meeting- Decorator Metadata proposal extracted from Decorators proposal as a separate stage 2 proposal, according to March 2022 TC39 meeting,
Symbol.metadataKeyreplacesSymbol.metadata- Added
Array.prototype.pushpolyfill with some fixes for modern engines- Added
Array.prototype.unshiftpolyfill with some fixes for modern engines- Fixed a bug in the order of getting flags in
RegExp.prototype.flagsin the actual version of V8- Fixed property descriptors of some
MathandNumberconstants- Added a workaround of V8
ArrayBufferDetachingprotector cell invalidation and performance degradation onstructuredClonefeature detection, one more case of #679- Added detection of NodeJS bug in
structuredClonethat can not cloneDOMException(just in case for future versions that will fix other issues)- Compat data:
- Added NodeJS 18.3 compat data mapping
- Added and fixed Deno 1.22 and 1.21 compat data mapping
- Added Opera Android 69 compat data mapping
- Updated Electron 20.0 compat data mapping
Commits
-
54fcdb83.23.0 -
b509d83Merge pull request #1082 from zloirock/group -
af0903fupdate the changelog -
26e0577update docs -
a936c35update theREADME -
73c837arename methods from theArraygrouping proposal -
23fef36update dependencies -
d75860dimprove docs -
062ec17update dependencies -
fa10599improve docs - 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)