Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

fix(deps): update dependency core-js to v3.17.2 #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js 3.12.1 -> 3.17.2 age adoption passing confidence

Release Notes

zloirock/core-js

v3.17.2

Compare Source

  • Fixed missed cases of ES3 reserved words usage, related to #​980
  • Fixed dependencies in one missed entry point
  • Some other minor fixes and optimizations

v3.17.1

Compare Source

  • Fixed missed modules-by-versions data

v3.17.0

Compare Source

v3.16.4

Compare Source

  • AsyncFromSyncIterator made stricter, related mainly to AsyncIterator.from and AsyncIterator.prototype.flatMap
  • Handling of optional .next arguments in (Async)Iterator methods is aligned with the current spec draft (mainly - ignoring the first passed to .next argument in built-in generators)
  • Behavior of .next, .return, .throw methods on AsyncIterator helpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises)
  • Fixed some cases of safe iteration closing
  • Fixed dependencies of some entry points

v3.16.3

Compare Source

  • Fixed CreateAsyncFromSyncIterator semantic in AsyncIterator.from, related to #​765
  • Added a workaround of a specific case of broken Object.prototype, #​973

v3.16.2

Compare Source

  • Added a workaround of a Closure Compiler unsafe optimization, #​972
  • One more fix crashing of Object.create(null) on WSH, #​970
  • Added Deno 1.14 compat data mapping

v3.16.1

Compare Source

  • Fixed microtask implementation on iOS Pebble, #​967
  • Fixed some entry points
  • Improved old Safari compat data

v3.16.0

Compare Source

  • Array find from last proposal moved to the stage 3, July 2021 TC39 meeting
  • Array filtering stage 1 proposal:
    • Array.prototype.filterReject replaces Array.prototype.filterOut
    • %TypedArray%.prototype.filterReject replaces %TypedArray%.prototype.filterOut
  • Added Array grouping stage 1 proposal:
    • Array.prototype.groupBy
    • %TypedArray%.prototype.groupBy
  • Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should
  • Handling @@​toPrimitive in some cases of ToPrimitive internal logic made stricter
  • Fixed work of Request with polyfilled URLSearchParams, #​965
  • Fixed possible exposing of collections elements metadata in some cases, #​427
  • Fixed crashing of Object.create(null) on WSH, #​966
  • Fixed some cases of typed arrays subclassing logic
  • Fixed a minor bug related to string conversion in RegExp#exec
  • Fixed Date.prototype.getYear feature detection
  • Fixed content of some entry points
  • Some minor optimizations and refactoring
  • Deno:
    • Added Deno support (sure, after bundling since Deno does not support CommonJS)
    • Allowed deno target in core-js-compat / core-js-builder
    • A bundle for Deno published on deno.land/x/corejs
  • Added / updated compat data / mapping:
    • Deno 1.0-1.13
    • NodeJS up to 16.6
    • iOS Safari up to 15.0
    • Samsung Internet up to 15.0
    • Opera Android up to 64
    • Object.hasOwn marked as supported from V8 9.3 and FF92
    • Date.prototype.getYear marked as not supported in IE8-
  • Added summary option to core-js-builder, see more info in the README, #​910

v3.15.2

Compare Source

  • Worked around breakage related to zone.js loaded before core-js, #​953
  • Added NodeJS 16.4 -> Chrome 91 compat data mapping

v3.15.1

Compare Source

  • Fixed cloning of regex through RegExp constructor, #​948

v3.15.0

Compare Source

  • Added RegExp named capture groups polyfill, #​521, #​944
  • Added RegExp dotAll flag polyfill, #​792, #​944
  • Added missed polyfills of Annex B features (required mainly for some non-browser engines), #​336, #​945:
    • escape
    • unescape
    • String.prototype.substr
    • Date.prototype.getYear
    • Date.prototype.setYear
    • Date.prototype.toGMTString
  • Fixed detection of forbidden host code points in URL polyfill
  • Allowed rhino target in core-js-compat / core-js-builder, added compat data for rhino 1.7.13, #​942, thanks @​gausie
  • .at marked as supported from FF90

v3.14.0

Compare Source

  • Added polyfill of stable sort in { Array, %TypedArray% }.prototype.sort, #​769, #​941
  • Fixed Safari 14.0- %TypedArray%.prototype.sort validation of arguments bug
  • .at marked as supported from V8 9.2

v3.13.1

Compare Source

  • Overwrites get-own-property-symbols third-party Symbol polyfill if it's used since it causes a stack overflow, #​774
  • Added a workaround of possible browser crash on Object.prototype accessors methods in WebKit ~ Android 4.0, #​232

v3.13.0

Compare Source


Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.13.0 fix(deps): update dependency core-js to v3.13.1 May 29, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.13.1 fix(deps): update dependency core-js to v3.14.0 Jun 5, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch 2 times, most recently from cec66e4 to 09f03fe Compare June 20, 2021 18:30
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.14.0 fix(deps): update dependency core-js to v3.15.0 Jun 20, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.15.0 fix(deps): update dependency core-js to v3.15.1 Jun 22, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.15.1 fix(deps): update dependency core-js to v3.15.2 Jun 29, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.15.2 fix(deps): update dependency core-js to v3.16.0 Jul 30, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.16.0 fix(deps): update dependency core-js to v3.16.1 Aug 8, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.16.1 fix(deps): update dependency core-js to v3.16.2 Aug 17, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.16.2 fix(deps): update dependency core-js to v3.16.3 Aug 24, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.16.3 fix(deps): update dependency core-js to v3.16.4 Aug 29, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.16.4 fix(deps): update dependency core-js to v3.17.0 Sep 1, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.17.0 fix(deps): update dependency core-js to v3.17.1 Sep 1, 2021
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.17.1 fix(deps): update dependency core-js to v3.17.2 Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant