lowcoder
lowcoder copied to clipboard
Bump immer from 9.0.21 to 10.1.1 in /client
trafficstars
Bumps immer from 9.0.21 to 10.1.1.
Release notes
Sourced from immer's releases.
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-detailv10.0.4
10.0.4 (2024-03-09)
Bug Fixes
- Fix handling of Symbol and non-enumerable properties in finalization / freeze. Fixes #1096, #1087, #1091 (#1105)) (8949a3e)
v10.0.3
10.0.3 (2023-10-02)
Bug Fixes
- don't use
.mjsfile for react-native, which isn't supported by default. Fixes #1058 #1065 (#1075) (f6736a4)v10.0.2
10.0.2 (2023-05-09)
Bug Fixes
- export
Objectishtype (#1043) (75e004d)- Move index.js.flow from dist/ -> dist/cjs/ to match index.js (#1038) (a3b5603)
v10.0.1
10.0.1 (2023-04-17)
Bug Fixes
... (truncated)
Commits
e2d222bdocs: [Doc]: Update /zh-CN/ (#1067)4da2e0dfix: MakeapplyPatchesto acceptreadonly Patch[](#1094)073d634chore: Fix typo in comment in common.ts (#1113)a3a7d0cchore(deps): bump express from 4.18.2 to 4.19.2 in /website (#1112)5a8f6e7fix: export lost types (#1116)53e3203feat(performance): Make non-strict mode faster for classes. Addresses #1071511cceeintroduce StrictMode enum85a8f7bIntroduceclass_onlystrict mode setting7f1b3b9Merge branch 'main' into faster-unstrict-mode9713677chore: fix git ignore with watchman- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.