Update dependency core-js to v3.8.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
core-js | 3.6.5 -> 3.8.0 |
Release Notes
zloirock/core-js
v3.8.0
- Added relative indexing method stage 3 proposal
Array#at
%TypedArray%#at
- Added
Number.range
stage 1 proposalNumber.range
BigInt.range
- Added array filtering stage 1 proposal
Array#filterOut
%TypedArray%#filterOut
- Added array deduplication stage 1 proposal
Array#uniqueBy
- Added code points / code units explicit feature detection in
String#at
for preventing breakage code which use obsoleteString#at
proposal polyfill - Added the missed
(es|stable)/instance/replace-all
entries - Updated compat data mapping for Opera - from Opera 69, the difference with Chrome versions increased to 14
- Compat data mapping for modern Android WebView to Chrome moved from targets parser directly to compat data
- Depracate
core-js-builder
blacklist
option in favor ofexclude
v3.7.0
-
String#replaceAll
moved to the stable ES, per June TC39 meeting -
Promise.any
andAggregateError
moved to the stable ES, per July TC39 meeting - Added
Reflect[@​@​toStringTag]
, per July TC39 meeting - Forced replacement of
Array#{ reduce, reduceRight }
in Chrome 80-82 because of a bug, #766 - Following the changes in the
upsert
proposal,{ Map, WeakMap }#emplace
replace{ Map, WeakMap }#upsert
, these obsolete methods will be removed in the next major release -
By the current spec,
AggregateError#errors
is own data property - Added correct iteration closing in the iteration helpers according to the current version of the proposal
-
process.nextTick
have a less priority whenPromise
in the microtask implementation, #855 - Fixed microtask implementation in engines with
MutationObserver
, but withoutdocument
, #865, #866 - Fixed
core-js-builder
with an empty (after the targets engines or another filtration) modules list, #822 - Fixed possible twice call of
window.onunhandledrejection
, #760 - Fixed some possible problems related multiple global copies of
core-js
, #880 - Added a workaround for 3rd party
Reflect.set
polyfill bug, #847 - Updated compat data:
- Chrome up to 86
- FF up to 82
- Safari up to 14
- Updated compat data mapping:
- iOS up to 14
- NodeJS up to 15.0
- Electron up to 11.0
- Samsung Internet up to 13.0
- Opera Android up to 60
- The rest automatically
- Updated all required dependencies
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by WhiteSource Renovate. View repository job log here.
Edited by Mend Renovate
Merge request reports
Activity
Please register or sign in to reply