Skip to content

Conversation

@kemuridama
Copy link
Owner

No description provided.

Copy link

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

This PR updates the Storybook addon to support Storybook v9 by migrating from the deprecated package-specific imports to the new unified "storybook" package structure introduced in v9. The changes include updating import paths, adjusting peer dependencies, and bumping the major version to reflect the breaking change.

  • Updates import statements to use the new Storybook v9 unified package structure
  • Bumps major version from 1.4.0 to 2.0.0 to indicate breaking changes
  • Updates Node.js version and ESLint configuration for the new environment

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/manager.tsx Updates import from @storybook/manager-api to storybook/manager-api
src/GitHub.tsx Migrates imports to use new unified package paths for components and manager API
package.json Updates peer dependencies to replace individual Storybook packages with unified storybook v9 package and bumps version to 2.0.0
.node-version Updates Node.js version from 18.16.0 to 22.16.0
.eslintrc.js Adds rule to disable import/no-unresolved since TypeScript handles module resolution

@kemuridama kemuridama merged commit d126940 into main Jul 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants