Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ describe('getIncompatiblePackagesSummary', () => {

Please consider updating your packages or contacting the maintainers for compatibility details.

For more on Storybook 9 compatibility, see the linked GitHub issue:
https://github.com/storybookjs/storybook/issues/30944"
For more details on compatibility guidance, see:
https://github.com/storybookjs/storybook/issues/32836"
`);
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export const getIncompatiblePackagesSummary = (

summaryMessage.push(
'\nPlease consider updating your packages or contacting the maintainers for compatibility details.',
'\nFor more on Storybook 9 compatibility, see the linked GitHub issue:',
'https://github.com/storybookjs/storybook/issues/30944'
'\nFor more details on compatibility guidance, see:',
'https://github.com/storybookjs/storybook/issues/32836'
);

if (incompatiblePackages.some((dep) => dep.availableCoreUpdate)) {
Expand Down