Skip to content

pkg: Update build packages#3477

Merged
ntucker merged 1 commit intomasterfrom
renovate/build
Apr 23, 2025
Merged

pkg: Update build packages#3477
ntucker merged 1 commit intomasterfrom
renovate/build

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/babel-preset 6.2.5 -> 6.2.6 age adoption passing confidence
@anansi/webpack-config 21.0.2 -> 21.0.3 age adoption passing confidence
rollup (source) 4.39.0 -> 4.40.0 age adoption passing confidence
webpack 5.99.5 -> 5.99.6 age adoption passing confidence

Release Notes

rollup/rollup (rollup)

v4.40.0

Compare Source

2025-04-12

Features
  • Only show eval warnings on first render and only when the call is not tree-shaken (#​5892)
  • Tree-shake non-included dynamic import members when the handler just maps to one named export (#​5898)
Bug Fixes
  • Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (#​5900)
  • Fix namespace rendering when tree-shaking is disabled (#​5908)
  • When using multiple transform hook filters, all of them need to be satisfied together (#​5909)
Pull Requests
webpack/webpack (webpack)

v5.99.6

Compare Source


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 Apr 23, 2025

⚠️ No Changeset found

Latest commit: 5f0b8e0

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
Contributor

github-actions bot commented Apr 23, 2025

Size Change: 0 B

Total Size: 77.7 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 3.42 kB
examples/test-bundlesize/dist/polyfill.js 311 B
examples/test-bundlesize/dist/rdcClient.js 10.2 kB
examples/test-bundlesize/dist/rdcEndpoint.js 5.6 kB
examples/test-bundlesize/dist/react.js 57.5 kB
examples/test-bundlesize/dist/webpack-runtime.js 726 B

compressed-size-action

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: 5f0b8e0 Previous: 167871b Ratio
normalizeLong 515 ops/sec (±0.75%) 507 ops/sec (±0.54%) 0.98
infer All 9154 ops/sec (±2.21%) 8964 ops/sec (±2.58%) 0.98
denormalizeLong 279 ops/sec (±2.72%) 274 ops/sec (±3.00%) 0.98
denormalizeLong donotcache 993 ops/sec (±0.20%) 993 ops/sec (±0.48%) 1
denormalizeShort donotcache 500x 1406 ops/sec (±0.14%) 1431 ops/sec (±0.31%) 1.02
denormalizeShort 500x 800 ops/sec (±1.93%) 769 ops/sec (±2.14%) 0.96
denormalizeShort 500x withCache 5206 ops/sec (±0.08%) 5379 ops/sec (±0.17%) 1.03
queryShort 500x withCache 2438 ops/sec (±0.34%) 2418 ops/sec (±0.29%) 0.99
denormalizeLong with mixin Entity 263 ops/sec (±1.96%) 265 ops/sec (±1.87%) 1.01
denormalizeLong withCache 6825 ops/sec (±0.26%) 6824 ops/sec (±0.33%) 1.00
denormalizeLong All withCache 8165 ops/sec (±0.30%) 8220 ops/sec (±0.24%) 1.01
denormalizeLong Query-sorted withCache 8072 ops/sec (±0.50%) 7518 ops/sec (±1.25%) 0.93
denormalizeLongAndShort withEntityCacheOnly 1718 ops/sec (±0.42%) 1726 ops/sec (±0.36%) 1.00
getResponse 5968 ops/sec (±1.35%) 6114 ops/sec (±1.22%) 1.02
getResponse (null) 6642613 ops/sec (±0.83%) 6207133 ops/sec (±0.61%) 0.93
getResponse (clear cache) 264 ops/sec (±1.75%) 264 ops/sec (±1.88%) 1
getSmallResponse 2647 ops/sec (±0.28%) 2621 ops/sec (±0.37%) 0.99
getSmallInferredResponse 2074 ops/sec (±0.32%) 2078 ops/sec (±0.30%) 1.00
getResponse Collection 6533 ops/sec (±1.03%) 6739 ops/sec (±1.03%) 1.03
get Collection 5691 ops/sec (±0.52%) 5799 ops/sec (±0.61%) 1.02
get Query-sorted 6681 ops/sec (±0.71%) 6846 ops/sec (±0.68%) 1.02
setLong 498 ops/sec (±0.59%) 502 ops/sec (±0.54%) 1.01
setLongWithMerge 226 ops/sec (±0.32%) 225 ops/sec (±0.53%) 1.00
setLongWithSimpleMerge 239 ops/sec (±0.30%) 234 ops/sec (±0.37%) 0.98
setSmallResponse 500x 912 ops/sec (±0.38%) 900 ops/sec (±1.54%) 0.99

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

@renovate renovate bot force-pushed the renovate/build branch from 6148d94 to 5f0b8e0 Compare April 23, 2025 17:24
@codecov
Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.74%. Comparing base (28f1895) to head (5f0b8e0).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3477   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         124      124           
  Lines        2239     2239           
  Branches      460      460           
=======================================
  Hits         2211     2211           
  Misses         13       13           
  Partials       15       15           

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

@ntucker ntucker added this pull request to the merge queue Apr 23, 2025
Merged via the queue into master with commit c1c3fac Apr 23, 2025
22 checks passed
@ntucker ntucker deleted the renovate/build branch April 23, 2025 18:32
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