Bump core-js from 2.6.10 to 3.26.1 in /webapp
Created by: dependabot[bot]
Bumps core-js from 2.6.10 to 3.26.1.
Changelog
Sourced from core-js's changelog.
3.26.1 - 2022.11.14
- Disabled forced replacing of
Array.fromAsync
since it's on Stage 3- Avoiding a check of the target in the internal
function-uncurry-this
helper where it's not required - minor optimization and preventing problems in some broken environments, a workaround of #1141- V8 will not ship
Array.prototype.{ group, groupToMap }
in V8 ~ Chromium 108, proposal-array-grouping/443.26.0 - 2022.10.24
Array.fromAsync
proposal:
- 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.isWellFormed
String.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
AsyncIterator
helpers, proposal-iterator-helpers/239{ Iterator, AsyncIterator }.prototype.flatMap
supports returning both - iterables and iterators, proposal-iterator-helpers/233- Early exit on broken
.next
in missed cases of{ Iterator, AsyncIterator }.from
, proposal-iterator-helpers/232- Added
self
polyfill as a part of The Minimum Common Web Platform API, specification, #1118- Added
inverse
option tocore-js-compat
, #1119- Added
format
option 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
3.25.5 - 2022.10.04
- Fixed regression with an error on reuse of some built-in methods from another realm, #1133
3.25.4 - 2022.10.03
- Added a workaround of a Nashorn bug with
Function.prototype.{ call, apply, bind }
on string methods, #1128- Updated lists of
[Serializable]
and[Transferable]
objects in thestructuredClone
polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossibleArray.prototype.{ group, groupToMap }
marked as supported from V8 ~ Chromium 108- Added Electron 22 compat data mapping
3.25.3 - 2022.09.26
- Forced polyfilling of
Array.prototype.groupToMap
in the pure version for returning wrappedMap
instances- Fixed existence of
Array.prototype.{ findLast, findLastIndex }
in/stage/4
entry- Added Opera Android 71 compat data mapping
- Some stylistic changes
3.25.2 - 2022.09.19
- Considering
document.all
as a callable in some missed cases- Added Safari 16.0 compat data
- Added iOS Safari 16.0 compat data mapping
- Fixed some ancient iOS Safari versions compat data mapping
3.25.1 - 2022.09.08
- Added some fixes and workarounds of FF30- typed arrays bug that does not properly convert objects to numbers
- Added
sideEffects
field tocore-js-pure
package.json
for better tree shaking, #1117- Dropped
semver
dependency fromcore-js-compat
... (truncated)
Commits
-
727fe23
3.26.1 -
3bcbad2
avoid a check of the target in the internalfunction-uncurry-this
helper wh... -
99099fd
disable forced replacing ofArray.fromAsync
since it's on Stage 3 -
3b13f58
3.26.0 -
036575a
addself
-
f5f7df5
{ Iterator, AsyncIterator }.prototype.flatMap
supports returning both - ite... -
8e58a6d
don't await non-objects returned from functions passed toAsyncIterator
hel... -
f17389a
add counter argument to async iterator helpers -
c8d22f6
add counter argument to iterator helpers -
e29fa7c
change the order of imports - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by zloirock, a new releaser for core-js since your current version.
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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)