Update dependency core-js to ^3.4.5
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
core-js | dependencies | patch | ^3.4.5 | source |
Release Notes
zloirock/core-js
v3.4.5
- Detect incorrect order of operations in
Object.assign
, MS Edge bug - Detect usage of
ToLength
inArray#{ filter, map }
, FF48-49 and MS Edge 14- issues - Detect incorrect MS Edge 17-18
Reflect.set
which allows setting the property to object with non-writable property on the prototype - Fixed
inspectSource
helper with multiplecore-js
copies and some related features like some edge cases ofPromise
feature detection
v3.4.4
- Added feature detection for Safari non-generic
Promise#finally
bug (critical forcore-js-pure
) - Fixed missed
esnext.string.code-points
incore-js/features/string
entry point - Updated
Iterator
proposal feature detection for the case of non-standardIterator
in FF44-
v3.4.3
- Fixed missed
es.json.stringify
and some modules from iteration helpers proposal in some entry points (includes the root entry point) - Added a workaround of
String#{ endsWith, startsWith }
MDN polyfills bugs, #702 - Fixed
.size
property descriptor ofMap
/Set
in the pure version - Refactoring, some internal improvements
v3.4.2
- Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases
-
String#replaceAll
is available only in nightly FF builds - Improved
Promise
feature detection for the case of V8 6.6 with multiplecore-js
copies - Some internals optimizations
- Added Node 13.2 -> V8 7.9 compat data mapping
- Returned usage of
node -e
inpostinstall
scripts
v3.4.1
- Throw when
(Async)Iterator#flatMap
mapper returns a non-iterable, per tc39/proposal-iterator-helpers/55 and tc39/proposal-iterator-helpers/59 - Removed own
AggregateError#toString
, per tc39/proposal-promise-any/49 - Global
core-js
Promise
polyfill passes feature detection in the pure versions - Fixed indexes in
String#replaceAll
callbacks -
String#replaceAll
marked as supported by FF72
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.