Conversation
🦋 Changeset detectedLatest commit: c652029 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for storybook-mcp-self-host-example canceled.
|
commit: |
❌ 3 Tests Failed:
View the full list of 3 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
There was a problem hiding this comment.
Pull request overview
Extends the supported Storybook peer dependency range for @storybook/addon-mcp to allow installing against Storybook canary builds (0.0.0-*).
Changes:
- Expand
storybookpeer dependency range to include^0.0.0-0(canary versions). - Expand
@storybook/addon-vitestpeer dependency range to include^0.0.0-0(canary versions).
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 6 changed files in this pull request and generated 1 comment.
Files not reviewed (3)
- apps/internal-storybook/pnpm-lock.yaml: Language not supported
- eval/pnpm-lock.yaml: Language not supported
- packages/addon-mcp/pnpm-lock.yaml: Language not supported
| catalog: | ||
| '@storybook/addon-a11y': 10.4.0-alpha.7 | ||
| '@storybook/addon-docs': 10.4.0-alpha.7 | ||
| '@storybook/addon-vitest': 10.4.0-alpha.7 | ||
| '@storybook/react-vite': 10.4.0-alpha.7 | ||
| '@storybook/addon-themes': 10.4.0-alpha.7 | ||
| '@storybook/addon-a11y': 10.4.0-alpha.8 | ||
| '@storybook/addon-docs': 10.4.0-alpha.8 | ||
| '@storybook/addon-vitest': 10.4.0-alpha.8 | ||
| '@storybook/react-vite': 10.4.0-alpha.8 | ||
| '@storybook/addon-themes': 10.4.0-alpha.8 | ||
| '@tmcp/adapter-valibot': ^0.1.5 | ||
| '@tmcp/transport-http': ^0.8.5 | ||
| '@tmcp/transport-stdio': ^0.4.2 | ||
| eslint-plugin-storybook: 10.4.0-alpha.7 | ||
| storybook: 10.4.0-alpha.7 | ||
| eslint-plugin-storybook: 10.4.0-alpha.8 | ||
| storybook: 10.4.0-alpha.8 |
There was a problem hiding this comment.
The PR description focuses on allowing Storybook canary versions via peer dependency ranges, but this file also bumps the pinned Storybook-related catalog versions (10.4.0-alpha.7 → 10.4.0-alpha.8). If the version bump is intentional, please call it out in the PR description (or split it into a separate PR) since it can change local/dev and E2E behavior independently of the canary-range change.
Bundle ReportChanges will decrease total bundle size by 112.27kB (-100.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
This PR extends the storybook package range to allow for
0.0.0(canary) versions as well