Skip to content
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 8.0.0-alpha.8 #25449

Merged
merged 79 commits into from
Jan 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 4, 2024

This is an automated pull request that bumps the version from 8.0.0-alpha.7 to 8.0.0-alpha.8.
Once this pull request is merged, it will trigger a new release of version 8.0.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:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • ❗ Breaking Change: TypeScript: Remove deprecated addons module types #25485
  • ❗ Breaking Change: Core: Remove collapseAll and expandAll methods #25486
  • ❗ Breaking Change: Doc blocks: Remove deprecated props from Description block #25457
  • ❗ Breaking Change: Addon docs: Remove deprecated parameters #25469
  • ❗ Breaking Change: Core: Remove storyIndexers in favor of experimental_indexers #25468
  • ❗ Breaking Change: Manager API: Remove deprecated navigateToSettingsPage method #25467
  • ❗ Breaking Change: Types: Remove Framework in favor of Renderer types #25476
  • ❗ Breaking Change: Types: Remove DecoratorFn, Story, ComponentStory, ComponentStoryObj, ComponentStoryFn and ComponentMeta types #25477
  • ❗ Breaking Change: Addon Links: Remove LinkTo from direct import #25418
  • ❗ Breaking Change: UI: Remove deprecated WithTooltip props #25440
  • 🔧 Maintenance: Core: Remove unused staticDir type #25415
  • ❗ Breaking Change: Builder Vite: Remove StorybookViteConfig type in favor of StorybookConfig #25441
  • ❗ Breaking Change: React: Remove deprecated setGlobalConfig portable stories api #25442
  • ❗ Breaking Change: Core: Error on explicit actions while rendering or playing #25238
  • 📝 Documentation: Docs: Add more details for styling and css docs #25479 (will also be patched)
  • 📝 Documentation: Docs: Composition adjustments for the removal of the extract function #25371
  • 🏗️ Build: Sandbox: Fix linked Svelte sandbox #25455

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.0.0-alpha.8

  • Addon Links: Remove LinkTo from direct import - #25418, thanks @ yannbf!
  • Addon docs: Remove deprecated parameters - #25469, thanks @ yannbf!
  • Builder Vite: Remove StorybookViteConfig type in favor of StorybookConfig - #25441, thanks @ yannbf!
  • Core: Error on explicit actions while rendering or playing - #25238, thanks @ kasperpeulen!
  • Core: Remove collapseAll and expandAll methods - #25486, thanks @ yannbf!
  • Core: Remove storyIndexers in favor of experimental_indexers - #25468, thanks @ yannbf!
  • Core: Remove unused staticDir type - #25415, thanks @ yannbf!
  • Doc blocks: Remove deprecated props from Description block - #25457, thanks @ yannbf!
  • Manager API: Remove deprecated navigateToSettingsPage method - #25467, thanks @ yannbf!
  • React: Remove deprecated setGlobalConfig portable stories api - #25442, thanks @ yannbf!
  • TypeScript: Remove deprecated addons module types - #25485, thanks @ yannbf!
  • Types: Remove DecoratorFn, Story, ComponentStory, ComponentStoryObj, ComponentStoryFn and ComponentMeta types - #25477, thanks @ yannbf!
  • Types: Remove Framework in favor of Renderer types - #25476, thanks @ yannbf!
  • UI: Remove deprecated WithTooltip props - #25440, thanks @ yannbf!

kasperpeulen and others added 30 commits December 15, 2023 13:59
… 8.0. Explicit spies should be used instead.
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from 6cfdf67 to 19b14c7 Compare January 5, 2024 18:52
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from 19b14c7 to aa4ecee Compare January 5, 2024 19:18
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from aa4ecee to cc7f9e3 Compare January 5, 2024 19:48
…igate-to-settings-api

Manager API: Remove deprecated navigateToSettingsPage method
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from cc7f9e3 to 0024c7e Compare January 5, 2024 20:12
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from 0024c7e to 10ff306 Compare January 5, 2024 21:11
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from 10ff306 to f15f039 Compare January 5, 2024 21:15
…cription-block-props

Doc blocks: Remove deprecated props from Description block
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from f15f039 to a3fa5a6 Compare January 5, 2024 21:18
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from a3fa5a6 to cc05512 Compare January 5, 2024 22:08
yannbf and others added 2 commits January 5, 2024 19:32
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.7 branch from cc05512 to d70a3bf Compare January 5, 2024 22:35
@shilman shilman added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Jan 6, 2024
@shilman shilman merged commit a0ea022 into next-release Jan 6, 2024
93 of 96 checks passed
@shilman shilman deleted the version-non-patch-from-8.0.0-alpha.7 branch January 6, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants