Skip to content

Commit c5c61b1

Browse files
Bump lint-staged from 16.2.4 to 16.2.5 (#865)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.4 to 16.2.5. <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.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1687">#1687</a> <a href="https://github.com/lint-staged/lint-staged/commit/9e02d9dc8a84bfeb7995520f00f7080b07a2e839"><code>9e02d9d</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Fix unhandled promise rejection when spawning tasks (<em>instead of the tasks themselves failing</em>). Previously when a task failed to spawn, <em>lint-staged</em> also failed and the backup stash might not have been automatically restored.</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.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1687">#1687</a> <a href="https://github.com/lint-staged/lint-staged/commit/9e02d9dc8a84bfeb7995520f00f7080b07a2e839"><code>9e02d9d</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Fix unhandled promise rejection when spawning tasks (<em>instead of the tasks themselves failing</em>). Previously when a task failed to spawn, <em>lint-staged</em> also failed and the backup stash might not have been automatically restored.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/1f6a3264f20fb11f9ddc965b7ce9cf5291ef723c"><code>1f6a326</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/6ab937c4b0a151ffae28ad6c5faa3830136ffa4f"><code>6ab937c</code></a> ci: use separate caches for MSYS2 and Cygwin</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/6d713845c2b01fd1797cf38462ea9f10e8392a90"><code>6d71384</code></a> fix: catch errors when calling spawn</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/64e482b09dca5f1203ce573ef458e1f8e8c3de54"><code>64e482b</code></a> build(deps): update dev dependencies</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/7e651245ab54c24229d96830695f1c5e0e757dea"><code>7e65124</code></a> fix: log spawn failure error</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/9e02d9dc8a84bfeb7995520f00f7080b07a2e839"><code>9e02d9d</code></a> fix: handle error when spawning of configured task fails</li> <li>See full diff in <a href="https://github.com/lint-staged/lint-staged/compare/v16.2.4...v16.2.5">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.4&new-version=16.2.5)](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 824b2be commit c5c61b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.4",
56+
"lint-staged": "^16.2.5",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.10",
5959
"prettier": "^3.6.2",

yarn.lock

Lines changed: 5 additions & 5 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.4"
923+
lint-staged: "npm:^16.2.5"
924924
lodash: "npm:^4.17.21"
925925
nodemon: "npm:^3.1.10"
926926
prettier: "npm:^3.6.2"
@@ -4457,9 +4457,9 @@ __metadata:
44574457
languageName: node
44584458
linkType: hard
44594459

4460-
"lint-staged@npm:^16.2.4":
4461-
version: 16.2.4
4462-
resolution: "lint-staged@npm:16.2.4"
4460+
"lint-staged@npm:^16.2.5":
4461+
version: 16.2.5
4462+
resolution: "lint-staged@npm:16.2.5"
44634463
dependencies:
44644464
commander: "npm:^14.0.1"
44654465
listr2: "npm:^9.0.4"
@@ -4470,7 +4470,7 @@ __metadata:
44704470
yaml: "npm:^2.8.1"
44714471
bin:
44724472
lint-staged: bin/lint-staged.js
4473-
checksum: 101b32040b9601938a7da6aa58195ce5a1f7a1a96998e8f700c219d9a1070e0f87ade9289d85ff8041a5f901252e834411c7e4f35538593678ed304ba2c58eba
4473+
checksum: debe2815d9c20c675eb8063f7ad0ce4a94e828832d975b0d8ad7d464e3ee387120056e0e0deaa7bd23a4849edfdc28c9c4f32e99a40746509ba3b76fd78e175a
44744474
languageName: node
44754475
linkType: hard
44764476

0 commit comments

Comments
 (0)