Skip to content

Commit c11ca9c

Browse files
chore(deps): update dependency lint-staged to v16 (#495)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`15.5.2` -> `16.0.0`](https://renovatebot.com/diffs/npm/lint-staged/15.5.2/16.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.5.2/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.5.2/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v16.0.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1600) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.5.2...dad5490949f31442e7580246a9fad5565257d6cb) ##### Major Changes - [#&#8203;1546](https://redirect.github.com/lint-staged/lint-staged/pull/1546) [`158d15c`](https://redirect.github.com/lint-staged/lint-staged/commit/158d15c9aea0a3a87790ec3766442763cf387dba) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Processes are spawned using [nano-spawn](https://redirect.github.com/sindresorhus/nano-spawn) instead of [execa](https://redirect.github.com/sindresorhus/execa). If you are using Node.js scripts as tasks, you might need to explicitly run them with `node`, especially when using Windows: ```json { "*.js": "node my-js-linter.js" } ``` - [#&#8203;1546](https://redirect.github.com/lint-staged/lint-staged/pull/1546) [`158d15c`](https://redirect.github.com/lint-staged/lint-staged/commit/158d15c9aea0a3a87790ec3766442763cf387dba) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - The `--shell` flag has been removed and *lint-staged* no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via `"$@&#8203;"`: ```shell ``` </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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11bd5c7 commit c11ca9c

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
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": "15.5.2",
25+
"lint-staged": "16.0.0",
2626
"pinst": "3.0.0",
2727
"prettier": "3.5.3",
2828
"prettier-plugin-packagejson": "2.5.12",

yarn.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ __metadata:
11491149
"@semantic-release/git": "npm:10.0.1"
11501150
husky: "npm:9.1.7"
11511151
is-ci: "npm:4.1.0"
1152-
lint-staged: "npm:15.5.2"
1152+
lint-staged: "npm:16.0.0"
11531153
pinst: "npm:3.0.0"
11541154
prettier: "npm:3.5.3"
11551155
prettier-plugin-packagejson: "npm:2.5.12"
@@ -1995,7 +1995,7 @@ __metadata:
19951995
languageName: node
19961996
linkType: hard
19971997

1998-
"execa@npm:^8.0.0, execa@npm:^8.0.1":
1998+
"execa@npm:^8.0.0":
19991999
version: 8.0.1
20002000
resolution: "execa@npm:8.0.1"
20012001
dependencies:
@@ -3166,37 +3166,37 @@ __metadata:
31663166
languageName: node
31673167
linkType: hard
31683168

3169-
"lint-staged@npm:15.5.2":
3170-
version: 15.5.2
3171-
resolution: "lint-staged@npm:15.5.2"
3169+
"lint-staged@npm:16.0.0":
3170+
version: 16.0.0
3171+
resolution: "lint-staged@npm:16.0.0"
31723172
dependencies:
31733173
chalk: "npm:^5.4.1"
31743174
commander: "npm:^13.1.0"
31753175
debug: "npm:^4.4.0"
3176-
execa: "npm:^8.0.1"
31773176
lilconfig: "npm:^3.1.3"
3178-
listr2: "npm:^8.2.5"
3177+
listr2: "npm:^8.3.3"
31793178
micromatch: "npm:^4.0.8"
3179+
nano-spawn: "npm:^1.0.0"
31803180
pidtree: "npm:^0.6.0"
31813181
string-argv: "npm:^0.3.2"
3182-
yaml: "npm:^2.7.0"
3182+
yaml: "npm:^2.7.1"
31833183
bin:
31843184
lint-staged: bin/lint-staged.js
3185-
checksum: 10c0/618386254600ada3af3672486a9d082250108245e7c0863d9dfe0a21e7764e3b2eb6416b0f8970e548f4e9d368637331598b27df5a1306925feabbaf16a667e1
3185+
checksum: 10c0/8778dbe7892bbf14e378d612d1649c1e3df38a8ddf14cf35962b6e8a962be72efb1ebb48a697e38366be97d25b8d2599cad3c26ac5afc0d0460452484e27924d
31863186
languageName: node
31873187
linkType: hard
31883188

3189-
"listr2@npm:^8.2.5":
3190-
version: 8.2.5
3191-
resolution: "listr2@npm:8.2.5"
3189+
"listr2@npm:^8.3.3":
3190+
version: 8.3.3
3191+
resolution: "listr2@npm:8.3.3"
31923192
dependencies:
31933193
cli-truncate: "npm:^4.0.0"
31943194
colorette: "npm:^2.0.20"
31953195
eventemitter3: "npm:^5.0.1"
31963196
log-update: "npm:^6.1.0"
31973197
rfdc: "npm:^1.4.1"
31983198
wrap-ansi: "npm:^9.0.0"
3199-
checksum: 10c0/f5a9599514b00c27d7eb32d1117c83c61394b2a985ec20e542c798bf91cf42b19340215701522736f5b7b42f557e544afeadec47866e35e5d4f268f552729671
3199+
checksum: 10c0/0792f8a7fd482fa516e21689e012e07081cab3653172ca606090622cfa0024c784a1eba8095a17948a0e9a4aa98a80f7c9c90f78a0dd35173d6802f9cc123a82
32003200
languageName: node
32013201
linkType: hard
32023202

@@ -3686,6 +3686,13 @@ __metadata:
36863686
languageName: node
36873687
linkType: hard
36883688

3689+
"nano-spawn@npm:^1.0.0":
3690+
version: 1.0.1
3691+
resolution: "nano-spawn@npm:1.0.1"
3692+
checksum: 10c0/e03edc6971f653bc4651f2413b2011772a7c18797c0a4e986ff8eaea3adf4f017697d4d494ffb4ba6bce907b42abbeb0f7f681dbf336c84a324c940fb64c1dec
3693+
languageName: node
3694+
linkType: hard
3695+
36893696
"negotiator@npm:^0.6.3":
36903697
version: 0.6.3
36913698
resolution: "negotiator@npm:0.6.3"
@@ -5632,12 +5639,12 @@ __metadata:
56325639
languageName: node
56335640
linkType: hard
56345641

5635-
"yaml@npm:^2.7.0":
5636-
version: 2.7.0
5637-
resolution: "yaml@npm:2.7.0"
5642+
"yaml@npm:^2.7.1":
5643+
version: 2.7.1
5644+
resolution: "yaml@npm:2.7.1"
56385645
bin:
56395646
yaml: bin.mjs
5640-
checksum: 10c0/886a7d2abbd70704b79f1d2d05fe9fb0aa63aefb86e1cb9991837dced65193d300f5554747a872b4b10ae9a12bc5d5327e4d04205f70336e863e35e89d8f4ea9
5647+
checksum: 10c0/ee2126398ab7d1fdde566b4013b68e36930b9e6d8e68b6db356875c99614c10d678b6f45597a145ff6d63814961221fc305bf9242af8bf7450177f8a68537590
56415648
languageName: node
56425649
linkType: hard
56435650

0 commit comments

Comments
 (0)