Skip to content

pkg: Update build packages to v7#3956

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-build
Open

pkg: Update build packages to v7#3956
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-build

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@linaria/core 6.3.07.0.0 age adoption passing confidence
@linaria/react 6.3.07.0.1 age adoption passing confidence
@rollup/plugin-babel (source) ^6.0.4^7.0.0 age adoption passing confidence
webpack-cli (source) 6.0.17.0.3 age adoption passing confidence

Release Notes

callstack/linaria (@​linaria/core)

v7.0.0

Compare Source

Major Changes
  • ab11ebb: BREAKING: bump @wyw-in-js/* dependencies to ^1.0.0 (stable).

    This release updates Linaria's build-time evaluation engine (WyW). See https://wyw-in-js.dev/stability for practical guidance and common pitfalls.

    Notes:

    • Linaria 7 requires Node.js 20+ (aligned with WyW 1.x).
    • If you import JSON from code that is evaluated by WyW, add .json to extensions and ensure .json is ignored by evaluation rules (so it's parsed as JSON, not by Babel).
    • Rollup users: WyW 1.x serializes transform() by default (serializeTransform: true). If you hit Rollup "Unexpected early exit" (unresolved plugin promises / deadlock during resolve), set serializeTransform: false (see examples/rollup/rollup.config.mjs).
    • WyW 1.x promotes fully-statically-evaluatable modules to only: ['*'] and can re-evaluate modules when cached exports are incomplete (cached export values might not be reused).
rollup/plugins (@​rollup/plugin-babel)

v7.1.0

2026-05-29

Features
  • babel: add parallel processing via worker threads (#​1956)

v7.0.0

2026-03-05

Breaking Changes
  • babel!: improve filtering capability & performance (#​1954)
webpack/webpack-cli (webpack-cli)

v7.0.3

Compare Source

Patch Changes
  • Improved CLI startup performance and reduced memory usage. (by @​alexander-akait in #​4765)

  • Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by @​alexander-akait in #​4760)

  • Replace the fastest-levenshtein dependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by @​alexander-akait in #​4762)

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • The minimum supported version of Node.js is 20.9.0. (by @​alexander-akait in #​4677)

  • Use dynamic import to load webpack.config.js, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by @​alexander-akait in #​4677)

  • Removed the --node-env argument in favor of the --config-node-env argument. (by @​alexander-akait in #​4677)

  • The version command only output versions right now. (by @​alexander-akait in #​4677)

  • Removed deprecated API, no action required unless you use import cli from "webpack-cli";/const cli = require("webpack-cli");. (by @​alexander-akait in #​4677)

Patch Changes

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 May 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 May 30, 2026 8:50pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 10, 2026

⚠️ No Changeset found

Latest commit: bc378d6

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 May 10, 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.07 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: bc378d6 Previous: 5c8ae10 Ratio
data-client: getlist-100 166.67 ops/s (± 5.2%) 130.72 ops/s (± 4.3%) 0.78
data-client: getlist-500 51.41 ops/s (± 5.0%) 41.07 ops/s (± 5.7%) 0.80
data-client: update-entity 392.31 ops/s (± 6.9%) 322.58 ops/s (± 9.1%) 0.82
data-client: update-user 377.49 ops/s (± 7.9%) 322.58 ops/s (± 6.9%) 0.85
data-client: getlist-500-sorted 52.77 ops/s (± 8.8%) 44.15 ops/s (± 9.9%) 0.84
data-client: update-entity-sorted 344.83 ops/s (± 5.7%) 294.12 ops/s (± 7.3%) 0.85
data-client: update-entity-multi-view 370.37 ops/s (± 7.1%) 322.58 ops/s (± 5.5%) 0.87
data-client: list-detail-switch-10 12.32 ops/s (± 5.0%) 7.1 ops/s (± 6.7%) 0.58
data-client: update-user-10000 83.68 ops/s (± 12.2%) 74.35 ops/s (± 13.9%) 0.89
data-client: invalidate-and-resolve 46.62 ops/s (± 5.9%) 35.46 ops/s (± 5.3%) 0.76
data-client: unshift-item 238.1 ops/s (± 5.3%) 217.39 ops/s (± 5.2%) 0.91
data-client: delete-item 312.5 ops/s (± 5.6%) 277.78 ops/s (± 3.7%) 0.89
data-client: move-item 190.49 ops/s (± 9.1%) 168.08 ops/s (± 10.0%) 0.88

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: bc378d6 Previous: 5c8ae10 Ratio
normalizeLong 431 ops/sec (±4.10%) 435 ops/sec (±3.78%) 1.01
normalizeLong Values 390 ops/sec (±0.30%) 392 ops/sec (±1.43%) 1.01
normalizeLong Scalar 323 ops/sec (±1.31%) 325 ops/sec (±2.03%) 1.01
normalizeLong Scalar update 840 ops/sec (±0.75%) 846 ops/sec (±0.41%) 1.01
denormalizeLong 222 ops/sec (±4.09%) 226 ops/sec (±4.67%) 1.02
denormalizeLong Values 207 ops/sec (±4.67%) 211 ops/sec (±3.89%) 1.02
denormalizeLong donotcache 1042 ops/sec (±0.11%) 1036 ops/sec (±0.12%) 0.99
denormalizeLong Values donotcache 744 ops/sec (±0.17%) 742 ops/sec (±0.23%) 1.00
denormalizeLong Scalar donotcache 1023 ops/sec (±0.70%) 1033 ops/sec (±0.23%) 1.01
denormalizeShort donotcache 500x 1473 ops/sec (±0.41%) 1447 ops/sec (±1.08%) 0.98
denormalizeShort 500x 638 ops/sec (±4.10%) 635 ops/sec (±4.42%) 1.00
denormalizeShort 500x withCache 7099 ops/sec (±0.80%) 7184 ops/sec (±1.07%) 1.01
queryShort 500x withCache 3002 ops/sec (±0.17%) 3063 ops/sec (±0.23%) 1.02
buildQueryKey All 47705 ops/sec (±0.42%) 44550 ops/sec (±0.52%) 0.93
query All withCache 6783 ops/sec (±0.30%) 7047 ops/sec (±0.29%) 1.04
denormalizeLong with mixin Entity 220 ops/sec (±4.00%) 220 ops/sec (±4.41%) 1
denormalizeLong withCache 6948 ops/sec (±0.25%) 5924 ops/sec (±0.10%) 0.85
denormalizeLong withCache (Scalar churn) 6899 ops/sec (±0.17%) 5866 ops/sec (±0.30%) 0.85
denormalizeLong Values withCache 6677 ops/sec (±0.31%) 6169 ops/sec (±0.58%) 0.92
denormalizeLong Scalar withCache 6979 ops/sec (±1.17%) 7348 ops/sec (±0.91%) 1.05
denormalizeLong Scalar update withCache 5382 ops/sec (±0.53%) 5410 ops/sec (±0.49%) 1.01
denormalizeLong All withCache 6307 ops/sec (±0.15%) 6534 ops/sec (±0.17%) 1.04
denormalizeLong Query-sorted withCache 6848 ops/sec (±0.25%) 7123 ops/sec (±0.22%) 1.04
denormalizeLongAndShort withEntityCacheOnly 1615 ops/sec (±0.24%) 1556 ops/sec (±0.58%) 0.96
denormalize bidirectional 50 4587 ops/sec (±4.96%) 4767 ops/sec (±3.95%) 1.04
denormalize bidirectional 50 donotcache 42747 ops/sec (±0.44%) 43673 ops/sec (±0.17%) 1.02
getResponse 5581 ops/sec (±1.31%) 5607 ops/sec (±1.73%) 1.00
getResponse (null) 10182636 ops/sec (±0.52%) 10134993 ops/sec (±1.09%) 1.00
getResponse (clear cache) 212 ops/sec (±4.46%) 219 ops/sec (±3.90%) 1.03
getSmallResponse 3882 ops/sec (±0.29%) 3834 ops/sec (±0.93%) 0.99
getSmallInferredResponse 2800 ops/sec (±0.10%) 2777 ops/sec (±0.78%) 0.99
getResponse Collection 5529 ops/sec (±0.91%) 5292 ops/sec (±0.88%) 0.96
get Collection 5227 ops/sec (±0.41%) 5201 ops/sec (±0.37%) 1.00
get Query-sorted 6459 ops/sec (±0.36%) 6355 ops/sec (±0.33%) 0.98
setLong 448 ops/sec (±0.18%) 451 ops/sec (±0.97%) 1.01
setLongWithMerge 245 ops/sec (±0.95%) 251 ops/sec (±0.33%) 1.02
setLongWithSimpleMerge 258 ops/sec (±1.87%) 271 ops/sec (±0.23%) 1.05
setSmallResponse 500x 873 ops/sec (±1.57%) 862 ops/sec (±1.27%) 0.99

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

@renovate renovate Bot force-pushed the renovate/major-build branch from 72e70bb to d18a1c8 Compare May 11, 2026 21:03
@renovate renovate Bot changed the title pkg: Update build packages to v7 (major) pkg: Update build packages to v7 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-build branch 8 times, most recently from d3d7b79 to 5b65d1d Compare May 19, 2026 12:38
@renovate renovate Bot force-pushed the renovate/major-build branch 6 times, most recently from 2641385 to 9e9e2b4 Compare May 23, 2026 23:52
@renovate renovate Bot force-pushed the renovate/major-build branch 6 times, most recently from 907b129 to 5ae8d4a Compare May 30, 2026 17:47
@renovate renovate Bot force-pushed the renovate/major-build branch from 5ae8d4a to bc378d6 Compare May 30, 2026 20:50
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.

0 participants