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: Patch 7.2.2 #23717

Closed
wants to merge 94 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 3, 2023

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

  • 📦 Dependencies: Dependencies: Downgrade jest-mock #23597
  • 🐛 Bug: Angular: Fix initialization of Storybook in Angular 16.1 #23598
  • 📦 Dependencies: Dependencies: Upgrade simple-update-notifier #23396
  • 🐛 Bug: NextJS: Add @babel/core as a dependency #22450
  • 🔧 Maintenance: TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 #23574
  • 🐛 Bug: Core: Fix channelOptions for serverChannel #23615
  • 🐛 Bug: Automigration: Fix wrap-require automigration for common js main.js files #23644
  • 🐛 Bug: CLI: Fix error logging being swallowed from dev/build failures #23689
  • 🐛 Bug: Addon docs: Add safe check in Webpack preset #23687
  • 🐛 Bug: CSF-Tools: Remove prettier from printConfig #23766
  • 🏗️ Build: Release tooling: Support canary releases #23508
  • 📝 Documentation: Documentation: Fix snippets regarding module resolution #23602
  • 📝 Documentation: Docs: Minor updates to the Environment variables docs #23605
  • 🏗️ Build: Release tooling: Make canaries use v0.0.0 #23609
  • 🏗️ Build: CI: Add missing workflow enum #23617
  • 🏗️ Build: Build: Migrate mono-repo dependency versions to use yarn workspace syntax #23572
  • 📝 Documentation: docs: replace unsupported value 'string' in controls #23565
  • 🏗️ Build: Codeowners: Fix codeowner docs glob #23610
  • 🏗️ Build: E2E: Fix flaky e2e tests #23630
  • 📝 Documentation: Docs: Updates to the importing stories into tests #22897
  • 📝 Documentation: Docs: Adds missing snippets args page #23665
  • 📝 Documentation: Documentation: Fix Source's auto description #23531
  • 🏗️ Build: Sandboxes: Disable "What's New" notifications in sandboxes #23679
  • 📝 Documentation: Update CONTRIBUTING.md - fix link to storybook website #23715
  • 🏗️ Build: Build: Fix CI flakiness by setting TEST_ROOT for the test runner #23755

🍒 Manual cherry picking needed!

The following pull requests could not be cherry-picked automatically because it resulted in merge conflicts.
For each pull request below, you need to either manually cherry pick it, or discard it by replacing the "patch:yes" label with "patch:no" on the PR and re-generate this PR.

  • #23508: git cherry-pick -m1 -x eab73cfc09ed0aaa00e8f96b164f1faf949e8037
  • #23597: git cherry-pick -m1 -x 2050097519b6dd4ab5f7304c3dbc316da335a4be
  • #22450: git cherry-pick -m1 -x 7f56548861e63638419cf3eb6c0bfa0a556231e7
  • #23572: git cherry-pick -m1 -x 39b9548578bd44c216d19c40cf854aabedf6760a
  • #23689: git cherry-pick -m1 -x 708a0847f5fbdabe396903ab7798e8d2b56e41d6

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

JReinhold and others added 30 commits July 24, 2023 11:59
Indexer: Deprecate `storyIndexers` API, add foundation for `indexers`
@storybook-bot storybook-bot force-pushed the version-patch-from-7.2.2-alpha.0 branch 6 times, most recently from a1fd5bc to 9185617 Compare August 9, 2023 09:23
valentinpalkovic and others added 21 commits August 9, 2023 10:18
…n-of-storybook-in-angular-16.1

Angular: Fix initialization of Storybook in Angular 16.1
(cherry picked from commit 0aec101)
Dependencies: Upgrade simple-update-notifier
(cherry picked from commit 7e0dabc)
…-documentation

Documentation: Fix snippets regarding module resolution
(cherry picked from commit d4e6098)
Docs: Minor updates to the Environment variables docs
(cherry picked from commit 265f214)
Release tooling: Make canaries use `v0.0.0`

(cherry picked from commit 5dcc66f)
CI: Add missing workflow enum
(cherry picked from commit e59d2c9)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0
(cherry picked from commit 77b040c)
…-options

Core: Fix channelOptions for serverChannel
(cherry picked from commit 46a96b3)
docs: replace unsupported value 'string' in controls
(cherry picked from commit 630ace1)
…ap-require-automigration

Automigration: Fix wrap-require automigration for common js main.js files
(cherry picked from commit dc9ac08)
Maintainance: Fix codeowner docs glob
(cherry picked from commit bf9b17f)
…e2e-tests

E2E: Fix flaky e2e tests
(cherry picked from commit a4feb6b)
…_changes

Docs: Updates to the importing stories into tests
(cherry picked from commit 67faaf6)
Docs: Adds missing snippets args page
(cherry picked from commit be7e95f)
…ocumentation

Documentation: Fix Source's auto description
(cherry picked from commit 03a3590)
…sandboxes

Build: Disable "what's new" notifications when generating sandboxes
(cherry picked from commit a70dcab)
Addon docs: Add safe check in Webpack preset

(cherry picked from commit ac1a3e2)
Update CONTRIBUTING.md - fix link to storybook website

(cherry picked from commit 426b134)
Build: Fix CI flakiness by setting TEST_ROOT for the test runner
(cherry picked from commit f50c26f)
…m-csf-tools

CSF-Tools: Remove prettier from printConfig
(cherry picked from commit 8ee6798)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release For PRs that trigger new releases. Automated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants