Skip to content

Commit

Permalink
chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 (#241)
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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 53a338c commit 458d57c
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"get-stream": "7.0.1",
"got": "12.6.0",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"moker": "2.1.4",
"p-retry": "6.1.0",
"prettier": "3.1.0",
Expand Down
130 changes: 93 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1278,15 +1278,6 @@ __metadata:
languageName: node
linkType: hard

"ansi-escapes@npm:^5.0.0":
version: 5.0.0
resolution: "ansi-escapes@npm:5.0.0"
dependencies:
type-fest: "npm:^1.0.2"
checksum: cbfb95f9f6d8a1ffc89f50fcda3313effae2d9ac2f357f89f626815b4d95fdc3f10f74e0887614ff850d01f805b7505eb1e7ebfdd26144bbfc26c5de08e19195
languageName: node
linkType: hard

"ansi-escapes@npm:^6.2.0":
version: 6.2.0
resolution: "ansi-escapes@npm:6.2.0"
Expand Down Expand Up @@ -2029,6 +2020,16 @@ __metadata:
languageName: node
linkType: hard

"cli-truncate@npm:^4.0.0":
version: 4.0.0
resolution: "cli-truncate@npm:4.0.0"
dependencies:
slice-ansi: "npm:^5.0.0"
string-width: "npm:^7.0.0"
checksum: d5149175fd25ca985731bdeec46a55ec237475cf74c1a5e103baea696aceb45e372ac4acbaabf1316f06bd62e348123060f8191ffadfeedebd2a70a2a7fb199d
languageName: node
linkType: hard

"cliui@npm:^6.0.0":
version: 6.0.0
resolution: "cliui@npm:6.0.0"
Expand Down Expand Up @@ -2622,6 +2623,13 @@ __metadata:
languageName: node
linkType: hard

"emoji-regex@npm:^10.3.0":
version: 10.3.0
resolution: "emoji-regex@npm:10.3.0"
checksum: b9b084ebe904f13bb4b66ee4c29fb41a7a4a1165adcc33c1ce8056c0194b882cc91ebdc782f1a779b5d7ea7375c5064643a7734893d7c657b44c5c6b9d7bf1e7
languageName: node
linkType: hard

"emoji-regex@npm:^8.0.0":
version: 8.0.0
resolution: "emoji-regex@npm:8.0.0"
Expand Down Expand Up @@ -3130,6 +3138,13 @@ __metadata:
languageName: node
linkType: hard

"get-east-asian-width@npm:^1.0.0":
version: 1.2.0
resolution: "get-east-asian-width@npm:1.2.0"
checksum: c9b280e7c7c67fb89fa17e867c4a9d1c9f1321aba2a9ee27bff37fb6ca9552bccda328c70a80c1f83a0e39ba1b7e3427e60f47823402d19e7a41b83417ec047a
languageName: node
linkType: hard

"get-stdin@npm:^9.0.0":
version: 9.0.0
resolution: "get-stdin@npm:9.0.0"
Expand Down Expand Up @@ -3778,6 +3793,15 @@ __metadata:
languageName: node
linkType: hard

"is-fullwidth-code-point@npm:^5.0.0":
version: 5.0.0
resolution: "is-fullwidth-code-point@npm:5.0.0"
dependencies:
get-east-asian-width: "npm:^1.0.0"
checksum: 8dfb2d2831b9e87983c136f5c335cd9d14c1402973e357a8ff057904612ed84b8cba196319fabedf9aefe4639e14fe3afe9d9966d1d006ebeb40fe1fed4babe5
languageName: node
linkType: hard

"is-glob@npm:^4.0.1, is-glob@npm:~4.0.1":
version: 4.0.3
resolution: "is-glob@npm:4.0.3"
Expand Down Expand Up @@ -4252,10 +4276,10 @@ __metadata:
languageName: node
linkType: hard

"lilconfig@npm:2.1.0":
version: 2.1.0
resolution: "lilconfig@npm:2.1.0"
checksum: b1314a2e55319013d5e7d7d08be39015829d2764a1eaee130129545d40388499d81b1c31b0f9b3417d4db12775a88008b72ec33dd06e0184cf7503b32ca7cc0b
"lilconfig@npm:3.0.0":
version: 3.0.0
resolution: "lilconfig@npm:3.0.0"
checksum: 55f60f4f9f7b41358cc33875e3696919412683a35aec30c6c60c4f6ecb16fb6d11f7ac856b8458b9b82b21d5f4629649fbfca1de034e8d5b0cc7a70836266db6
languageName: node
linkType: hard

Expand All @@ -4273,37 +4297,37 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:15.1.0":
version: 15.1.0
resolution: "lint-staged@npm:15.1.0"
"lint-staged@npm:15.2.0":
version: 15.2.0
resolution: "lint-staged@npm:15.2.0"
dependencies:
chalk: "npm:5.3.0"
commander: "npm:11.1.0"
debug: "npm:4.3.4"
execa: "npm:8.0.1"
lilconfig: "npm:2.1.0"
listr2: "npm:7.0.2"
lilconfig: "npm:3.0.0"
listr2: "npm:8.0.0"
micromatch: "npm:4.0.5"
pidtree: "npm:0.6.0"
string-argv: "npm:0.3.2"
yaml: "npm:2.3.4"
bin:
lint-staged: bin/lint-staged.js
checksum: 77aacab303ebab8ef6781833d35d82405b73f0e3e8f8c585cdd95b0e1f42a638a12e853d7ef6227a85d77ed2ba233f92b0499124696a6872569c508e04d25ce3
checksum: 2a20e9b15f7e7419e92a2014afb01feb58798341a4a56aa1b9c8570297681cf54919f645df3c221e4348fd262df38c1e711a245a645d477bf870841e27c604f2
languageName: node
linkType: hard

"listr2@npm:7.0.2":
version: 7.0.2
resolution: "listr2@npm:7.0.2"
"listr2@npm:8.0.0":
version: 8.0.0
resolution: "listr2@npm:8.0.0"
dependencies:
cli-truncate: "npm:^3.1.0"
cli-truncate: "npm:^4.0.0"
colorette: "npm:^2.0.20"
eventemitter3: "npm:^5.0.1"
log-update: "npm:^5.0.1"
log-update: "npm:^6.0.0"
rfdc: "npm:^1.3.0"
wrap-ansi: "npm:^8.1.0"
checksum: 42cda5764906f9d298e3b0b0a684e71a3737533b2aef66f361265a3b938c4bc8f49bcea91536a8daa956833658d14108469b00c565c8e93ce4079795f6a06e07
wrap-ansi: "npm:^9.0.0"
checksum: d5a53b6d5feaa3a45c3750ebf10d242d42f11741b890edf8de7d68a002c36f15d0683f25742a0eb055763f04c005210a5cd61ef6c24ebac099d597cb21b06f29
languageName: node
linkType: hard

Expand Down Expand Up @@ -4420,16 +4444,16 @@ __metadata:
languageName: node
linkType: hard

"log-update@npm:^5.0.1":
version: 5.0.1
resolution: "log-update@npm:5.0.1"
"log-update@npm:^6.0.0":
version: 6.0.0
resolution: "log-update@npm:6.0.0"
dependencies:
ansi-escapes: "npm:^5.0.0"
ansi-escapes: "npm:^6.2.0"
cli-cursor: "npm:^4.0.0"
slice-ansi: "npm:^5.0.0"
strip-ansi: "npm:^7.0.1"
wrap-ansi: "npm:^8.0.1"
checksum: 0e154e46744125b6d20c30289e90091794d58b83c2f01d7676da2afa2411c6ec2c3ee2c99753b9c6b896b9ee496a9a403a563330a2d5914a3bdb30e836f17cfb
slice-ansi: "npm:^7.0.0"
strip-ansi: "npm:^7.1.0"
wrap-ansi: "npm:^9.0.0"
checksum: b345f392c356087290918f1bdaae84ee38699c89c9274fafbb6f4cee2fe6f89f9737000111279a40e651fbe0e9c08803b0457c2a4800d8a405752804f73058a8
languageName: node
linkType: hard

Expand Down Expand Up @@ -6534,7 +6558,7 @@ __metadata:
got: "npm:12.6.0"
husky: "npm:8.0.3"
js-yaml: "npm:^4.1.0"
lint-staged: "npm:15.1.0"
lint-staged: "npm:15.2.0"
lodash: "npm:^4.17.21"
moker: "npm:2.1.4"
nerf-dart: "npm:^1.0.0"
Expand Down Expand Up @@ -6751,6 +6775,16 @@ __metadata:
languageName: node
linkType: hard

"slice-ansi@npm:^7.0.0":
version: 7.1.0
resolution: "slice-ansi@npm:7.1.0"
dependencies:
ansi-styles: "npm:^6.2.1"
is-fullwidth-code-point: "npm:^5.0.0"
checksum: 10313dd3cf7a2e4b265f527b1684c7c568210b09743fd1bd74f2194715ed13ffba653dc93a5fa79e3b1711518b8990a732cb7143aa01ddafe626e99dfa6474b2
languageName: node
linkType: hard

"smart-buffer@npm:^4.2.0":
version: 4.2.0
resolution: "smart-buffer@npm:4.2.0"
Expand Down Expand Up @@ -7018,6 +7052,17 @@ __metadata:
languageName: node
linkType: hard

"string-width@npm:^7.0.0":
version: 7.0.0
resolution: "string-width@npm:7.0.0"
dependencies:
emoji-regex: "npm:^10.3.0"
get-east-asian-width: "npm:^1.0.0"
strip-ansi: "npm:^7.1.0"
checksum: bc0de5700a2690895169fce447ec4ed44bc62de80312c2093d5606bfd48319bb88e48a99e97f269dff2bc9577448b91c26b3804c16e7d9b389699795e4655c3b
languageName: node
linkType: hard

"string_decoder@npm:^1.1.1":
version: 1.3.0
resolution: "string_decoder@npm:1.3.0"
Expand Down Expand Up @@ -7402,7 +7447,7 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:^1.0.1, type-fest@npm:^1.0.2":
"type-fest@npm:^1.0.1":
version: 1.4.0
resolution: "type-fest@npm:1.4.0"
checksum: 89875c247564601c2650bacad5ff80b859007fbdb6c9e43713ae3ffa3f584552eea60f33711dd762e16496a1ab4debd409822627be14097d9a17e39c49db591a
Expand Down Expand Up @@ -7806,7 +7851,7 @@ __metadata:
languageName: node
linkType: hard

"wrap-ansi@npm:^8.0.1, wrap-ansi@npm:^8.1.0":
"wrap-ansi@npm:^8.1.0":
version: 8.1.0
resolution: "wrap-ansi@npm:8.1.0"
dependencies:
Expand All @@ -7817,6 +7862,17 @@ __metadata:
languageName: node
linkType: hard

"wrap-ansi@npm:^9.0.0":
version: 9.0.0
resolution: "wrap-ansi@npm:9.0.0"
dependencies:
ansi-styles: "npm:^6.2.1"
string-width: "npm:^7.0.0"
strip-ansi: "npm:^7.1.0"
checksum: b9d91564c091cf3978a7c18ca0f3e4d4606e83549dbe59cf76f5e77feefdd5ec91443155e8102630524d10a8c275efac8a7082c0f26fa43e6b989dc150d176ce
languageName: node
linkType: hard

"wrap-text@npm:^1.0.8":
version: 1.0.9
resolution: "wrap-text@npm:1.0.9"
Expand Down

0 comments on commit 458d57c

Please sign in to comment.