Closed github-actions[bot] closed 3 days ago
CI is running/has finished running commands for commit 48a7a5171166ffb6ef4e01b96203864e4b374971. 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
Sent with 💌 from NxCloud.
Commit: 48a7a51
, ran on 19 November 2024 at 14:12:01 UTC
The following packages have significant changes to their size or dependencies:
@storybook/core
Before | After | Difference | |
---|---|---|---|
Dependency count | 46 | 46 | 0 |
Self size | 19.08 MB | 19.24 MB | 🚨 +168 KB 🚨 |
Dependency size | 14.29 MB | 14.29 MB | 0 B |
Bundle Size Analyzer | Link | Link |
storybook
Before | After | Difference | |
---|---|---|---|
Dependency count | 47 | 47 | 0 |
Self size | 22 KB | 22 KB | 0 B |
Dependency size | 33.37 MB | 33.54 MB | 🚨 +168 KB 🚨 |
Bundle Size Analyzer | Link | Link |
sb
Before | After | Difference | |
---|---|---|---|
Dependency count | 48 | 48 | 0 |
Self size | 1 KB | 1 KB | 0 B |
Dependency size | 33.39 MB | 33.56 MB | 🚨 +168 KB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/cli
Before | After | Difference | |
---|---|---|---|
Dependency count | 390 | 390 | 0 |
Self size | 483 KB | 483 KB | 0 B |
Dependency size | 74.43 MB | 74.60 MB | 🚨 +168 KB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/codemod
Before | After | Difference | |
---|---|---|---|
Dependency count | 270 | 270 | 0 |
Self size | 612 KB | 612 KB | 0 B |
Dependency size | 64.43 MB | 64.60 MB | 🚨 +168 KB 🚨 |
Bundle Size Analyzer | Link | Link |
create-storybook
Before | After | Difference | |
---|---|---|---|
Dependency count | 105 | 105 | 0 |
Self size | 1.11 MB | 1.11 MB | 0 B |
Dependency size | 42.37 MB | 42.54 MB | 🚨 +168 KB 🚨 |
Bundle Size Analyzer | Link | Link |
This is an automated pull request that bumps the version from
8.5.0-alpha.7
to8.5.0-alpha.8
. Once this pull request is merged, it will trigger a new release of version8.5.0-alpha.8
. 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:If 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.8
Greptile Summary
This PR introduces a new sidebar context menu addon API in Storybook 8.5.0-alpha.8, enabling addons to inject custom links and actions through an experimental test provider interface.
sidebarContextMenu
property toAddon_TestProviderType
incode/core/src/types/modules/addons.ts
for custom menu itemsContextMenu
component incode/core/src/manager/components/sidebar/ContextMenu.tsx
for managing addon menu itemscode/core/src/manager-api/modules/experimental_testmodule.ts
for test provider state managementTooltipLinkList
incode/core/src/components/components/tooltip/TooltipLinkList.tsx
to support custom content