Nestjs-Typeorm-Auth
Nestjs-Typeorm-Auth copied to clipboard
Update dependency core-js to v3.8.2
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| core-js | 3.4.1 -> 3.8.2 |
Release Notes
zloirock/core-js
v3.8.2
- Fixed handling of special replacements patterns in
String#replaceAll, #900 - Fixed iterators dependencies of
Promise.anyandPromise.allSettledentries - Fixed microtask implementation on WebOS, #898, #901
v3.8.1
- Fixed work of new
%TypedArray%methods onBigIntarrays - Added ESNext methods to ES3 workaround for
Numberconstructor wrapper
v3.8.0
- Added relative indexing method stage 3 proposal
Array#at%TypedArray%#at
- Added
Number.rangestage 1 proposalNumber.rangeBigInt.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#atfor preventing breakage code which use obsoleteString#atproposal polyfill - Added the missed
(es|stable)/instance/replace-allentries - 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-builderblacklistoption in favor ofexclude
v3.7.0
String#replaceAllmoved to the stable ES, per June TC39 meetingPromise.anyandAggregateErrormoved 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
upsertproposal,{ Map, WeakMap }#emplacereplace{ Map, WeakMap }#upsert, these obsolete methods will be removed in the next major release - By the current spec,
AggregateError#errorsis own data property - Added correct iteration closing in the iteration helpers according to the current version of the proposal
process.nextTickhave a less priority whenPromisein the microtask implementation, #855- Fixed microtask implementation in engines with
MutationObserver, but withoutdocument, #865, #866 - Fixed
core-js-builderwith 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.setpolyfill 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
v3.6.5
- Updated Browserlist #755
- Fixed
setImmediatein Safari #770, thanks @dtinth - Fixed some regexp, thanks @scottarc
- Added OPEN_SOURCE_CONTRIBUTOR detection in
postinstall, thanks @scottarc - Added Drone CI in
postinstallCI detection #781
v3.6.4
- Prevented a possible almost infinite loop in non-standard implementations of some backward iteration array methods
v3.6.3
- Fixed replacement of substitutes of undefined capture groups in
.replacein Safari 13.0-, #471, #745, thanks @mattclough1 - Improved compat data for old engines
v3.6.2
- Fixed early implementations of
Array#{ every, forEach, includes, indexOf, lastIndexOf, reduce, reduceRight, slice, some, splice }for the usage ofToLength - Added
RegExp#execdependency to methods which depends on the correctness of logic of this method (3.6.0-3.6.1issue), #741 - Refactored some internals
v3.6.1
- Fixed a bug related
Symbolwith multiple copies ofcore-js(for3.4.2-3.6.0), #736 - Refactored some tools
v3.6.0
- Added support of sticky (
y)RegExpflag, #372, #732, #492, thanks @cvle and @nicolo-ribaudo - Added
RegExp#testdelegation toRegExp#exec, #732, thanks @cvle - Fixed some cases of
Object.create(null)in IE8-, #727, #728, thanks @aleen42 - Allowed object of minimum environment versions as
core-js-compatandcore-js-buildertargetsargument - Allowed corresponding to Babel
targets.esmodules,targets.browsers,targets.nodeoptions incore-js-compatandcore-js-builder - Engines in compat data and results of targets parsing sorted alphabetically
- Fixed
features/instance/match-allentry compat data - Fixed
Array.prototype[@​@​unscopables]descriptor (was writable) - Added Samsung Internet 11 compat data mapping
v3.5.0
- Added object iteratoration stage 1 proposal:
Object.iterateKeysObject.iterateValuesObject.iterateEntries
v3.4.8
- Added one more workaround for broken in previous versions
inspectSourcehelper, #719 - Added Opera Mobile compat data
- Updated Samsung Internet, iOS, old Node and Android compat data mapping
es.string.match-allmarked as completely supported in FF73- Generate
core-js-compat/modulessince often we need just the list ofcore-jsmodules
v3.4.7
- Fixed an NPM publishing issue
v3.4.6
- Improved iOS compat data - added missed mapping iOS 12.2 -> Safari 12.1, added bug fixes from patch releases
- Added Safari 13.1 compat data
- Added missed in
core-js-compathelpersie_mobnormalization - Normalize the result of
getModulesListForTargetVersioncore-js-compathelper - Improved CI detection in the
postinstallscript, #707
v3.4.5
- Detect incorrect order of operations in
Object.assign, MS Edge bug - Detect usage of
ToLengthinArray#{ filter, map }, FF48-49 and MS Edge 14- issues - Detect incorrect MS Edge 17-18
Reflect.setwhich allows setting the property to object with non-writable property on the prototype - Fixed
inspectSourcehelper with multiplecore-jscopies and some related features like some edge cases ofPromisefeature detection
v3.4.4
- Added feature detection for Safari non-generic
Promise#finallybug (critical forcore-js-pure) - Fixed missed
esnext.string.code-pointsincore-js/features/stringentry point - Updated
Iteratorproposal feature detection for the case of non-standardIteratorin FF44-
v3.4.3
- Fixed missed
es.json.stringifyand 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
.sizeproperty descriptor ofMap/Setin 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#replaceAllis available only in nightly FF builds- Improved
Promisefeature detection for the case of V8 6.6 with multiplecore-jscopies - Some internals optimizations
- Added Node 13.2 -> V8 7.9 compat data mapping
- Returned usage of
node -einpostinstallscripts
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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 has been generated by WhiteSource Renovate. View repository job log here.