Skip to content

Commit 1093a7e

Browse files
Bump lint-staged from 16.1.6 to 16.2.0 (#851)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.6 to 16.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v16.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1615">#1615</a> <a href="https://github.com/lint-staged/lint-staged/commit/99eb74200e8db69e72dba45314025953b8b0794e"><code>99eb742</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added a new option <code>--fail-on-changes</code> to make <em>lint-staged</em> exit with code 1 when tasks modify any files, making the <code>precommit</code> hook fail. This is similar to the <code>git diff --exit-code</code> option. Using this flag also implies the <code>--no-revert</code> flag which means any changes made by tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1611">#1611</a> <a href="https://github.com/lint-staged/lint-staged/commit/cd05fd349594baf586fbafb05588ff07d86060b7"><code>cd05fd3</code></a> Thanks <a href="https://github.com/rlorenzo"><code>@​rlorenzo</code></a>! - Added a new option <code>--continue-on-error</code> so that <em>lint-staged</em> will run all tasks to completion even if some of them fail. By default, <em>lint-staded</em> will exit early on the first failure.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1637">#1637</a> <a href="https://github.com/lint-staged/lint-staged/commit/82fcc0789c17bf6b2ea2649147abec77fa619375"><code>82fcc07</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Internal <em>lint-staged</em> errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the <em>lint-staged</em> configuration file.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1647">#1647</a> <a href="https://github.com/lint-staged/lint-staged/commit/a5ecc0605d52756167417c84cb0007ea7bceaaa3"><code>a5ecc06</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Remove <a href="https://github.com/debug-js/debug">debug</a> as a dependency due to recent malware issue; read more at <a href="https://redirect.github.com/debug-js/debug/issues/1005">debug-js/debug#1005</a>. Because of this, the <code>DEBUG</code> environment variable is no longer supported — use the <code>--debug</code> to enable debugging</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1636">#1636</a> <a href="https://github.com/lint-staged/lint-staged/commit/8db2717574ebfa2b80e0fc4eb0b24d705fd264fc"><code>8db2717</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added a new option <code>--hide-unstaged</code> so that <em>lint-staged</em> will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags <code>--hide-unstaged --no-hide-partially-staged</code> isn't meaningful and behaves the same as just <code>--hide-unstaged</code>.</p> <p>Thanks to <a href="https://github.com/ItsNickBarry"><code>@​ItsNickBarry</code></a> for the idea and initial implementation in <a href="https://redirect.github.com/lint-staged/lint-staged/pull/1552">#1552</a>.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1648">#1648</a> <a href="https://github.com/lint-staged/lint-staged/commit/7900b3b79c5e2e69662cb8b1bcbcae79c3549421"><code>7900b3b</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Remove <a href="https://github.com/antonk52/lilconfig">lilconfig</a> to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into <em>lint-staged</em> and should work about the same.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1633">#1633</a> <a href="https://github.com/lint-staged/lint-staged/commit/7f9e485a981707897e0d417f6a62008f0c098e00"><code>7f9e485</code></a> Thanks <a href="https://github.com/apps/dependabot"><code>@​dependabot</code></a>! - Bumps <a href="https://github.com/listr2/listr2">listr2</a> from 9.0.3 to 9.0.4.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1626">#1626</a> <a href="https://github.com/lint-staged/lint-staged/commit/99d5a9b0ddcba7d471d39ff3969d37988f1e2705"><code>99d5a9b</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Due to recent phishing attacks, for example <a href="https://redirect.github.com/chalk/chalk/issues/656">[email protected]</a> was released with malware. To avoid <em>lint-staged</em>'s users being at risk the <strong>direct dependencies are pinned to exact versions</strong>, instead of allowing future patch versions with the <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) range</a>.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1588">#1588</a> <a href="https://github.com/lint-staged/lint-staged/commit/035bbf268ac47bbaf2cfa737c3b2240d38feb22e"><code>035bbf2</code></a> Thanks <a href="https://github.com/outslept"><code>@​outslept</code></a>! - Increase performance by listing staged files and searching for configuration concurrently.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1645">#1645</a> <a href="https://github.com/lint-staged/lint-staged/commit/deba3ad83581938dd71b86b563e62827b5fc2a0a"><code>deba3ad</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Remove <a href="https://github.com/chalk/chalk">chalk</a> as a dependency due to recent malware issue; read more at <a href="https://redirect.github.com/chalk/chalk/issues/656">chalk/chalk#656</a>.</p> <p>If you are having trouble with ANSI color codes when using <em>lint-staged</em>, you can try setting either <code>FORCE_COLOR=true</code> or <code>NO_COLOR=true</code> env variables.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>16.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1615">#1615</a> <a href="https://github.com/lint-staged/lint-staged/commit/99eb74200e8db69e72dba45314025953b8b0794e"><code>99eb742</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added a new option <code>--fail-on-changes</code> to make <em>lint-staged</em> exit with code 1 when tasks modify any files, making the <code>precommit</code> hook fail. This is similar to the <code>git diff --exit-code</code> option. Using this flag also implies the <code>--no-revert</code> flag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1611">#1611</a> <a href="https://github.com/lint-staged/lint-staged/commit/cd05fd349594baf586fbafb05588ff07d86060b7"><code>cd05fd3</code></a> Thanks <a href="https://github.com/rlorenzo"><code>@​rlorenzo</code></a>! - Added a new option <code>--continue-on-error</code> so that <em>lint-staged</em> will run all tasks to completion even if some of them fail. By default, <em>lint-staded</em> will exit early on the first failure.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1637">#1637</a> <a href="https://github.com/lint-staged/lint-staged/commit/82fcc0789c17bf6b2ea2649147abec77fa619375"><code>82fcc07</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Internal <em>lint-staged</em> errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the <em>lint-staged</em> configuration file.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1647">#1647</a> <a href="https://github.com/lint-staged/lint-staged/commit/a5ecc0605d52756167417c84cb0007ea7bceaaa3"><code>a5ecc06</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Remove <a href="https://github.com/debug-js/debug">debug</a> as a dependency due to recent malware issue; read more at <a href="https://redirect.github.com/debug-js/debug/issues/1005">debug-js/debug#1005</a>. Because of this, the <code>DEBUG</code> environment variable is no longer supported — use the <code>--debug</code> to enable debugging</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1636">#1636</a> <a href="https://github.com/lint-staged/lint-staged/commit/8db2717574ebfa2b80e0fc4eb0b24d705fd264fc"><code>8db2717</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added a new option <code>--hide-unstaged</code> so that <em>lint-staged</em> will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags <code>--hide-unstaged --no-hide-partially-staged</code> isn't meaningful and behaves the same as just <code>--hide-unstaged</code>.</p> <p>Thanks to <a href="https://github.com/ItsNickBarry"><code>@​ItsNickBarry</code></a> for the idea and initial implementation in <a href="https://redirect.github.com/lint-staged/lint-staged/pull/1552">#1552</a>.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1648">#1648</a> <a href="https://github.com/lint-staged/lint-staged/commit/7900b3b79c5e2e69662cb8b1bcbcae79c3549421"><code>7900b3b</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Remove <a href="https://github.com/antonk52/lilconfig">lilconfig</a> to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into <em>lint-staged</em> and should work about the same.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1633">#1633</a> <a href="https://github.com/lint-staged/lint-staged/commit/7f9e485a981707897e0d417f6a62008f0c098e00"><code>7f9e485</code></a> Thanks <a href="https://github.com/apps/dependabot"><code>@​dependabot</code></a>! - Bumps <a href="https://github.com/listr2/listr2">listr2</a> from 9.0.3 to 9.0.4.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1626">#1626</a> <a href="https://github.com/lint-staged/lint-staged/commit/99d5a9b0ddcba7d471d39ff3969d37988f1e2705"><code>99d5a9b</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Due to recent phishing attacks, for example <a href="https://redirect.github.com/chalk/chalk/issues/656">[email protected]</a> was released with malware. To avoid <em>lint-staged</em>'s users being at risk the <strong>direct dependencies are pinned to exact versions</strong>, instead of allowing future patch versions with the <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) range</a>.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1588">#1588</a> <a href="https://github.com/lint-staged/lint-staged/commit/035bbf268ac47bbaf2cfa737c3b2240d38feb22e"><code>035bbf2</code></a> Thanks <a href="https://github.com/outslept"><code>@​outslept</code></a>! - Increase performance by listing staged files and searching for configuration concurrently.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1645">#1645</a> <a href="https://github.com/lint-staged/lint-staged/commit/deba3ad83581938dd71b86b563e62827b5fc2a0a"><code>deba3ad</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Remove <a href="https://github.com/chalk/chalk">chalk</a> as a dependency due to recent malware issue; read more at <a href="https://redirect.github.com/chalk/chalk/issues/656">chalk/chalk#656</a>.</p> <p>If you are having trouble with ANSI color codes when using <em>lint-staged</em>, you can try setting either <code>FORCE_COLOR=true</code> or <code>NO_COLOR=true</code> env variables.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/54c9bea2c7e3cd1562c33d3125c5fe5a450ca333"><code>54c9bea</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/da1ec1d9eab3fbd66b4de0688c29914abf913c54"><code>da1ec1d</code></a> build(deps-dev): bump eslint-plugin-n from 17.23.0 to 17.23.1</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/63361a8d7cc13c3003c8a473a26805316f53966e"><code>63361a8</code></a> feat: flag <code>--fail-on-changes</code> implies <code>--no-revert</code></li> <li><a href="https://github.com/lint-staged/lint-staged/commit/bcde025abd9f3d0f7e21e3b7d84ddf0fa221a08e"><code>bcde025</code></a> docs: removal of <code>debug</code> is &quot;minor&quot; instead of &quot;patch&quot; level change</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/7900b3b79c5e2e69662cb8b1bcbcae79c3549421"><code>7900b3b</code></a> feat: remove <code>lilconfig</code> as a dependency</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/a5ecc0605d52756167417c84cb0007ea7bceaaa3"><code>a5ecc06</code></a> feat: remove <code>debug</code> as a dependency</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/616b2d3d50145d366ae05dc643f636ec3adb7ce9"><code>616b2d3</code></a> ci: use actions/checkout@v5</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/d6397a50fa689913b72db204d4798637f51f83eb"><code>d6397a5</code></a> ci: use <code>@​actions/setup-node</code><a href="https://github.com/v5"><code>@​v5</code></a></li> <li><a href="https://github.com/lint-staged/lint-staged/commit/4499b730ab35cf93a5f7662be9988d3bf2d01b58"><code>4499b73</code></a> ci: run tests with lowest supported Node.js version 20.17.0</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/b4b69e5d9a56407f1a17060f99d9a9c43d0d4206"><code>b4b69e5</code></a> fix: pass either FORCE_COLOR or NO_COLOR to tasks based on detected support</li> <li>Additional commits viewable in <a href="https://github.com/lint-staged/lint-staged/compare/v16.1.6...v16.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=16.1.6&new-version=16.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
1 parent 4f14761 commit 1093a7e

File tree

2 files changed

+52
-76
lines changed

2 files changed

+52
-76
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jest": "^30.1.3",
5454
"jest-junit": "^16.0.0",
5555
"license-checker-rseidelsohn": "^4.4.2",
56-
"lint-staged": "^16.1.6",
56+
"lint-staged": "^16.2.0",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.10",
5959
"prettier": "^3.6.2",

yarn.lock

Lines changed: 51 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ __metadata:
920920
jest: "npm:^30.1.3"
921921
jest-junit: "npm:^16.0.0"
922922
license-checker-rseidelsohn: "npm:^4.4.2"
923-
lint-staged: "npm:^16.1.6"
923+
lint-staged: "npm:^16.2.0"
924924
lodash: "npm:^4.17.21"
925925
nodemon: "npm:^3.1.10"
926926
prettier: "npm:^3.6.2"
@@ -1628,7 +1628,7 @@ __metadata:
16281628
languageName: node
16291629
linkType: hard
16301630

1631-
"ansi-styles@npm:^6.0.0, ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1":
1631+
"ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1":
16321632
version: 6.2.1
16331633
resolution: "ansi-styles@npm:6.2.1"
16341634
checksum: 5d1ec38c123984bcedd996eac680d548f31828bd679a66db2bdf11844634dde55fec3efa9c6bb1d89056a5e79c1ac540c4c784d592ea1d25028a92227d2f2d5c
@@ -2011,13 +2011,6 @@ __metadata:
20112011
languageName: node
20122012
linkType: hard
20132013

2014-
"chalk@npm:^5.6.0":
2015-
version: 5.6.0
2016-
resolution: "chalk@npm:5.6.0"
2017-
checksum: f8558fc12fd9805f167611803b325b0098bbccdc9f1d3bafead41c9bac61f263357f3c0df0cbe28bc2fd5fca3edcf618b01d6771a5a776b4c15d061482a72b23
2018-
languageName: node
2019-
linkType: hard
2020-
20212014
"char-regex@npm:^1.0.2":
20222015
version: 1.0.2
20232016
resolution: "char-regex@npm:1.0.2"
@@ -2081,13 +2074,13 @@ __metadata:
20812074
languageName: node
20822075
linkType: hard
20832076

2084-
"cli-truncate@npm:^4.0.0":
2085-
version: 4.0.0
2086-
resolution: "cli-truncate@npm:4.0.0"
2077+
"cli-truncate@npm:^5.0.0":
2078+
version: 5.1.0
2079+
resolution: "cli-truncate@npm:5.1.0"
20872080
dependencies:
2088-
slice-ansi: "npm:^5.0.0"
2089-
string-width: "npm:^7.0.0"
2090-
checksum: d7f0b73e3d9b88cb496e6c086df7410b541b56a43d18ade6a573c9c18bd001b1c3fba1ad578f741a4218fdc794d042385f8ac02c25e1c295a2d8b9f3cb86eb4c
2081+
slice-ansi: "npm:^7.1.0"
2082+
string-width: "npm:^8.0.0"
2083+
checksum: 388a4c9813372fb82ef3958af9bcf233419e80f4f435386cc83666ba85c9ccfdaa4dd6e47a9fde8f70b1e2b485cfc5da97bc899ce4f3b24ed04933a2f878f7d6
20912084
languageName: node
20922085
linkType: hard
20932086

@@ -2139,10 +2132,10 @@ __metadata:
21392132
languageName: node
21402133
linkType: hard
21412134

2142-
"commander@npm:^14.0.0":
2143-
version: 14.0.0
2144-
resolution: "commander@npm:14.0.0"
2145-
checksum: 73c4babfa558077868d84522b11ef56834165d472b9e86a634cd4c3ae7fc72d59af6377d8878e06bd570fe8f3161eced3cbe383c38f7093272bb65bd242b595b
2135+
"commander@npm:14.0.1":
2136+
version: 14.0.1
2137+
resolution: "commander@npm:14.0.1"
2138+
checksum: 64439c0651ddd01c1d0f48c8f08e97c18a0a1fa693879451f1203ad01132af2c2aa85da24cf0d8e098ab9e6dc385a756be670d2999a3c628ec745c3ec124587b
21462139
languageName: node
21472140
linkType: hard
21482141

@@ -2218,7 +2211,7 @@ __metadata:
22182211
languageName: node
22192212
linkType: hard
22202213

2221-
"debug@npm:4, debug@npm:^4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.7, debug@npm:^4.4.1":
2214+
"debug@npm:4, debug@npm:^4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.7":
22222215
version: 4.4.1
22232216
resolution: "debug@npm:4.4.1"
22242217
dependencies:
@@ -3156,10 +3149,10 @@ __metadata:
31563149
languageName: node
31573150
linkType: hard
31583151

3159-
"get-east-asian-width@npm:^1.0.0":
3160-
version: 1.2.0
3161-
resolution: "get-east-asian-width@npm:1.2.0"
3162-
checksum: 914b1e217cf38436c24b4c60b4c45289e39a45bf9e65ef9fd343c2815a1a02b8a0215aeec8bf9c07c516089004b6e3826332481f40a09529fcadbf6e579f286b
3152+
"get-east-asian-width@npm:^1.0.0, get-east-asian-width@npm:^1.3.0":
3153+
version: 1.4.0
3154+
resolution: "get-east-asian-width@npm:1.4.0"
3155+
checksum: 4e481d418e5a32061c36fbb90d1b225a254cc5b2df5f0b25da215dcd335a3c111f0c2023ffda43140727a9cafb62dac41d022da82c08f31083ee89f714ee3b83
31633156
languageName: node
31643157
linkType: hard
31653158

@@ -3660,13 +3653,6 @@ __metadata:
36603653
languageName: node
36613654
linkType: hard
36623655

3663-
"is-fullwidth-code-point@npm:^4.0.0":
3664-
version: 4.0.0
3665-
resolution: "is-fullwidth-code-point@npm:4.0.0"
3666-
checksum: df2a717e813567db0f659c306d61f2f804d480752526886954a2a3e2246c7745fd07a52b5fecf2b68caf0a6c79dcdace6166fdf29cc76ed9975cc334f0a018b8
3667-
languageName: node
3668-
linkType: hard
3669-
36703656
"is-fullwidth-code-point@npm:^5.0.0":
36713657
version: 5.0.0
36723658
resolution: "is-fullwidth-code-point@npm:5.0.0"
@@ -4466,51 +4452,41 @@ __metadata:
44664452
languageName: node
44674453
linkType: hard
44684454

4469-
"lilconfig@npm:^3.1.3":
4470-
version: 3.1.3
4471-
resolution: "lilconfig@npm:3.1.3"
4472-
checksum: f5604e7240c5c275743561442fbc5abf2a84ad94da0f5adc71d25e31fa8483048de3dcedcb7a44112a942fed305fd75841cdf6c9681c7f640c63f1049e9a5dcc
4473-
languageName: node
4474-
linkType: hard
4475-
44764455
"lines-and-columns@npm:^1.1.6":
44774456
version: 1.2.4
44784457
resolution: "lines-and-columns@npm:1.2.4"
44794458
checksum: 3da6ee62d4cd9f03f5dc90b4df2540fb85b352081bee77fe4bbcd12c9000ead7f35e0a38b8d09a9bb99b13223446dd8689ff3c4959807620726d788701a83d2d
44804459
languageName: node
44814460
linkType: hard
44824461

4483-
"lint-staged@npm:^16.1.6":
4484-
version: 16.1.6
4485-
resolution: "lint-staged@npm:16.1.6"
4462+
"lint-staged@npm:^16.2.0":
4463+
version: 16.2.0
4464+
resolution: "lint-staged@npm:16.2.0"
44864465
dependencies:
4487-
chalk: "npm:^5.6.0"
4488-
commander: "npm:^14.0.0"
4489-
debug: "npm:^4.4.1"
4490-
lilconfig: "npm:^3.1.3"
4491-
listr2: "npm:^9.0.3"
4492-
micromatch: "npm:^4.0.8"
4493-
nano-spawn: "npm:^1.0.2"
4494-
pidtree: "npm:^0.6.0"
4495-
string-argv: "npm:^0.3.2"
4496-
yaml: "npm:^2.8.1"
4466+
commander: "npm:14.0.1"
4467+
listr2: "npm:9.0.4"
4468+
micromatch: "npm:4.0.8"
4469+
nano-spawn: "npm:1.0.3"
4470+
pidtree: "npm:0.6.0"
4471+
string-argv: "npm:0.3.2"
4472+
yaml: "npm:2.8.1"
44974473
bin:
44984474
lint-staged: bin/lint-staged.js
4499-
checksum: e695edfec7e330f2c7cd0bb0e56220aa95d3b3655fe64a87a02140609a3594df67e1ea7abc2cc4ce69aa010418e406b1b24703ba4bd026c873a5b43a5ab16c6a
4475+
checksum: 0903eea526d390fd04ec10c2b6c3c3accdff53647d1918d3c30236d46fa7714a4a109d1aeda7364ecc689728c7b188bc430911b170834228fe0010d938c9a631
45004476
languageName: node
45014477
linkType: hard
45024478

4503-
"listr2@npm:^9.0.3":
4504-
version: 9.0.3
4505-
resolution: "listr2@npm:9.0.3"
4479+
"listr2@npm:9.0.4":
4480+
version: 9.0.4
4481+
resolution: "listr2@npm:9.0.4"
45064482
dependencies:
4507-
cli-truncate: "npm:^4.0.0"
4483+
cli-truncate: "npm:^5.0.0"
45084484
colorette: "npm:^2.0.20"
45094485
eventemitter3: "npm:^5.0.1"
45104486
log-update: "npm:^6.1.0"
45114487
rfdc: "npm:^1.4.1"
45124488
wrap-ansi: "npm:^9.0.0"
4513-
checksum: 29978a32f9fb052f1efc11e8ad7745426c5bf706af87151672cb98e49fa11dc83a44f5065267f7f20a299e0942fed85677ab368e1cef8367800243675c50a20e
4489+
checksum: 69feca532f5b3317112a74bc7589ad29f98ccfbe1a582bdab556d536978b094e5841b94069e01cf59ea919684dfb68218754526ddd317b1dc829ab57f7450e45
45144490
languageName: node
45154491
linkType: hard
45164492

@@ -4661,7 +4637,7 @@ __metadata:
46614637
languageName: node
46624638
linkType: hard
46634639

4664-
"micromatch@npm:^4.0.8":
4640+
"micromatch@npm:4.0.8, micromatch@npm:^4.0.8":
46654641
version: 4.0.8
46664642
resolution: "micromatch@npm:4.0.8"
46674643
dependencies:
@@ -4810,10 +4786,10 @@ __metadata:
48104786
languageName: node
48114787
linkType: hard
48124788

4813-
"nano-spawn@npm:^1.0.2":
4814-
version: 1.0.2
4815-
resolution: "nano-spawn@npm:1.0.2"
4816-
checksum: d8cec78f127a44aa5e38be01746b3d963a8dcf8b00b4a05bf259b5369af2225b8c7dc9d12517050b90234e5c3eeea4ece5d18a5f9c6c3462b56f9f595f07e632
4789+
"nano-spawn@npm:1.0.3":
4790+
version: 1.0.3
4791+
resolution: "nano-spawn@npm:1.0.3"
4792+
checksum: ea18857e493710a50ded333dd71677953bd9bd9e6a17ade74af957763c50a9a02205ef31bc0d6784f5b3ad82db3d9f47531e9baac2acf01118f9b7c35bd9d5de
48174793
languageName: node
48184794
linkType: hard
48194795

@@ -5199,7 +5175,7 @@ __metadata:
51995175
languageName: node
52005176
linkType: hard
52015177

5202-
"pidtree@npm:^0.6.0":
5178+
"pidtree@npm:0.6.0":
52035179
version: 0.6.0
52045180
resolution: "pidtree@npm:0.6.0"
52055181
bin:
@@ -5621,16 +5597,6 @@ __metadata:
56215597
languageName: node
56225598
linkType: hard
56235599

5624-
"slice-ansi@npm:^5.0.0":
5625-
version: 5.0.0
5626-
resolution: "slice-ansi@npm:5.0.0"
5627-
dependencies:
5628-
ansi-styles: "npm:^6.0.0"
5629-
is-fullwidth-code-point: "npm:^4.0.0"
5630-
checksum: 2d4d40b2a9d5cf4e8caae3f698fe24ae31a4d778701724f578e984dcb485ec8c49f0c04dab59c401821e80fcdfe89cace9c66693b0244e40ec485d72e543914f
5631-
languageName: node
5632-
linkType: hard
5633-
56345600
"slice-ansi@npm:^7.1.0":
56355601
version: 7.1.0
56365602
resolution: "slice-ansi@npm:7.1.0"
@@ -5812,7 +5778,7 @@ __metadata:
58125778
languageName: node
58135779
linkType: hard
58145780

5815-
"string-argv@npm:^0.3.2":
5781+
"string-argv@npm:0.3.2":
58165782
version: 0.3.2
58175783
resolution: "string-argv@npm:0.3.2"
58185784
checksum: 75c02a83759ad1722e040b86823909d9a2fc75d15dd71ec4b537c3560746e33b5f5a07f7332d1e3f88319909f82190843aa2f0a0d8c8d591ec08e93d5b8dec82
@@ -5862,6 +5828,16 @@ __metadata:
58625828
languageName: node
58635829
linkType: hard
58645830

5831+
"string-width@npm:^8.0.0":
5832+
version: 8.1.0
5833+
resolution: "string-width@npm:8.1.0"
5834+
dependencies:
5835+
get-east-asian-width: "npm:^1.3.0"
5836+
strip-ansi: "npm:^7.1.0"
5837+
checksum: 749b5d0dab2532b4b6b801064230f4da850f57b3891287023117ab63a464ad79dd208f42f793458f48f3ad121fe2e1f01dd525ff27ead957ed9f205e27406593
5838+
languageName: node
5839+
linkType: hard
5840+
58655841
"string.prototype.trim@npm:^1.2.9":
58665842
version: 1.2.9
58675843
resolution: "string.prototype.trim@npm:1.2.9"
@@ -6609,7 +6585,7 @@ __metadata:
66096585
languageName: node
66106586
linkType: hard
66116587

6612-
"yaml@npm:^2.8.1":
6588+
"yaml@npm:2.8.1, yaml@npm:^2.8.1":
66136589
version: 2.8.1
66146590
resolution: "yaml@npm:2.8.1"
66156591
bin:

0 commit comments

Comments
 (0)