generated from UK-Export-Finance/nestjs-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 991717e
authored
chore(deps-dev): Bump lint-staged from 15.1.0 to 15.2.0 (#638)
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
lilconfig@3.0.0</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
lilconfig@3.0.0</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 lilconfig@3.0.0</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 />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 56e68f1 commit 991717eCopy full SHA for 991717e
File tree
Expand file treeCollapse file tree
2 files changed
+136
-75
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+136
-75
lines changed+135-74Lines changed: 135 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
|
0 commit comments