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.9 #25493

Merged
merged 159 commits into from
Jan 10, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

This is an automated pull request that bumps the version from 8.0.0-alpha.8 to 8.0.0-alpha.9.
Once this pull request is merged, it will trigger a new release of version 8.0.0-alpha.9.
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: Core: Remove deprecated createChannel APIs #25487
  • ❗ Breaking Change: Webpack5: Remove babel and SWC compiler from builder #25379
  • 🐛 Bug: CLI: Fix using wrong package managers in existing projects #25474
  • ❗ Breaking Change: Core: Remove storyStoreV7 feature flag #24658
  • ❗ Breaking Change: Node.js: Update version requirement to >= 18.0.0 #25516
  • 🐛 Bug: CSF-tools: Allow type checking in storySort #25265
  • 🐛 Bug: AutoTitle: Fix case-insensitive trailing duplicate #25452 (will also be patched)
  • 🔧 Maintenance: CLI: Never prompt for ESLint plugin #25289
  • 🐛 Bug: Storysource: Fix import error #25391 (will also be patched)
  • 🐛 Bug: UI: Fix sidebar top and bottom addon slots #25426
  • 📝 Documentation: Manager: Add migration note about react 18 #25435
  • 📝 Documentation: Docs: Doc Block Canvas fix link #25520 (will also be patched)
  • 📝 Documentation: Core: Add migration notes about storiesOf removal #25436
  • 📝 Documentation: Docs: Add Parameters API reference #25489
  • 📝 Documentation: Docs: Misc cleanup on contributing guide #25393
  • 📝 Documentation: CSF: Fix type hint for StoryObj type #25497
  • 📝 Documentation: Documentation: Add note about Yarn 1 dropped support #25488
  • 📝 Documentation: Docs: Update button-story-default-export-with-component.ts.mdx #25439
  • 📝 Documentation: Docs: Writing addons changes for peer-deps #25356

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.9

Co-authored-by: Michael Shilman <[email protected]>
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.8 branch from 094d4fc to 42547ee Compare January 9, 2024 12:32
valentinpalkovic and others added 5 commits January 9, 2024 13:32
Co-authored-by: Michael Shilman <[email protected]>
Co-authored-by: Michael Shilman <[email protected]>
Co-authored-by: Michael Shilman <[email protected]>
Co-authored-by: Michael Shilman <[email protected]>
Copy link

socket-security bot commented Jan 9, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@types/babel-plugin-react-docgen 4.2.3 None +0 4.23 kB types
@types/react-refresh 0.14.5 None +0 5.63 kB types
@angular-devkit/architect 0.1700.9 None +1 426 kB google-wombot
markdown-to-jsx 7.3.2 None +0 410 kB probablyup
@vue/compiler-sfc 3.4.5 None +4 3.61 MB yyx990803
@angular-devkit/core 17.0.9 None +0 260 kB google-wombot

🚮 Removed packages: @babel/[email protected], @storybook/[email protected], @swc/[email protected], [email protected]

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.8 branch from 42547ee to 822ecce Compare January 9, 2024 14:31
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.8 branch from 822ecce to 64ac630 Compare January 9, 2024 15:33
…-webpack5-builder

Webpack5: Remove babel and SWC compiler from builder
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.8 branch from 64ac630 to 332d694 Compare January 10, 2024 07:55
…ate-channel-postmessage

Core: Remove deprecated createChannel APIs
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.8 branch from 332d694 to bc8f5a5 Compare January 10, 2024 08:35
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.8 branch from bc8f5a5 to 435029f Compare January 10, 2024 10:48
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.8 branch from 435029f to 3cbbc09 Compare January 10, 2024 12:15
@vanessayuenn vanessayuenn added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Jan 10, 2024
@vanessayuenn vanessayuenn merged commit 3918252 into next-release Jan 10, 2024
97 of 101 checks passed
@vanessayuenn vanessayuenn deleted the version-non-patch-from-8.0.0-alpha.8 branch January 10, 2024 14:01
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.