-
Notifications
You must be signed in to change notification settings - Fork 66
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
Upgrade to Storybook 8 #2687
Merged
Merged
Upgrade to Storybook 8 #2687
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c438b49
Create turbo.json
TheSonOfThomp c8934f9
run sb migration
TheSonOfThomp 0df50bf
bump sb package versions
TheSonOfThomp b92cd5c
ts fixes
TheSonOfThomp 226b451
replace deprecated packages
TheSonOfThomp dd06f92
install babel-loader
TheSonOfThomp 6f5e867
update controls in storybookArgTypes.ts
TheSonOfThomp e6b7a5d
Create upgrade-storybook-eight.md
TheSonOfThomp 0e30f7f
Merge branch 'main' into a/sb
TheSonOfThomp 93fe302
rm getAbsolutePath
TheSonOfThomp 04b9ff2
Merge branch 'a/sb' of https://github.com/mongodb/leafygreen-ui into …
TheSonOfThomp 0cf5591
Merge branch 'main' into a/sb
TheSonOfThomp c118f08
use latest babel-loader
TheSonOfThomp bf3a398
rm @sb/jest @sb/testing-lib
TheSonOfThomp e4cc370
resolve @testing-lib dom & user-event
TheSonOfThomp bae4480
reset pnpm lock
TheSonOfThomp ec8150b
Merge branch 'main' into a/sb
TheSonOfThomp 639e686
updates r17 overrides
TheSonOfThomp fb0d2ea
await waitFor in combobox tests
TheSonOfThomp 872600a
Merge branch 'main' into a/sb
TheSonOfThomp a8cfbf2
r17: install old lg sb packages
TheSonOfThomp a6fc50e
Merge branch 'main' into a/sb
TheSonOfThomp 503e25e
rm pnpm cache. add verbose test log
TheSonOfThomp 15f43cf
Merge branch 'a/sb' of https://github.com/mongodb/leafygreen-ui into …
TheSonOfThomp c049eaf
rm verbose
TheSonOfThomp a0665b8
Merge branch 'main' into a/sb
TheSonOfThomp 89e698d
Merge branch 'main' into a/sb
TheSonOfThomp 7322089
disable r17 tests
TheSonOfThomp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@lg-tools/storybook-decorators': minor | ||
'@lg-tools/storybook-addon': minor | ||
'@lg-tools/storybook-utils': minor | ||
--- | ||
|
||
Upgrades to Storybook 8.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bruugey
@storybook/test
was resolving an incompatible version of@testing-library/dom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah ok