Skip to content

Commit 810a2a8

Browse files
chore(deps): update dependency lint-staged to v16.1.4 (#543)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`16.1.2` -> `16.1.4`](https://renovatebot.com/diffs/npm/lint-staged/16.1.2/16.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/16.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/16.1.2/16.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v16.1.4`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1614) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.1.3...v16.1.4) ##### Patch Changes - [#&#8203;1604](https://redirect.github.com/lint-staged/lint-staged/pull/1604) [`90b37b0`](https://redirect.github.com/lint-staged/lint-staged/commit/90b37b00c2c30b9cacf6c080f6a0885e1151eb7a) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Add another `types` field to `package.json` to make even more sure NPM detects that *lint-staged* includes built-in TypeScript type definitions. ### [`v16.1.3`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1613) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.1.2...v16.1.3) ##### Patch Changes - [#&#8203;1602](https://redirect.github.com/lint-staged/lint-staged/pull/1602) [`7ea700b`](https://redirect.github.com/lint-staged/lint-staged/commit/7ea700bcf3d0078a01720a9c8dc13a271387afbd) Thanks [@&#8203;dword-design](https://redirect.github.com/dword-design)! - Add the `types` field to `package.json` to make sure NPM detects *lint-staged* includes built-in TypeScript type definitions. </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 d08c810 commit 810a2a8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.2",
25+
"lint-staged": "16.1.4",
2626
"pinst": "3.0.0",
2727
"prettier": "3.6.2",
2828
"prettier-plugin-packagejson": "2.5.19",

yarn.lock

Lines changed: 10 additions & 10 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.2"
1119+
lint-staged: "npm:16.1.4"
11201120
pinst: "npm:3.0.0"
11211121
prettier: "npm:3.6.2"
11221122
prettier-plugin-packagejson: "npm:2.5.19"
@@ -3039,37 +3039,37 @@ __metadata:
30393039
languageName: node
30403040
linkType: hard
30413041

3042-
"lint-staged@npm:16.1.2":
3043-
version: 16.1.2
3044-
resolution: "lint-staged@npm:16.1.2"
3042+
"lint-staged@npm:16.1.4":
3043+
version: 16.1.4
3044+
resolution: "lint-staged@npm:16.1.4"
30453045
dependencies:
30463046
chalk: "npm:^5.4.1"
30473047
commander: "npm:^14.0.0"
30483048
debug: "npm:^4.4.1"
30493049
lilconfig: "npm:^3.1.3"
3050-
listr2: "npm:^8.3.3"
3050+
listr2: "npm:^9.0.1"
30513051
micromatch: "npm:^4.0.8"
30523052
nano-spawn: "npm:^1.0.2"
30533053
pidtree: "npm:^0.6.0"
30543054
string-argv: "npm:^0.3.2"
30553055
yaml: "npm:^2.8.0"
30563056
bin:
30573057
lint-staged: bin/lint-staged.js
3058-
checksum: 10c0/2a299fc0d56e0a64ed0af8caf937e00eac47cb270df2917e2d4b939074eaa63ecd7f16d3b70b7e5e57bff75ffbbbf8aae5768dedf3dfd45e3ca1b9caaf7740cc
3058+
checksum: 10c0/dd1caa079a37598e1a8e25661f0ab387c584b83f06364e112d73fcfea3896ea920bbadbe89a7150de1bf02130efd16ce0cc8cd217e1db94570fddc93e77878ac
30593059
languageName: node
30603060
linkType: hard
30613061

3062-
"listr2@npm:^8.3.3":
3063-
version: 8.3.3
3064-
resolution: "listr2@npm:8.3.3"
3062+
"listr2@npm:^9.0.1":
3063+
version: 9.0.1
3064+
resolution: "listr2@npm:9.0.1"
30653065
dependencies:
30663066
cli-truncate: "npm:^4.0.0"
30673067
colorette: "npm:^2.0.20"
30683068
eventemitter3: "npm:^5.0.1"
30693069
log-update: "npm:^6.1.0"
30703070
rfdc: "npm:^1.4.1"
30713071
wrap-ansi: "npm:^9.0.0"
3072-
checksum: 10c0/0792f8a7fd482fa516e21689e012e07081cab3653172ca606090622cfa0024c784a1eba8095a17948a0e9a4aa98a80f7c9c90f78a0dd35173d6802f9cc123a82
3072+
checksum: 10c0/73462e84a3c4f05de5a3cdea5eaa0209c6ab04a2fdb4046545049806e9ba17b6ee84a097ebf7ffc0e903b0f2a9094c0c480cd2f2bb21d7d21e20969e17a3c32b
30733073
languageName: node
30743074
linkType: hard
30753075

0 commit comments

Comments
 (0)