-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Release: Prerelease 9.0.0-alpha.17 #31062
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
Release: Prerelease 9.0.0-alpha.17 #31062
Conversation
Additionally update related configurations and documentation. Introduce new `@storybook/addon-vitest` with necessary files and structure for testing integration in Storybook.
…st" for consistency across component and e2e tests.
…-test-to-addon-vitest
…ts" to "Component test" for consistency.
… corrections. Rename `@storybook/experimental-addon-test` to `@storybook/addon-vitest` in the documentation and ensure consistent formatting for links and section titles.
…test-panel Addon Test: Update panel title references from "Component tests"
…-test-to-addon-vitest
…larify internal package paths
…ons. This change improves dependency management and eliminates the need for a circular dependency workaround.
…s change simplifies mocking and improves code organization by eliminating direct dependency on the global addons channel.
Instrumenter: Fix `preview-api` import for react-native
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.
7 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
@@ -0,0 +1,7 @@ | |||
/** | |||
* We do this for mocking purposes, it's a lot easier to mock the a module than the addons channel |
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.
style: Minor typo in comment: consider removing the extra 'the' before 'module'.
* We do this for mocking purposes, it's a lot easier to mock the a module than the addons channel | |
* We do this for mocking purposes, it's a lot easier to mock a module than the addons channel |
View your CI Pipeline Execution ↗ for commit 5491356.
☁️ Nx Cloud last updated this comment at |
…defaultClientConditions and allowedHosts. This change aligns with Vite 6 standards and improves type safety.
…book and add new Storybook Vitest config file. This change enhances compatibility with ES modules and improves testing setup.
….1.1, enhancing compatibility and performance. Remove outdated dependencies to streamline the project.
…rn1Proxy and Yarn2Proxy classes, ensuring proper command execution context.
Vite: Support Vite 6 and Docs
ceb56ff
to
8afb4ea
Compare
…-test-to-addon-vitest
…ddon-authors Documentation: Edit migration guide for addon authors
8afb4ea
to
79f240d
Compare
…-to-addon-vitest Addon Test: Rename `@storybook/experimental-addon-test` to `@storybook/addon-vitest`
79f240d
to
2e4bf00
Compare
… readability. Mock picocolors in tests to ensure consistent output.
…tion-messaging Automigrations: Add logging
…-command Yarn: Update Yarn package command execution to use 'exec'
2e4bf00
to
287210f
Compare
…ental-addon-test-autoblock Autoblock: Add autoblocker for addon-test
287210f
to
5491356
Compare
This is an automated pull request that bumps the version from
9.0.0-alpha.16
to9.0.0-alpha.17
.Once this pull request is merged, it will trigger a new release of version
9.0.0-alpha.17
.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:@storybook/experimental-addon-test
to@storybook/addon-vitest
#31014preview-api
import for react-native #31057If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.
When everything above is done:
Generated changelog
9.0.0-alpha.17
@storybook/experimental-addon-test
to@storybook/addon-vitest
- #31014, thanks @valentinpalkovic!preview-api
import for react-native - #31057, thanks @ndelangen!