Skip to content

pkg: Update build packages#3932

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/build
Closed

pkg: Update build packages#3932
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/build

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 4.60.14.60.2 age adoption passing confidence
webpack 5.106.15.106.2 age adoption passing confidence

Release Notes

rollup/rollup (rollup)

v4.60.2

Compare Source

2026-04-18

Bug Fixes
  • Resolve a variable rendering bug when generating different formats from the same build (#​6350)
Pull Requests
webpack/webpack (webpack)

v5.106.2

Compare Source

Patch Changes
  • CSS @​import now inherits the parent module's exportType, so a file configured as "text" correctly creates a style tag when @​imported by a "style" parent. (by @​xiaoxiaojx in #​20838)

  • Make asset modules available in JS context when referenced from both CSS and a lazily compiled JS chunk. (by @​xiaoxiaojx in #​20801)

  • Include missing generator options in hash to ensure persistent cache invalidation when configuration changes (CssGenerator exportsOnly, JsonGenerator JSONParse, WebAssemblyGenerator mangleImports). (by @​xiaoxiaojx in #​20821)

  • Fix || default value handling in ProgressPlugin and ManifestPlugin that incorrectly overrode user-provided falsy values (e.g. modules: false, entries: false, entrypoints: false). (by @​xiaoxiaojx in #​20823)

  • Migrate from mime-types to mime-db. (by @​alexander-akait in #​20812)

  • Handle @charset at-rules in CSS modules. (by @​alexander-akait in #​20831)

  • Marked all experimental options in types. (by @​alexander-akait in #​20814)


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

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 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 29, 2026 2:37pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 29, 2026

⚠️ No Changeset found

Latest commit: 8990e4e

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 29, 2026

Size Change: 0 B

Total Size: 81.1 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.8 kB
examples/test-bundlesize/dist/rdcEndpoint.js 8.05 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: 8990e4e Previous: 959465a Ratio
data-client: getlist-100 144.93 ops/s (± 5.2%) 122.7 ops/s (± 5.8%) 0.85
data-client: getlist-500 43.1 ops/s (± 4.2%) 39.37 ops/s (± 4.9%) 0.91
data-client: update-entity 370.37 ops/s (± 10.1%) 285.71 ops/s (± 8.1%) 0.77
data-client: update-user 384.62 ops/s (± 10.2%) 285.71 ops/s (± 8.8%) 0.74
data-client: getlist-500-sorted 41.65 ops/s (± 9.0%) 37.74 ops/s (± 9.1%) 0.91
data-client: update-entity-sorted 327.96 ops/s (± 5.5%) 256.41 ops/s (± 4.9%) 0.78
data-client: update-entity-multi-view 363.76 ops/s (± 8.3%) 259.78 ops/s (± 8.7%) 0.71
data-client: list-detail-switch-10 9.35 ops/s (± 10.1%) 6.71 ops/s (± 7.2%) 0.72
data-client: update-user-10000 72.2 ops/s (± 14.2%) 65.15 ops/s (± 12.4%) 0.90
data-client: invalidate-and-resolve 36.83 ops/s (± 4.9%) 32.1 ops/s (± 5.6%) 0.87
data-client: unshift-item 232.56 ops/s (± 5.3%) 185.19 ops/s (± 5.8%) 0.80
data-client: delete-item 294.12 ops/s (± 5.3%) 243.9 ops/s (± 5.1%) 0.83
data-client: move-item 177.01 ops/s (± 11.3%) 149.25 ops/s (± 7.7%) 0.84

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.20%. Comparing base (752fc87) to head (8990e4e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3932   +/-   ##
=======================================
  Coverage   98.20%   98.20%           
=======================================
  Files         154      154           
  Lines        3013     3013           
  Branches      601      601           
=======================================
  Hits         2959     2959           
  Misses         11       11           
  Partials       43       43           

☔ 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
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: 8990e4e Previous: 959465a Ratio
normalizeLong 438 ops/sec (±3.83%) 428 ops/sec (±4.03%) 0.98
normalizeLong Values 407 ops/sec (±0.70%) 383 ops/sec (±1.64%) 0.94
normalizeLong Scalar 332 ops/sec (±0.92%) 342 ops/sec (±0.44%) 1.03
normalizeLong Scalar update 859 ops/sec (±0.16%) 859 ops/sec (±0.15%) 1
denormalizeLong 253 ops/sec (±4.65%) 228 ops/sec (±4.24%) 0.90
denormalizeLong Values 226 ops/sec (±4.11%) 226 ops/sec (±3.72%) 1
denormalizeLong donotcache 988 ops/sec (±0.17%) 1026 ops/sec (±0.11%) 1.04
denormalizeLong Values donotcache 731 ops/sec (±0.46%) 739 ops/sec (±0.17%) 1.01
denormalizeLong Scalar donotcache 885 ops/sec (±0.18%) 998 ops/sec (±0.15%) 1.13
denormalizeShort donotcache 500x 1526 ops/sec (±0.51%) 1457 ops/sec (±0.07%) 0.95
denormalizeShort 500x 728 ops/sec (±3.53%) 662 ops/sec (±4.71%) 0.91
denormalizeShort 500x withCache 6822 ops/sec (±0.10%) 6990 ops/sec (±1.00%) 1.02
queryShort 500x withCache 2860 ops/sec (±0.10%) 2980 ops/sec (±0.17%) 1.04
buildQueryKey All 55522 ops/sec (±0.64%) 49007 ops/sec (±0.94%) 0.88
query All withCache 6411 ops/sec (±0.24%) 6964 ops/sec (±0.46%) 1.09
denormalizeLong with mixin Entity 231 ops/sec (±3.98%) 231 ops/sec (±4.40%) 1
denormalizeLong withCache 7233 ops/sec (±0.27%) 6921 ops/sec (±0.14%) 0.96
denormalizeLong withCache (Scalar churn) 7245 ops/sec (±0.25%) 6870 ops/sec (±0.15%) 0.95
denormalizeLong Values withCache 5125 ops/sec (±0.47%) 6634 ops/sec (±0.91%) 1.29
denormalizeLong Scalar withCache 7980 ops/sec (±1.19%) 7162 ops/sec (±1.51%) 0.90
denormalizeLong Scalar update withCache 4042 ops/sec (±0.24%) 5539 ops/sec (±0.72%) 1.37
denormalizeLong All withCache 6118 ops/sec (±0.23%) 6456 ops/sec (±0.17%) 1.06
denormalizeLong Query-sorted withCache 6481 ops/sec (±0.17%) 7139 ops/sec (±0.45%) 1.10
denormalizeLongAndShort withEntityCacheOnly 1796 ops/sec (±0.43%) 1621 ops/sec (±0.80%) 0.90
denormalize bidirectional 50 5084 ops/sec (±4.17%) 4712 ops/sec (±4.83%) 0.93
denormalize bidirectional 50 donotcache 40575 ops/sec (±0.22%) 42300 ops/sec (±0.41%) 1.04
getResponse 4737 ops/sec (±0.95%) 5616 ops/sec (±1.71%) 1.19
getResponse (null) 10065221 ops/sec (±0.93%) 10296685 ops/sec (±0.44%) 1.02
getResponse (clear cache) 231 ops/sec (±3.72%) 228 ops/sec (±3.97%) 0.99
getSmallResponse 3485 ops/sec (±0.21%) 3756 ops/sec (±0.25%) 1.08
getSmallInferredResponse 2736 ops/sec (±0.09%) 2671 ops/sec (±0.21%) 0.98
getResponse Collection 4621 ops/sec (±0.71%) 5531 ops/sec (±1.07%) 1.20
get Collection 4625 ops/sec (±0.28%) 5264 ops/sec (±0.42%) 1.14
get Query-sorted 5337 ops/sec (±0.25%) 6450 ops/sec (±0.43%) 1.21
setLong 453 ops/sec (±0.23%) 448 ops/sec (±0.13%) 0.99
setLongWithMerge 253 ops/sec (±0.29%) 248 ops/sec (±1.60%) 0.98
setLongWithSimpleMerge 273 ops/sec (±0.17%) 267 ops/sec (±0.21%) 0.98
setSmallResponse 500x 943 ops/sec (±0.09%) 914 ops/sec (±0.10%) 0.97

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

@renovate renovate Bot force-pushed the renovate/build branch from e4b5fd1 to 29c5bda Compare April 29, 2026 13:54
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 29, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/todo-app/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ETARGET
npm error notarget No matching version found for @data-client/rest@0.18.0.
npm error notarget In most cases you or one of your dependencies are requesting a package version that doesn't exist.
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-29T14_37_10_893Z-debug-0.log

File name: examples/github-app/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ETARGET
npm error notarget No matching version found for @data-client/rest@0.18.0.
npm error notarget In most cases you or one of your dependencies are requesting a package version that doesn't exist.
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-29T14_37_13_520Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/build branch 2 times, most recently from cb55842 to d18617d Compare April 29, 2026 14:07
@renovate renovate Bot force-pushed the renovate/build branch from d18617d to 8990e4e Compare April 29, 2026 14:37
@ntucker ntucker closed this Apr 30, 2026
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