Skip to content

Commit f0e677b

Browse files
Bump immer from 11.0.1 to 11.1.0 in /ui (#2214)
Bumps [immer](https://github.com/immerjs/immer) from 11.0.1 to 11.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immerjs/immer/commit/bdf5cbd413d394ba5895f941fc64a67fa6f94ef5"><code>bdf5cbd</code></a> [docs] Documented setUseStrictIteration</li> <li><a href="https://github.com/immerjs/immer/commit/d38a9d046b79e65fc879ed286be43e9753e24144"><code>d38a9d0</code></a> feat: Override array methods to avoid proxy creation while iterating and upda...</li> <li>See full diff in <a href="https://github.com/immerjs/immer/compare/v11.0.1...v11.1.0">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=11.0.1&new-version=11.1.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdd4eb4 commit f0e677b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"clsx": "^2.1.1",
3434
"@tanstack/react-query": "^5.90.12",
3535
"@uidotdev/usehooks": "^2.4.1",
36-
"immer": "^11.0.1",
36+
"immer": "^11.1.0",
3737
"lucide-react": "^0.562.0",
3838
"next-themes": "^0.4.6",
3939
"react": "^19.2.3",

ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3037,10 +3037,10 @@ ignore@^7.0.0:
30373037
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
30383038
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
30393039

3040-
immer@^11.0.1:
3041-
version "11.0.1"
3042-
resolved "https://registry.yarnpkg.com/immer/-/immer-11.0.1.tgz#2191adadc17afc94553bfb7a4c0ca95e55ec2489"
3043-
integrity sha512-naDCyggtcBWANtIrjQEajhhBEuL9b0Zg4zmlWK2CzS6xCWSE39/vvf4LqnMjUAWHBhot4m9MHCM/Z+mfWhUkiA==
3040+
immer@^11.1.0:
3041+
version "11.1.0"
3042+
resolved "https://registry.yarnpkg.com/immer/-/immer-11.1.0.tgz#6c15b1fd4082021e9c61d51ab19d313f8973fde1"
3043+
integrity sha512-dlzb07f5LDY+tzs+iLCSXV2yuhaYfezqyZQc+n6baLECWkOMEWxkECAOnXL0ba7lsA25fM9b2jtzpu/uxo1a7g==
30443044

30453045
import-fresh@^3.2.1:
30463046
version "3.3.1"

0 commit comments

Comments
 (0)