Skip to content

chore(deps): upgrade immer from 10.2.0 to 11.1.8#1701

Merged
ArtieReus merged 2 commits into
mainfrom
artie-upgrade-major-immer-11.1.8
May 20, 2026
Merged

chore(deps): upgrade immer from 10.2.0 to 11.1.8#1701
ArtieReus merged 2 commits into
mainfrom
artie-upgrade-major-immer-11.1.8

Conversation

@ArtieReus
Copy link
Copy Markdown
Collaborator

Summary

Upgrades immer from version 10.2.0 to 11.1.8 in the greenhouse and supernova apps. This major version upgrade includes performance improvements and enables loose iteration by default. No code changes are required as the codebase only uses the basic produce() API.

Changes Made

  • Updated immer from 10.2.0 to 11.1.8 in:
    • apps/greenhouse/package.json
    • apps/supernova/package.json
  • Updated pnpm-lock.yaml to reflect new immer version and dependencies

Related Issues

N/A - Routine dependency upgrade

Screenshots (if applicable)

N/A - No visual changes

Testing Instructions

  1. pnpm i
  2. pnpm test --filter @cloudoperators/juno-app-greenhouse --filter @cloudoperators/juno-app-supernova - Verify all tests pass
  3. pnpm lint --filter @cloudoperators/juno-app-greenhouse --filter @cloudoperators/juno-app-supernova - Verify linting passes
  4. pnpm typecheck --filter @cloudoperators/juno-app-greenhouse --filter @cloudoperators/juno-app-supernova - Verify type checking passes

Migration Notes:

Breaking Changes in v11.0.0

  • Loose iteration enabled by default: Previously opt-in, now default behavior. Makes immer more permissive and easier to use.
  • Internal finalization system rewrite: Performance improvements using callback approach instead of tree traversal.

Impact on Codebase

  • No code changes required - Only using produce() API
  • All tests pass (greenhouse: 105 tests, supernova: 74 tests)
  • Performance improvements from new finalization system

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.
  • I have created a changeset for my changes.

PR Manifesto

Review the PR Manifesto for best practises.

Signed-off-by: Arturo Reuschenbach Puncernau <reuschenbach@gmail.com>
@ArtieReus ArtieReus requested a review from a team as a code owner May 19, 2026 14:35
Copilot AI review requested due to automatic review settings May 19, 2026 14:35
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 19, 2026

⚠️ No Changeset found

Latest commit: 4bdec12

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ArtieReus ArtieReus self-assigned this May 19, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Upgrades the immer dependency to v11.1.8 in the Greenhouse and Supernova apps to pick up the major-version performance/finalization changes and the new default “loose iteration” behavior.

Changes:

  • Bumped immer from 10.2.0 to 11.1.8 in apps/greenhouse/package.json.
  • Bumped immer from 10.2.0 to 11.1.8 in apps/supernova/package.json.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
apps/greenhouse/package.json Updates immer dependency to v11.1.8 for the Greenhouse app.
apps/supernova/package.json Updates immer dependency to v11.1.8 for the Supernova app.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@ArtieReus ArtieReus linked an issue May 19, 2026 that may be closed by this pull request
@ArtieReus ArtieReus requested a review from Copilot May 19, 2026 15:12
@ArtieReus ArtieReus added the greenhouse-pr-build Set this label to create a preview image which will automatically set the `greenhouse-pr-preview` label May 19, 2026
@github-actions github-actions Bot added the greenhouse-pr-preview THIS LABEL IS SET AUTOMATICALLY. label May 19, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@ArtieReus ArtieReus closed this May 20, 2026
@ArtieReus ArtieReus reopened this May 20, 2026
@github-actions github-actions Bot added greenhouse-pr-preview THIS LABEL IS SET AUTOMATICALLY. and removed greenhouse-pr-preview THIS LABEL IS SET AUTOMATICALLY. labels May 20, 2026
@ArtieReus
Copy link
Copy Markdown
Collaborator Author

Looks like the CodeQL is stuck in this PR... I will push a new commit to check if it helps...

Signed-off-by: Arturo Reuschenbach Puncernau <reuschenbach@gmail.com>
@github-actions github-actions Bot added greenhouse-pr-preview THIS LABEL IS SET AUTOMATICALLY. and removed greenhouse-pr-preview THIS LABEL IS SET AUTOMATICALLY. labels May 20, 2026
Copy link
Copy Markdown
Collaborator

@andypf andypf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ArtieReus ArtieReus merged commit 4b4c44a into main May 20, 2026
23 checks passed
@ArtieReus ArtieReus deleted the artie-upgrade-major-immer-11.1.8 branch May 20, 2026 07:12
@github-actions github-actions Bot removed the greenhouse-pr-preview THIS LABEL IS SET AUTOMATICALLY. label May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

greenhouse-pr-build Set this label to create a preview image which will automatically set the `greenhouse-pr-preview`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] (Juno): Upgrade immer from v10.x.x to v11.x.x

4 participants