Upgrade SB to latest#115
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR upgrades Storybook and related packages from version 10.1.2 to 10.1.11 across the monorepo. The update is applied consistently to all Storybook dependencies in both the default and experiments catalogs, affecting the workspace configuration and lock file dependencies.
Key Changes:
- Storybook core and addon packages upgraded from 10.1.2 to 10.1.11
- Lock file updated with new package resolutions and integrity hashes
- Dependencies include tarball URLs in resolutions (common pnpm lockfile format)
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pnpm-workspace.yaml |
Updated all Storybook package versions from 10.1.2 to 10.1.11 in both default and experiments catalogs |
pnpm-lock.yaml |
Updated package resolutions, integrity hashes, and dependency versions for the upgraded Storybook packages; includes various transitive dependency updates |
Review Outcome: The changes appear to be a straightforward version upgrade with consistent application across all Storybook packages. The lockfile changes are expected for a dependency update, including new package resolutions and updated transitive dependencies.
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
=======================================
Coverage 87.82% 87.82%
=======================================
Files 19 19
Lines 427 427
Branches 122 122
=======================================
Hits 375 375
Misses 8 8
Partials 44 44 ☔ View full report in Codecov by Sentry. |
|
Superseded by #120 |
No description provided.