Skip to content

pkg: Update build packages#3896

Merged
ntucker merged 2 commits intomasterfrom
renovate/build
Apr 10, 2026
Merged

pkg: Update build packages#3896
ntucker merged 2 commits intomasterfrom
renovate/build

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/webpack-config 21.1.1621.1.17 age adoption passing confidence
rollup (source) 4.59.04.60.1 age adoption passing confidence
webpack 5.105.45.106.1 age adoption passing confidence

Release Notes

rollup/rollup (rollup)

v4.60.1

Compare Source

2026-03-30

Bug Fixes
  • Resolve a situation where side effect imports could be dropped due to a caching issue (#​6286)
Pull Requests

v4.60.0

Compare Source

2026-03-22

Features
  • Support source phase imports as long as they are external (#​6279)
Pull Requests

v4.59.1

Compare Source

2026-03-21

Bug Fixes
  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#​6306)
Pull Requests
webpack/webpack (webpack)

v5.106.1

Compare Source

Patch Changes
  • Fix two ES5-environment regressions in the anonymous default export .name fix-up: the generated code referenced an undeclared __WEBPACK_DEFAULT_EXPORT__ binding causing ReferenceError, and used Reflect.defineProperty which is not available in pre-ES2015 runtimes. The fix-up now references the real assignment target and uses Object.defineProperty / Object.getOwnPropertyDescriptor. (by @​xiaoxiaojx in #​20796)

  • Prevent !important from being renamed as a local identifier in CSS modules. (by @​xiaoxiaojx in #​20798)

  • Use compiler context instead of module context for CSS modules local ident hashing to avoid hash collisions when files with the same name exist in different directories. (by @​xiaoxiaojx in #​20799)

v5.106.0

Compare Source

Minor Changes
  • Add exportType: "style" for CSS modules to inject styles into DOM via HTMLStyleElement, similar to style-loader functionality. (by @​xiaoxiaojx in #​20579)

  • Add context option support for VirtualUrlPlugin (by @​xiaoxiaojx in #​20449)

    • The context for the virtual module. A string path. Defaults to 'auto', which will try to resolve the context from the module id.
    • Support custom context path for resolving relative imports in virtual modules
    • Add examples demonstrating context usage and filename customization
  • Generate different CssModule instances for different exportType values. (by @​xiaoxiaojx in #​20590)

  • Added the localIdentHashFunction option to configure the hash function to be used for hashing. (by @​alexander-akait in #​20694)
    Additionally, the localIdentName option can now be a function.

  • Added support for destructuring assignment require in cjs, allowing for tree shaking. (by @​ahabhgk in #​20548)

  • Added the validate option to enable/disable validation in webpack/plugins/loaders, also implemented API to make it inside plugins. (by @​xiaoxiaojx in #​20275)

  • Added source support for async WASM modules. (by @​magic-akari in #​20364)

Patch Changes
  • Add a static getSourceBasicTypes method to the Module class to prevent errors across multiple versions. (by @​xiaoxiaojx in #​20614)

  • Included fragment groups in the conflicting order warning for CSS. (by @​aryanraj45 in #​20660)

  • Avoid rendering unused top-level __webpack_exports__ declaration when output ECMA module library. (by @​hai-x in #​20669)

  • Fixed resolving in CSS modules. (by @​alexander-akait in #​20771)

  • Allow external modules place in async chunks when output ECMA module. (by @​hai-x in #​20662)

  • Implement deprecate flag in schema for better TypeScript support to show which options are already deprecated by the configuration (by @​bjohansebas in #​20432)

  • Set .name to "default" for anonymous default export functions and classes per ES spec (by @​xiaoxiaojx in #​20773)

  • Hash entry chunks after runtime chunks to prevent stale content hash references in watch mode (by @​xiaoxiaojx in #​20724)

  • Fix multiple bugs and optimizations in CSS modules: correct third code point position in walkCssTokens number detection, fix multiline CSS comment regex, fix swapped :import/:export error message, fix comma callback incorrectly popping balanced stack, fix cache comparison missing array length check, fix match.index mutation side effect, move publicPathAutoRegex to module scope, precompute merged callbacks in consumeUntil, simplify redundant ternary in CssGenerator, fix typo GRID_TEMPLATE_ARES, remove duplicate grid-column-start, and merge duplicate getCompilationHooks calls. (by @​xiaoxiaojx in #​20648)

  • Correct url() path resolution and preserve source maps for non-link CSS export types (style, text, css-style-sheet) (by @​xiaoxiaojx in #​20717)

  • Emit error when proxy server returns non-200 status code in HttpUriPlugin instead of silently failing. (by @​xiaoxiaojx in #​20646)

  • import.meta as standalone expression now returns a complete object with known properties (url, webpack, main, env) instead of an empty object ({}), and hoists it as a module-level variable to ensure import.meta === import.meta identity. In preserve-unknown mode (ESM output), the hoisted object merges runtime import.meta properties via Object.assign. (by @​xiaoxiaojx in #​20658)

  • Fix incorrect condition in FileSystemInfo that always evaluated to false, preventing trailing slash removal from directory paths during build dependency resolution. (by @​xiaoxiaojx in #​20649)

  • fix: VirtualUrlPlugin absolute path virtual module IDs getting concatenated with compiler context (by @​xiaoxiaojx in #​20656)

    When a virtual module ID is an absolute path (e.g. virtual:C:/project/user.js), the auto-derived context was incorrectly joined with compiler.context, producing a concatenated path like C:\cwd\C:\project. Now absolute-path contexts are used directly.

  • All deprecated methods and options now have @deprecated flag in types. (by @​alexander-akait in #​20707)

  • Fix CompatibilityPlugin to correctly rename __webpack_require__ when it appears as an arrow function parameter (e.g. (__webpack_module, __webpack_exports, __webpack_require__) => { ... }). (by @​hai-x in #​20661)


Configuration

📅 Schedule: (in timezone America/Chicago)

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

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

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs-site Ignored Ignored Preview Apr 10, 2026 1:00pm

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 10, 2026

⚠️ No Changeset found

Latest commit: 75d792f

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 10, 2026

Size Change: 0 B

Total Size: 80.7 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 1.46 kB
examples/test-bundlesize/dist/polyfill.js 307 B
examples/test-bundlesize/dist/rdcClient.js 10.5 kB
examples/test-bundlesize/dist/rdcEndpoint.js 8 kB
examples/test-bundlesize/dist/react.js 59.7 kB
examples/test-bundlesize/dist/webpack-runtime.js 726 B

compressed-size-action

Copy link
Copy Markdown
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 React

Details
Benchmark suite Current: 75d792f Previous: d23cd80 Ratio
data-client: getlist-100 136.99 ops/s (± 5.5%) 134.23 ops/s (± 5.7%) 0.98
data-client: getlist-500 43.1 ops/s (± 5.6%) 39.22 ops/s (± 6.5%) 0.91
data-client: update-entity 370.37 ops/s (± 11.2%) 333.33 ops/s (± 9.1%) 0.90
data-client: update-user 363.76 ops/s (± 12.5%) 327.96 ops/s (± 8.5%) 0.90
data-client: getlist-500-sorted 43.29 ops/s (± 6.0%) 41.76 ops/s (± 6.5%) 0.96
data-client: update-entity-sorted 333.33 ops/s (± 7.6%) 312.5 ops/s (± 9.9%) 0.94
data-client: update-entity-multi-view 370.37 ops/s (± 9.7%) 344.83 ops/s (± 8.1%) 0.93
data-client: list-detail-switch-10 7.87 ops/s (± 9.8%) 8.04 ops/s (± 10.1%) 1.02
data-client: update-user-10000 79.37 ops/s (± 15.5%) 75.76 ops/s (± 8.6%) 0.95
data-client: invalidate-and-resolve 35.09 ops/s (± 4.1%) 34.13 ops/s (± 4.0%) 0.97
data-client: unshift-item 227.27 ops/s (± 4.0%) 222.22 ops/s (± 5.1%) 0.98
data-client: delete-item 294.12 ops/s (± 6.7%) 312.5 ops/s (± 7.3%) 1.06
data-client: move-item 192.38 ops/s (± 7.3%) 177.01 ops/s (± 6.4%) 0.92

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

Copy link
Copy Markdown
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: 75d792f Previous: 7df6a49 Ratio
normalizeLong 461 ops/sec (±1.67%) 461 ops/sec (±2.19%) 1
normalizeLong Values 421 ops/sec (±0.17%) 419 ops/sec (±0.21%) 1.00
denormalizeLong 254 ops/sec (±4.38%) 249 ops/sec (±4.02%) 0.98
denormalizeLong Values 223 ops/sec (±4.00%) 229 ops/sec (±3.48%) 1.03
denormalizeLong donotcache 1116 ops/sec (±0.13%) 1035 ops/sec (±0.22%) 0.93
denormalizeLong Values donotcache 776 ops/sec (±0.18%) 749 ops/sec (±0.49%) 0.97
denormalizeShort donotcache 500x 1520 ops/sec (±0.20%) 1419 ops/sec (±0.18%) 0.93
denormalizeShort 500x 701 ops/sec (±2.92%) 698 ops/sec (±3.48%) 1.00
denormalizeShort 500x withCache 7898 ops/sec (±0.11%) 5731 ops/sec (±0.42%) 0.73
queryShort 500x withCache 3265 ops/sec (±0.10%) 2795 ops/sec (±0.77%) 0.86
buildQueryKey All 49664 ops/sec (±0.38%) 57129 ops/sec (±0.48%) 1.15
query All withCache 7714 ops/sec (±0.35%) 6459 ops/sec (±0.33%) 0.84
denormalizeLong with mixin Entity 245 ops/sec (±4.13%) 241 ops/sec (±3.99%) 0.98
denormalizeLong withCache 8244 ops/sec (±0.65%) 8344 ops/sec (±0.18%) 1.01
denormalizeLong Values withCache 5989 ops/sec (±2.45%) 4431 ops/sec (±0.17%) 0.74
denormalizeLong All withCache 7140 ops/sec (±0.21%) 5808 ops/sec (±0.14%) 0.81
denormalizeLong Query-sorted withCache 7615 ops/sec (±0.22%) 6479 ops/sec (±0.19%) 0.85
denormalizeLongAndShort withEntityCacheOnly 1736 ops/sec (±0.48%) 1730 ops/sec (±0.23%) 1.00
denormalize bidirectional 50 4927 ops/sec (±4.03%) 4787 ops/sec (±4.70%) 0.97
denormalize bidirectional 50 donotcache 43806 ops/sec (±2.12%) 39240 ops/sec (±1.59%) 0.90
getResponse 5666 ops/sec (±1.38%) 3608 ops/sec (±0.17%) 0.64
getResponse (null) 10847436 ops/sec (±0.40%) 10343006 ops/sec (±0.57%) 0.95
getResponse (clear cache) 232 ops/sec (±3.63%) 228 ops/sec (±4.20%) 0.98
getSmallResponse 3851 ops/sec (±0.87%) 3509 ops/sec (±0.44%) 0.91
getSmallInferredResponse 2881 ops/sec (±0.16%) 2749 ops/sec (±0.12%) 0.95
getResponse Collection 5463 ops/sec (±1.31%) 3647 ops/sec (±0.13%) 0.67
get Collection 5489 ops/sec (±0.37%) 3315 ops/sec (±0.16%) 0.60
get Query-sorted 6562 ops/sec (±0.37%) 4847 ops/sec (±0.29%) 0.74
setLong 476 ops/sec (±0.17%) 468 ops/sec (±0.19%) 0.98
setLongWithMerge 260 ops/sec (±0.15%) 260 ops/sec (±0.17%) 1
setLongWithSimpleMerge 277 ops/sec (±0.19%) 278 ops/sec (±0.13%) 1.00
setSmallResponse 500x 883 ops/sec (±1.69%) 899 ops/sec (±0.80%) 1.02

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

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.11%. Comparing base (735e57f) to head (75d792f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3896   +/-   ##
=======================================
  Coverage   98.11%   98.11%           
=======================================
  Files         153      153           
  Lines        2916     2916           
  Branches      566      566           
=======================================
  Hits         2861     2861           
  Misses         11       11           
  Partials       44       44           

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

Webpack 5.106 enables ProgressPlugin schema validation by default.
webpackbar 6.0.1 extends ProgressPlugin and leaks custom options (name,
color, reporters, reporter) into the super constructor, which now fails
validation. webpackbar 7.0.0 properly separates ProgressPlugin options
from its own options.
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 10, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ntucker ntucker merged commit e66cc98 into master Apr 10, 2026
25 checks passed
@ntucker ntucker deleted the renovate/build branch April 10, 2026 13:12
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