Skip to content

Commit e98f512

Browse files
Bump immer from 10.1.1 to 10.1.3 in /frontend (streamlit#12492)
Bumps [immer](https://github.com/immerjs/immer) from 10.1.1 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> </blockquote> </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>See full diff in <a href="https://github.com/immerjs/immer/compare/v10.1.1...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=10.1.1&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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7587948 commit e98f512

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

frontend/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"hoist-non-react-statics": "^3.3.2",
4242
"humanize-string": "^3.0.0",
4343
"iframe-resizer": "4.3.11",
44-
"immer": "^10.1.1",
44+
"immer": "^10.1.3",
4545
"lodash": "^4.17.21",
4646
"loglevel": "^1.9.2",
4747
"moment": "^2.29.4",

frontend/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"deck.gl": "^9.1.14",
7373
"dompurify": "^3.2.6",
7474
"hoist-non-react-statics": "^3.3.2",
75-
"immer": "^10.1.1",
75+
"immer": "^10.1.3",
7676
"json5": "^2.2.3",
7777
"katex": "^0.16.22",
7878
"lodash": "^4.17.21",

frontend/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3746,7 +3746,7 @@ __metadata:
37463746
hoist-non-react-statics: "npm:^3.3.2"
37473747
humanize-string: "npm:^3.0.0"
37483748
iframe-resizer: "npm:4.3.11"
3749-
immer: "npm:^10.1.1"
3749+
immer: "npm:^10.1.3"
37503750
jsdom: "npm:24.1.3"
37513751
lighthouse: "npm:^12.8.2"
37523752
lodash: "npm:^4.17.21"
@@ -3878,7 +3878,7 @@ __metadata:
38783878
eslint: "npm:^9.34.0"
38793879
eslint-plugin-streamlit-custom: "workspace:^"
38803880
hoist-non-react-statics: "npm:^3.3.2"
3881-
immer: "npm:^10.1.1"
3881+
immer: "npm:^10.1.3"
38823882
json5: "npm:^2.2.3"
38833883
katex: "npm:^0.16.22"
38843884
lodash: "npm:^4.17.21"
@@ -12592,10 +12592,10 @@ __metadata:
1259212592
languageName: node
1259312593
linkType: hard
1259412594

12595-
"immer@npm:^10.1.1":
12596-
version: 10.1.1
12597-
resolution: "immer@npm:10.1.1"
12598-
checksum: 10c0/b749e10d137ccae91788f41bd57e9387f32ea6d6ea8fd7eb47b23fd7766681575efc7f86ceef7fe24c3bc9d61e38ff5d2f49c2663b2b0c056e280a4510923653
12595+
"immer@npm:^10.1.3":
12596+
version: 10.1.3
12597+
resolution: "immer@npm:10.1.3"
12598+
checksum: 10c0/b3929022c1999935c9c5e9491fce20d883c15a04072628056f3b8c51a63ac0876d1c1f25cec146e325c30c906bc7f15a636c29ed53156f0a3049150f152df4c8
1259912599
languageName: node
1260012600
linkType: hard
1260112601

0 commit comments

Comments
 (0)