Skip to content

Commit 1a254d2

Browse files
Bump lint-staged from 16.2.3 to 16.2.4 (#862)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.3 to 16.2.4. <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.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1682">#1682</a> <a href="https://github.com/lint-staged/lint-staged/commit/01760380e57080d136cc396455346c36aef5770e"><code>0176038</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Update dependencies, including <a href="https://github.com/sindresorhus/nano-spawn/releases/tag/v2.0.0"><code>[email protected]</code></a> with bug fixes.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1671">#1671</a> <a href="https://github.com/lint-staged/lint-staged/commit/581a54eea6ba3a3a1b715407c895f63a961903f3"><code>581a54e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Speed up execution by only importing the <code>yaml</code> depedency if using YAML configuration files.</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.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1682">#1682</a> <a href="https://github.com/lint-staged/lint-staged/commit/01760380e57080d136cc396455346c36aef5770e"><code>0176038</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Update dependencies, including <a href="https://github.com/sindresorhus/nano-spawn/releases/tag/v2.0.0"><code>[email protected]</code></a> with bug fixes.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1671">#1671</a> <a href="https://github.com/lint-staged/lint-staged/commit/581a54eea6ba3a3a1b715407c895f63a961903f3"><code>581a54e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Speed up execution by only importing the <code>yaml</code> depedency if using YAML configuration files.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/122580b7cb52d5143bfd59e2011be4bbc01ae03f"><code>122580b</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/01760380e57080d136cc396455346c36aef5770e"><code>0176038</code></a> fix(deps): update dependencies</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/581a54eea6ba3a3a1b715407c895f63a961903f3"><code>581a54e</code></a> perf: only import <code>yaml</code> when loading YAML files</li> <li>See full diff in <a href="https://github.com/lint-staged/lint-staged/compare/v16.2.3...v16.2.4">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.2.3&new-version=16.2.4)](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 2b1860e commit 1a254d2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.2.0",
5454
"jest-junit": "^16.0.0",
5555
"license-checker-rseidelsohn": "^4.4.2",
56-
"lint-staged": "^16.2.3",
56+
"lint-staged": "^16.2.4",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.10",
5959
"prettier": "^3.6.2",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ __metadata:
920920
jest: "npm:^30.2.0"
921921
jest-junit: "npm:^16.0.0"
922922
license-checker-rseidelsohn: "npm:^4.4.2"
923-
lint-staged: "npm:^16.2.3"
923+
lint-staged: "npm:^16.2.4"
924924
lodash: "npm:^4.17.21"
925925
nodemon: "npm:^3.1.10"
926926
prettier: "npm:^3.6.2"
@@ -4457,20 +4457,20 @@ __metadata:
44574457
languageName: node
44584458
linkType: hard
44594459

4460-
"lint-staged@npm:^16.2.3":
4461-
version: 16.2.3
4462-
resolution: "lint-staged@npm:16.2.3"
4460+
"lint-staged@npm:^16.2.4":
4461+
version: 16.2.4
4462+
resolution: "lint-staged@npm:16.2.4"
44634463
dependencies:
44644464
commander: "npm:^14.0.1"
44654465
listr2: "npm:^9.0.4"
44664466
micromatch: "npm:^4.0.8"
4467-
nano-spawn: "npm:^1.0.3"
4467+
nano-spawn: "npm:^2.0.0"
44684468
pidtree: "npm:^0.6.0"
44694469
string-argv: "npm:^0.3.2"
44704470
yaml: "npm:^2.8.1"
44714471
bin:
44724472
lint-staged: bin/lint-staged.js
4473-
checksum: 9b057949f07f78539cd1540402df97b524a2d72d394e535d7c179025014982e4231fb81145fb1763704424d3dfac1184fee5eb4b7fc7d9534fae4106f5bf07d5
4473+
checksum: 101b32040b9601938a7da6aa58195ce5a1f7a1a96998e8f700c219d9a1070e0f87ade9289d85ff8041a5f901252e834411c7e4f35538593678ed304ba2c58eba
44744474
languageName: node
44754475
linkType: hard
44764476

@@ -4784,10 +4784,10 @@ __metadata:
47844784
languageName: node
47854785
linkType: hard
47864786

4787-
"nano-spawn@npm:^1.0.3":
4788-
version: 1.0.3
4789-
resolution: "nano-spawn@npm:1.0.3"
4790-
checksum: ea18857e493710a50ded333dd71677953bd9bd9e6a17ade74af957763c50a9a02205ef31bc0d6784f5b3ad82db3d9f47531e9baac2acf01118f9b7c35bd9d5de
4787+
"nano-spawn@npm:^2.0.0":
4788+
version: 2.0.0
4789+
resolution: "nano-spawn@npm:2.0.0"
4790+
checksum: d00f9b5739f86e28cb732ffd774793e110810cded246b8393c75c4f22674af47f98ee37b19f022ada2d8c9425f800e841caa0662fbff4c0930a10e39339fb366
47914791
languageName: node
47924792
linkType: hard
47934793

0 commit comments

Comments
 (0)