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 7.6.0-alpha.7 #24853

Merged
merged 266 commits into from
Nov 22, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 15, 2023

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

  • ✨ Feature Request: Test: Model loaders as before each and restore mocks properly #24948
  • ✨ Feature Request: CLI: Add "doctor" command #22236
  • 🐛 Bug: Core: Fix useStoryPrepared hook failing with undefined data #22631
  • ✨ Feature Request: SvelteKit: Add experimental page and navigation mocking #24795
  • 🐛 Bug: Svelte: Fix decorators always running twice #24921
  • 🔧 Maintenance: Core: Add deprecation notice for Vite + CommonJS #23950
  • ✨ Feature Request: Core: Make warnOnIncompatibleAddons fault-tolerant #24880
  • 🐛 Bug: Core: Detect no matching export error in storybook start and build #24877 (will also be patched)
  • 🐛 Bug: FastBuild: Fix disabledAddons filter #24924
  • 🐛 Bug: Next.js: Fix import path in swc loader #24922
  • ✨ Feature Request: Next.js: Add experimental SWC support #24852
  • 📦 Dependencies: Dependency: Fix Yarn 4 failing to install due to jscodeshift dependency issue #24914
  • ✨ Feature Request: TestBuild: Add tests and rename to camelCase #24911
  • 🐛 Bug: TestBuild: Fix indexer bug #24890
  • 📦 Dependencies: Dependency: Update jscodeshift to v0.15.1 #24882
  • 🐛 Bug: Next.js: Add back image context CommonJS export #24885
  • ✨ Feature Request: TestBuild: Add env-variable support to --test CLI-flag #24862
  • ✨ Feature Request: Actions: Warn on implicit actions #24856
  • 🐛 Bug: Core: Gracefully handle error when parsing preview.js file #24858 (will also be patched)
  • 🐛 Bug: ManagerAPI: Fix setting status without index, crashes storybook #24866 (will also be patched)
  • ✨ Feature Request: Typescript: Add 'skipCompiler' option to TypeScript presets #24847
  • 🔧 Maintenance: Addons, core: Make react and Storybook packages devDependencies where possible - ATTEMPT 2 #24834
  • 🏗️ Build: Next.js: Fix E2E tests failing to navigate to story #24950
  • 📝 Documentation: Docs: Minor clarifications #24939
  • 🏗️ Build: Build: Use Vite plugin resolution workaround in CI #24945
  • 🏗️ Build: Scripts: Change check-dependencies script to js #24909
  • 🏗️ Build: GitHub: Update help.yml #24868
  • 📝 Documentation: Docs: Adds test flag feature #24904
  • 📝 Documentation: Docs: Test runner minor fixes #24645
  • 📝 Documentation: Docs: Update design integration docs #24907 (will also be patched)
  • 📝 Documentation: Docs: Minor changes for code contribution docs #24916
  • 🏗️ Build: Build: Create help.yml #24704
  • 🏗️ Build: Build: Fix benchmark command #24850
  • 🏗️ Build: Scripts: Transform scripts directory to type:module #24698

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

7.6.0-alpha.7

SvelteKit: Add experimental page and navigation mocking
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.6 branch from 63b7df3 to d652c55 Compare November 22, 2023 13:10
Core: Fix `useStoryPrepared` hook failing with `undefined` data
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.6 branch from d652c55 to 0d3b3fd Compare November 22, 2023 13:22
kasperpeulen and others added 2 commits November 22, 2023 14:46
Next.js: Fix E2E tests failing to navigate to story
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.6 branch from 0d3b3fd to c1fc4d6 Compare November 22, 2023 14:23
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.6 branch from c1fc4d6 to a939747 Compare November 22, 2023 15:57
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.6 branch from a939747 to 3e17abe Compare November 22, 2023 17:02
@kasperpeulen kasperpeulen added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Nov 22, 2023
@kasperpeulen kasperpeulen merged commit 4277174 into next-release Nov 22, 2023
101 of 103 checks passed
@kasperpeulen kasperpeulen deleted the version-non-patch-from-7.6.0-alpha.6 branch November 22, 2023 19:11
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.