Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js (source) 3.41.0 -> 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:

Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@relativeci
Copy link

relativeci bot commented May 4, 2025

#2290 Bundle Size — 1.27MiB (+0.26%).

f7513f8(current) vs 659fc55 master#2277(baseline)

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#2290
     Baseline
#2277
Regression  Initial JS 934.2KiB(+0.36%) 930.87KiB
No change  Initial CSS 4.34KiB 4.34KiB
Change  Cache Invalidation 71.96% 0%
No change  Chunks 3 3
No change  Assets 12 12
Change  Modules 855(+0.35%) 852
No change  Duplicate Modules 1 1
No change  Duplicate Code 0.1% 0.1%
No change  Packages 98 98
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#2290
     Baseline
#2277
Regression  JS 934.2KiB (+0.36%) 930.87KiB
No change  Fonts 327.73KiB 327.73KiB
No change  IMG 30.28KiB 30.28KiB
No change  CSS 4.34KiB 4.34KiB
No change  HTML 334B 334B

Bundle analysis reportBranch refs/pull/534/mergeProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate-core-js-3.x branch from 2089b27 to 659243c Compare May 4, 2025 06:29
@renovate renovate bot force-pushed the renovate-core-js-3.x branch from 659243c to dcff401 Compare May 4, 2025 09:33
@renovate renovate bot merged commit b0d427d into update-dependencies May 4, 2025
1 check passed
@renovate renovate bot deleted the renovate-core-js-3.x branch May 4, 2025 14:29
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.

1 participant