Skip to content

Commit 1446c34

Browse files
chore(deps): update dependency lint-staged to v16.1.5 (#549)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`16.1.4` -> `16.1.5`](https://renovatebot.com/diffs/npm/lint-staged/16.1.4/16.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/16.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/16.1.4/16.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v16.1.5`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1615) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.1.4...v16.1.5) ##### Patch Changes - [#&#8203;1608](https://redirect.github.com/lint-staged/lint-staged/pull/1608) [`4e3ce22`](https://redirect.github.com/lint-staged/lint-staged/commit/4e3ce225b33f759f78a84d156189dc38e536cdc6) Thanks [@&#8203;srsatt](https://redirect.github.com/srsatt)! - Detect the git repo's top-level directory correctly when in a worktree. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jgiovaresco/apim-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc5656a commit 1446c34

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@semantic-release/git": "10.0.1",
2323
"husky": "9.1.7",
2424
"is-ci": "4.1.0",
25-
"lint-staged": "16.1.4",
25+
"lint-staged": "16.1.5",
2626
"pinst": "3.0.0",
2727
"prettier": "3.6.2",
2828
"prettier-plugin-packagejson": "2.5.19",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ __metadata:
11161116
"@semantic-release/git": "npm:10.0.1"
11171117
husky: "npm:9.1.7"
11181118
is-ci: "npm:4.1.0"
1119-
lint-staged: "npm:16.1.4"
1119+
lint-staged: "npm:16.1.5"
11201120
pinst: "npm:3.0.0"
11211121
prettier: "npm:3.6.2"
11221122
prettier-plugin-packagejson: "npm:2.5.19"
@@ -1289,6 +1289,13 @@ __metadata:
12891289
languageName: node
12901290
linkType: hard
12911291

1292+
"chalk@npm:^5.5.0":
1293+
version: 5.5.0
1294+
resolution: "chalk@npm:5.5.0"
1295+
checksum: 10c0/23063b544f7c2fe57d25ff814807de561f8adfff72e4f0051051eaa606f772586470507ccd38d89166300eeaadb0164acde8bb8a0716a0f2d56ccdf3761d5e4f
1296+
languageName: node
1297+
linkType: hard
1298+
12921299
"char-regex@npm:^1.0.2":
12931300
version: 1.0.2
12941301
resolution: "char-regex@npm:1.0.2"
@@ -3039,11 +3046,11 @@ __metadata:
30393046
languageName: node
30403047
linkType: hard
30413048

3042-
"lint-staged@npm:16.1.4":
3043-
version: 16.1.4
3044-
resolution: "lint-staged@npm:16.1.4"
3049+
"lint-staged@npm:16.1.5":
3050+
version: 16.1.5
3051+
resolution: "lint-staged@npm:16.1.5"
30453052
dependencies:
3046-
chalk: "npm:^5.4.1"
3053+
chalk: "npm:^5.5.0"
30473054
commander: "npm:^14.0.0"
30483055
debug: "npm:^4.4.1"
30493056
lilconfig: "npm:^3.1.3"
@@ -3052,10 +3059,10 @@ __metadata:
30523059
nano-spawn: "npm:^1.0.2"
30533060
pidtree: "npm:^0.6.0"
30543061
string-argv: "npm:^0.3.2"
3055-
yaml: "npm:^2.8.0"
3062+
yaml: "npm:^2.8.1"
30563063
bin:
30573064
lint-staged: bin/lint-staged.js
3058-
checksum: 10c0/dd1caa079a37598e1a8e25661f0ab387c584b83f06364e112d73fcfea3896ea920bbadbe89a7150de1bf02130efd16ce0cc8cd217e1db94570fddc93e77878ac
3065+
checksum: 10c0/771e7be871f1d74ed09ef4e4eae5f835ed962965db7709be26cccf71bef8fed34f8d5d92f193b2a6fad32c12d955850aa74008e6180fabea8a7a6666cba2ac39
30593066
languageName: node
30603067
linkType: hard
30613068

@@ -5476,12 +5483,12 @@ __metadata:
54765483
languageName: node
54775484
linkType: hard
54785485

5479-
"yaml@npm:^2.8.0":
5480-
version: 2.8.0
5481-
resolution: "yaml@npm:2.8.0"
5486+
"yaml@npm:^2.8.1":
5487+
version: 2.8.1
5488+
resolution: "yaml@npm:2.8.1"
54825489
bin:
54835490
yaml: bin.mjs
5484-
checksum: 10c0/f6f7310cf7264a8107e72c1376f4de37389945d2fb4656f8060eca83f01d2d703f9d1b925dd8f39852a57034fafefde6225409ddd9f22aebfda16c6141b71858
5491+
checksum: 10c0/7c587be00d9303d2ae1566e03bc5bc7fe978ba0d9bf39cc418c3139d37929dfcb93a230d9749f2cb578b6aa5d9ebebc322415e4b653cb83acd8bc0bc321707f3
54855492
languageName: node
54865493
linkType: hard
54875494

0 commit comments

Comments
 (0)