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 8.5.2 #30374

Merged
merged 10 commits into from
Jan 27, 2025
Merged

Release: Patch 8.5.2 #30374

merged 10 commits into from
Jan 27, 2025

Conversation

github-actions[bot]
Copy link
Contributor

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

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

  • 🐛 Bug: Addon Test: Support Vitest 3 browser.test.instances field #30309
  • 🐛 Bug: CLI: Corrected Next.js createScript for pnpm. #30304

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

  • #30309: git cherry-pick -m1 -x 4d2989d48746f04220bddf27d2ceec9f966343bd

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

Greptile Summary

Based on the provided information, I'll create a concise summary of this patch release:

Patch release 8.5.2 containing two bug fixes to improve compatibility and project initialization:

  • Added support for Vitest 3's browser.test.instances field in test addon, replacing deprecated browser.name configuration
  • Fixed Next.js project creation script for pnpm by correcting version specifier format from next-app^14 to next-app@^14

The changes are appropriate for a patch release as they:

  • Fix bugs without introducing breaking changes
  • Update dependencies to stable versions while maintaining backward compatibility
  • Correct syntax errors in project initialization
  • Include proper changelog updates

Note: The documentation changes from @next to @latest in init/upgrade commands should be reviewed as they may be inconsistent with a patch release's scope.

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Jan 24, 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.

LGTM

15 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

…es-vitest-3

Addon Test: Support Vitest 3 browser.test.instances field

(cherry picked from commit 4d2989d)
@valentinpalkovic valentinpalkovic added freeze Freeze the Release PR with this label ci:normal labels Jan 27, 2025
Copy link

nx-cloud bot commented Jan 27, 2025

View your CI Pipeline Execution ↗ for commit 6d20a3d.

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-27 09:41:20 UTC

@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. and removed ci:normal labels Jan 27, 2025
@valentinpalkovic valentinpalkovic merged commit dde15e1 into latest-release Jan 27, 2025
110 of 118 checks passed
@valentinpalkovic valentinpalkovic deleted the version-patch-from-8.5.1 branch January 27, 2025 10:24
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.

3 participants