-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 alpha 8.5.0-alpha.21 #30017
Release: Prerelease alpha 8.5.0-alpha.21 #30017
Conversation
…y more appropriate
…opping Vitest: Correctly stop Storybook when Vitest closes
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.
5 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile
logger.verbose('Stopping Storybook process'); | ||
await new Promise<void>((resolve, reject) => { | ||
// Storybook starts multiple child processes, so we need to kill the whole tree | ||
treeKill(storybookProcess.pid, 'SIGTERM', (error) => { |
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: Consider adding a timeout to the treeKill operation in case it hangs
// Storybook starts multiple child processes, so we need to kill the whole tree | ||
treeKill(storybookProcess.pid, 'SIGTERM', (error) => { | ||
if (error) { | ||
logger.error('Failed to stop Storybook process:'); |
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.
logic: The error message is incomplete - it should include the actual error details from the callback
aefe495
to
d119317
Compare
…r-older-typescript-configurations Addon A11y: Add typesVersions support for TypeScript definitions in a11y package
d119317
to
0503851
Compare
Build: Improve task command and error message
0503851
to
dfedc08
Compare
…sper/a11y-postinstall
Core: Fix bundling of React
…-always-running Addon A11y: Refactor environment variable handling for Vitest integration
e153d04
to
dfd5c3c
Compare
…-while-running Addon A11y: Update accessibility status handling in TestProviderRender
dfd5c3c
to
4922d36
Compare
Co-authored-by: Jeppe Reinhold <[email protected]> Co-authored-by: Jeppe Reinhold <[email protected]>
…orybook into norbert/fix-29785
Addon A11y: Run the a11y automigration on postInstall
Addon Onboarding: Prebundle react-confetti
4922d36
to
09d9ce1
Compare
…er-toggle-state-in-main-testing-module Addon Test: Show sub test provider toggle state in main testing module
09d9ce1
to
5f57172
Compare
TestAddon: Wrap sub-paths exported with `require.resolve`
5f57172
to
829111a
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 2de3b7a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
829111a
to
2de3b7a
Compare
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
Before | After | Difference | |
---|---|---|---|
Dependency count | 59 | 59 | 0 |
Self size | 45 KB | 411 KB | 🚨 +366 KB 🚨 |
Dependency size | 13.46 MB | 13.46 MB | 0 B |
Bundle Size Analyzer | Link | Link |
@storybook/addon-onboarding
Before | After | Difference | |
---|---|---|---|
Dependency count | 2 | 0 | 🎉 -2 🎉 |
Self size | 216 KB | 235 KB | 🚨 +19 KB 🚨 |
Dependency size | 235 KB | 670 B | 🎉 -235 KB 🎉 |
Bundle Size Analyzer | Link | Link |
@storybook/vue3-vite
Before | After | Difference | |
---|---|---|---|
Dependency count | 110 | 111 | 🚨 +1 🚨 |
Self size | 16 KB | 16 KB | 0 B |
Dependency size | 42.58 MB | 42.59 MB | 🚨 +12 KB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/preset-vue3-webpack
Before | After | Difference | |
---|---|---|---|
Dependency count | 368 | 369 | 🚨 +1 🚨 |
Self size | 9 KB | 9 KB | 0 B |
Dependency size | 45.14 MB | 45.16 MB | 🚨 +16 KB 🚨 |
Bundle Size Analyzer | Link | Link |
This is an automated pull request that bumps the version from
8.5.0-alpha.20
to8.5.0-alpha.21
.Once this pull request is merged, it will trigger a new release of version
8.5.0-alpha.21
.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:require.resolve
#30026If 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
8.5.0-alpha.21
require.resolve
- #30026, thanks @ndelangen!