Dependencies: Update vite-plugin-storybook-nextjs to ^3.2.4#34280
Merged
valentinpalkovic merged 1 commit intoMar 24, 2026
Merged
Conversation
Bump vite-plugin-storybook-nextjs from ^3.1.9 to ^3.2.4 to pick up important fixes including next/image resolution for package imports (v3.2.2) and Vite 8 support (v3.2.0).
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Comment |
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 50 | 49 | 🎉 -1 🎉 |
| Self size | 20.46 MB | 20.46 MB | 🎉 -882 B 🎉 |
| Dependency size | 16.55 MB | 16.54 MB | 🎉 -10 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/nextjs
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 534 | 534 | 0 |
| Self size | 650 KB | 650 KB | 0 B |
| Dependency size | 60.20 MB | 59.95 MB | 🎉 -248 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/nextjs-vite
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 92 | 92 | 0 |
| Self size | 1.12 MB | 1.12 MB | 0 B |
| Dependency size | 22.73 MB | 22.48 MB | 🎉 -248 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/react-native-web-vite
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 121 | 121 | 0 |
| Self size | 30 KB | 30 KB | 0 B |
| Dependency size | 23.80 MB | 23.55 MB | 🎉 -248 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/react-vite
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 82 | 82 | 0 |
| Self size | 35 KB | 35 KB | 🎉 -36 B 🎉 |
| Dependency size | 20.51 MB | 20.26 MB | 🎉 -248 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/react-webpack5
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 271 | 271 | 0 |
| Self size | 24 KB | 24 KB | 0 B |
| Dependency size | 44.81 MB | 44.56 MB | 🎉 -248 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 184 | 183 | 🎉 -1 🎉 |
| Self size | 780 KB | 780 KB | 0 B |
| Dependency size | 67.68 MB | 67.66 MB | 🎉 -11 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 177 | 176 | 🎉 -1 🎉 |
| Self size | 32 KB | 32 KB | 🎉 -36 B 🎉 |
| Dependency size | 66.20 MB | 66.19 MB | 🎉 -11 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
create-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 51 | 50 | 🎉 -1 🎉 |
| Self size | 1.04 MB | 1.04 MB | 0 B |
| Dependency size | 37.01 MB | 37.00 MB | 🎉 -11 KB 🎉 |
| Bundle Size Analyzer | node | node |
@storybook/react
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 58 | 58 | 0 |
| Self size | 1.44 MB | 1.19 MB | 🎉 -248 KB 🎉 |
| Dependency size | 13.21 MB | 13.21 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
This was referenced Mar 25, 2026
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump vite-plugin-storybook-nextjs from ^3.1.9 to ^3.2.4 to pick up
important fixes including next/image resolution for package imports
(v3.2.2) and Vite 8 support (v3.2.0).
What I did
Updated
vite-plugin-storybook-nextjsdependency in@storybook/nextjs-vitefrom^3.1.9to^3.2.4.The previous semver range resolved to
3.1.12at most, missing important fixes in the3.2.xline:Without this bump, Storybook Vitest browser tests fail for stories using
next/image:Since
vite-plugin-storybook-nextjsis released independently, it may be worth adding automated update tooling or tightening release coordination to reduce the chance of similar regressions in the future.Checklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
Manual testing
@storybook/nextjs-vitewith@storybook/addon-vitestnext/imagewith a static image importElement type is invaliderrorDocumentation
MIGRATION.MD