Skip to content

chore(deps): bump immer from 10.0.3 to 10.2.0#766

Merged
CataldoMazzilli merged 1 commit intodevelfrom
chore/deps-immer-10.2.0
Apr 16, 2026
Merged

chore(deps): bump immer from 10.0.3 to 10.2.0#766
CataldoMazzilli merged 1 commit intodevelfrom
chore/deps-immer-10.2.0

Conversation

@CataldoMazzilli
Copy link
Copy Markdown
Member

Bump immer from 10.0.3 to 10.2.0

Automated minor/patch update opened by the update-deps skill.

Changelog

v10.0.4

10.0.4 (2024-03-09)

Bug Fixes


v10.1.0

10.1.0 (2024-04-27)

Features

  • performance: Make non-strict mode faster for classes. Addresses #1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail

v10.1.1

10.1.1 (2024-04-27)

Bug Fixes


v10.1.2

10.1.2 (2025-09-01)

Bug Fixes

  • non-enumerable (immutable) methods on Map/Set (#1069) (aa24400)
  • Update package.json exports for react-native (#1159) (b2fcc66)

v10.1.3

10.1.3 (2025-09-01)

Bug Fixes

  • Mark exports as pure, for better tree-shakability (#1124) (85faaa2)

v10.2.0

10.2.0 (2025-10-25)

Features

  • Optimize Immer performance where possible, introduce setUseStrictIteration (#1164) (e1996ce)

Notes

  • Base branch: devel
  • Command: ncu -u --target minor --filter immer && npm install
  • Only package.json and package-lock.json were modified.

🤖 Generated by the update-deps skill.

@CataldoMazzilli CataldoMazzilli force-pushed the chore/deps-immer-10.2.0 branch from 8cde244 to 4a68737 Compare April 16, 2026 08:30
@sonarqube-zextras
Copy link
Copy Markdown

@CataldoMazzilli CataldoMazzilli merged commit 01e1e9e into devel Apr 16, 2026
3 checks passed
@CataldoMazzilli CataldoMazzilli deleted the chore/deps-immer-10.2.0 branch April 16, 2026 08:38
@ZxBot
Copy link
Copy Markdown
Contributor

ZxBot commented Apr 24, 2026

🎉 This PR is included in version 14.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ZxBot ZxBot added the released label Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When ImmerJS processes objects containing Symbol keys, the Symbols become Proxies.

4 participants