Skip to content

Commit

Permalink
Build(deps): Bump lint-staged from 15.1.0 to 15.2.0 (#520)
Browse files Browse the repository at this point in the history
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.1.0
to 15.2.0.
<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.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>
</blockquote>
</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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/adf50b00669f6aac2eeca25dd28ff86a9a3c2a48"><code>adf50b0</code></a>
chore(changeset): release</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/85eb0ddab1eba0c0bcc8cc109e17dc2bbb3d044e"><code>85eb0dd</code></a>
fix: when determining git directory, use <code>fs.realpath()</code> only
for symlinks</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/82eded471db54cdf194254ba8a603e52c5ca25d5"><code>82eded4</code></a>
refactor: use commander implies() syntax for flag</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/f3378be894fb84800341800b1e4f6f8bc8dfd904"><code>f3378be</code></a>
feat: <code>--no-stash</code> flag implies
<code>--no-hide-partially-staged</code></li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/f4f61f3b7d09fc5e8f653136c7847aaeb71987ba"><code>f4f61f3</code></a>
docs: add workaround for verbose Windows output to README FAQ</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/17bc480c0f8767407a87527931558de8d1d1551d"><code>17bc480</code></a>
chore(deps): update [email protected]</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/eccda41886842bb112bb73268662450416c53866"><code>eccda41</code></a>
style: remove Babel from ESLint</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/077e6bcbf1422b22eaa586ccf77bf3605ad089d2"><code>077e6bc</code></a>
test: run Jest tests in native ESM mode</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/8db4a15766674503f10e0862a4b5ca901c4be292"><code>8db4a15</code></a>
refactor: move config file name constants to separate file</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/78a0c2306b0ed74602d548f62ff15e8b5f3479cb"><code>78a0c23</code></a>
test: add missing test coverage</li>
<li>Additional commits viewable in <a
href="https://github.com/okonet/lint-staged/compare/v15.1.0...v15.2.0">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=15.1.0&new-version=15.2.0)](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>
  • Loading branch information
derTobsch authored Jan 5, 2024
2 parents a7e9dfd + 7dbe67e commit b17021d
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 36 deletions.
285 changes: 250 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-unicorn": "49.0.0",
"fast-glob": "3.3.2",
"jsdom": "23.0.1",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"postcss": "8.4.31",
"postcss-cli": "10.1.0",
"postcss-import": "16.0.0",
Expand Down

0 comments on commit b17021d

Please sign in to comment.