Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/webpack-config 21.1.4 -> 21.1.6 age adoption passing confidence
rollup (source) 4.53.3 -> 4.54.0 age adoption passing confidence
webpack 5.103.0 -> 5.104.1 age adoption passing confidence

Release Notes

rollup/rollup (rollup)

v4.54.0

Compare Source

2025-12-20

Features
  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#​6046)
Bug Fixes
  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#​6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#​6216)
Pull Requests

v4.53.5

Compare Source

2025-12-16

Bug Fixes
  • Fix wrong semicolon insertion position when using JSX (#​6206)
  • Generate spec-compliant sourcemaps when sources content is excluded (#​6196)
Pull Requests

v4.53.4

Compare Source

2025-12-15

Bug Fixes
  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#​6209)
Pull Requests
webpack/webpack (webpack)

v5.104.1

Compare Source

Patch Changes
  • 2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
  • c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.

v5.104.0

Compare Source

Minor Changes
  • d3dd841: Use method shorthand to render module content in __webpack_modules__ object.
  • d3dd841: Enhance import.meta.env to support object access.
  • 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
  • 04cd530: Handle more at-rules for CSS modules.
  • cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
  • d3dd841: Added base64url, base62, base58, base52, base49, base36, base32 and base25 digests.
  • 5983843: Provide a stable runtime function variable __webpack_global__.
  • d3dd841: Improved localIdentName hashing for CSS.
Patch Changes
  • 22c48fb: Added module existence check for informative error message in development mode.
  • 50689e1: Use the fully qualified class name (or export name) for [fullhash] placeholder in CSS modules.
  • d3dd841: Support universal lazy compilation.
  • d3dd841: Fixed module library export definitions when multiple runtimes.
  • d3dd841: Fixed CSS nesting and CSS custom properties parsing.
  • d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
  • aab1da9: Fixed bugs for css/global type.
  • d3dd841: Compatibility import.meta.filename and import.meta.dirname with eval devtools.
  • d3dd841: Handle nested __webpack_require__.
  • 728ddb7: The speed of identifier parsing has been improved.
  • 0f8b31b: Improve types.
  • d3dd841: Don't corrupt debugId injection when hidden-source-map is used.
  • 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
  • d3dd841: Serialize HookWebpackError.
  • d3dd841: Added ability to use built-in properties in dotenv and define plugin.
  • 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
  • d3dd841: Reduce collision for local indent name in CSS.
  • d3dd841: Remove CSS link tags when CSS imports are removed.

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.

@changeset-bot
Copy link

changeset-bot bot commented Dec 21, 2025

⚠️ No Changeset found

Latest commit: 9e11580

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

@codecov
Copy link

codecov bot commented Dec 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.29%. Comparing base (3372b1b) to head (9e11580).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3675   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         147      147           
  Lines        2581     2581           
  Branches      501      501           
=======================================
  Hits         2537     2537           
  Misses         10       10           
  Partials       34       34           

☔ 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.

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

Details
Benchmark suite Current: 9e11580 Previous: f4c227f Ratio
normalizeLong 535 ops/sec (±1.16%) 508 ops/sec (±1.33%) 0.95
denormalizeLong 293 ops/sec (±2.27%) 278 ops/sec (±2.85%) 0.95
denormalizeLong donotcache 1035 ops/sec (±0.16%) 1011 ops/sec (±0.32%) 0.98
denormalizeShort donotcache 500x 1624 ops/sec (±0.09%) 1602 ops/sec (±0.24%) 0.99
denormalizeShort 500x 862 ops/sec (±1.64%) 853 ops/sec (±1.87%) 0.99
denormalizeShort 500x withCache 6546 ops/sec (±0.14%) 6443 ops/sec (±0.11%) 0.98
queryShort 500x withCache 2764 ops/sec (±0.74%) 2806 ops/sec (±0.26%) 1.02
buildQueryKey All 54461 ops/sec (±0.41%) 52844 ops/sec (±0.41%) 0.97
query All withCache 6568 ops/sec (±0.19%) 6617 ops/sec (±0.12%) 1.01
denormalizeLong with mixin Entity 282 ops/sec (±1.84%) 280 ops/sec (±1.87%) 0.99
denormalizeLong withCache 6281 ops/sec (±0.10%) 6440 ops/sec (±0.11%) 1.03
denormalizeLong All withCache 6229 ops/sec (±0.14%) 6413 ops/sec (±0.13%) 1.03
denormalizeLong Query-sorted withCache 6583 ops/sec (±0.15%) 6688 ops/sec (±0.16%) 1.02
denormalizeLongAndShort withEntityCacheOnly 1721 ops/sec (±0.16%) 1695 ops/sec (±0.25%) 0.98
getResponse 5880 ops/sec (±1.67%) 5851 ops/sec (±1.37%) 1.00
getResponse (null) 6816403 ops/sec (±0.74%) 7455851 ops/sec (±0.84%) 1.09
getResponse (clear cache) 274 ops/sec (±1.78%) 277 ops/sec (±1.78%) 1.01
getSmallResponse 3091 ops/sec (±0.17%) 3047 ops/sec (±0.11%) 0.99
getSmallInferredResponse 2330 ops/sec (±0.08%) 2190 ops/sec (±0.09%) 0.94
getResponse Collection 5799 ops/sec (±1.51%) 5647 ops/sec (±1.14%) 0.97
get Collection 5929 ops/sec (±0.59%) 5773 ops/sec (±0.19%) 0.97
get Query-sorted 6895 ops/sec (±0.49%) 6793 ops/sec (±0.25%) 0.99
setLong 547 ops/sec (±0.40%) 522 ops/sec (±0.29%) 0.95
setLongWithMerge 243 ops/sec (±0.21%) 238 ops/sec (±0.23%) 0.98
setLongWithSimpleMerge 258 ops/sec (±0.16%) 256 ops/sec (±0.32%) 0.99
setSmallResponse 500x 956 ops/sec (±0.97%) 949 ops/sec (±0.08%) 0.99

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

@ntucker ntucker enabled auto-merge (squash) December 21, 2025 19:01
@ntucker ntucker merged commit d7aa3d7 into master Dec 21, 2025
22 checks passed
@ntucker ntucker deleted the renovate/build branch December 21, 2025 19:02
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.

2 participants