Skip to content

Commit da6437a

Browse files
chore(deps-dev): bump lint-staged from 16.1.5 to 16.1.6 (#448)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.5 to 16.1.6. <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.1.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1610">#1610</a> <a href="https://github.com/lint-staged/lint-staged/commit/e93578e265a69ed6b02fcaa11486078c1bdbdaaa"><code>e93578e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Try to improve terminating of subprocess of tasks by using <code>SIGKILL</code>, and only calling <code>pidtree</code> when the the main task process has a known pid.</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.1.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1610">#1610</a> <a href="https://github.com/lint-staged/lint-staged/commit/e93578e265a69ed6b02fcaa11486078c1bdbdaaa"><code>e93578e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Try to improve terminating of subprocess of tasks by using <code>SIGKILL</code>, and only calling <code>pidtree</code> when the the main task process has a known pid.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/e2d0adf7f1a8eb470b083045de1b29115192b22e"><code>e2d0adf</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/0629aaf578d539d44e7c8c7ff726dd2952e90e23"><code>0629aaf</code></a> build(deps): update dependencies</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/e93578e265a69ed6b02fcaa11486078c1bdbdaaa"><code>e93578e</code></a> fix: kill subprocesses with &quot;SIGKILL&quot; and only if main process has a pid</li> <li>See full diff in <a href="https://github.com/lint-staged/lint-staged/compare/v16.1.5...v16.1.6">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.5&new-version=16.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1aef773 commit da6437a

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-mark": "^0.1.0-canary.7",
5858
"husky": "^9.1.5",
5959
"lerna": "^8.2.3",
60-
"lint-staged": "^16.1.5",
60+
"lint-staged": "^16.1.6",
6161
"markdownlint-cli": "^0.45.0",
6262
"prettier": "^3.6.2",
6363
"prettier-config-bananass": "^0.4.0",

0 commit comments

Comments
 (0)