Created by: dependabot[bot]
Bumps core-js from 3.25.5 to 3.26.0.
Changelog
Sourced from core-js's changelog.
3.26.0 - 2022.10.24
Array.fromAsyncproposal:
- Moved to Stage 3, September TC39 meeting
- Avoid observable side effects of
%Array.prototype.values%usage in array-like branch, proposal-array-from-async/30- Added well-formed unicode strings stage 2 proposal:
String.prototype.isWellFormedString.prototype.toWellFormed- Recent updates of the iterator helpers proposal:
- Added a counter parameter to helpers, proposal-iterator-helpers/211
- Don't await non-objects returned from functions passed to
AsyncIteratorhelpers, proposal-iterator-helpers/239{ Iterator, AsyncIterator }.prototype.flatMapsupports returning both - iterables and iterators, proposal-iterator-helpers/233- Early exit on broken
.nextin missed cases of{ Iterator, AsyncIterator }.from, proposal-iterator-helpers/232- Added
selfpolyfill as a part of The Minimum Common Web Platform API, specification, #1118- Added
inverseoption tocore-js-compat, #1119- Added
formatoption tocore-js-builder, #1120- Added NodeJS 19.0 compat data
- Added Deno 1.26 and 1.27 compat data
- Added Opera Android 72 compat data mapping
- Updated Electron 22 compat data mapping
Commits
-
3b13f583.26.0 -
036575aaddself -
f5f7df5{ Iterator, AsyncIterator }.prototype.flatMapsupports returning both - ite... -
8e58a6ddon't await non-objects returned from functions passed toAsyncIteratorhel... -
f17389aadd counter argument to async iterator helpers -
c8d22f6add counter argument to iterator helpers -
e29fa7cchange the order of imports -
e54087ddrop CI badges as useless -
aab66f4add missedauthorfield -
7959981add well formed unicode strings proposal - 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)