Skip to content

Commit 8b26a6a

Browse files
Bump lint-staged from 15.5.0 to 15.5.1 (#573)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.0 to 15.5.1. <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>v15.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1533">#1533</a> <a href="https://github.com/lint-staged/lint-staged/commit/5d535349958a939cd17d87180196bb2b9dfc452b"><code>5d53534</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Improve listing of staged files so that <em>lint-staged</em> doesn't crash when encountering an uninitialized submodule. This should result in less errors like:</p> <pre><code>✖ Failed to get staged files! </code></pre> </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>15.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1533">#1533</a> <a href="https://github.com/lint-staged/lint-staged/commit/5d535349958a939cd17d87180196bb2b9dfc452b"><code>5d53534</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Improve listing of staged files so that <em>lint-staged</em> doesn't crash when encountering an uninitialized submodule. This should result in less errors like:</p> <pre><code>✖ Failed to get staged files! </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/6a73e5b843567dae42562d7cbc034edf1297f129"><code>6a73e5b</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/cf7f1a58b9d8133f2ede9a80d1e94b1b155e3808"><code>cf7f1a5</code></a> Merge pull request <a href="https://redirect.github.com/lint-staged/lint-staged/issues/1533">#1533</a> from lint-staged/fix-submodules-filter</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/6acd5bfa1eac0817c2c88def9be96dd8290825c1"><code>6acd5bf</code></a> ci: bump Cygwin action v5</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/5d535349958a939cd17d87180196bb2b9dfc452b"><code>5d53534</code></a> fix: handle uninitialized submodules when listing staged files</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/ccf8fa581d6d50395557f581ee70bf07ee1b34df"><code>ccf8fa5</code></a> docs(package): fix repository url and bin; add homepage and bugs urls (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1532">#1532</a>)</li> <li>See full diff in <a href="https://github.com/lint-staged/lint-staged/compare/v15.5.0...v15.5.1">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.5.0&new-version=15.5.1)](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 b417226 commit 8b26a6a

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
@@ -56,7 +56,7 @@
5656
"jest": "^29.7.0",
5757
"jest-junit": "^16.0.0",
5858
"license-checker-rseidelsohn": "^4.4.2",
59-
"lint-staged": "^15.5.0",
59+
"lint-staged": "^15.5.1",
6060
"micromark-util-types": "^2.0.2",
6161
"prettier": "^3.5.3",
6262
"sort-package-json": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ __metadata:
821821
jest: "npm:^29.7.0"
822822
jest-junit: "npm:^16.0.0"
823823
license-checker-rseidelsohn: "npm:^4.4.2"
824-
lint-staged: "npm:^15.5.0"
824+
lint-staged: "npm:^15.5.1"
825825
lodash: "npm:^4.17.21"
826826
mdast-util-from-markdown: "npm:^2.0.2"
827827
mdast-util-to-hast: "npm:^13.2.0"
@@ -4600,9 +4600,9 @@ __metadata:
46004600
languageName: node
46014601
linkType: hard
46024602

4603-
"lint-staged@npm:^15.5.0":
4604-
version: 15.5.0
4605-
resolution: "lint-staged@npm:15.5.0"
4603+
"lint-staged@npm:^15.5.1":
4604+
version: 15.5.1
4605+
resolution: "lint-staged@npm:15.5.1"
46064606
dependencies:
46074607
chalk: "npm:^5.4.1"
46084608
commander: "npm:^13.1.0"
@@ -4616,7 +4616,7 @@ __metadata:
46164616
yaml: "npm:^2.7.0"
46174617
bin:
46184618
lint-staged: bin/lint-staged.js
4619-
checksum: 393b24d85d705a36e6556dc9d9b710594163be60f7789a2ca71bbf8f31debc10f7fde9cd0e868466ac2b7c154661983602decd7abbb6c685b21007bc70dbbdd6
4619+
checksum: 86deddb08bf10428f2eb96c02326a9ee403360729225f0b12afb0c0f13c287a75daa01e179d86f64e3432576446d8643d204a47417296f9ef0aa56f1340ff2af
46204620
languageName: node
46214621
linkType: hard
46224622

0 commit comments

Comments
 (0)