Update dependency core-js to ^3.2.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
core-js | dependencies | minor | ^3.2.1 | source |
Release Notes
zloirock/core-js
v3.2.1
- Added a workaround for possible recursion in microtasks caused by conflicts with other
Promise
polyfills, #615
v3.2.0
-
Promise.allSettled
moved to stable ES, per July TC39 meeting -
Promise.any
moved to stage 2,.errors
property ofAggregateError
instances maked non-enumerable, per July TC39 meeting -
using
statement proposal moved to stage 2, addedSymbol.asyncDispose
, per July TC39 meeting - Added
Array.isTemplateObject
stage 2 proposal, per June TC39 meeting - Added
Map#updateOrInsert
stage 1 proposal, per July TC39 meeting - Added a fix for
Math.hypot
V8 7.7 bug, since it's still not stable without adding results tocore-js-compat
- Added a workaround for APIs where not possible to replace broken native
Promise
, #579 - added.finally
and patched.then
to / on nativePromise
prototype - Fixed crashing of Opera Presto, #595
- Fixed incorrect early breaking of
{ Map, Set, WeakMap, WeakSet }.deleteAll
- Fixed some missed dependencies in entry points
- Added compat data for Node 12.5, FF 67, Safari 13
- Added support of
DISABLE_OPENCOLLECTIVE
env variable topostinstall
script - Removed
core-js-pure
dependency fromcore-js-compat
, #590 - Fixed generation of
core-js-compat
on Windows, #606
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.