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.5.0-beta.8 #30156

Merged
merged 48 commits into from
Jan 8, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 30, 2024

This is an automated pull request that bumps the version from 8.5.0-beta.7 to 8.5.0-beta.8.
Once this pull request is merged, it will trigger a new release of version 8.5.0-beta.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: RNW-Vite: Fix reanimated support with babel plugin for node_modules #30188
  • 🐛 Bug: React: Force act running always in sequence #30191
  • 🐛 Bug: Vite: Fix wrong import paths when configDir is not in project root #30206
  • 🐛 Bug: Manager: Optimize getPanels function with memoization #30192
  • 🐛 Bug: Automigrations: Skip vite config file migration for react native web #30190
  • 🔧 Maintenance: Maintenance: Move @types/node to devDeps consistently #30163
  • 🐛 Bug: UI: Fix overlapping shadow of testing module on scrollbar #30132
  • 📝 Documentation: Docs: Rename a11ytest tag to a11y-test #30198
  • ⚠️ Direct commit: add ts-ignore acb6a30a1f91d5ac6ef1c9a5412864b2b768583c
  • 📝 Documentation: Docs: Fixes found during 8.5 QA #30103
  • 📝 Documentation: Docs: A11y minor fixes #30153

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

@github-actions github-actions bot requested a review from kylegach as a code owner December 30, 2024 09:42
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Dec 30, 2024
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.

16 file(s) reviewed, 3 comment(s)
Edit PR Review Bot Settings | Greptile

framework: '@storybook/your-framework',
stories: ['../src/**/*.mdx', '../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
async webpackFinal(config) {
storybookBaseConfig.module?.rules?.push({
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: storybookBaseConfig is undefined - should be using config parameter instead

framework: '@storybook/your-framework',
stories: ['../src/**/*.mdx', '../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
async webpackFinal(config) {
storybookBaseConfig.module?.rules?.push({
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: storybookBaseConfig is undefined - should be using config parameter instead

async viteFinal(config) {
return {
...config,
plugins: [...(config.plugins ?? []), graphql()],
Copy link
Contributor

Choose a reason for hiding this comment

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

logic: graphql() function is used but not imported or defined

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from bb315b3 to 83a5489 Compare January 2, 2025 17:39
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from 83a5489 to 587aeeb Compare January 3, 2025 08:52
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from 587aeeb to ec4108a Compare January 3, 2025 09:54
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from ec4108a to d215275 Compare January 6, 2025 14:50
…or-addon-panel-calculation

Manager: Optimize getPanels function with memoization
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from d215275 to a5ffbc8 Compare January 7, 2025 10:26
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from a5ffbc8 to 057c4ff Compare January 7, 2025 13:46
Vite: Fix wrong import paths when configDir is not in project root
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from 057c4ff to 2607e0b Compare January 7, 2025 14:30
…imultaneously

React: Force act running always in sequence
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from 2607e0b to 13391ac Compare January 7, 2025 14:43
shilman and others added 2 commits January 8, 2025 00:23
…de-modules

RNW-Vite: Fix reanimated support with babel plugin for node_modules
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.5.0-beta.7 branch from 13391ac to ca42774 Compare January 7, 2025 16:26
@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 Jan 8, 2025
@shilman shilman merged commit cdfd04a into next-release Jan 8, 2025
8 of 9 checks passed
@shilman shilman deleted the version-non-patch-from-8.5.0-beta.7 branch January 8, 2025 10:07
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.

8 participants