Skip to content

Update dependency core-js to v3.42.0 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js (source) 3.3.5 -> 3.42.0 age adoption passing confidence

Release Notes

zloirock/core-js (core-js)

v3.42.0

Compare Source

  • Changes v3.41.0...v3.42.0 (142 commits)
  • Map upsert proposal:
    • Moved to stage 2.7, April 2025 TC39 meeting
    • Validation order of WeakMap.prototype.getOrInsertComputed updated following tc39/proposal-upsert#79
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
  • Don't call well-known Symbol methods for RegExp on primitive values following tc39/ecma262#3009:
    • For avoid performance regression, temporarily, only in own core-js implementations
    • Built-ins:
      • String.prototype.matchAll
      • String.prototype.match
      • String.prototype.replaceAll
      • String.prototype.replace
      • String.prototype.search
      • String.prototype.split
  • Added workaround for the Uint8Array.prototype.setFromBase64 bug in some of Linux builds of WebKit
  • Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
    • Iterator.prototype.drop
    • Iterator.prototype.every
    • Iterator.prototype.filter
    • Iterator.prototype.find
    • Iterator.prototype.flatMap
    • Iterator.prototype.forEach
    • Iterator.prototype.map
    • Iterator.prototype.reduce
    • Iterator.prototype.some
    • Iterator.prototype.take
  • Fixed missing forced replacement of AsyncIterator helpers
  • Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
  • Added detection for throwing on undefined initial parameter in Iterator.prototype.reduce (see WebKit bug)
  • core-js-compat and core-js-builder API:
    • Added 'intersect' support for targets.esmodules (Babel 7 behavior)
    • Fixed handling of targets.esmodules: true (Babel 7 behavior)
  • Compat data improvements:

v3.41.0

Compare Source

v3.40.0

Compare Source

v3.39.0

Compare Source

v3.38.1

Compare Source

v3.38.0

Compare Source

v3.37.1

Compare Source

v3.37.0

Compare Source

v3.36.1

Compare Source

v3.36.0

Compare Source

v3.35.1

Compare Source

v3.35.0

Compare Source

v3.34.0

Compare Source

v3.33.3

Compare Source

v3.33.2

Compare Source

  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:

v3.33.1

Compare Source

v3.33.0

Compare Source

v3.32.2

Compare Source

  • Fixed structuredClone feature detection [email protected] bug, #​1288
  • Added a workaround of old WebKit + eval bug, #​1287
  • Compat data improvements:
    • Added Samsung Internet 23 compat data mapping
    • Added Quest Browser 29 compat data mapping

v3.32.1

Compare Source

  • Fixed some cases of IEEE754 rounding, #​1279, thanks @​petamoriken
  • Prevented injection process polyfill to core-js via some bundlers or esm.sh, #​1277
  • Some minor fixes and stylistic changes
  • Compat data improvements:

v3.32.0

Compare Source

v3.31.1

Compare Source

v3.31.0

Compare Source


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.

@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 1675dba to 4ad6eac Compare May 28, 2023 15:51
@renovate renovate bot changed the title Update dependency core-js to v3.29.1 Update dependency core-js to v3.30.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 4ad6eac to 3f5ae51 Compare June 12, 2023 23:32
@renovate renovate bot changed the title Update dependency core-js to v3.30.2 Update dependency core-js to v3.31.0 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 3f5ae51 to 9ff11f8 Compare July 6, 2023 02:23
@renovate renovate bot changed the title Update dependency core-js to v3.31.0 Update dependency core-js to v3.31.1 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 9ff11f8 to 0a9bc15 Compare July 28, 2023 02:04
@renovate renovate bot changed the title Update dependency core-js to v3.31.1 Update dependency core-js to v3.32.0 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 0a9bc15 to 42bd02f Compare August 19, 2023 05:54
@renovate renovate bot changed the title Update dependency core-js to v3.32.0 Update dependency core-js to v3.32.1 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 42bd02f to a20e316 Compare September 7, 2023 17:56
@renovate renovate bot changed the title Update dependency core-js to v3.32.1 Update dependency core-js to v3.32.2 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from a20e316 to 37c4e77 Compare October 2, 2023 05:11
@renovate renovate bot changed the title Update dependency core-js to v3.32.2 Update dependency core-js to v3.33.0 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 37c4e77 to ae82762 Compare October 21, 2023 11:50
@renovate renovate bot changed the title Update dependency core-js to v3.33.0 Update dependency core-js to v3.33.1 Oct 21, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from ae82762 to 9ce2da0 Compare October 31, 2023 08:20
@renovate renovate bot changed the title Update dependency core-js to v3.33.1 Update dependency core-js to v3.33.2 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 9ce2da0 to db8f16d Compare November 20, 2023 02:37
@renovate renovate bot changed the title Update dependency core-js to v3.33.2 Update dependency core-js to v3.33.3 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from db8f16d to 79798fc Compare December 6, 2023 08:39
@renovate renovate bot changed the title Update dependency core-js to v3.33.3 Update dependency core-js to v3.34.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 79798fc to a94c738 Compare December 30, 2023 05:42
@renovate renovate bot changed the title Update dependency core-js to v3.34.0 Update dependency core-js to v3.35.0 Dec 30, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from a94c738 to a4c3538 Compare January 21, 2024 14:25
@renovate renovate bot changed the title Update dependency core-js to v3.35.0 Update dependency core-js to v3.35.1 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from a4c3538 to 4ea022e Compare February 15, 2024 05:03
@renovate renovate bot changed the title Update dependency core-js to v3.35.1 Update dependency core-js to v3.36.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 4ea022e to da4a689 Compare March 19, 2024 05:41
@renovate renovate bot changed the title Update dependency core-js to v3.36.0 Update dependency core-js to v3.36.1 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from da4a689 to e26d82f Compare April 16, 2024 23:48
@renovate renovate bot changed the title Update dependency core-js to v3.36.1 Update dependency core-js to v3.37.0 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from e26d82f to 3976c81 Compare May 23, 2024 05:41
@renovate renovate bot changed the title Update dependency core-js to v3.37.0 Update dependency core-js to v3.37.1 May 23, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 3976c81 to 66a0f4a Compare August 8, 2024 05:58
@renovate renovate bot changed the title Update dependency core-js to v3.37.1 Update dependency core-js to v3.38.0 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 66a0f4a to 3946e65 Compare August 22, 2024 05:57
@renovate renovate bot changed the title Update dependency core-js to v3.38.0 Update dependency core-js to v3.38.1 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 3946e65 to d58ea49 Compare October 31, 2024 23:48
@renovate renovate bot changed the title Update dependency core-js to v3.38.1 Update dependency core-js to v3.39.0 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from d58ea49 to 1d44d18 Compare January 9, 2025 23:59
@renovate renovate bot changed the title Update dependency core-js to v3.39.0 Update dependency core-js to v3.40.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from 1d44d18 to e668e26 Compare March 2, 2025 11:51
@renovate renovate bot changed the title Update dependency core-js to v3.40.0 Update dependency core-js to v3.41.0 Mar 2, 2025
@renovate renovate bot force-pushed the renovate/core-js-3.x-lockfile branch from e668e26 to beebad6 Compare May 1, 2025 16:09
@renovate renovate bot changed the title Update dependency core-js to v3.41.0 Update dependency core-js to v3.42.0 May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants