Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Nov 8, 2023

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​storybook/addon-essentials (7.0.23 → 7.5.3) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​storybook/addon-links (7.1.1 → 7.5.3) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​storybook/addons (7.4.5 → 7.5.3) · Repo · Changelog

Release Notes

7.5.3

7.5.3

7.5.2

7.5.2

7.5.1

7.5.1

  • Angular: update wrong type for webpackStatsJson in start-storybook schema.json - #24494, thanks @LucaVazz!
  • Themes: Run postinstall in shell for windows - #24389, thanks @Integrayshaun!

7.5.0

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.
List of all updates
  • 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: Fix className missing in syntaxhighlighter - #24491, thanks @ndelangen!
  • 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!

7.4.6

7.4.6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​storybook/react (7.4.5 → 7.5.3) · Repo · Changelog

Release Notes

7.5.3

7.5.3

7.5.2

7.5.2

7.5.1

7.5.1

  • Angular: update wrong type for webpackStatsJson in start-storybook schema.json - #24494, thanks @LucaVazz!
  • Themes: Run postinstall in shell for windows - #24389, thanks @Integrayshaun!

7.5.0

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.
List of all updates
  • 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: Fix className missing in syntaxhighlighter - #24491, thanks @ndelangen!
  • 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!

7.4.6

7.4.6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​storybook/react-webpack5 (7.4.5 → 7.5.3) · Repo · Changelog

Release Notes

7.5.3

7.5.3

7.5.2

7.5.2

7.5.1

7.5.1

  • Angular: update wrong type for webpackStatsJson in start-storybook schema.json - #24494, thanks @LucaVazz!
  • Themes: Run postinstall in shell for windows - #24389, thanks @Integrayshaun!

7.5.0

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.
List of all updates
  • 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: Fix className missing in syntaxhighlighter - #24491, thanks @ndelangen!
  • 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!

7.4.6

7.4.6

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ storybook (7.1.1 → 7.5.3) · Repo · Changelog


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Nov 8, 2023
@depfu depfu bot force-pushed the depfu/update/yarn/group/storybook-7.5.3 branch 2 times, most recently from a83eea8 to abb6f1e Compare November 10, 2023 15:20
@depfu depfu bot force-pushed the depfu/update/yarn/group/storybook-7.5.3 branch 2 times, most recently from 0ed7fc4 to 2db7854 Compare November 29, 2023 01:15
@depfu depfu bot force-pushed the depfu/update/yarn/group/storybook-7.5.3 branch from 2db7854 to 739e163 Compare November 30, 2023 15:20
@depfu
Copy link
Contributor Author

depfu bot commented Nov 30, 2023

Closed in favor of #255.

@depfu depfu bot closed this Nov 30, 2023
@depfu depfu bot deleted the depfu/update/yarn/group/storybook-7.5.3 branch November 30, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants