Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 22.15.30 -> 22.15.31 age adoption passing confidence devDependencies patch
@types/node (source) 22.15.30 -> 22.15.31 age adoption passing confidence dependencies patch
@types/react (source) 19.1.6 -> 19.1.8 age adoption passing confidence devDependencies patch
@types/react (source) 19.1.6 -> 19.1.8 age adoption passing confidence overrides patch
@types/react (source) 19.1.6 -> 19.1.8 age adoption passing confidence dependencies patch
antd (source) 5.25.4 -> 5.26.0 age adoption passing confidence dependencies minor
cimg/node 24.1 -> 24.2 age adoption passing confidence docker minor
immutable (source) 5.1.2 -> 5.1.3 age adoption passing confidence devDependencies patch

Release Notes

ant-design/ant-design (antd)

v5.26.0

Compare Source


immutable-js/immutable-js (immutable)

v5.1.3

Compare Source

TypeScript
Documentation

There has been a huge amount of changes in the documentation, mainly migrate from an autogenerated documentation from .d.ts file, to a proper documentation in markdown.
The playground has been included on nearly all method examples.
We added a page about browser extensions too: https://immutable-js.com/browser-extension/

Internal

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 Jun 12, 2025

⚠️ No Changeset found

Latest commit: 5d797e5

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

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.1 kB
examples/test-bundlesize/dist/rdcEndpoint.js 5.61 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: 5d797e5 Previous: f350727 Ratio
normalizeLong 508 ops/sec (±1.43%) 513 ops/sec (±1.82%) 1.01
denormalizeLong 273 ops/sec (±3.41%) 274 ops/sec (±3.50%) 1.00
denormalizeLong donotcache 992 ops/sec (±1.09%) 1036 ops/sec (±1.01%) 1.04
denormalizeShort donotcache 500x 1528 ops/sec (±1.77%) 1549 ops/sec (±0.45%) 1.01
denormalizeShort 500x 844 ops/sec (±2.14%) 824 ops/sec (±1.99%) 0.98
denormalizeShort 500x withCache 6156 ops/sec (±1.12%) 6514 ops/sec (±0.28%) 1.06
queryShort 500x withCache 2626 ops/sec (±0.91%) 2712 ops/sec (±0.85%) 1.03
buildQueryKey All 49930 ops/sec (±0.89%) 55796 ops/sec (±0.34%) 1.12
query All withCache 7050 ops/sec (±0.73%) 7917 ops/sec (±0.34%) 1.12
denormalizeLong with mixin Entity 270 ops/sec (±2.40%) 267 ops/sec (±3.70%) 0.99
denormalizeLong withCache 6859 ops/sec (±0.58%) 7515 ops/sec (±0.30%) 1.10
denormalizeLong All withCache 7257 ops/sec (±0.65%) 7935 ops/sec (±0.30%) 1.09
denormalizeLong Query-sorted withCache 7293 ops/sec (±1.09%) 7976 ops/sec (±0.35%) 1.09
denormalizeLongAndShort withEntityCacheOnly 1633 ops/sec (±0.89%) 1765 ops/sec (±0.34%) 1.08
getResponse 5306 ops/sec (±1.31%) 5696 ops/sec (±1.47%) 1.07
getResponse (null) 6664352 ops/sec (±0.94%) 6751024 ops/sec (±0.54%) 1.01
getResponse (clear cache) 262 ops/sec (±2.38%) 268 ops/sec (±2.26%) 1.02
getSmallResponse 3013 ops/sec (±0.71%) 3091 ops/sec (±0.27%) 1.03
getSmallInferredResponse 2266 ops/sec (±0.78%) 2370 ops/sec (±0.22%) 1.05
getResponse Collection 5442 ops/sec (±1.12%) 5490 ops/sec (±1.23%) 1.01
get Collection 5534 ops/sec (±0.35%) 5658 ops/sec (±0.15%) 1.02
get Query-sorted 6484 ops/sec (±0.47%) 6758 ops/sec (±0.36%) 1.04
setLong 531 ops/sec (±0.48%) 525 ops/sec (±0.50%) 0.99
setLongWithMerge 238 ops/sec (±0.61%) 238 ops/sec (±0.31%) 1
setLongWithSimpleMerge 260 ops/sec (±0.38%) 254 ops/sec (±0.48%) 0.98
setSmallResponse 500x 948 ops/sec (±0.13%) 953 ops/sec (±0.23%) 1.01

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

@codecov
Copy link

codecov bot commented Jun 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.76%. Comparing base (d01d6ad) to head (5d797e5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3505   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files         130      130           
  Lines        2265     2265           
  Branches      457      457           
=======================================
  Hits         2237     2237           
  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 enabled auto-merge June 12, 2025 08:34
@ntucker ntucker added this pull request to the merge queue Jun 12, 2025
Merged via the queue into master with commit 57f2ca2 Jun 12, 2025
24 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch June 12, 2025 08:38
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.

2 participants