Skip to content

Commit 2212c2b

Browse files
Bump lint-staged from 15.5.1 to 15.5.2 (#769)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.1 to 15.5.2. <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.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1544">#1544</a> <a href="https://github.com/lint-staged/lint-staged/commit/556132176afce1701b4766c00ffd23159d437cb4"><code>5561321</code></a> Thanks <a href="https://github.com/YimingIsCOLD"><code>@​YimingIsCOLD</code></a>! - Correctly handle colon (<code>:</code>) characters in staged filenames.</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.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1544">#1544</a> <a href="https://github.com/lint-staged/lint-staged/commit/556132176afce1701b4766c00ffd23159d437cb4"><code>5561321</code></a> Thanks <a href="https://github.com/YimingIsCOLD"><code>@​YimingIsCOLD</code></a>! - Correctly handle colon (<code>:</code>) characters in staged filenames.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/8e913024b3d49f85098dcacaaf16bfca8f538db0"><code>8e91302</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/64148fd3f926f4cda3ec54ac5fe41cb0568bd00e"><code>64148fd</code></a> Merge pull request <a href="https://redirect.github.com/lint-staged/lint-staged/issues/1545">#1545</a> from lint-staged/revert-v16-changes</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/46f47b2581002622d3f2cb5c636541a155753ce8"><code>46f47b2</code></a> Revert &quot;build(deps): update dependencies&quot;</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/9472af9ca894215f0f2d7911ea677385c0425feb"><code>9472af9</code></a> Revert &quot;build(execa): upgrade execa@9.5.2, require Node.js ^18.19.0 || &gt;=20.5.0&quot;</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/9e17c9ce98bf8011b8f96f28fe82dfa7141868c3"><code>9e17c9c</code></a> Revert &quot;chore: remove validation of deprecated advanced config options&quot;</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/6fda79a81920f31b16b98085f0cc1b01f4db381c"><code>6fda79a</code></a> Revert &quot;feat: remove <code>--shell</code> flag support&quot;</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/e1ea676ae5e9c730a8132617329c49f5956cf831"><code>e1ea676</code></a> Revert &quot;feat: replace <code>execa</code> with <code>nano-spawn</code>&quot;</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/556132176afce1701b4766c00ffd23159d437cb4"><code>5561321</code></a> fix: handle colon characters in staged filenames (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1544">#1544</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/dcc9a51eb3714d15e3c4312a52fe7547412f4b9d"><code>dcc9a51</code></a> feat: replace <code>execa</code> with <code>nano-spawn</code></li> <li><a href="https://github.com/lint-staged/lint-staged/commit/2fa909dc05ca0ed669e203bb8528cabf3d8426b0"><code>2fa909d</code></a> feat: remove <code>--shell</code> flag support</li> <li>Additional commits viewable in <a href="https://github.com/lint-staged/lint-staged/compare/v15.5.1...v15.5.2">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.1&new-version=15.5.2)](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 21ce6f7 commit 2212c2b

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": "^29.7.0",
5454
"jest-junit": "^16.0.0",
5555
"license-checker-rseidelsohn": "^4.4.2",
56-
"lint-staged": "^15.5.1",
56+
"lint-staged": "^15.5.2",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.10",
5959
"prettier": "^3.5.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ __metadata:
824824
jest: "npm:^29.7.0"
825825
jest-junit: "npm:^16.0.0"
826826
license-checker-rseidelsohn: "npm:^4.4.2"
827-
lint-staged: "npm:^15.5.1"
827+
lint-staged: "npm:^15.5.2"
828828
lodash: "npm:^4.17.21"
829829
nodemon: "npm:^3.1.10"
830830
prettier: "npm:^3.5.3"
@@ -4324,9 +4324,9 @@ __metadata:
43244324
languageName: node
43254325
linkType: hard
43264326

4327-
"lint-staged@npm:^15.5.1":
4328-
version: 15.5.1
4329-
resolution: "lint-staged@npm:15.5.1"
4327+
"lint-staged@npm:^15.5.2":
4328+
version: 15.5.2
4329+
resolution: "lint-staged@npm:15.5.2"
43304330
dependencies:
43314331
chalk: "npm:^5.4.1"
43324332
commander: "npm:^13.1.0"
@@ -4340,7 +4340,7 @@ __metadata:
43404340
yaml: "npm:^2.7.0"
43414341
bin:
43424342
lint-staged: bin/lint-staged.js
4343-
checksum: 86deddb08bf10428f2eb96c02326a9ee403360729225f0b12afb0c0f13c287a75daa01e179d86f64e3432576446d8643d204a47417296f9ef0aa56f1340ff2af
4343+
checksum: 618386254600ada3af3672486a9d082250108245e7c0863d9dfe0a21e7764e3b2eb6416b0f8970e548f4e9d368637331598b27df5a1306925feabbaf16a667e1
43444344
languageName: node
43454345
linkType: hard
43464346

0 commit comments

Comments
 (0)