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.5.0-beta.10 #30252

Merged
merged 45 commits into from
Jan 13, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 13, 2025

This is an automated pull request that bumps the version from 8.5.0-beta.9 to 8.5.0-beta.10.
Once this pull request is merged, it will trigger a new release of version 8.5.0-beta.10.
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: Addon A11y: Change default element selector #30253
  • 🐛 Bug: Addon A11y: Adjust default behaviour when using with experimental-addon-test #30162
  • 🔧 Maintenance: Addon Docs: Make new code panel opt in #30248
  • 🐛 Bug: Addon Test: Fix generated path to vitest.setup.js #30233
  • 🏗️ Build: Build: Upgrade scripts dependencies #30182

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.5.0-beta.10

valentinpalkovic and others added 30 commits December 31, 2024 16:04
…y checkbox if a11ytest tag is set on at least one story
@github-actions github-actions bot requested a review from kylegach as a code owner January 13, 2025 09:47
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Jan 13, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

24 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile

Comment on lines +14 to +16
await $({
stdio: 'inherit',
})`storybook automigrate addonA11yAddonTest ${options.yes ? '--yes' : ''}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: stdio: 'inherit' is redundant here since it's already set in the top-level execa config

Comment on lines +316 to +317
lines[tagsLineIndex] = lines[tagsLineIndex].replace("['a11y-test']", "[/*'a11y-test'*/]");
lines[tagsLineIndex] = lines[tagsLineIndex].replace('["a11y-test"]', '[/*"a11y-test"*/]');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: These string replacements are brittle and could break if the input format changes. Consider using AST manipulation instead.

Comment on lines +33 to +34
// Replace your-renderer with the renderer you are using (e.g., react, vue3)
import { Meta } from '@storybook/your-renderer';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: The comment should specify that this is for React/Common frameworks rather than using 'your-renderer'

Comment on lines +124 to 128
// 👇 Re-include this component's stories in a11y testing by removing the `!ally-test` tag
tags: [
// '!ally-test'
],
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Indentation is inconsistent with the rest of the file - should be aligned with the opening brace

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.9 branch from 92d4941 to d112cb7 Compare January 13, 2025 10:04
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.9 branch from d112cb7 to 5e48eb7 Compare January 13, 2025 12:00
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.9 branch from 5e48eb7 to 4911535 Compare January 13, 2025 14:00
@github-actions github-actions bot changed the title Release: Prerelease 8.5.0-beta.10 Release: Prerelease beta 8.5.0-beta.10 Jan 13, 2025
@valentinpalkovic valentinpalkovic 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. labels Jan 13, 2025
Copy link

nx-cloud bot commented Jan 13, 2025

View your CI Pipeline Execution ↗ for commit 4911535.

Command Status Duration Result
nx affected -t check -c production --parallel=7 ✅ Succeeded <1s View ↗
nx run-many -t build -c production --parallel=3 ✅ Succeeded 3s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-13 14:03:18 UTC

@storybook-pr-benchmarking
Copy link

Package Benchmarks

Commit: 4911535, ran on 13 January 2025 at 14:11:13 UTC

The following packages have significant changes to their size or dependencies:

@storybook/addon-a11y

Before After Difference
Dependency count 59 59 0
Self size 410 KB 228 KB 🎉 -183 KB 🎉
Dependency size 13.46 MB 13.46 MB 0 B
Bundle Size Analyzer Link Link

@storybook/addon-essentials

Before After Difference
Dependency count 36 36 0
Self size 17 KB 12 KB 🎉 -4 KB 🎉
Dependency size 13.83 MB 13.83 MB 🎉 -160 B 🎉
Bundle Size Analyzer Link Link

@storybook/addon-mdx-gfm

Before After Difference
Dependency count 69 69 0
Self size 4 KB 3 KB 🎉 -1 KB 🎉
Dependency size 2.41 MB 2.41 MB 0 B
Bundle Size Analyzer Link Link

@storybook/experimental-addon-test

Before After Difference
Dependency count 60 60 0
Self size 974 KB 762 KB 🎉 -212 KB 🎉
Dependency size 14.15 MB 14.15 MB 0 B
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic merged commit 302c5a9 into next-release Jan 13, 2025
109 of 115 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-8.5.0-beta.9 branch January 13, 2025 14:47
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.

6 participants