:art: Boilerplate for building applications using Strapi and Next.js
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.3 to 13.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/okonet/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v13.2.1</h2> <h2><a href="https://github.com/okonet/lint-staged/compare/v13.2.0...v13.2.1">13.2.1</a> (2023-04-07)</h2> <h3>Bug Fixes</h3> <ul> <li>ignore "package.json" as config file when it's invalid JSON (<a href="https://redirect.github.com/okonet/lint-staged/issues/1281">#1281</a>) (<a href="https://github.com/okonet/lint-staged/commit/e7ed6f741d2ea0f084b06f3e1ac3d1d57fadf737">e7ed6f7</a>)</li> </ul> <h2>v13.2.0</h2> <h1><a href="https://github.com/okonet/lint-staged/compare/v13.1.2...v13.2.0">13.2.0</a> (2023-03-10)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>dependencies:</strong> replace <code>colorette</code> with <code>chalk</code> for better color support detection (<a href="https://github.com/okonet/lint-staged/commit/f5987252ae59537727a93373b59ab47bc2651a2f">f598725</a>)</li> <li>use index-based stash references for improved MSYS2 compatibility (<a href="https://redirect.github.com/okonet/lint-staged/issues/1270">#1270</a>) (<a href="https://github.com/okonet/lint-staged/commit/60fcd99451b88336a05ebbe71cda8909d2733ad7">60fcd99</a>)</li> </ul> <h3>Features</h3> <ul> <li>version bump only (<a href="https://redirect.github.com/okonet/lint-staged/issues/1275">#1275</a>) (<a href="https://github.com/okonet/lint-staged/commit/05fb3829faa5437276d98450c34699fecfc8c1c8">05fb382</a>)</li> </ul> <h2>v13.1.2</h2> <h2><a href="https://github.com/okonet/lint-staged/compare/v13.1.1...v13.1.2">13.1.2</a> (2023-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li>disable stash by default when using diff option (<a href="https://redirect.github.com/okonet/lint-staged/issues/1259">#1259</a>) (<a href="https://github.com/okonet/lint-staged/commit/142c6f225087207ec4c63b7847795857d567ce40">142c6f2</a>)</li> </ul> <h2>v13.1.1</h2> <h2><a href="https://github.com/okonet/lint-staged/compare/v13.1.0...v13.1.1">13.1.1</a> (2023-02-07)</h2> <h3>Bug Fixes</h3> <ul> <li>allow re-enabling <code>--stash</code> when using the <code>--diff</code> option (<a href="https://github.com/okonet/lint-staged/commit/99390c31a856154e380f04d5c3603d2e6428f1e5">99390c3</a>)</li> </ul> <h2>v13.1.0</h2> <h1><a href="https://github.com/okonet/lint-staged/compare/v13.0.4...v13.1.0">13.1.0</a> (2022-12-04)</h1> <h3>Features</h3> <ul> <li>expose cli entrance from "lint-staged/bin" (<a href="https://redirect.github.com/okonet/lint-staged/issues/1237">#1237</a>) (<a href="https://github.com/okonet/lint-staged/commit/eabf1d217d8bd2559b1087c92b5ec9b15b8ffa7e">eabf1d2</a>)</li> </ul> <h2>v13.0.4</h2> <h2><a href="https://github.com/okonet/lint-staged/compare/v13.0.3...v13.0.4">13.0.4</a> (2022-11-25)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/okonet/lint-staged/commit/e7ed6f741d2ea0f084b06f3e1ac3d1d57fadf737"><code>e7ed6f7</code></a> fix: ignore "package.json" as config file when it's invalid JSON (<a href="https://redirect.github.com/okonet/lint-staged/issues/1281">#1281</a>)</li> <li><a href="https://github.com/okonet/lint-staged/commit/05fb3829faa5437276d98450c34699fecfc8c1c8"><code>05fb382</code></a> feat: version bump only (<a href="https://redirect.github.com/okonet/lint-staged/issues/1275">#1275</a>)</li> <li><a href="https://github.com/okonet/lint-staged/commit/f4351e33ac97bd65e85d25e8ce425751522c8ad7"><code>f4351e3</code></a> ci: disable workflow for <code>next</code> branch</li> <li><a href="https://github.com/okonet/lint-staged/commit/52a650b6ca99448eb4b6704a9bf0295e3e688882"><code>52a650b</code></a> docs: update README.md (<a href="https://redirect.github.com/okonet/lint-staged/issues/1273">#1273</a>)</li> <li><a href="https://github.com/okonet/lint-staged/commit/60fcd99451b88336a05ebbe71cda8909d2733ad7"><code>60fcd99</code></a> fix: use index-based stash references for improved MSYS2 compatibility (<a href="https://redirect.github.com/okonet/lint-staged/issues/1270">#1270</a>)</li> <li><a href="https://github.com/okonet/lint-staged/commit/0d843ce83060235635f1d1824c4bb744708b69ef"><code>0d843ce</code></a> chore(dependencies): update all dependencies</li> <li><a href="https://github.com/okonet/lint-staged/commit/f5987252ae59537727a93373b59ab47bc2651a2f"><code>f598725</code></a> fix(dependencies): replace <code>colorette</code> with <code>chalk</code> for better color support ...</li> <li><a href="https://github.com/okonet/lint-staged/commit/1bbe37af68963c13bdba5ba88f838233c0a947ea"><code>1bbe37a</code></a> chore(dependencies): update all dependencies</li> <li><a href="https://github.com/okonet/lint-staged/commit/f230c6984fa247c9c3a23e60778f22d06b8f3de4"><code>f230c69</code></a> docs: Clean up readme.me (<a href="https://redirect.github.com/okonet/lint-staged/issues/1263">#1263</a>)</li> <li><a href="https://github.com/okonet/lint-staged/commit/142c6f225087207ec4c63b7847795857d567ce40"><code>142c6f2</code></a> fix: disable stash by default when using diff option (<a href="https://redirect.github.com/okonet/lint-staged/issues/1259">#1259</a>)</li> <li>Additional commits viewable in <a href="https://github.com/okonet/lint-staged/compare/v13.0.3...v13.2.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 2 comments.