Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump lint-staged from 13.3.0 to 15.2.5 (#465)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.2.5. <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>v15.2.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1424">#1424</a> <a href="https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca"><code>31a1f95</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1423">#1423</a> <a href="https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918"><code>91abea0</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Improve error logging when failing to read or parse a configuration file</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1424">#1424</a> <a href="https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453"><code>ee43f15</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Upgrade [email protected]</p> </li> </ul> <h2>v15.2.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a"><code>4f4537a</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Fix release issue with previous version; update dependencies</li> </ul> <h2>v15.2.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1407">#1407</a> <a href="https://github.com/lint-staged/lint-staged/commit/d6981627472315adb01a46f797c8581393e8a637"><code>d698162</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Update dependencies</li> </ul> <h2>v15.2.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1391">#1391</a> <a href="https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde"><code>fdcdad4</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - <em>Lint-staged</em> no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.</li> </ul> <h2>v15.2.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1387">#1387</a> <a href="https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c"><code>e4023f6</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, <em>lint-staged</em> has used the default settings to spawn linter commands. This means the <code>stdin</code> of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the <code>stdin</code> is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.</li> </ul> <h2>v15.2.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1371">#1371</a> <a href="https://github.com/lint-staged/lint-staged/commit/f3378be894fb84800341800b1e4f6f8bc8dfd904"><code>f3378be</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Using the <code>--no-stash</code> flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag <code>--no-hide-partially-staged</code> that is automatically enabled when <code>--no-stash</code> is used.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1362">#1362</a> <a href="https://github.com/lint-staged/lint-staged/commit/17bc480c0f8767407a87527931558de8d1d1551d"><code>17bc480</code></a> Thanks <a href="https://github.com/antonk52"><code>@antonk52</code></a>! - update [email protected]</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/7c55ca9f410043016e8b33b3b523b9b7e764acf4"><code>7c55ca9</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Update most dependencies</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/777d4e976852af4c181ffbe055f3531343349695"><code>777d4e9</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - To improve performance, only use <code>lilconfig</code> when searching for config files outside the git repo. In the regular case, <em>lint-staged</em> finds the config files from the Git index and loads them directly.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1373">#1373</a> <a href="https://github.com/lint-staged/lint-staged/commit/85eb0ddab1eba0c0bcc8cc109e17dc2bbb3d044e"><code>85eb0dd</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - When determining git directory, use <code>fs.realpath()</code> only for symlinks. It looks like <code>fs.realpath()</code> changes some Windows mapped network filepaths unexpectedly, causing issues.</p> </li> </ul> <h2>v15.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1344">#1344</a> <a href="https://github.com/lint-staged/lint-staged/commit/04233115a5e25d6fa7d357cbe9d42173ae8a1acf"><code>0423311</code></a> Thanks <a href="https://github.com/danielbayley"><code>@danielbayley</code></a>! - Add support for loading configuration from <code>package.yaml</code> and <code>package.yml</code> files, supported by <code>pnpm</code>.</li> </ul> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>15.2.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1424">#1424</a> <a href="https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca"><code>31a1f95</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1423">#1423</a> <a href="https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918"><code>91abea0</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Improve error logging when failing to read or parse a configuration file</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1424">#1424</a> <a href="https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453"><code>ee43f15</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Upgrade [email protected]</p> </li> </ul> <h2>15.2.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a"><code>4f4537a</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Fix release issue with previous version; update dependencies</li> </ul> <h2>15.2.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1407">#1407</a> <a href="https://github.com/lint-staged/lint-staged/commit/d6981627472315adb01a46f797c8581393e8a637"><code>d698162</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Update dependencies</li> </ul> <h2>15.2.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1391">#1391</a> <a href="https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde"><code>fdcdad4</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - <em>Lint-staged</em> no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.</li> </ul> <h2>15.2.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1387">#1387</a> <a href="https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c"><code>e4023f6</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, <em>lint-staged</em> has used the default settings to spawn linter commands. This means the <code>stdin</code> of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the <code>stdin</code> is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.</li> </ul> <h2>15.2.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1371">#1371</a> <a href="https://github.com/lint-staged/lint-staged/commit/f3378be894fb84800341800b1e4f6f8bc8dfd904"><code>f3378be</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Using the <code>--no-stash</code> flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag <code>--no-hide-partially-staged</code> that is automatically enabled when <code>--no-stash</code> is used.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1362">#1362</a> <a href="https://github.com/lint-staged/lint-staged/commit/17bc480c0f8767407a87527931558de8d1d1551d"><code>17bc480</code></a> Thanks <a href="https://github.com/antonk52"><code>@antonk52</code></a>! - update [email protected]</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/7c55ca9f410043016e8b33b3b523b9b7e764acf4"><code>7c55ca9</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - Update most dependencies</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1368">#1368</a> <a href="https://github.com/lint-staged/lint-staged/commit/777d4e976852af4c181ffbe055f3531343349695"><code>777d4e9</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - To improve performance, only use <code>lilconfig</code> when searching for config files outside the git repo. In the regular case, <em>lint-staged</em> finds the config files from the Git index and loads them directly.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1373">#1373</a> <a href="https://github.com/lint-staged/lint-staged/commit/85eb0ddab1eba0c0bcc8cc109e17dc2bbb3d044e"><code>85eb0dd</code></a> Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! - When determining git directory, use <code>fs.realpath()</code> only for symlinks. It looks like <code>fs.realpath()</code> changes some Windows mapped network filepaths unexpectedly, causing issues.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/f7e410641c33a7dc7aa9da21254125ae0e2639d1"><code>f7e4106</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/fc753030eaf6986b13b727f3c4a850d7c2c6511e"><code>fc75303</code></a> build(release): lower next version bump from minor to patch</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918"><code>91abea0</code></a> fix: improve error logging when failing to parse config file (<a href="https://redirect.github.com/okonet/lint-staged/issues/1423">#1423</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca"><code>31a1f95</code></a> build(deps): allow approximately equivalent versions of direct dependencies</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453"><code>ee43f15</code></a> build(deps): upgrade [email protected]</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/8be6c8e7280ef4d819f0199830ec62c6bcda7e78"><code>8be6c8e</code></a> chore(changeset): release (<a href="https://redirect.github.com/okonet/lint-staged/issues/1419">#1419</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a"><code>4f4537a</code></a> build(husky): fix release issue with Husky</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/95d096d5643105704bb7f1b9f02140eb2e6503dd"><code>95d096d</code></a> chore(changeset): release (<a href="https://redirect.github.com/okonet/lint-staged/issues/1411">#1411</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/72483cb8a89bb74e96b45f9d67d3d4fecad22714"><code>72483cb</code></a> docs: fix typo (<a href="https://redirect.github.com/okonet/lint-staged/issues/1417">#1417</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/86fba6f11b962bbd2345764d629b553706d6c09e"><code>86fba6f</code></a> build(deps): update dependencies (<a href="https://redirect.github.com/okonet/lint-staged/issues/1418">#1418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/okonet/lint-staged/compare/v13.3.0...v15.2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=13.3.0&new-version=15.2.5)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information