Skip to content

React-Vite: Upgrade @joshwooding/vite-plugin-react-docgen-typescript to 0.7.0#34335

Merged
valentinpalkovic merged 2 commits into
storybookjs:nextfrom
beeswhacks:upgrade-vite-plugin-react-docgen-typescript-0.7.0
Mar 26, 2026
Merged

React-Vite: Upgrade @joshwooding/vite-plugin-react-docgen-typescript to 0.7.0#34335
valentinpalkovic merged 2 commits into
storybookjs:nextfrom
beeswhacks:upgrade-vite-plugin-react-docgen-typescript-0.7.0

Conversation

@beeswhacks
Copy link
Copy Markdown
Contributor

@beeswhacks beeswhacks commented Mar 26, 2026

What I did

Upgraded @joshwooding/vite-plugin-react-docgen-typescript from ^0.6.4 to ^0.7.0 in the react-vite framework package.

Version 0.7.0 includes:

  • Vite 8 support
  • Internal refactoring for improved correctness and performance
  • Removed CJS output (no impact — Storybook uses dynamic import())

Checklist for Contributors

Testing

The changes in this PR are covered in the following automated tests:

  • stories
  • unit tests
  • integration tests
  • end-to-end tests

Manual testing

This is a dependency version bump with no API changes. Verified locally:

  • yarn nx compile react-vite — compiles successfully
  • yarn nx check react-vite — no type errors

Existing unit tests in react-docgen.test.ts cover the react-docgen plugin, not react-docgen-typescript. The real coverage for this change comes from CI sandbox tests (react-vite templates).

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

No documentation changes needed for this dependency bump.

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli-storybook/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that don't fit in the above categories.

…to 0.7.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1f2c808b-1e13-430a-a893-ffd84c1a021b

📥 Commits

Reviewing files that changed from the base of the PR and between febea63 and b1ebc97.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • code/frameworks/react-vite/package.json

📝 Walkthrough

Walkthrough

Updated the @joshwooding/vite-plugin-react-docgen-typescript dependency version from ^0.6.4 to ^0.7.0 in the React-Vite framework's package configuration file.

Changes

Cohort / File(s) Summary
Dependency version update
code/frameworks/react-vite/package.json
Bumped @joshwooding/vite-plugin-react-docgen-typescript from ^0.6.4 to ^0.7.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 7fb9150, ran on 26 March 2026 at 10:18:48 UTC

The following packages have significant changes to their size or dependencies:

@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.76 MB 🚨 +33 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.83 MB 🚨 +32 KB 🚨
Bundle Size Analyzer Link Link

@storybook/react-vite

Before After Difference
Dependency count 82 82 0
Self size 35 KB 35 KB 🚨 +18 B 🚨
Dependency size 20.51 MB 20.54 MB 🚨 +33 KB 🚨
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic added the patch:yes Bugfix & documentation PR that need to be picked to main branch label Mar 26, 2026
@valentinpalkovic valentinpalkovic merged commit 544d8c9 into storybookjs:next Mar 26, 2026
119 of 128 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Core Team Projects Mar 26, 2026
valentinpalkovic added a commit that referenced this pull request Apr 2, 2026
…ocgen-typescript-0.7.0

React-Vite: Upgrade @joshwooding/vite-plugin-react-docgen-typescript to 0.7.0
(cherry picked from commit 544d8c9)
@github-actions github-actions Bot mentioned this pull request Apr 2, 2026
19 tasks
@github-actions github-actions Bot added the patch:done Patch/release PRs already cherry-picked to main/release branch label Apr 2, 2026
@valentinpalkovic valentinpalkovic self-assigned this Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug ci:normal maintenance User-facing maintenance tasks patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants