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.1.0-alpha.8 #26811

Merged
merged 541 commits into from May 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 11, 2024

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

  • 🐛 Bug: Docs: Fix providerImportSource extension #26868
  • ✨ Feature Request: Revert "Nextjs: Implement next redirect and the RedirectBoundary" #27025
  • 🔧 Maintenance: Portable Stories: Warn when rendering stories without cleaning up first #27008
  • ✨ Feature Request: Nextjs: Implement next redirect and the RedirectBoundary #26886
  • ✨ Feature Request: Core: Save from controls #26827
  • ✨ Feature Request: Test: Support module mocking with conditional subpath imports in package.json #26688
  • 📦 Dependencies: Dependencies: Upgrade @storybook/csf to 0.1.5 #26958
  • 🐛 Bug: Core: Ensure that simultaneous onStoriesChanged don't clobber each other #26882
  • 🐛 Bug: Addon-actions: Fix falsy args printing as object - 22163 #26917
  • 🐛 Bug: Vite: Merge assetsInclude property with Storybook default values #26860 (will also be patched)
  • 🐛 Bug: Core: Fix filters not being applied in WebKit #26949
  • 🔧 Maintenance: React: Support v19 in react-dom-shim #26898 (will also be patched)
  • 🐛 Bug: UI: Fix not re-rendering tabs on state change #26899
  • ✨ Feature Request: Blocks: Add of prop to Title #23728
  • ✨ Feature Request: SfC: Implement new feature to create new story files #26875
  • ✨ Feature Request: Blocks: Add of prop to Subtitle #22552
  • 🐛 Bug: MDX: Don't transform http:// links #26488 (will also be patched)
  • 🐛 Bug: Controls: Fix crashing when docgen extraction partially fails #26862 (will also be patched)
  • 🐛 Bug: Next.js: Support v14.2 useParams functionality #26874 (will also be patched)
  • 🐛 Bug: Doc Tools: Signature Type Error Handling #26774 (will also be patched)
  • 🐛 Bug: Test: Remove chai as dependency of @storybook/test #26852 (will also be patched)
  • 🐛 Bug: Addon-docs: Fix MDX compilation with @vitejs/plugin-react-swc and plugins #26837 (will also be patched)
  • 🐛 Bug: UI: Fix sidebar search hanging when selecting a story in touch mode #26807 (will also be patched)
  • ✨ Feature Request: Controls: Added server channel to create a new story #26769
  • ✨ Feature Request: Core: Implement file formatter #26809
  • 🐛 Bug: CSF: Fix typings for control and other properties of argTypes #26824 (will also be patched)
  • 🔧 Maintenance: Core: Drop unneeded UPDATE_STORY_ARGS which was for SSv6 #25993
  • 🐛 Bug: Automigration: Fix name of VTA addon #26816 (will also be patched)
  • 🐛 Bug: Next.js: Move sharp into optional deps #26787 (will also be patched)
  • 📝 Documentation: Docs: Correct command in examples of adding packages with pnpm #26998 (will also be patched)
  • 📝 Documentation: Documentation: Remove repetitive words #26885
  • 📝 Documentation: Docs: Fix typo in playwright portable stories snippet #27002
  • 📝 Documentation: Docs: Fix vue snippets #27001 (will also be patched)
  • ⚠️ Direct commit: disable charomatic for failing interaction test 45371467c6da954b5112ada27f8bfc59e7937bfc
  • 🏗️ Build: Build: Update executor class in CircleCI to xlarge for build job #26992
  • 🏗️ Build: Build: Fix flaky e2e tests with auto-retrying assertions #26950
  • 🏗️ Build: Addon-links: Fix stories #24400
  • 🏗️ Build: Sandboxes: Fix inconsistent monospace fonts in Chromatic #26939
  • 🏗️ Build: E2E: Test nextjs/default-ts instead of nextjs/default-js #26907 (will also be patched)
  • 🏗️ Build: Build: Fix the test-runner-prod step #26890 (will also be patched)
  • 📝 Documentation: Docs: Improved withVuetifyDecorator example snippet #26883 (will also be patched)
  • ⚠️ Direct commit: Merge pull request Docs: remove repetitive words #26686 from JohnEndson/next 199e635c8f7a76a0512f9042439dbf7d8608ce70

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

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Apr 11, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.7 branch 9 times, most recently from e5179cc to f6b1541 Compare April 16, 2024 13:01
@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 Apr 16, 2024
Copy link

nx-cloud bot commented Apr 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a082032. 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 1 target

Sent with 💌 from NxCloud.

@yannbf yannbf removed the freeze Freeze the Release PR with this label label May 3, 2024
Nextjs: Implement next redirect and the RedirectBoundary
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.7 branch from 2418e7b to ca81360 Compare May 3, 2024 09:27
@yannbf yannbf added freeze Freeze the Release PR with this label and removed freeze Freeze the Release PR with this label labels May 3, 2024
JReinhold and others added 3 commits May 3, 2024 20:48
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.7 branch from ca81360 to 8af90d2 Compare May 4, 2024 05:45
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.7 branch from 8af90d2 to e22fe53 Compare May 4, 2024 18:57
…nsion

Docs: Fix providerImportSource extension
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.7 branch from e22fe53 to b7d3973 Compare May 5, 2024 07:04
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.7 branch from b7d3973 to 0dcf06f Compare May 5, 2024 07:10
@shilman shilman added freeze Freeze the Release PR with this label and removed ci:daily Run the CI jobs that normally run in the daily job. labels May 5, 2024
@shilman shilman added the ci:daily Run the CI jobs that normally run in the daily job. label May 5, 2024
@shilman shilman merged commit a5b8b10 into next-release May 5, 2024
109 of 110 checks passed
@shilman shilman deleted the version-non-patch-from-8.1.0-alpha.7 branch May 5, 2024 07:59
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.

None yet