Skip to content
This repository was 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
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/core-js-3.x
Open

fix(deps): update dependency core-js to v3.17.2#338
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/core-js-3.x

Conversation

@renovate

@renovate renovate Bot commented May 25, 2021

Copy link
Copy Markdown
Contributor

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 force-pushed the renovate/core-js-3.x branch from 789bf3e to 67224a6 Compare May 29, 2021 09:37
@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 force-pushed the renovate/core-js-3.x branch from 67224a6 to 8f8b623 Compare May 30, 2021 11:12
@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 from 8f8b623 to 8ceb545 Compare June 5, 2021 09:19
@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 force-pushed the renovate/core-js-3.x branch from 09f03fe to c3fe403 Compare June 22, 2021 19:43
@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 force-pushed the renovate/core-js-3.x branch from c3fe403 to 4afe554 Compare June 29, 2021 12:21
@renovate
renovate Bot force-pushed the renovate/core-js-3.x branch from 4afe554 to 2556524 Compare July 8, 2021 14:33
@renovate
renovate Bot force-pushed the renovate/core-js-3.x branch from 2556524 to 77b2cbc Compare July 30, 2021 04:42
@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 force-pushed the renovate/core-js-3.x branch from 77b2cbc to f9c27bb Compare August 8, 2021 17:51
@renovate
renovate Bot force-pushed the renovate/core-js-3.x branch from f9c27bb to a4afa0b Compare August 17, 2021 15:42
@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 force-pushed the renovate/core-js-3.x branch from a4afa0b to 6971a4e Compare August 24, 2021 21:15
@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 force-pushed the renovate/core-js-3.x branch from 6971a4e to f157597 Compare August 29, 2021 15:28
@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 force-pushed the renovate/core-js-3.x branch from f157597 to def0089 Compare September 1, 2021 18:15
@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 force-pushed the renovate/core-js-3.x branch from def0089 to 847a469 Compare September 1, 2021 21:10
@renovate
renovate Bot force-pushed the renovate/core-js-3.x branch from 847a469 to 1be25f2 Compare September 2, 2021 18:16
@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