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.6.9 #25598

Merged
merged 31 commits into from
Jan 17, 2024
Merged

Release: Patch 7.6.9 #25598

merged 31 commits into from
Jan 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 15, 2024

This is an automated pull request that bumps the version from 7.6.8 to 7.6.9.
Once this pull request is merged, it will trigger a new release of version 7.6.9.
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: ConfigFile: Fix export specifiers #25590
  • 🐛 Bug: Webpack5: Make export-order-loader compatible with both esm and cjs #25540

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

  • #25540: git cherry-pick -m1 -x dfb08da8316f8aec3aff9702d282db20217878f8

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

  • ConfigFile: Fix export specifiers - #25590, thanks @ shilman!
  • Webpack5: Make export-order-loader compatible with both esm and cjs - #25540, thanks @ mlazari!

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Jan 15, 2024
@github-actions github-actions bot changed the title Release: Merge patches to main (without version bump) Release: Patch 7.6.9 Jan 16, 2024
@storybook-bot storybook-bot force-pushed the version-patch-from-7.6.8 branch 2 times, most recently from 2b2e7eb to f3845bf Compare January 16, 2024 09:57
@storybook-bot storybook-bot force-pushed the version-patch-from-7.6.8 branch 3 times, most recently from b84e0f8 to 3072289 Compare January 16, 2024 14:07
CLI: Support version specifiers in `init`, `upgrade` and `sandbox`
Copy link

socket-security bot commented Jan 16, 2024

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
ws 8.15.0...8.14.2 None +0/-0 138 kB lpinca
@vitejs/plugin-vue 4.5.2...4.4.0 None +1/-2 287 kB soda

🚮 Removed packages: @storybook/client-logger@7.5.0, @storybook/theming@7.5.0, postcss@8.4.32

shilman and others added 2 commits January 16, 2024 19:45
…ort-specifier

ConfigFile: Fix export specifiers
(cherry picked from commit cb97367)
@JReinhold JReinhold self-assigned this Jan 16, 2024
@JReinhold JReinhold added the freeze Freeze the Release PR with this label label Jan 16, 2024
Webpack5: Make export-order-loader compatible with both esm and cjs
(cherry picked from commit dfb08da)
Copy link

socket-security bot commented Jan 16, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Issue Package Version Note Source
New author @vitejs/plugin-vue 4.4.0

Next steps

What is new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore @vitejs/plugin-vue@4.4.0

@JReinhold JReinhold added the ci:daily Run the CI jobs that normally run in the daily job. label Jan 16, 2024
@JReinhold
Copy link
Contributor

Manually added #25526 to the changelog.

@JReinhold JReinhold merged commit 474dc27 into latest-release Jan 17, 2024
95 of 97 checks passed
@JReinhold JReinhold deleted the version-patch-from-7.6.8 branch January 17, 2024 11:29
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.

5 participants