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.0.0-alpha.4 #25189

Merged
merged 129 commits into from
Dec 19, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 12, 2023

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

  • ✨ Feature Request: SvelteKit: Support 2.0 modules with mocks #25244 (will also be patched)
  • ✨ Feature Request: CLI: Add prompt-only automigrate asking for react-removal #25215
  • 🔧 Maintenance: CLI: No longer add react in init #25196
  • ❗ Breaking Change: Addon Docs: Remove react peer dependency #24881
  • 🔧 Maintenance: Core: Set bundle target to node18 #25239
  • ❗ Breaking Change: API: Remove stories.json support #25236
  • 🐛 Bug: UI: Embed react-textarea-autosize types #25235
  • 🐛 Bug: Addon-docs: Support <StrictMode /> and <Suspense /> in source viewer #19785
  • 🐛 Bug: SvelteKit: Fix missing `` modules #25132 (will also be patched)
  • 🐛 Bug: Blocks: Render colors in the same order as provided #25001
  • 🐛 Bug: Angular: Reduce the warnings from ts-loader via stricter list of includes #24531
  • 🐛 Bug: Angular: Add random attribute to bootstrapped selector #24972
  • 📝 Documentation: Docs: Adds list of available viewports #25253 (will also be patched)
  • 🏗️ Build: Build: Add sandbox for react-16 #25199
  • 🏗️ Build: Build: Ignore changing version in SvelteKit story #25241 (will also be patched)
  • 📝 Documentation: Docs: Fix Install troubleshooting heading #25230 (will also be patched)
  • 📝 Documentation: Docs: Fixed Typo in documentation template #25221 (will also be patched)
  • 📝 Documentation: Docs: Remove documentation only components and MDX files #25229 (will also be patched)
  • 🏗️ Build: Build: Remove preact-webpack5 sandboxes #25217
  • 📝 Documentation: Docs: Explain how to clean local files for contributers #24630

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.0.0-alpha.4

zhyd1997 and others added 30 commits November 9, 2022 01:12
Object.keys/Object.values/Object.entries (see screenshot below) don't guarantee maintaining the output order. We're using `for..in` instead to ensure colors swatches are rendered.
shilman and others added 21 commits December 18, 2023 15:03
Addon Docs: Remove `react` peer dependency
…ct-automigration

CLI: Add prompt-only automigrate asking for react-removal
…6-sandbox

Build: Add sandbox for react-16
Docs: Adds list of available viewports
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.3 branch from dbfabd5 to a319460 Compare December 19, 2023 09:14
SvelteKit: Support 2.0 modules with mocks
Copy link

Copy link

🚨 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 json-parse-even-better-errors 3.0.0
New author ignore-walk 6.0.3
New author json-stable-stringify 1.0.2
New author flat-cache 3.1.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 json-parse-even-better-errors@3.0.0
  • @SocketSecurity ignore ignore-walk@6.0.3
  • @SocketSecurity ignore json-stable-stringify@1.0.2
  • @SocketSecurity ignore flat-cache@3.1.0

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-alpha.3 branch from a319460 to c0ab202 Compare December 19, 2023 09:29
@JReinhold JReinhold merged commit be8e709 into next-release Dec 19, 2023
88 of 91 checks passed
@JReinhold JReinhold deleted the version-non-patch-from-8.0.0-alpha.3 branch December 19, 2023 12:17
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.

None yet