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: Minor 7.5.0 #24481

Merged
merged 740 commits into from
Oct 17, 2023
Merged

Release: Minor 7.5.0 #24481

merged 740 commits into from
Oct 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 15, 2023

This is an automated pull request that bumps the version from 7.5.0-alpha.7 to 7.5.0.
Once this pull request is merged, it will trigger a new release of version 7.5.0.
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: Builder-Webpack5: Use logger.warn on warnings #24472
  • 🏗️ Build: Release tooling: Don't cancel non-patch preparation when triggered manually #24480
  • 🏗️ Build: Release tooling: Fix prerelease-detection in non-patch preparation #24479

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

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5

  • 👻 storiesOf and storyStoreV6 officially deprecated

  • 🔨 Fix Webpack5 build errors not being propagated

  • 🀄 Support rename font import for Next.js

  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes

  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.

  • Angular: Introduce argsToTemplate for property and event Bindings - #24434, thanks @valentinpalkovic!

  • Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - #24388, thanks @yannbf!

  • Angular: Categorize legacy build options error - #24014, thanks @yannbf!

  • Angular: Fix Angular 15 support and add zone.js v0.14.x support - #24367, thanks @valentinpalkovic!

  • Angular: Allow loading standalone directives - #24448, thanks @osnoser1!

  • CLI: Inform the user how to dedupe and strip color from info command - #24087, thanks @kasperpeulen!

  • CLI: Add more information to storybook info command - #24003, thanks @JReinhold!

  • CLI: Change /Date$/ to /Dates$/i - #24195, thanks @arup1221!

  • CLI: Improve sanitization logic in crash reports - #24028, thanks @yannbf!

  • CLI: Remove random commas in storybook upgrade logs - #22333, thanks @joaonunomota!

  • Controls: Fix select / multiselect when value contains multiple spaces - #22334, thanks @oxcened!

  • Core: Add class name to Storybook error name - #24371, thanks @yannbf!

  • Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - #23938, thanks @JReinhold!

  • Doc Blocks: Add title to Meta prop types - #23370, thanks @iqbalcodes6602!

  • ManagerAPI: Fix bug with story redirection when URL has partial storyId - #24345, thanks @ndelangen!

  • NextJS: Support rename font import - #24406, thanks @yoshi2no!

  • NextJS: Change babel plugins from proposal-... to transform-... - #24290, thanks @roottool!

  • NextJS: Fix default next image loader when src has params - #24187, thanks @json-betsec!

  • NextJS: Fix Image Context re-use via singleton - #24146, thanks @martinnabhan!

  • NextJS: Improve support for Windows-style paths - #23695, thanks @T99!

  • React: Upgrade react-docgen to 6.0.x and improve argTypes - #23825, thanks @shilman!

  • Svelte: Fix docs generating when using lang="ts" or optional chaining - #24096, thanks @j3rem1e!

  • UI: Filter some manager errors - #24217, thanks @yannbf!

  • UI: Update ScrollArea with radix - #24413, thanks @cdedreuille!

  • UI: Improve contrast ratio between focus / hover - #24205, thanks @chocoscoding!

  • Vite: Move mdx-plugin from @storybook/builder-vite to @storybook/addon-docs - #24166, thanks @bryanjtc!

  • Vite: Support Vite 5 - #24395, thanks @IanVS!

  • Web-components: Add Lit3 support - #24437, thanks @shilman!

  • Webpack: Display errors on build - #24377, thanks @yannbf!

  • Webpack: Categorize builder error - #24031, thanks @yannbf!

  • Webpack: Use logger.warn on warnings - #24472, thanks @yannbf!

jonniebigodes and others added 30 commits September 30, 2023 17:25
Updates snippet to reference an existing import
Docs: Update Addon API Snippet (storybook-addons-api-usechannel.js.mdx)
Fix: Added more portable path handling code to better support win32-style paths.
…sn't specify the full ID.

Add e2e test for this behavior.
…ling_docs

Docs: Adds conditional render to the Styling and CSS docs
docs: add information about @storybook/preview-api useArgs hook
…rror

Builder-Webpack5: Use logger.warn on warnings
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.5.0-alpha.7 branch from 240db7a to bdc8034 Compare October 16, 2023 07:58
@github-actions github-actions bot changed the title Release: Minor 7.5.0 Release: Prerelease 7.5.0-alpha.8 Oct 16, 2023
@github-actions github-actions bot changed the base branch from latest-release to next-release October 16, 2023 07:58
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.5.0-alpha.7 branch from bdc8034 to 7ff8c70 Compare October 17, 2023 08:54
@github-actions github-actions bot changed the title Release: Prerelease 7.5.0-alpha.8 Release: Minor 7.5.0 Oct 17, 2023
@github-actions github-actions bot changed the base branch from next-release to latest-release October 17, 2023 08:54
@yannbf yannbf added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Oct 17, 2023
@yannbf yannbf self-assigned this Oct 17, 2023
@socket-security
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
Uses eval react-popper 1.3.11

Next steps

What is eval?

Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use eval, since this could potentially execute any code.

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 react-popper@1.3.11

@yannbf yannbf merged commit 459d358 into latest-release Oct 17, 2023
94 of 98 checks passed
@yannbf yannbf deleted the version-non-patch-from-7.5.0-alpha.7 branch October 17, 2023 13:28
@github-actions github-actions bot added the patch:done Patch/release PRs already cherry-picked to main/release branch label Oct 17, 2023
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 patch:done Patch/release PRs already cherry-picked to main/release branch release For PRs that trigger new releases. Automated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet