57.json (18066B)
1 { 2 "number": 57, 3 "title": "Bump @storybook/blocks from 7.0.18 to 7.0.27", 4 "state": "closed", 5 "diff_file": "57.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-07-13T09:58:49Z", 8 "closed_at": "2023-07-19T09:57:48Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/storybook/blocks-7.0.27", 12 "labels": [ 13 "dependencies" 14 ], 15 "assignees": [], 16 "requested_reviewers": [], 17 "body": "Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) from 7.0.18 to 7.0.27.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\"><code>@\u200bstorybook/blocks</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.0.27</h2>\n<h2>7.0.27</h2>\n<ul>\n<li>Angular: Enable prod mode when Storybook is built - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23404\">#23404</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Fix esm issue in combination with rxjs v6 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23405\">#23405</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Exit when user does not select a storybook project type - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23201\">#23201</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Fix for <code>@\u200bnx/react/</code>plugin/storybook with SVGs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23210\">#23210</a>, thanks <a href=\"https://github.com/daves28\"><code>@\u200bdaves28</code></a>!</li>\n<li>Svelte-Webpack: Support Svelte v4 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23336\">#23336</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n</ul>\n<h2>v7.0.26</h2>\n<h2>7.0.26</h2>\n<ul>\n<li>Next.js: Fix next/image usage in latest Next.js release - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23296\">#23296</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>NextJS: Fix <code>useParams</code> support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22946\">#22946</a>, thanks <a href=\"https://github.com/gitstart-storybook\"><code>@\u200bgitstart-storybook</code></a>!</li>\n<li>NextJS: Allow disabling next/image lazy loading - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/21909\">#21909</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a></li>\n</ul>\n<h2>v7.0.25</h2>\n<h2>7.0.25</h2>\n<ul>\n<li>CLI: Fix pnp paths logic in storybook metadata - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23259\">#23259</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Controls: Fix UI to add array items - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22993\">#22993</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Next.js: Support disableStaticImages setting - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23167\">#23167</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>React: Fix decorators to conditionally render children - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22336\">#22336</a>, thanks <a href=\"https://github.com/redbugz\"><code>@\u200bredbugz</code></a>!</li>\n</ul>\n<h2>v7.0.24</h2>\n<h2>7.0.24</h2>\n<ul>\n<li>CLI: Parse pnp paths in storybook metadata - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23199\">#23199</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Dependencies: Pin <code>file-system-cache</code> to 2.3.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23221\">#23221</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Svelte: Support v4 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22905\">#22905</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n</ul>\n<h2>v7.0.23</h2>\n<h2>7.0.23</h2>\n<ul>\n<li>Core: Fix compat by disabling name mangling in <code>esbuild</code> require - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22486\">#22486</a>, thanks <a href=\"https://github.com/youngboy\"><code>@\u200byoungboy</code></a>!</li>\n<li>Core: Prebundle node-logger and make it CJS only - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23109\">#23109</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Fix fonts not loading with 3+ words in name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23121\">#23121</a>, thanks <a href=\"https://github.com/ygkn\"><code>@\u200bygkn</code></a>!</li>\n<li>Telemetry: Count onboarding stories - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23092\">#23092</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n</ul>\n<h2>v7.0.22</h2>\n<h2>7.0.22</h2>\n<ul>\n<li>CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23080\">#23080</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Core: Fix core-common to use node-fetch - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23077\">#23077</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Telemetry: Count onboarding stories - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23092\">#23092</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n</ul>\n<h2>v7.0.21</h2>\n<h2>7.0.21</h2>\n<ul>\n<li>Angular: Fix 16.1 compatibility - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23064\">#23064</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md\"><code>@\u200bstorybook/blocks</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.0.27</h2>\n<ul>\n<li>Angular: Enable prod mode when Storybook is built - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23404\">#23404</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Fix esm issue in combination with rxjs v6 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23405\">#23405</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Exit when user does not select a storybook project type - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23201\">#23201</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Fix for <code>@\u200bnx/react/</code>plugin/storybook with SVGs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23210\">#23210</a>, thanks <a href=\"https://github.com/daves28\"><code>@\u200bdaves28</code></a>!</li>\n<li>Svelte-Webpack: Support Svelte v4 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23336\">#23336</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n</ul>\n<h2>7.0.26</h2>\n<ul>\n<li>Next.js: Fix next/image usage in latest Next.js release - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23296\">#23296</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>NextJS: Fix <code>useParams</code> support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22946\">#22946</a>, thanks <a href=\"https://github.com/gitstart-storybook\"><code>@\u200bgitstart-storybook</code></a>!</li>\n<li>NextJS: Allow disabling next/image lazy loading - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/21909\">#21909</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a></li>\n</ul>\n<h2>7.0.25</h2>\n<ul>\n<li>CLI: Fix pnp paths logic in storybook metadata - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23259\">#23259</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Controls: Fix UI to add array items - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22993\">#22993</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Next.js: Support disableStaticImages setting - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23167\">#23167</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>React: Fix decorators to conditionally render children - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22336\">#22336</a>, thanks <a href=\"https://github.com/redbugz\"><code>@\u200bredbugz</code></a>!</li>\n</ul>\n<h2>7.0.24</h2>\n<ul>\n<li>CLI: Parse pnp paths in storybook metadata - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23199\">#23199</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Dependencies: Pin <code>file-system-cache</code> to 2.3.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23221\">#23221</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Svelte: Support v4 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22905\">#22905</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n</ul>\n<h2>7.0.23</h2>\n<ul>\n<li>Core: Fix compat by disabling name mangling in <code>esbuild</code> require - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22486\">#22486</a>, thanks <a href=\"https://github.com/youngboy\"><code>@\u200byoungboy</code></a>!</li>\n<li>Core: Prebundle node-logger and make it CJS only - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23109\">#23109</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Fix fonts not loading with 3+ words in name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23121\">#23121</a>, thanks <a href=\"https://github.com/ygkn\"><code>@\u200bygkn</code></a>!</li>\n<li>Telemetry: Count onboarding stories - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23092\">#23092</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n</ul>\n<h2>7.0.22</h2>\n<ul>\n<li>CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23080\">#23080</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Core: Fix core-common to use node-fetch - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23077\">#23077</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Telemetry: Count onboarding stories - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23092\">#23092</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n</ul>\n<h2>7.0.21</h2>\n<ul>\n<li>Angular: Fix 16.1 compatibility - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23064\">#23064</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Angular: Fix ivy preset - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23070\">#23070</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>CLI: Improve steps in storybook init - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22502\">#22502</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>CLI: Skip builder selection for react native - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23042\">#23042</a>, thanks <a href=\"https://github.com/dannyhw\"><code>@\u200bdannyhw</code></a>!</li>\n<li>Core: Fix <code>builder-manager</code> adding multiple dashes to relative path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22974\">#22974</a>, thanks <a href=\"https://github.com/MarioCadenas\"><code>@\u200bMarioCadenas</code></a>!</li>\n<li>Core: Improve <code>of={...}</code> DocBlock error in story index - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22782\">#22782</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Dependencies: Set vue-component-type-helpers to latest - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23015\">#23015</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Vue3: Fix source decorator to generate correct story code - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22518\">#22518</a>, thanks <a href=\"https://github.com/chakAs3\"><code>@\u200bchakAs3</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/1fdd8ad9f839844463a997ec943988727e1adabe\"><code>1fdd8ad</code></a> Bump version from "7.0.26" to "7.0.27"</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/19f91cddc806397c30f8ca9e3e76ae997a4a13af\"><code>19f91cd</code></a> Bump version from 7.0.25 to 7.0.26</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/10d173ab0857890833f8e1f35c741c127029f05d\"><code>10d173a</code></a> Bump version from 7.0.24 to 7.0.25</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/4f11ed45b8f2f6c830c1d6b4266fdb211c387a5e\"><code>4f11ed4</code></a> Merge pull request <a href=\"https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks/issues/22993\">#22993</a> from sookmax/fix-array-item-add</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/3b9f187e738cdcdae452b2f23429f6f2cd25692c\"><code>3b9f187</code></a> Bump version from 7.0.23 to 7.0.24</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/55369411dac50d8eded6cafc81b2432987a575a8\"><code>5536941</code></a> Bump version from 7.0.22 to 7.0.23</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ca2b7146ba048aa87e19d87b77ea0a5a9af4ec11\"><code>ca2b714</code></a> Bump version from 7.0.21 to 7.0.22</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ac1af484921d1ad8e493a5aaea2fe49616dc186d\"><code>ac1af48</code></a> Merge pull request <a href=\"https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks/issues/23051\">#23051</a> from storybookjs/fix/viewports-e2e-test</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/01e60aad71ee611b9892b1fddd8d2fec8aeb3c7b\"><code>01e60aa</code></a> Bump version from 7.0.20 to 7.0.21</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/c9ca606f48938a3f42bcfba01171c8c9441201bc\"><code>c9ca606</code></a> Update git head to 7.0.20, update yarn.lock [ci skip]</li>\n<li>Additional commits viewable in <a href=\"https://github.com/storybookjs/storybook/commits/v7.0.27/code/ui/blocks\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", 18 "comments": [ 19 { 20 "author": "dependabot[bot]", 21 "created_at": "2023-07-19T09:57:47Z", 22 "body": "Superseded by #60." 23 } 24 ], 25 "review_comments": [] 26 }