Skip to content

(plywood-server): Bump immer from 9.0.6 to 10.2.0 in /plywood#643

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/plywood/develop/immer-10.2.0
Open

(plywood-server): Bump immer from 9.0.6 to 10.2.0 in /plywood#643
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/plywood/develop/immer-10.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2025

Bumps immer from 9.0.6 to 10.2.0.

Release notes

Sourced from immer's releases.

v10.2.0

10.2.0 (2025-10-25)

Features

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

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

... (truncated)

Commits
  • e1996ce feat: Optimize Immer performance where possible, introduce `setUseStrictItera...
  • 40aa814 Merge pull request #1182 from immerjs/feature/more-perf-benchmarks
  • 20dc3aa Add benchmark table and comparison output
  • 7266c0f Add reuse and RTKQ benchmark scenarios
  • df8629c Pull out freeze values
  • 3a8ea32 Improve filtering test
  • 6e51eb6 Add benchmark config
  • a0e11d9 Add structura and limu as versions
  • 85b891b Read latest CPU profile by default
  • 4d53dc0 Add structura and limu
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [immer](https://github.com/immerjs/immer) from 9.0.6 to 10.2.0.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v9.0.6...v10.2.0)

---
updated-dependencies:
- dependency-name: immer
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 25, 2025
@github-actions
Copy link
Contributor

Code Coverage

Package Line Rate Health
. 77%
authentication 65%
cli 67%
destinations 63%
gcloud 100%
handlers 74%
metrics 94%
models 89%
plywood 42%
plywood.objects 52%
plywood.parsers 85%
query_runner 52%
serializers 81%
services 96%
settings 96%
tasks 66%
tasks.queries 82%
templates._includes 100%
utils 70%
Summary 65% (10285 / 15739)

Minimum allowed line rate is 60%

@github-actions
Copy link
Contributor

❌ Test Failure Detected

📹 Test Videos Available: Download Artifacts

Test execution failed. Videos and screenshots are available in the GitHub Actions artifacts for debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants