chore(deps): upgrade immer from 10.2.0 to 11.1.8#1701
Conversation
Signed-off-by: Arturo Reuschenbach Puncernau <reuschenbach@gmail.com>
|
There was a problem hiding this comment.
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
immerfrom10.2.0to11.1.8inapps/greenhouse/package.json. - Bumped
immerfrom10.2.0to11.1.8inapps/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
|
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>
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
apps/greenhouse/package.jsonapps/supernova/package.jsonpnpm-lock.yamlto reflect new immer version and dependenciesRelated Issues
N/A - Routine dependency upgrade
Screenshots (if applicable)
N/A - No visual changes
Testing Instructions
pnpm ipnpm test --filter @cloudoperators/juno-app-greenhouse --filter @cloudoperators/juno-app-supernova- Verify all tests passpnpm lint --filter @cloudoperators/juno-app-greenhouse --filter @cloudoperators/juno-app-supernova- Verify linting passespnpm typecheck --filter @cloudoperators/juno-app-greenhouse --filter @cloudoperators/juno-app-supernova- Verify type checking passesMigration Notes:
Breaking Changes in v11.0.0
Impact on Codebase
produce()APIChecklist
PR Manifesto
Review the PR Manifesto for best practises.