Skip to content

[deps]: Update lint-staged to v16.4.0#782

Merged
blackwood merged 1 commit intomainfrom
renovate/lint-staged-16.x
Apr 7, 2026
Merged

[deps]: Update lint-staged to v16.4.0#782
blackwood merged 1 commit intomainfrom
renovate/lint-staged-16.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
lint-staged 16.2.316.4.0 age confidence

Release Notes

lint-staged/lint-staged (lint-staged)

v16.4.0

Compare Source

Minor Changes

v16.3.4

Compare Source

Patch Changes

v16.3.3

Compare Source

Patch Changes
  • #​1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

v16.3.2

Compare Source

Patch Changes
  • #​1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Compare Source

Patch Changes
  • #​1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Compare Source

Minor Changes
  • #​1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #​1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes
  • #​1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.

v16.2.7

Compare Source

Patch Changes
  • #​1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

v16.2.6

Compare Source

Patch Changes

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

v16.2.4

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 16, 2026

Deploying contributing-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 682f2cc
Status: ✅  Deploy successful!
Preview URL: https://68e2807f.contributing-docs.pages.dev
Branch Preview URL: https://renovate-lint-staged-16-x.contributing-docs.pages.dev

View logs

@renovate renovate bot requested review from a team and blackwood March 16, 2026 03:04
@bitwarden-bot bitwarden-bot changed the title [deps]: Update lint-staged to v16.3.2 [PM-33689] [deps]: Update lint-staged to v16.3.2 Mar 16, 2026
@bitwarden-bot
Copy link
Copy Markdown

Internal tracking:

@renovate renovate bot changed the title [PM-33689] [deps]: Update lint-staged to v16.3.2 [deps]: Update lint-staged to v16.3.2 Mar 16, 2026
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from afc0475 to 85d2335 Compare March 17, 2026 06:05
@renovate renovate bot changed the title [deps]: Update lint-staged to v16.3.2 [deps]: Update lint-staged to v16.3.3 Mar 17, 2026
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from 85d2335 to 2c34e24 Compare March 21, 2026 10:14
@renovate renovate bot changed the title [deps]: Update lint-staged to v16.3.3 [deps]: Update lint-staged to v16.4.0 Mar 21, 2026
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from 2c34e24 to 7ebb876 Compare March 27, 2026 10:42
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from 7ebb876 to 682f2cc Compare March 27, 2026 16:05
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

Logo
Checkmarx One – Scan Summary & Details85abcef7-1583-4fcd-9cac-850fbd0e75bf


New Issues (8) Checkmarx found the following issues in this Pull Request
# Severity Issue Source File / Package Checkmarx Insight
1 HIGH CVE-2026-33891 Npm-node-forge-1.3.1
detailsRecommended version: 1.4.0
Description: A Denial of Service (DoS) vulnerability exists in the node-forge library due to an infinite loop in the "BigInteger.modInverse()" function (inherit...
Attack Vector: NETWORK
Attack Complexity: LOW
Vulnerable Package
2 HIGH CVE-2026-33894 Npm-node-forge-1.3.1
detailsRecommended version: 1.4.0
Description: Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.4.0, RSASSA PKCS#1 v1.5 s...
Attack Vector: NETWORK
Attack Complexity: LOW
Vulnerable Package
3 HIGH CVE-2026-33895 Npm-node-forge-1.3.1
detailsRecommended version: 1.4.0
Description: Ed25519 signature verification accepts forged non-canonical signatures where the scalar S is not reduced modulo the group order (S >= L). A valid s...
Attack Vector: NETWORK
Attack Complexity: LOW
Vulnerable Package
4 HIGH CVE-2026-33896 Npm-node-forge-1.3.1
detailsRecommended version: 1.4.0
Description: `pki.verifyCertificateChain()` does not enforce RFC 5280 basicConstraints requirements when an intermediate certificate lacks both the `basicConstr...
Attack Vector: NETWORK
Attack Complexity: HIGH
Vulnerable Package
5 HIGH CVE-2026-4867 Npm-path-to-regexp-0.1.12
detailsRecommended version: 0.1.13
Description: A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is not a peri...
Attack Vector: NETWORK
Attack Complexity: LOW
Vulnerable Package
6 HIGH CVE-2026-4926 Npm-path-to-regexp-3.3.0
detailsRecommended version: 8.4.0
Description: A bad regular expression is generated any time you have multiple sequential optional groups (curly brace syntax), such as "{a}{b}{c}:z". The genera...
Attack Vector: NETWORK
Attack Complexity: LOW
Vulnerable Package
7 HIGH CVE-2026-4926 Npm-path-to-regexp-0.1.12
detailsRecommended version: 0.1.13
Description: A bad regular expression is generated any time you have multiple sequential optional groups (curly brace syntax), such as "{a}{b}{c}:z". The genera...
Attack Vector: NETWORK
Attack Complexity: LOW
Vulnerable Package
8 HIGH CVE-2026-4926 Npm-path-to-regexp-1.9.0
detailsRecommended version: 8.4.0
Description: A bad regular expression is generated any time you have multiple sequential optional groups (curly brace syntax), such as "{a}{b}{c}:z". The genera...
Attack Vector: NETWORK
Attack Complexity: LOW
Vulnerable Package

@blackwood blackwood merged commit 0a6e3e2 into main Apr 7, 2026
19 of 20 checks passed
@blackwood blackwood deleted the renovate/lint-staged-16.x branch April 7, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants