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 Jun 4, 2026 4:05pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 10, 2026

⚠️ No Changeset found

Latest commit: 6862c8d

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: 6862c8d Previous: 5c8ae10 Ratio
data-client: getlist-100 140.85 ops/s (± 5.1%) 130.72 ops/s (± 4.3%) 0.93
data-client: getlist-500 42.13 ops/s (± 7.3%) 41.07 ops/s (± 5.7%) 0.97
data-client: update-entity 425.72 ops/s (± 7.4%) 322.58 ops/s (± 9.1%) 0.76
data-client: update-user 344.83 ops/s (± 5.2%) 322.58 ops/s (± 6.9%) 0.94
data-client: getlist-500-sorted 44.15 ops/s (± 8.1%) 44.15 ops/s (± 9.9%) 1
data-client: update-entity-sorted 266.71 ops/s (± 5.8%) 294.12 ops/s (± 7.3%) 1.10
data-client: update-entity-multi-view 322.58 ops/s (± 6.1%) 322.58 ops/s (± 5.5%) 1
data-client: list-detail-switch-10 7.69 ops/s (± 9.2%) 7.1 ops/s (± 6.7%) 0.92
data-client: update-user-10000 75.19 ops/s (± 14.7%) 74.35 ops/s (± 13.9%) 0.99
data-client: invalidate-and-resolve 37.52 ops/s (± 5.1%) 35.46 ops/s (± 5.3%) 0.95
data-client: unshift-item 194.19 ops/s (± 5.6%) 217.39 ops/s (± 5.2%) 1.12
data-client: delete-item 277.78 ops/s (± 5.0%) 277.78 ops/s (± 3.7%) 1
data-client: move-item 181.82 ops/s (± 9.6%) 168.08 ops/s (± 10.0%) 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: 6862c8d Previous: 5c8ae10 Ratio
normalizeLong 435 ops/sec (±2.83%) 435 ops/sec (±3.78%) 1
normalizeLong Values 397 ops/sec (±0.48%) 392 ops/sec (±1.43%) 0.99
normalizeLong Scalar 336 ops/sec (±0.89%) 325 ops/sec (±2.03%) 0.97
normalizeLong Scalar update 843 ops/sec (±0.69%) 846 ops/sec (±0.41%) 1.00
denormalizeLong 241 ops/sec (±4.46%) 226 ops/sec (±4.67%) 0.94
denormalizeLong Values 218 ops/sec (±3.76%) 211 ops/sec (±3.89%) 0.97
denormalizeLong donotcache 1032 ops/sec (±0.19%) 1036 ops/sec (±0.12%) 1.00
denormalizeLong Values donotcache 733 ops/sec (±1.19%) 742 ops/sec (±0.23%) 1.01
denormalizeLong Scalar donotcache 1023 ops/sec (±0.15%) 1033 ops/sec (±0.23%) 1.01
denormalizeShort donotcache 500x 1436 ops/sec (±0.09%) 1447 ops/sec (±1.08%) 1.01
denormalizeShort 500x 949 ops/sec (±1.72%) 635 ops/sec (±4.42%) 0.67
denormalizeShort 500x withCache 7051 ops/sec (±0.14%) 7184 ops/sec (±1.07%) 1.02
queryShort 500x withCache 3082 ops/sec (±0.10%) 3063 ops/sec (±0.23%) 0.99
buildQueryKey All 47532 ops/sec (±0.49%) 44550 ops/sec (±0.52%) 0.94
query All withCache 7088 ops/sec (±0.40%) 7047 ops/sec (±0.29%) 0.99
denormalizeLong with mixin Entity 380 ops/sec (±0.15%) 220 ops/sec (±4.41%) 0.58
denormalizeLong withCache 7172 ops/sec (±0.52%) 5924 ops/sec (±0.10%) 0.83
denormalizeLong withCache (Scalar churn) 7142 ops/sec (±0.21%) 5866 ops/sec (±0.30%) 0.82
denormalizeLong Values withCache 6159 ops/sec (±0.29%) 6169 ops/sec (±0.58%) 1.00
denormalizeLong Scalar withCache 7511 ops/sec (±0.88%) 7348 ops/sec (±0.91%) 0.98
denormalizeLong Scalar update withCache 5427 ops/sec (±0.56%) 5410 ops/sec (±0.49%) 1.00
denormalizeLong All withCache 6616 ops/sec (±0.16%) 6534 ops/sec (±0.17%) 0.99
denormalizeLong Query-sorted withCache 7121 ops/sec (±0.55%) 7123 ops/sec (±0.22%) 1.00
denormalizeLongAndShort withEntityCacheOnly 1657 ops/sec (±0.24%) 1556 ops/sec (±0.58%) 0.94
denormalize bidirectional 50 6441 ops/sec (±0.76%) 4767 ops/sec (±3.95%) 0.74
denormalize bidirectional 50 donotcache 44852 ops/sec (±0.94%) 43673 ops/sec (±0.17%) 0.97
getResponse 5603 ops/sec (±1.59%) 5607 ops/sec (±1.73%) 1.00
getResponse (null) 10266589 ops/sec (±0.49%) 10134993 ops/sec (±1.09%) 0.99
getResponse (clear cache) 348 ops/sec (±0.31%) 219 ops/sec (±3.90%) 0.63
getSmallResponse 3857 ops/sec (±0.25%) 3834 ops/sec (±0.93%) 0.99
getSmallInferredResponse 2823 ops/sec (±0.09%) 2777 ops/sec (±0.78%) 0.98
getResponse Collection 5473 ops/sec (±1.25%) 5292 ops/sec (±0.88%) 0.97
get Collection 5214 ops/sec (±0.64%) 5201 ops/sec (±0.37%) 1.00
get Query-sorted 5468 ops/sec (±0.32%) 6355 ops/sec (±0.33%) 1.16
setLong 438 ops/sec (±0.34%) 451 ops/sec (±0.97%) 1.03
setLongWithMerge 252 ops/sec (±0.35%) 251 ops/sec (±0.33%) 1.00
setLongWithSimpleMerge 262 ops/sec (±0.48%) 271 ops/sec (±0.23%) 1.03
setSmallResponse 500x 882 ops/sec (±1.70%) 862 ops/sec (±1.27%) 0.98

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 8 times, most recently from bc378d6 to b3dfceb Compare June 2, 2026 12:33
@renovate renovate Bot force-pushed the renovate/major-build branch from b3dfceb to b294e26 Compare June 4, 2026 11:38
@renovate renovate Bot force-pushed the renovate/major-build branch from b294e26 to 6862c8d Compare June 4, 2026 16:05
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