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 beta 8.2.0-beta.0 #28319

Merged
merged 745 commits into from
Jul 4, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 23, 2024

This is an automated pull request that bumps the version from 8.2.0-alpha.10 to 8.2.0-beta.0.
Once this pull request is merged, it will trigger a new release of version 8.2.0-beta.0.
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: Test: Reactive spies preserve the this instance #28445 (will also be patched)
  • 🐛 Bug: Docs: Filter mount stories from Stories block, error when referenced in MDX #28434
  • 🐛 Bug: Next: Set default targets for next babel config #28443
  • 🔧 Maintenance: Core: Refactor phases to run in order loading -> rendering -> playing #28431
  • 🐛 Bug: CPC: Add CJS for core/components #28440
  • 🐛 Bug: SWC: Set default targets for swc that align with our esbuild targets #28435
  • ✨ Feature Request: Core: Add support for beforeAll hook #28255
  • 📦 Dependencies: Dependency: Remove node-fetch #28160 (will also be patched)
  • 🐛 Bug: Blocks: Fix reference to storybook core #28422
  • 🐛 Bug: Addon Interactions: Use unique keys when rendering array nodes in panel #28423
  • 🐛 Bug: Telemetry: Stop prompting about crash reports in CI #28433
  • ✨ Feature Request: Angular: Allow format configuration of custom source preview #28305
  • 🐛 Bug: Angular: Fix enableProdMode setting #28415
  • ✨ Feature Request: Test: Add args to mount in react, svelte, and vue renderers #28385
  • ✨ Feature Request: Test: Add mount property to the story context #28383
  • ✨ Feature Request: Test: Enhance the context with canvas when the test package is used #28368
  • 🐛 Bug: Angular: Update outputPath default value in angular-cli-webpack.js #28418
  • 🐛 Bug: Build: Ignore ts stories in cra/default-js sandbox #28354
  • 🐛 Bug: Indexer: Improve locating stories with specials chars in path #22110
  • ✨ Feature Request: Addon Onboarding: Add icons for dev/test/doc to the splash screen #28389
  • 📦 Dependencies: CPC: Core Package Consolidation #27039
  • ✨ Feature Request: Core: Add context as a property of the context (self-referencing) #28353
  • ✨ Feature Request: Addon Onboarding: New design and flow based on Save from Controls #28327
  • 🐛 Bug: Next.js: Set env.bugfixes in SWC so destructuring is never transpiled #28363
  • 🐛 Bug: Config: Apply JavaScript-only story glob extensions for JavaScript projects #28338
  • 🐛 Bug: Telemetry: Detect Node version #28299 (will also be patched)
  • 🐛 Bug: CLI: Improve error message when fetching CLI version #28289
  • ✨ Feature Request: CLI: Add support for Nuxt to project init #26884
  • 📦 Dependencies: Deps: Migrate from read-pkg-up to fd-package-json #28272
  • 📦 Dependencies: Core: Migrate from pkg-dir to fd-package-json #28270
  • 🏗️ Build: Build: Make sure build is restored before running check in CI #28446
  • 🏗️ Build: Readme: Remove deprecated section #28441
  • ⚠️ Direct commit: only show active sponsors f9474c0c7dc9adf73ba638b5fed283df2e5ab575
  • 🏗️ Build: Build: Opencollective update sponsors links #28438
  • 📝 Documentation: Angular: Enhance Error Handling and Entry Normalization #28217
  • 🏗️ Build: Build: Remove flakiness in Chromatic for error stories #28429
  • ⚠️ Direct commit: Fix type errors d21d317c51f898ca60c75f9b7c7bfed67201c451
  • 🏗️ Build: Build: Make sure CRA sandboxes are not transpiling destructuring expressions #28411
  • 🏗️ Build: CPC: Remove externalization of memoizerific and remove need for util-deprecate #28410
  • 🏗️ Build: Build: Remove packageManager field #28405
  • 🏗️ Build: Build: Fix portal linking temporarily #28402
  • 📝 Documentation: Docs: Fix malformed frontmatter #28387
  • 🏗️ Build: Build: Remove lockfiles & cleanup unused files #28379
  • 🏗️ Build: Build: Revert "Build: Remove unused files/properties & remove lockfiles from test-storybooks" #28378
  • 🏗️ Build: Build: Remove unused files/properties & remove lockfiles from test-storybooks #28366
  • 📝 Documentation: Docs: Fix incorrect relative links (round 2) #28376
  • 📝 Documentation: Docs: Fix incorrect relative links #28375
  • 📝 Documentation: Docs: Fix API typo #28371
  • 📝 Documentation: Docs: Update docs API index #28365
  • 🏗️ Build: Build: Fix caching issue with Verdaccio #28361
  • 🏗️ Build: Build: Readme update with opencollective data #28360
  • 📝 Documentation: Docs: Transform all docs to the new structure & format #28242
  • 📝 Documentation: Docs: Update Changelog by adding 7.6.x changes #28325
  • 🏗️ Build: Build: Use same version of yarn everywhere #28286
  • 🏗️ Build: Build: Fix the CRA sandbox not being link-able #28240
  • 📝 Documentation: Automigrations: Fix typo storyStoryV7 -> storyStoreV7 #28260

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.2.0-beta.0

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Jun 23, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch 3 times, most recently from bb51259 to a5e80df Compare June 24, 2024 12:28
@shilman shilman added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Jun 25, 2024
Copy link

nx-cloud bot commented Jun 25, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit aa6e74e. 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 2 targets

Sent with 💌 from NxCloud.

@shilman shilman removed ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Jun 27, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch from a5e80df to c2588ee Compare June 27, 2024 02:24
@shilman shilman added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. and removed ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Jun 27, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch from c2588ee to f939cd4 Compare June 27, 2024 03:58
Build: Set the env.bugfixes option in SWC to make sure destructuring is never transpiled
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch from f939cd4 to 86ffe91 Compare June 27, 2024 13:49
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch from 8f4d36f to 27f9d8a Compare July 3, 2024 21:45
Docs: Filter mount stories from `Stories` block, error when referenced in MDX
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch from 27f9d8a to 038de7c Compare July 3, 2024 22:27
@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 Jul 3, 2024
@kasperpeulen kasperpeulen added ci:normal ci:daily Run the CI jobs that normally run in the daily job. and removed ci:normal ci:daily Run the CI jobs that normally run in the daily job. labels Jul 3, 2024
@kasperpeulen kasperpeulen removed the freeze Freeze the Release PR with this label label Jul 4, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch from 038de7c to 5c2d5dd Compare July 4, 2024 05:38
@kasperpeulen kasperpeulen added freeze Freeze the Release PR with this label and removed ci:normal labels Jul 4, 2024
ndelangen and others added 2 commits July 4, 2024 09:18
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.2.0-alpha.10 branch from 5c2d5dd to aa6e74e Compare July 4, 2024 08:06
@github-actions github-actions bot changed the title Release: Prerelease 8.2.0-alpha.11 Release: Prerelease beta 8.2.0-beta.0 Jul 4, 2024
@ghengeveld ghengeveld merged commit 076c830 into next-release Jul 4, 2024
101 checks passed
@ghengeveld ghengeveld deleted the version-non-patch-from-8.2.0-alpha.10 branch July 4, 2024 09:06
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.