Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/babel-preset 6.2.11 -> 6.2.12 age adoption passing confidence
@anansi/browserslist-config 1.7.2 -> 1.7.3 age adoption passing confidence
@anansi/webpack-config 21.0.7 -> 21.0.8 age adoption passing confidence
@babel/core (source) 7.27.4 -> 7.27.7 age adoption passing confidence
@rollup/plugin-commonjs (source) 28.0.3 -> 28.0.6 age adoption passing confidence
core-js (source) 3.42.0 -> 3.43.0 age adoption passing confidence
rollup (source) 4.41.1 -> 4.44.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.6

2025-06-17

Bugfixes
  • fix: fix crash with invalidated proxy modules (#​1876)

v28.0.5

2025-06-14

Bugfixes
  • fix: crawl dynamicRequireRoot outside cwd (#​1859)

v28.0.4

2025-06-14

Bugfixes
  • fix: try/catch instanceof in getAugmentedNamespace (#​1868)
zloirock/core-js (core-js)

v3.43.0

Compare Source

  • Changes v3.42.0...v3.43.0 (139 commits)
  • Explicit Resource Management proposals:
    • Built-ins:
      • Symbol.dispose
      • Symbol.asyncDispose
      • SuppressedError
      • DisposableStack
        • DisposableStack.prototype.dispose
        • DisposableStack.prototype.use
        • DisposableStack.prototype.adopt
        • DisposableStack.prototype.defer
        • DisposableStack.prototype.move
        • DisposableStack.prototype[@​@​dispose]
      • AsyncDisposableStack
        • AsyncDisposableStack.prototype.disposeAsync
        • AsyncDisposableStack.prototype.use
        • AsyncDisposableStack.prototype.adopt
        • AsyncDisposableStack.prototype.defer
        • AsyncDisposableStack.prototype.move
        • AsyncDisposableStack.prototype[@​@​asyncDispose]
      • Iterator.prototype[@​@​dispose]
      • AsyncIterator.prototype[@​@​asyncDispose]
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Array.fromAsync proposal:
    • Built-ins:
      • Array.fromAsync
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Error.isError proposal:
    • Built-ins:
      • Error.isError
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Added Joint iteration stage 2.7 proposal:
    • Added built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
  • Added Iterator chunking stage 2 proposal:
    • Added built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
  • Number.prototype.clamp proposal:
  • Always check regular expression flags by flags getter PR. Native methods are not fixed, only own implementation updated for:
    • RegExp.prototype[@​@​match]
    • RegExp.prototype[@​@​replace]
  • Improved handling of RegExp flags in polyfills of some methods in engines without proper support of RegExp.prototype.flags and without polyfill of this getter
  • Added feature detection for a WebKit bug that occurs when this is updated while Set.prototype.difference is being executed
  • Added feature detection for a WebKit bug that occurs when iterator record of a set-like object isn't called before cloning this in the following methods:
    • Set.prototype.symmetricDifference
    • Set.prototype.union
  • Added feature detection for a bug in V8 ~ Chromium < 126. Following methods should throw an error on invalid iterator:
    • Iterator.prototype.drop
    • Iterator.prototype.filter
    • Iterator.prototype.flatMap
    • Iterator.prototype.map
  • Added feature detection for a WebKit bug: incorrect exception thrown by Iterator.from when underlying iterator's return method is null
  • Added feature detection for a FF bug: incorrect exception thrown by Array.prototype.with when index coercion fails
  • Added feature detection for a WebKit bug: TypedArray.prototype.with should truncate negative fractional index to zero, but instead throws an error
  • Worked around a bug of many different tools (example) with incorrect transforming and breaking JS syntax on getting a method from a number literal
  • Fixed deoptimization of the Promise polyfill in the pure version
  • Added some missed dependencies to /iterator/flat-map entries
  • Some other minor fixes and improvements
  • Compat data improvements:
    • Added Deno 2.3 and Deno 2.3.2 compat data mapping
    • Updated Electron 37 compat data mapping
    • Added Opera Android 90 compat data mapping
    • Error.isError marked not supported in Node because of a bug
    • Set.prototype.difference marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Set.prototype.{ symmetricDifference, union } marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterator.from marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterators closing on early errors in Iterator helpers marked as implemented from FF141
    • Array.prototype.with marked as supported only from FF140 because it throws an incorrect exception when index coercion fails
    • TypedArray.prototype.with marked as unsupported in Bun and Safari because it should truncate negative fractional index to zero, but instead throws an error
    • DisposableStack and AsyncDisposableStack marked as shipped in FF141 (SuppressedError has a bug)
    • AsyncDisposableStack bugs marked as fixed in Deno 2.3.2
    • SuppressedError bugs (extra arguments support and arity) marked as fixed in Bun 1.2.15
rollup/rollup (rollup)

v4.44.1

Compare Source

2025-06-26

Bug Fixes
  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#​5992)
Pull Requests

v4.44.0

Compare Source

2025-06-19

Features
  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#​5986)
Bug Fixes
  • Provide better source mappings when coarse intermediate maps are used (#​5985)
Pull Requests

v4.43.0

Compare Source

2025-06-11

Features
  • Provide new fs option and this.fs API to replace file system (#​5944)
Pull Requests

v4.42.0

Compare Source

2025-06-06

Features
  • Add option to allow the input to be located in the output in watch mode (#​5966)
Pull Requests

v4.41.2

Compare Source

2025-06-06

Bug Fixes
  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#​5977)
  • Do not replace usages of constant variables with their values for readability (#​5968)
Pull Requests

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Jun 26, 2025

⚠️ No Changeset found

Latest commit: f455153

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ntucker ntucker enabled auto-merge June 26, 2025 11:06
Copy link
Contributor

github-actions bot commented Jun 26, 2025

Size Change: 0 B

Total Size: 77.7 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 3.42 kB
examples/test-bundlesize/dist/polyfill.js 311 B
examples/test-bundlesize/dist/rdcClient.js 10.1 kB
examples/test-bundlesize/dist/rdcEndpoint.js 5.61 kB
examples/test-bundlesize/dist/react.js 57.5 kB
examples/test-bundlesize/dist/webpack-runtime.js 726 B

compressed-size-action

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: f455153 Previous: 783f133 Ratio
normalizeLong 525 ops/sec (±1.63%) 531 ops/sec (±1.45%) 1.01
denormalizeLong 286 ops/sec (±3.04%) 280 ops/sec (±2.65%) 0.98
denormalizeLong donotcache 1028 ops/sec (±0.73%) 1032 ops/sec (±1.58%) 1.00
denormalizeShort donotcache 500x 1619 ops/sec (±0.22%) 1587 ops/sec (±1.32%) 0.98
denormalizeShort 500x 861 ops/sec (±1.89%) 845 ops/sec (±1.92%) 0.98
denormalizeShort 500x withCache 6425 ops/sec (±0.33%) 6362 ops/sec (±0.30%) 0.99
queryShort 500x withCache 2729 ops/sec (±0.34%) 2817 ops/sec (±0.37%) 1.03
buildQueryKey All 53334 ops/sec (±0.38%) 53053 ops/sec (±1.32%) 0.99
query All withCache 6664 ops/sec (±0.36%) 7538 ops/sec (±0.34%) 1.13
denormalizeLong with mixin Entity 271 ops/sec (±1.87%) 272 ops/sec (±2.55%) 1.00
denormalizeLong withCache 6694 ops/sec (±0.27%) 7044 ops/sec (±0.40%) 1.05
denormalizeLong All withCache 6379 ops/sec (±0.20%) 7199 ops/sec (±1.12%) 1.13
denormalizeLong Query-sorted withCache 6715 ops/sec (±0.25%) 7609 ops/sec (±0.23%) 1.13
denormalizeLongAndShort withEntityCacheOnly 1716 ops/sec (±0.31%) 1750 ops/sec (±0.58%) 1.02
getResponse 5538 ops/sec (±1.02%) 5685 ops/sec (±1.26%) 1.03
getResponse (null) 7088783 ops/sec (±0.74%) 7034246 ops/sec (±0.72%) 0.99
getResponse (clear cache) 279 ops/sec (±1.84%) 281 ops/sec (±1.85%) 1.01
getSmallResponse 3098 ops/sec (±0.97%) 3153 ops/sec (±0.23%) 1.02
getSmallInferredResponse 2370 ops/sec (±0.29%) 2378 ops/sec (±0.12%) 1.00
getResponse Collection 5549 ops/sec (±1.47%) 5556 ops/sec (±1.12%) 1.00
get Collection 5818 ops/sec (±0.36%) 5677 ops/sec (±0.94%) 0.98
get Query-sorted 6675 ops/sec (±0.29%) 6721 ops/sec (±0.40%) 1.01
setLong 539 ops/sec (±0.37%) 551 ops/sec (±0.37%) 1.02
setLongWithMerge 247 ops/sec (±0.16%) 247 ops/sec (±0.95%) 1
setLongWithSimpleMerge 261 ops/sec (±0.32%) 262 ops/sec (±0.19%) 1.00
setSmallResponse 500x 932 ops/sec (±0.39%) 948 ops/sec (±0.20%) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

@renovate renovate bot force-pushed the renovate/build branch from 78243ed to b957502 Compare June 26, 2025 16:14
@renovate renovate bot force-pushed the renovate/build branch from b957502 to f455153 Compare June 27, 2025 10:48
@ntucker ntucker added this pull request to the merge queue Jun 27, 2025
Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.26%. Comparing base (783f133) to head (f455153).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3515   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files         130      130           
  Lines        2245     2245           
  Branches      452      452           
=======================================
  Hits         2206     2206           
  Misses         10       10           
  Partials       29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Merged via the queue into master with commit b30806d Jun 27, 2025
22 checks passed
@ntucker ntucker deleted the renovate/build branch June 27, 2025 10:55
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