Skip to content

Fix Renovate PR #2334: Update @chromatic-com/storybook to compatible v3.2.7 #2350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 11, 2025

Problem

Renovate PR #2334 was failing because it attempted to update @chromatic-com/storybook from ^3.0.0 to ^4.0.0, but version 4.x has breaking changes that require Storybook v9.0.0+. Our project currently uses Storybook v8.3.5, creating an incompatible dependency conflict.

Compatibility Issue:

  • Current Storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
  • @chromatic-com/storybook v4 requires: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0

Solution

Updated @chromatic-com/storybook from ^3.0.0 to ^3.2.7 - the latest version that maintains full compatibility with Storybook v8.x. This approach:

  • ✅ Provides latest security and bug fixes within the v3.x line
  • ✅ Maintains full compatibility with existing Storybook v8.3.5 setup
  • ✅ Requires no breaking changes or code updates
  • ✅ Avoids the complexity of a major Storybook ecosystem upgrade

Changes

- "@chromatic-com/storybook": "^3.0.0",
+ "@chromatic-com/storybook": "^3.2.7",

Verification

  • Dependencies install successfully
  • Storybook builds and runs correctly
  • Smoke test passes in CI mode
  • Lint checks pass
  • TypeScript compilation succeeds

This resolves the Renovate PR blocking issue while maintaining all existing functionality through a minimal, backward-compatible change.

Fixes #2349.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • storybook.js.org
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/mit-learn/mit-learn/node_modules/storybook/bin/index.cjs build (dns block)
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/mit-learn/mit-learn/node_modules/storybook/bin/index.cjs dev -p 6006 --smoke-test --ci (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits July 11, 2025 19:14
…4 compatibility

Co-authored-by: shanbady <196425+shanbady@users.noreply.github.com>
…ible v3.2.7

Co-authored-by: shanbady <196425+shanbady@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Resolve Renovate PR issues Fix Renovate PR #2334: Update @chromatic-com/storybook to compatible v3.2.7 Jul 11, 2025
@Copilot Copilot AI requested a review from shanbady July 11, 2025 19:24
Copilot finished work on behalf of shanbady July 11, 2025 19:24
@shanbady shanbady marked this pull request as ready for review July 11, 2025 19:40
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.

Resolve Renovate PR issues
2 participants