Update dependency core-js to v2.6.12 #30
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.1
->2.6.12
Release Notes
zloirock/core-js (core-js)
v2.6.12
Compare Source
String#at
for preventing breakage code which use obsoleteString#at
proposal polyfillOPEN_SOURCE_CONTRIBUTOR
detection inpostinstall
postinstall
v2.6.11
Compare Source
node -e
in thepostinstall
scripts for better cross-platform compatibility, #582postinstall
script, #707v2.6.10
Compare Source
postinstall
messages only once pernpm i
, #597v2.6.9
Compare Source
postinstall
script like supportnpm
color config (#556) or adding support ofADBLOCK
env variablev2.6.8
Compare Source
npx
bug onpostinstall
, #551v2.6.7
Compare Source
Symbol
polyfills, #550, #554v2.6.6
Compare Source
Object.{ assign, entries, values }
, #541Object.getOwnPropertySymbols
in Chrome 38 / 39, #539postinstall
v2.6.5
Compare Source
String#padStart
andString#padEnd
mobile Safari implementations, #414.v2.6.4
Compare Source
v2.6.3
Compare Source
babel-minify
bug, #479v2.6.2
Compare Source
$
inString#replace
, #471v2.6.1
Compare Source
String#at
for preventing breakage code which use obsoleteString#at
proposal polyfillOPEN_SOURCE_CONTRIBUTOR
detection inpostinstall
postinstall
v2.6.0
Compare Source
.exec
calling toRegExp#{@​@​replace, @​@​split, @​@​match, @​@​search}
. Also, added fixes forRegExp#exec
method. #428, #435, #458, thanks @nicolo-ribaudo.v2.5.7
Compare Source
final
, related #400v2.5.6
Compare Source
Promise
in V8 6.6 (Node 10 and Chrome 66) because of a bug with resolving custom thenablesPromise
in microtask implementation, #396v2.5.5
Compare Source
Reflect.set
, #392 and #393v2.5.4
Compare Source
Promise
, #367Number.{parseInt, parseFloat}
entry points__(define|lookup)[GS]etter__
export in thelibrary
versionv2.5.3
Compare Source
onunhandledrejectionhandler
multiple times for onePromise
chain, #318String#{padStart, padEnd}
in Safari 10 because of a bug, #280Array#@​@​iterator
in a very rare version ofWebKit
, #236 and #237v2.5.2
Compare Source
MutationObserver
no longer used for microtask implementation in iOS Safari because of bug with scrolling, #339JSON.stringify(undefined, replacer)
case in the wrapper from theSymbol
polyfill, #345Array()
calls changed tonew Array()
for V8 optimisationv2.5.1
Compare Source
Promise#finally
per tc39/proposal-promise-finally#37shim
versionv2.5.0
Compare Source
Promise#finally
stage 3 proposal, #225Promise.try
stage 1 proposalArray#flatten
andArray#flatMap
stage 1 proposal.of
and.from
methods on collection constructors stage 1 proposal:Map.of
Set.of
WeakSet.of
WeakMap.of
Map.from
Set.from
WeakSet.from
WeakMap.from
Math
extensions stage 1 proposal, #226:Math.clamp
Math.DEG_PER_RAD
Math.degrees
Math.fscale
Math.RAD_PER_DEG
Math.radians
Math.scale
Math.signbit
stage 1 proposalglobal
stage 3 proposal - addedglobal
global object,System.global
deprecatedObject.getOwnPropertyDescriptors
to the final version - it should not create properties if descriptors areundefined
CSSStyleDeclaration#@​@​iterator
CSSValueList#@​@​iterator
ClientRectList#@​@​iterator
DOMRectList#@​@​iterator
DOMStringList#@​@​iterator
DataTransferItemList#@​@​iterator
FileList#@​@​iterator
HTMLAllCollection#@​@​iterator
HTMLCollection#@​@​iterator
HTMLFormElement#@​@​iterator
HTMLSelectElement#@​@​iterator
MimeTypeArray#@​@​iterator
NamedNodeMap#@​@​iterator
PaintRequestList#@​@​iterator
Plugin#@​@​iterator
PluginArray#@​@​iterator
SVGLengthList#@​@​iterator
SVGNumberList#@​@​iterator
SVGPathSegList#@​@​iterator
SVGPointList#@​@​iterator
SVGStringList#@​@​iterator
SVGTransformList#@​@​iterator
SourceBufferList#@​@​iterator
TextTrackCueList#@​@​iterator
TextTrackList#@​@​iterator
TouchList#@​@​iterator
Object.getOwnPropertyDescriptors
to stage 4 (ES2017)global
to stage 3#293
%TypedArray%.from
Safari bug, #285Function#name
no longer cache the result for correct behaviour with inherited constructors, #296Set#size
with debugger ReactNative for Android, #297WeakMap
polyfills, #252Date#toJSON
in engines without nativeDate#toISOString
, #220webpack
,uglify
, etc)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.