[PR #27113] chore(deps): bump immer from 9.0.21 to 10.1.3 in /web #31677

Closed
opened 2026-02-21 20:49:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/27113

State: closed
Merged: Yes


Bumps immer from 9.0.21 to 10.1.3.

Release notes

Sourced from immer's releases.

v10.1.3

10.1.3 (2025-09-01)

Bug Fixes

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

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

10.1.1 (2024-04-27)

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

10.0.4 (2024-03-09)

Bug Fixes

v10.0.3

10.0.3 (2023-10-02)

Bug Fixes

... (truncated)

Commits
  • 85faaa2 fix: Mark exports as pure, for better tree-shakability (#1124)
  • a8d78af chore: fix some comments (#1122)
  • 062210e chore(deps): bump webpack from 5.76.1 to 5.94.0 in /website (#1140)
  • b2fcc66 fix: Update package.json exports for react-native (#1159)
  • aa24400 fix: non-enumerable (immutable) methods on Map/Set (#1069)
  • b4f71a6 Fix: freezing of Map values during finalization (#1150)
  • 857b4b7 docs: unfinished todo filter condition (#1155)
  • 19cbe47 Prefix param with underscore to prevent unused param warning (#1145)
  • e2d222b docs: [Doc]: Update /zh-CN/ (#1067)
  • 4da2e0d fix: Make applyPatches to accept readonly Patch[] (#1094)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/langgenius/dify/pull/27113 **State:** closed **Merged:** Yes --- Bumps [immer](https://github.com/immerjs/immer) from 9.0.21 to 10.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/immerjs/immer/releases">immer's releases</a>.</em></p> <blockquote> <h2>v10.1.3</h2> <h2><a href="https://github.com/immerjs/immer/compare/v10.1.2...v10.1.3">10.1.3</a> (2025-09-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Mark exports as pure, for better tree-shakability (<a href="https://redirect.github.com/immerjs/immer/issues/1124">#1124</a>) (<a href="https://github.com/immerjs/immer/commit/85faaa24d4095c7887913a1a4fb218bf2bb881f3">85faaa2</a>)</li> </ul> <h2>v10.1.2</h2> <h2><a href="https://github.com/immerjs/immer/compare/v10.1.1...v10.1.2">10.1.2</a> (2025-09-01)</h2> <h3>Bug Fixes</h3> <ul> <li>non-enumerable (immutable) methods on Map/Set (<a href="https://redirect.github.com/immerjs/immer/issues/1069">#1069</a>) (<a href="https://github.com/immerjs/immer/commit/aa24400ea1f53b20927ac3619ea4fcd98c3a2172">aa24400</a>)</li> <li>Update package.json exports for react-native (<a href="https://redirect.github.com/immerjs/immer/issues/1159">#1159</a>) (<a href="https://github.com/immerjs/immer/commit/b2fcc6608773f0886ccc673d62deb1ca7f4a0e83">b2fcc66</a>)</li> </ul> <h2>v10.1.1</h2> <h2><a href="https://github.com/immerjs/immer/compare/v10.1.0...v10.1.1">10.1.1</a> (2024-04-27)</h2> <h3>Bug Fixes</h3> <ul> <li>export lost types (<a href="https://redirect.github.com/immerjs/immer/issues/1116">#1116</a>) (<a href="https://github.com/immerjs/immer/commit/5a8f6e7bee76407502ca128f95ad25d277c054e3">5a8f6e7</a>)</li> <li>Make <code>applyPatches</code> to accept <code>readonly Patch[]</code> (<a href="https://redirect.github.com/immerjs/immer/issues/1094">#1094</a>) (<a href="https://github.com/immerjs/immer/commit/4da2e0d5af3c155ba26af1364a7095366adff6ba">4da2e0d</a>)</li> </ul> <h2>v10.1.0</h2> <h1><a href="https://github.com/immerjs/immer/compare/v10.0.4...v10.1.0">10.1.0</a> (2024-04-27)</h1> <h3>Features</h3> <ul> <li><strong>performance:</strong> Make non-strict mode faster for classes. Addresses <a href="https://redirect.github.com/immerjs/immer/issues/1071">#1071</a> (<a href="https://github.com/immerjs/immer/commit/53e3203984058b8e5ce81a67b81c60069481c568">53e3203</a>). 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 <code>setUseStrictShallowCopy(&quot;class_only&quot;)</code> to revert to the old behavior. For more details see <a href="https://immerjs.github.io/immer/complex-objects#semantics-in-detail">https://immerjs.github.io/immer/complex-objects#semantics-in-detail</a></li> </ul> <h2>v10.0.4</h2> <h2><a href="https://github.com/immerjs/immer/compare/v10.0.3...v10.0.4">10.0.4</a> (2024-03-09)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix handling of Symbol and non-enumerable properties in finalization / freeze. Fixes <a href="https://redirect.github.com/immerjs/immer/issues/1096">#1096</a>, <a href="https://redirect.github.com/immerjs/immer/issues/1087">#1087</a>, <a href="https://redirect.github.com/immerjs/immer/issues/1091">#1091</a> (<a href="https://redirect.github.com/immerjs/immer/issues/1105">#1105</a>)) (<a href="https://github.com/immerjs/immer/commit/8949a3ee68f187573e61f5345f2b8b59bcd0813c">8949a3e</a>)</li> </ul> <h2>v10.0.3</h2> <h2><a href="https://github.com/immerjs/immer/compare/v10.0.2...v10.0.3">10.0.3</a> (2023-10-02)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immerjs/immer/commit/85faaa24d4095c7887913a1a4fb218bf2bb881f3"><code>85faaa2</code></a> fix: Mark exports as pure, for better tree-shakability (<a href="https://redirect.github.com/immerjs/immer/issues/1124">#1124</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/a8d78af53aa3ce1b2b9f06d91923c471bd8d071f"><code>a8d78af</code></a> chore: fix some comments (<a href="https://redirect.github.com/immerjs/immer/issues/1122">#1122</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/062210e63728a6996af100800d163d1283cc18d3"><code>062210e</code></a> chore(deps): bump webpack from 5.76.1 to 5.94.0 in /website (<a href="https://redirect.github.com/immerjs/immer/issues/1140">#1140</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/b2fcc6608773f0886ccc673d62deb1ca7f4a0e83"><code>b2fcc66</code></a> fix: Update package.json exports for react-native (<a href="https://redirect.github.com/immerjs/immer/issues/1159">#1159</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/aa24400ea1f53b20927ac3619ea4fcd98c3a2172"><code>aa24400</code></a> fix: non-enumerable (immutable) methods on Map/Set (<a href="https://redirect.github.com/immerjs/immer/issues/1069">#1069</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/b4f71a6f2bdeafd24cd4669921082f8ac2e84cfc"><code>b4f71a6</code></a> Fix: freezing of Map values during finalization (<a href="https://redirect.github.com/immerjs/immer/issues/1150">#1150</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/857b4b770347d1a502ed01bbdd3166e8b2be1004"><code>857b4b7</code></a> docs: unfinished todo filter condition (<a href="https://redirect.github.com/immerjs/immer/issues/1155">#1155</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/19cbe47ae3db3b4a8940409ab1814ce1a9af3458"><code>19cbe47</code></a> Prefix param with underscore to prevent unused param warning (<a href="https://redirect.github.com/immerjs/immer/issues/1145">#1145</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/e2d222bd4fb26abded04075c936290715e9ee335"><code>e2d222b</code></a> docs: [Doc]: Update /zh-CN/ (<a href="https://redirect.github.com/immerjs/immer/issues/1067">#1067</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/4da2e0d5af3c155ba26af1364a7095366adff6ba"><code>4da2e0d</code></a> fix: Make <code>applyPatches</code> to accept <code>readonly Patch[]</code> (<a href="https://redirect.github.com/immerjs/immer/issues/1094">#1094</a>)</li> <li>Additional commits viewable in <a href="https://github.com/immerjs/immer/compare/v9.0.21...v10.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=immer&package-manager=npm_and_yarn&previous-version=9.0.21&new-version=10.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
yindo added the pull-request label 2026-02-21 20:49:55 -05:00
yindo closed this issue 2026-02-21 20:49:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31677