microlock
microlock copied to clipboard
Update dependency core-js to v2.6.12
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
core-js (source) | 2.4.1 -> 2.6.12 |
Release Notes
zloirock/core-js (core-js)
v2.6.12
- Added code points / code units explicit feature detection in
String#at
for preventing breakage code which use obsoleteString#at
proposal polyfill - Added
OPEN_SOURCE_CONTRIBUTOR
detection inpostinstall
- Added Drone CI detection in
postinstall
v2.6.11
- Returned usage of
node -e
in thepostinstall
scripts for better cross-platform compatibility, #582 - Improved CI detection in the
postinstall
script, #707
v2.6.10
- Show similar
postinstall
messages only once pernpm i
, #597
v2.6.9
- Some fixes and improvements of the
postinstall
script like supportnpm
color config (#556) or adding support ofADBLOCK
env variable
v2.6.8
- Added a workaround of a strange
npx
bug onpostinstall
, #551
v2.6.7
v2.6.6
- Fixed IE8- non-enumerable properties support in
Object.{ assign, entries, values }
, #541 - Fixed support of primitives in
Object.getOwnPropertySymbols
in Chrome 38 / 39, #539 - Show a message on
postinstall
v2.6.5
- Fixed buggy
String#padStart
andString#padEnd
mobile Safari implementations, #414.
v2.6.4
- Added a workaround against crushing an old IE11.0.9600.16384 build, #485.
v2.6.3
- Added a workaround for
babel-minify
bug, #479
v2.6.2
- Fixed handling of
$
inString#replace
, #471
v2.6.1
- Added code points / code units explicit feature detection in
String#at
for preventing breakage code which use obsoleteString#at
proposal polyfill - Added
OPEN_SOURCE_CONTRIBUTOR
detection inpostinstall
- Added Drone CI detection in
postinstall
v2.6.0
- Add direct
.exec
calling toRegExp#{@​@​replace, @​@​split, @​@​match, @​@​search}
. Also, added fixes forRegExp#exec
method. #428, #435, #458, thanks @nicolo-ribaudo.
v2.5.7
- Get rid of reserved variable name
final
, related #400
v2.5.6
- Forced replace native
Promise
in V8 6.6 (Node 10 and Chrome 66) because of a bug with resolving custom thenables - Added a workaround for usage buggy native LG WebOS 2
Promise
in microtask implementation, #396 - Added modern version internal debugging information about used versions
v2.5.5
v2.5.4
- Fixed one case of deoptimization built-in iterators in V8, related #377
- Fixed some cases of iterators feature detection, #368
- Fixed manually entered NodeJS domains issue in
Promise
, #367 - Fixed
Number.{parseInt, parseFloat}
entry points - Fixed
__(define|lookup)[GS]etter__
export in thelibrary
version
v2.5.3
- Fixed calling
onunhandledrejectionhandler
multiple times for onePromise
chain, #318 - Forced replacement of
String#{padStart, padEnd}
in Safari 10 because of a bug, #280 - Fixed
Array#@​@​iterator
in a very rare version ofWebKit
, #236 and #237 - One more #345-related fix
v2.5.2
-
MutationObserver
no longer used for microtask implementation in iOS Safari because of bug with scrolling, #339 - Fixed
JSON.stringify(undefined, replacer)
case in the wrapper from theSymbol
polyfill, #345 -
Array()
calls changed tonew Array()
for V8 optimisation
v2.5.1
- Updated
Promise#finally
per tc39/proposal-promise-finally#37 - Optimized usage of some internal helpers for reducing size of
shim
version - Fixed some entry points for virtual methods
v2.5.0
- Added
Promise#finally
stage 3 proposal, #225 - Added
Promise.try
stage 1 proposal - Added
Array#flatten
andArray#flatMap
stage 1 proposal - Added
.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
-
- Added
Math
extensions stage 1 proposal, #226:-
Math.clamp
-
Math.DEG_PER_RAD
-
Math.degrees
-
Math.fscale
-
Math.RAD_PER_DEG
-
Math.radians
-
Math.scale
-
- Added
Math.signbit
stage 1 proposal - Updated
global
stage 3 proposal - addedglobal
global object,System.global
deprecated - Updated
Object.getOwnPropertyDescriptors
to the final version - it should not create properties if descriptors areundefined
- Updated the list of iterable DOM collections, #249, added:
-
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
-
- Updated stages of proposals:
- Updated typed arrays to the modern (ES2016+) arguments validation, #293
- Fixed
%TypedArray%.from
Safari bug, #285 - Fixed compatibility with old version of Prototype.js, #278, #289
-
Function#name
no longer cache the result for correct behaviour with inherited constructors, #296 - Added errors on incorrect context of collection methods, #272
- Fixed conversion typed array constructors to string, fix #300
- Fixed
Set#size
with debugger ReactNative for Android, #297 - Fixed an issue with Electron-based debugger, #230
- Fixed compatibility with incomplete third-party
WeakMap
polyfills, #252 - Added a fallback for
Date#toJSON
in engines without nativeDate#toISOString
, #220 - Added support for Sphere Dispatch API, #286
- Seriously changed the coding style and the ESLint config
- Updated many dev dependencies (
webpack
,uglify
, etc) - Some other minor fixes and optimizations
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit