Bump loader-utils, next and @storybook/react #186

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2 into master
dependabot[bot] commented 2022-11-17 20:01:35 -05:00 (Migrated from github.com)

Bumps loader-utils to 1.4.2 and updates ancestor dependencies loader-utils, loader-utils, next and @storybook/react. These dependencies need to be updated together.

Updates loader-utils from 1.2.3 to 1.4.2

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

v1.4.0

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

v1.3.0

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)
Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

Commits

Updates loader-utils from 1.4.0 to 1.4.2

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

v1.4.0

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

v1.3.0

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)
Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

1.4.0 (2020-02-19)

Features

  • the resourceQuery is passed to the interpolateName method (#163) (cd0e428)

1.3.0 (2020-02-19)

Features

  • support the [query] template for the interpolatedName method (#162) (469eeba)

Commits

Updates next from 9.5.3 to 13.0.3

Release notes

Sourced from next's releases.

v13.0.3

Core Changes

  • bump @​typescript-eslint/parser version to support TS 4.8: #42439
  • chore: Update swc_core to v0.40.40: #42326
  • Add telemetry for turbotrace: #42486
  • Fix undici warning in Node.js 18: #42477
  • Ensure RSC is detecting correctly during revalidate: #42508
  • fix: correctly mention generateStaticParams in error: #42524
  • Re-enable sandbox cache and update AsyncLocalStorage usage: #42547
  • Check properly whether SWC is used or not when using forceSwcTransforms: #42531
  • Show inlined error if the "use client" directive is not before other statements/expressions: #42507
  • Refactor error codes in the TS plugin: #42585
  • Fix server html insertion target: #42591
  • next/compat/router: #42502
  • Fix scrolling on router.refresh: #42583
  • Fix relative TypeScript path in monorepos: #42586
  • Aggregate updates using addStatusHandler and Promise.resolve instead of setTimeout: #42350
  • fix(next/dev): bubble up unhandled exception from --turbo: #42594
  • Rename RSC and Router headers: #42482
  • Ensure build trace ignores apply correctly when nested: #42606
  • Include @​prisma/client in default external packages: #42624
  • Replace global with globalThis: #42627
  • Colocate styles with special entries: #42506
  • Add lazy initialize of router cache nodes: #42629
  • Add telemetry for @​next/font: #42579
  • Also create head when creating root layout: #42571
  • feat: add --no-mangling to next build + fix --profile option: #42633
  • update react builtin deps for next channel: #42639
  • Ensure skip normalize is handled correctly: #42642
  • @​next/font/google fetch error dev: #42637
  • Add missing matcher support: #42660
  • Remove useless async declaration and replace regexp to plain string in AMP postProcessor: #42495
  • @​next/font error messages: #42689
  • Adopt script rejection pattern for link onerror.: #42645
  • Fix @​next/font imports from outside of the root directory: #42678
  • Ensure appDir is included in webpack configVars: #42710
  • Fix replaceAll usage in post-process: #42714
  • Use import to load page and layout: #42325
  • Alias next public api to esm on edge runtime: #42709
  • fix: publish compat folder: #42613
  • Change condition to check for string attribute in lint rules utility function: #42625
  • Fix as option with optional catch all routes url object syntax: #42355
  • fix comma splice in verifyRootLayout.ts: #42324
  • build(next-swc): update turbopack to latest: #42733
  • @​next/font return types: #42753
  • Eagerly bundle external ESM dependencies for pages: #42741
  • Handle hydration replaceState for static page with searchParams: #42744
  • Add test case for image generation: #42693
  • Don't pushState when already on the url: #42735

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


Updates @storybook/react from 5.3.18 to 6.5.13

Release notes

Sourced from @​storybook/react's releases.

v6.5.13

Bug Fixes

  • Telemetry: Send start/build events even when there is no generator #19507
  • Telemetry: Fix inconsistent debug #19509
  • Addon-docs: Pass remarks plugins to mdx loader #18740
  • Angular: Alias decorateStory as applyDecorators #19189

v6.5.13-alpha.1

Bug Fixes

  • Telemetry: Send start/build events even when there is no generator #19507
  • Telemetry: Fix inconsistent debug #19509

v6.5.13-alpha.0

Bug Fixes

  • Addon-docs: Pass remarks plugins to mdx loader #18740
  • Angular: Alias decorateStory as applyDecorators #19189

v6.5.12

Bug Fixes

  • React: Fix issue with react 18 implementation #19125

v6.5.11

Bug Fixes

  • CLI: Fix race condition in sb init #19083
  • Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
  • Addon-interactions: Fix IE support by replacing array includes #18993
  • Vue: Fix enum check in extractArgTypes #18959
  • React: Fix callback behavior in react@18 #18737
  • Store: always call composeConfigs in setProjectAnnotations #18916
  • Telemetry: improve addon extraction logic #18868
  • Addon-docs: Check for undefined before reading property in extractArgTypes.ts #18710nance

v6.5.11-alpha.2

Bug Fixes

  • CLI: Fix race condition in sb init #19083
  • Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
  • Addon-interactions: Fix IE support by replacing array includes #18993

v6.5.11-alpha.1

Bug Fixes

  • Vue: Fix enum check in extractArgTypes #18959

v6.5.11-alpha.0

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

6.5.13 (October 24, 2022)

Bug Fixes

  • Telemetry: Send start/build events even when there is no generator #19507
  • Telemetry: Fix inconsistent debug #19509
  • Addon-docs: Pass remarks plugins to mdx loader #18740
  • Angular: Alias decorateStory as applyDecorators #19189

6.5.13-alpha.1 (October 24, 2022)

Bug Fixes

  • Telemetry: Send start/build events even when there is no generator #19507
  • Telemetry: Fix inconsistent debug #19509

6.5.13-alpha.0 (September 28, 2022)

Bug Fixes

  • Addon-docs: Pass remarks plugins to mdx loader #18740
  • Angular: Alias decorateStory as applyDecorators #19189

6.5.12 (September 14, 2022)

Bug Fixes

  • React: Fix issue with react 18 implementation #19125

6.5.11 (September 13, 2022)

Bug Fixes

  • CLI: Fix race condition in sb init #19083
  • Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
  • Addon-interactions: Fix IE support by replacing array includes #18993
  • Vue: Fix enum check in extractArgTypes #18959
  • React: Fix callback behavior in react@18 #18737
  • Store: always call composeConfigs in setProjectAnnotations #18916
  • Telemetry: improve addon extraction logic #18868
  • Addon-docs: Check for undefined before reading property in extractArgTypes.ts #18710nance

6.5.11-alpha.2 (September 7, 2022)

Bug Fixes

  • CLI: Fix race condition in sb init #19083
  • Core: Fix WebProjectAnnotations export in preview-web for back-compat #19048
  • Addon-interactions: Fix IE support by replacing array includes #18993

... (truncated)

Commits
  • 9bc627d v6.5.13
  • ef45ce7 Update git head to 6.5.13-alpha.1, update yarn.lock [ci skip]
  • 03f5ebe v6.5.13-alpha.1
  • fc66892 Update git head to 6.5.13-alpha.0, update yarn.lock [ci skip]
  • 1423ff5 v6.5.13-alpha.0
  • ad38b6b Update git head to 6.5.12, update yarn.lock [ci skip]
  • e3991cb v6.5.12
  • 6b2bd0a Merge pull request #19125 from storybookjs/react-18-followup
  • 5be644b Update git head to 6.5.11, update yarn.lock [ci skip]
  • db56a25 v6.5.11
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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)
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [loader-utils](https://github.com/webpack/loader-utils), [next](https://github.com/vercel/next.js) and [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 1.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/releases">loader-utils's releases</a>.</em></p> <blockquote> <h2>v1.4.2</h2> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2">1.4.2</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>) (<a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa">17cbf8f</a>)</li> </ul> <h2>v1.4.1</h2> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1">1.4.1</a> (2022-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>) (<a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5">4504e34</a>)</li> </ul> <h2>v1.4.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0">1.4.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>) (<a href="https://github.com/webpack/loader-utils/commit/cd0e428">cd0e428</a>)</li> </ul> <h2>v1.3.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0">1.3.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>) (<a href="https://github.com/webpack/loader-utils/commit/469eeba">469eeba</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md">loader-utils's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2">1.4.2</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>) (<a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa">17cbf8f</a>)</li> </ul> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1">1.4.1</a> (2022-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>) (<a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5">4504e34</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0">1.4.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>) (<a href="https://github.com/webpack/loader-utils/commit/cd0e428">cd0e428</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0">1.3.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>) (<a href="https://github.com/webpack/loader-utils/commit/469eeba">469eeba</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/loader-utils/commit/331ad5067d9a1a7b8d646692e6959639969210d1"><code>331ad50</code></a> chore(release): 1.4.2</li> <li><a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa"><code>17cbf8f</code></a> fix: ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/8f082b39f6903929f30fe29dab34f4d9c7ef070a"><code>8f082b3</code></a> chore(release): 1.4.1</li> <li><a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5"><code>4504e34</code></a> fix: security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/d95b8b53f0ad547133b47ac8226f735c479f76de"><code>d95b8b5</code></a> chore(release): 1.4.0</li> <li><a href="https://github.com/webpack/loader-utils/commit/cd0e4284a0aa090f8776c4eb1045d4b1080e7161"><code>cd0e428</code></a> feat: the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/06d36cf3a619cab20b08608204cb7ea9bddaceab"><code>06d36cf</code></a> chore(release): 1.3.0</li> <li><a href="https://github.com/webpack/loader-utils/commit/469eeba9095b879a3a988cde23d2035e454da9c2"><code>469eeba</code></a> feat: support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/909c99d3f85da40478b9f02338d4113332819cfd"><code>909c99d</code></a> chore: funding.yml config and CI fix (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/159">#159</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/b5b74f010cace25ca70a652ebef078f6b1cfaddb"><code>b5b74f0</code></a> Set up CI with Azure Pipelines</li> <li>Additional commits viewable in <a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2">compare view</a></li> </ul> </details> <br /> Updates `loader-utils` from 1.4.0 to 1.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/releases">loader-utils's releases</a>.</em></p> <blockquote> <h2>v1.4.2</h2> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2">1.4.2</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>) (<a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa">17cbf8f</a>)</li> </ul> <h2>v1.4.1</h2> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1">1.4.1</a> (2022-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>) (<a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5">4504e34</a>)</li> </ul> <h2>v1.4.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0">1.4.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>) (<a href="https://github.com/webpack/loader-utils/commit/cd0e428">cd0e428</a>)</li> </ul> <h2>v1.3.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0">1.3.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>) (<a href="https://github.com/webpack/loader-utils/commit/469eeba">469eeba</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md">loader-utils's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2">1.4.2</a> (2022-11-11)</h3> <h3>Bug Fixes</h3> <ul> <li>ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>) (<a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa">17cbf8f</a>)</li> </ul> <h3><a href="https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1">1.4.1</a> (2022-11-07)</h3> <h3>Bug Fixes</h3> <ul> <li>security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>) (<a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5">4504e34</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0">1.4.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>) (<a href="https://github.com/webpack/loader-utils/commit/cd0e428">cd0e428</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0">1.3.0</a> (2020-02-19)</h1> <h3>Features</h3> <ul> <li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>) (<a href="https://github.com/webpack/loader-utils/commit/469eeba">469eeba</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/loader-utils/commit/331ad5067d9a1a7b8d646692e6959639969210d1"><code>331ad50</code></a> chore(release): 1.4.2</li> <li><a href="https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa"><code>17cbf8f</code></a> fix: ReDoS problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/226">#226</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/8f082b39f6903929f30fe29dab34f4d9c7ef070a"><code>8f082b3</code></a> chore(release): 1.4.1</li> <li><a href="https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5"><code>4504e34</code></a> fix: security problem (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/220">#220</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/d95b8b53f0ad547133b47ac8226f735c479f76de"><code>d95b8b5</code></a> chore(release): 1.4.0</li> <li><a href="https://github.com/webpack/loader-utils/commit/cd0e4284a0aa090f8776c4eb1045d4b1080e7161"><code>cd0e428</code></a> feat: the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/163">#163</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/06d36cf3a619cab20b08608204cb7ea9bddaceab"><code>06d36cf</code></a> chore(release): 1.3.0</li> <li><a href="https://github.com/webpack/loader-utils/commit/469eeba9095b879a3a988cde23d2035e454da9c2"><code>469eeba</code></a> feat: support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/162">#162</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/909c99d3f85da40478b9f02338d4113332819cfd"><code>909c99d</code></a> chore: funding.yml config and CI fix (<a href="https://github-redirect.dependabot.com/webpack/loader-utils/issues/159">#159</a>)</li> <li><a href="https://github.com/webpack/loader-utils/commit/b5b74f010cace25ca70a652ebef078f6b1cfaddb"><code>b5b74f0</code></a> Set up CI with Azure Pipelines</li> <li>Additional commits viewable in <a href="https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2">compare view</a></li> </ul> </details> <br /> Updates `next` from 9.5.3 to 13.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v13.0.3</h2> <h3>Core Changes</h3> <ul> <li>bump <code>@​typescript-eslint/parser</code> version to support TS 4.8: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42439">#42439</a></li> <li>chore: Update swc_core to <code>v0.40.40</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42326">#42326</a></li> <li>Add telemetry for turbotrace: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42486">#42486</a></li> <li>Fix undici warning in Node.js 18: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42477">#42477</a></li> <li>Ensure RSC is detecting correctly during revalidate: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42508">#42508</a></li> <li>fix: correctly mention <code>generateStaticParams</code> in error: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42524">#42524</a></li> <li>Re-enable sandbox cache and update AsyncLocalStorage usage: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42547">#42547</a></li> <li>Check properly whether SWC is used or not when using forceSwcTransforms: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42531">#42531</a></li> <li>Show inlined error if the &quot;use client&quot; directive is not before other statements/expressions: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42507">#42507</a></li> <li>Refactor error codes in the TS plugin: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42585">#42585</a></li> <li>Fix server html insertion target: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42591">#42591</a></li> <li><code>next/compat/router</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42502">#42502</a></li> <li>Fix scrolling on router.refresh: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42583">#42583</a></li> <li>Fix relative TypeScript path in monorepos: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42586">#42586</a></li> <li>Aggregate updates using <code>addStatusHandler</code> and <code>Promise.resolve</code> instead of <code>setTimeout</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42350">#42350</a></li> <li>fix(next/dev): bubble up unhandled exception from --turbo: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42594">#42594</a></li> <li>Rename RSC and Router headers: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42482">#42482</a></li> <li>Ensure build trace ignores apply correctly when nested: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42606">#42606</a></li> <li>Include <code>@​prisma/client</code> in default external packages: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42624">#42624</a></li> <li>Replace global with globalThis: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42627">#42627</a></li> <li>Colocate styles with special entries: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42506">#42506</a></li> <li>Add lazy initialize of router cache nodes: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42629">#42629</a></li> <li>Add telemetry for <code>@​next/font</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42579">#42579</a></li> <li>Also create head when creating root layout: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42571">#42571</a></li> <li>feat: add --no-mangling to next build + fix --profile option: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42633">#42633</a></li> <li>update react builtin deps for next channel: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42639">#42639</a></li> <li>Ensure skip normalize is handled correctly: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42642">#42642</a></li> <li><code>@​next/font/</code>google fetch error dev: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42637">#42637</a></li> <li>Add missing matcher support: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42660">#42660</a></li> <li>Remove useless async declaration and replace regexp to plain string in AMP postProcessor: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42495">#42495</a></li> <li><code>@​next/font</code> error messages: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42689">#42689</a></li> <li>Adopt script rejection pattern for link onerror.: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42645">#42645</a></li> <li>Fix <code>@​next/font</code> imports from outside of the root directory: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42678">#42678</a></li> <li>Ensure appDir is included in webpack configVars: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42710">#42710</a></li> <li>Fix replaceAll usage in post-process: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42714">#42714</a></li> <li>Use import to load page and layout: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42325">#42325</a></li> <li>Alias next public api to esm on edge runtime: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42709">#42709</a></li> <li>fix: publish compat folder: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42613">#42613</a></li> <li>Change condition to check for string attribute in lint rules utility function: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42625">#42625</a></li> <li>Fix as option with optional catch all routes url object syntax: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42355">#42355</a></li> <li>fix comma splice in <code>verifyRootLayout.ts</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42324">#42324</a></li> <li>build(next-swc): update turbopack to latest: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42733">#42733</a></li> <li><code>@​next/font</code> return types: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42753">#42753</a></li> <li>Eagerly bundle external ESM dependencies for pages: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42741">#42741</a></li> <li>Handle hydration replaceState for static page with searchParams: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42744">#42744</a></li> <li>Add test case for image generation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42693">#42693</a></li> <li>Don't pushState when already on the url: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42735">#42735</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/4240dcc410b441807a33a87191a3413d3dc4564b"><code>4240dcc</code></a> v13.0.3</li> <li><a href="https://github.com/vercel/next.js/commit/895d895972b32d2943b29700d07df77399b0e79b"><code>895d895</code></a> v13.0.3-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/3a22e9768bad7797bd9bef47ba450cf52176f59f"><code>3a22e97</code></a> Track page counts during builds (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42766">#42766</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/028b8d040dd4b6467635cdfbd90ea711f430f590"><code>028b8d0</code></a> Fix resolving for esm package with only exports.import condition (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42767">#42767</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/cb8fdc6db6280b847e752d884afbd99dd1290b40"><code>cb8fdc6</code></a> fix: enable emotion import map (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42750">#42750</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/29f20d30fd098d30cbd73352aec995191b88fa74"><code>29f20d3</code></a> font api updates (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42724">#42724</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6490252b40e191154e04dfedab05693495e67297"><code>6490252</code></a> Don't pushState when already on the url (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42735">#42735</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f612acffbcea456be033f651f11ea92fbfd9c46b"><code>f612acf</code></a> Add test case for image generation (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42693">#42693</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/9d30e777ca10725e345e263c37bf3c3cc082e4fb"><code>9d30e77</code></a> Handle hydration replaceState for static page with searchParams (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42744">#42744</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/276533d03e6d72a1ce7bb37f91d6f4d36b7f20a3"><code>276533d</code></a> Eagerly bundle external ESM dependencies for pages (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42741">#42741</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v9.5.3...v13.0.3">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~vercel-release-bot">vercel-release-bot</a>, a new releaser for next since your current version.</p> </details> <br /> Updates `@storybook/react` from 5.3.18 to 6.5.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s releases</a>.</em></p> <blockquote> <h2>v6.5.13</h2> <h3>Bug Fixes</h3> <ul> <li>Telemetry: Send start/build events even when there is no generator <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19507">#19507</a></li> <li>Telemetry: Fix inconsistent debug <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19509">#19509</a></li> <li>Addon-docs: Pass remarks plugins to mdx loader <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18740">#18740</a></li> <li>Angular: Alias decorateStory as applyDecorators <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19189">#19189</a></li> </ul> <h2>v6.5.13-alpha.1</h2> <h3>Bug Fixes</h3> <ul> <li>Telemetry: Send start/build events even when there is no generator <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19507">#19507</a></li> <li>Telemetry: Fix inconsistent debug <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19509">#19509</a></li> </ul> <h2>v6.5.13-alpha.0</h2> <h4>Bug Fixes</h4> <ul> <li>Addon-docs: Pass remarks plugins to mdx loader <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18740">#18740</a></li> <li>Angular: Alias decorateStory as applyDecorators <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19189">#19189</a></li> </ul> <h2>v6.5.12</h2> <h4>Bug Fixes</h4> <ul> <li>React: Fix issue with react 18 implementation <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19125">#19125</a></li> </ul> <h2>v6.5.11</h2> <h4>Bug Fixes</h4> <ul> <li>CLI: Fix race condition in sb init <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19083">#19083</a></li> <li>Core: Fix WebProjectAnnotations export in preview-web for back-compat <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19048">#19048</a></li> <li>Addon-interactions: Fix IE support by replacing array includes <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18993">#18993</a></li> <li>Vue: Fix enum check in extractArgTypes <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18959">#18959</a></li> <li>React: Fix callback behavior in <code>react@18</code> <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18737">#18737</a></li> <li>Store: always call composeConfigs in setProjectAnnotations <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18916">#18916</a></li> <li>Telemetry: improve addon extraction logic <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18868">#18868</a></li> <li>Addon-docs: Check for undefined before reading property in extractArgTypes.ts <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18710">#18710</a>nance</li> </ul> <h2>v6.5.11-alpha.2</h2> <h4>Bug Fixes</h4> <ul> <li>CLI: Fix race condition in sb init <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19083">#19083</a></li> <li>Core: Fix WebProjectAnnotations export in preview-web for back-compat <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19048">#19048</a></li> <li>Addon-interactions: Fix IE support by replacing array includes <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18993">#18993</a></li> </ul> <h2>v6.5.11-alpha.1</h2> <h4>Bug Fixes</h4> <ul> <li>Vue: Fix enum check in extractArgTypes <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18959">#18959</a></li> </ul> <h2>v6.5.11-alpha.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v6.5.13/CHANGELOG.md"><code>@​storybook/react</code>'s changelog</a>.</em></p> <blockquote> <h2>6.5.13 (October 24, 2022)</h2> <h3>Bug Fixes</h3> <ul> <li>Telemetry: Send start/build events even when there is no generator <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19507">#19507</a></li> <li>Telemetry: Fix inconsistent debug <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19509">#19509</a></li> <li>Addon-docs: Pass remarks plugins to mdx loader <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18740">#18740</a></li> <li>Angular: Alias decorateStory as applyDecorators <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19189">#19189</a></li> </ul> <h2>6.5.13-alpha.1 (October 24, 2022)</h2> <h3>Bug Fixes</h3> <ul> <li>Telemetry: Send start/build events even when there is no generator <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19507">#19507</a></li> <li>Telemetry: Fix inconsistent debug <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19509">#19509</a></li> </ul> <h2>6.5.13-alpha.0 (September 28, 2022)</h2> <h4>Bug Fixes</h4> <ul> <li>Addon-docs: Pass remarks plugins to mdx loader <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18740">#18740</a></li> <li>Angular: Alias decorateStory as applyDecorators <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19189">#19189</a></li> </ul> <h2>6.5.12 (September 14, 2022)</h2> <h4>Bug Fixes</h4> <ul> <li>React: Fix issue with react 18 implementation <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19125">#19125</a></li> </ul> <h2>6.5.11 (September 13, 2022)</h2> <h4>Bug Fixes</h4> <ul> <li>CLI: Fix race condition in sb init <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19083">#19083</a></li> <li>Core: Fix WebProjectAnnotations export in preview-web for back-compat <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19048">#19048</a></li> <li>Addon-interactions: Fix IE support by replacing array includes <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18993">#18993</a></li> <li>Vue: Fix enum check in extractArgTypes <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18959">#18959</a></li> <li>React: Fix callback behavior in <code>react@18</code> <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18737">#18737</a></li> <li>Store: always call composeConfigs in setProjectAnnotations <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18916">#18916</a></li> <li>Telemetry: improve addon extraction logic <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18868">#18868</a></li> <li>Addon-docs: Check for undefined before reading property in extractArgTypes.ts <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18710">#18710</a>nance</li> </ul> <h2>6.5.11-alpha.2 (September 7, 2022)</h2> <h4>Bug Fixes</h4> <ul> <li>CLI: Fix race condition in sb init <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19083">#19083</a></li> <li>Core: Fix WebProjectAnnotations export in preview-web for back-compat <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/19048">#19048</a></li> <li>Addon-interactions: Fix IE support by replacing array includes <a href="https://github-redirect.dependabot.com/storybooks/storybook/pull/18993">#18993</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/9bc627d9b364d2ea915470dfd08cfe5cb3716dee"><code>9bc627d</code></a> v6.5.13</li> <li><a href="https://github.com/storybookjs/storybook/commit/ef45ce7d6103e23c1bd68d80441bafb99133f219"><code>ef45ce7</code></a> Update git head to 6.5.13-alpha.1, update yarn.lock [ci skip]</li> <li><a href="https://github.com/storybookjs/storybook/commit/03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651"><code>03f5ebe</code></a> v6.5.13-alpha.1</li> <li><a href="https://github.com/storybookjs/storybook/commit/fc668924683f93099f3a56316e1d821ab6a7da6e"><code>fc66892</code></a> Update git head to 6.5.13-alpha.0, update yarn.lock [ci skip]</li> <li><a href="https://github.com/storybookjs/storybook/commit/1423ff5ed44da6f0bb3b7838c96f2ebe31cef05c"><code>1423ff5</code></a> v6.5.13-alpha.0</li> <li><a href="https://github.com/storybookjs/storybook/commit/ad38b6bf72fb405f4cfc60c4a2d363b2db93c72f"><code>ad38b6b</code></a> Update git head to 6.5.12, update yarn.lock [ci skip]</li> <li><a href="https://github.com/storybookjs/storybook/commit/e3991cb4dac45c964e29f82da6be5912464c5a4f"><code>e3991cb</code></a> v6.5.12</li> <li><a href="https://github.com/storybookjs/storybook/commit/6b2bd0af20d3bda79c5614b235532c1b967af291"><code>6b2bd0a</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/app/react/issues/19125">#19125</a> from storybookjs/react-18-followup</li> <li><a href="https://github.com/storybookjs/storybook/commit/5be644b7b7b28215653ca441be2f229b871f56da"><code>5be644b</code></a> Update git head to 6.5.11, update yarn.lock [ci skip]</li> <li><a href="https://github.com/storybookjs/storybook/commit/db56a2586508ee1082640f24402e491333e42ec4"><code>db56a25</code></a> v6.5.11</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v6.5.13/app/react">compare view</a></li> </ul> </details> <br /> Dependabot 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pankod/next-boilerplate/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2:dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git switch dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git switch dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git switch dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git switch master
git merge --squash dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git switch master
git merge --ff-only dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git switch master
git merge dependabot/npm_and_yarn/loader-utils-and-loader-utils-and-next-and-storybook/react-1.4.2
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pankod/next-boilerplate!186
No description provided.