Skip to content

Commit ef5fde7

Browse files
chore(deps-dev): bump lint-staged from 16.3.2 to 16.4.0 (#1104)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.3.2 to 16.4.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.3.2...v16.4.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d86cfa2 commit ef5fde7

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@vitest/coverage-v8": "^3.2.4",
3737
"esbuild": "^0.27.4",
3838
"husky": "^9.1.7",
39-
"lint-staged": "^16.3.2",
39+
"lint-staged": "^16.4.0",
4040
"npm-run-all": "^4.1.5",
4141
"typescript": "^5.9.3",
4242
"vitest": "^3.2.4"

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,16 +1758,16 @@ jsonfile@^4.0.0:
17581758
optionalDependencies:
17591759
graceful-fs "^4.1.6"
17601760

1761-
lint-staged@^16.3.2:
1762-
version "16.3.2"
1763-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.2.tgz#378b48c6c340d42eefcc8d13d198b61a562e63a9"
1764-
integrity sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==
1761+
lint-staged@^16.4.0:
1762+
version "16.4.0"
1763+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.4.0.tgz#a00b0e3abff59239cef6d7d9341e8f8473308e23"
1764+
integrity sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==
17651765
dependencies:
17661766
commander "^14.0.3"
17671767
listr2 "^9.0.5"
1768-
micromatch "^4.0.8"
1768+
picomatch "^4.0.3"
17691769
string-argv "^0.3.2"
1770-
tinyexec "^1.0.2"
1770+
tinyexec "^1.0.4"
17711771
yaml "^2.8.2"
17721772

17731773
listr2@^9.0.5:
@@ -2090,12 +2090,7 @@ picomatch@^2.2.1, picomatch@^2.3.1:
20902090
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
20912091
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
20922092

2093-
picomatch@^4.0.2:
2094-
version "4.0.2"
2095-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
2096-
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
2097-
2098-
picomatch@^4.0.3:
2093+
picomatch@^4.0.2, picomatch@^4.0.3:
20992094
version "4.0.3"
21002095
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
21012096
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
@@ -2494,10 +2489,10 @@ tinyexec@^0.3.2:
24942489
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
24952490
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
24962491

2497-
tinyexec@^1.0.2:
2498-
version "1.0.2"
2499-
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251"
2500-
integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
2492+
tinyexec@^1.0.4:
2493+
version "1.0.4"
2494+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.4.tgz#6c60864fe1d01331b2f17c6890f535d7e5385408"
2495+
integrity sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==
25012496

25022497
tinyglobby@^0.2.13, tinyglobby@^0.2.14:
25032498
version "0.2.14"

0 commit comments

Comments
 (0)