Skip to content

Commit fba0be4

Browse files
Bump lint-staged from 15.4.1 to 15.4.2 (#721)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.1 to 15.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/releases">lint-staged's releases</a>.</em></p> <blockquote> <h2>v15.4.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1509">#1509</a> <a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Change <em>lint-staged</em>'s dependencies to use <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) ranges</a> instead of <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#tilde-ranges-123-12-1">tilde (<code>~</code>)</a>. This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md">lint-staged's changelog</a>.</em></p> <blockquote> <h2>15.4.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1509">#1509</a> <a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Change <em>lint-staged</em>'s dependencies to use <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#caret-ranges-123-025-004">caret (<code>^</code>) ranges</a> instead of <a href="https://docs.npmjs.com/cli/v6/using-npm/semver#tilde-ranges-123-12-1">tilde (<code>~</code>)</a>. This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/aef9e5c83473505665f1d27c350cad1abc831a17"><code>aef9e5c</code></a> chore(changeset): release (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1510">#1510</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/8827ebf29dc8f25149a36450b4a0023425202e18"><code>8827ebf</code></a> build(dependencies): update dependencies and switch to caret ranges (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1509">#1509</a>)</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/7f69b3f5058d88050dbcef94218a15cc82e28600"><code>7f69b3f</code></a> docs: generalize description from 'linting' to 'tasks' (<a href="https://redirect.github.com/lint-staged/lint-staged/issues/1507">#1507</a>)</li> <li>See full diff in <a href="https://github.com/lint-staged/lint-staged/compare/v15.4.1...v15.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=15.4.1&new-version=15.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent a84e473 commit fba0be4

File tree

2 files changed

+28
-37
lines changed

2 files changed

+28
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jest": "^29.7.0",
5454
"jest-junit": "^16.0.0",
5555
"license-checker-rseidelsohn": "^4.4.2",
56-
"lint-staged": "^15.4.1",
56+
"lint-staged": "^15.4.2",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.9",
5959
"prettier": "^3.4.2",

yarn.lock

Lines changed: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ __metadata:
824824
jest: "npm:^29.7.0"
825825
jest-junit: "npm:^16.0.0"
826826
license-checker-rseidelsohn: "npm:^4.4.2"
827-
lint-staged: "npm:^15.4.1"
827+
lint-staged: "npm:^15.4.2"
828828
lodash: "npm:^4.17.21"
829829
nodemon: "npm:^3.1.9"
830830
prettier: "npm:^3.4.2"
@@ -1735,7 +1735,7 @@ __metadata:
17351735
languageName: node
17361736
linkType: hard
17371737

1738-
"chalk@npm:~5.4.1":
1738+
"chalk@npm:^5.4.1":
17391739
version: 5.4.1
17401740
resolution: "chalk@npm:5.4.1"
17411741
checksum: b23e88132c702f4855ca6d25cb5538b1114343e41472d5263ee8a37cccfccd9c4216d111e1097c6a27830407a1dc81fecdf2a56f2c63033d4dbbd88c10b0dcef
@@ -1863,10 +1863,10 @@ __metadata:
18631863
languageName: node
18641864
linkType: hard
18651865

1866-
"commander@npm:~12.1.0":
1867-
version: 12.1.0
1868-
resolution: "commander@npm:12.1.0"
1869-
checksum: 6e1996680c083b3b897bfc1cfe1c58dfbcd9842fd43e1aaf8a795fbc237f65efcc860a3ef457b318e73f29a4f4a28f6403c3d653d021d960e4632dd45bde54a9
1866+
"commander@npm:^13.1.0":
1867+
version: 13.1.0
1868+
resolution: "commander@npm:13.1.0"
1869+
checksum: 7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164
18701870
languageName: node
18711871
linkType: hard
18721872

@@ -1959,7 +1959,7 @@ __metadata:
19591959
languageName: node
19601960
linkType: hard
19611961

1962-
"debug@npm:4, debug@npm:^4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.4.0":
1962+
"debug@npm:4, debug@npm:^4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.0":
19631963
version: 4.4.0
19641964
resolution: "debug@npm:4.4.0"
19651965
dependencies:
@@ -2636,7 +2636,7 @@ __metadata:
26362636
languageName: node
26372637
linkType: hard
26382638

2639-
"execa@npm:~8.0.1":
2639+
"execa@npm:^8.0.1":
26402640
version: 8.0.1
26412641
resolution: "execa@npm:8.0.1"
26422642
dependencies:
@@ -4272,7 +4272,7 @@ __metadata:
42724272
languageName: node
42734273
linkType: hard
42744274

4275-
"lilconfig@npm:~3.1.3":
4275+
"lilconfig@npm:^3.1.3":
42764276
version: 3.1.3
42774277
resolution: "lilconfig@npm:3.1.3"
42784278
checksum: f5604e7240c5c275743561442fbc5abf2a84ad94da0f5adc71d25e31fa8483048de3dcedcb7a44112a942fed305fd75841cdf6c9681c7f640c63f1049e9a5dcc
@@ -4286,27 +4286,27 @@ __metadata:
42864286
languageName: node
42874287
linkType: hard
42884288

4289-
"lint-staged@npm:^15.4.1":
4290-
version: 15.4.1
4291-
resolution: "lint-staged@npm:15.4.1"
4289+
"lint-staged@npm:^15.4.2":
4290+
version: 15.4.2
4291+
resolution: "lint-staged@npm:15.4.2"
42924292
dependencies:
4293-
chalk: "npm:~5.4.1"
4294-
commander: "npm:~12.1.0"
4295-
debug: "npm:~4.4.0"
4296-
execa: "npm:~8.0.1"
4297-
lilconfig: "npm:~3.1.3"
4298-
listr2: "npm:~8.2.5"
4299-
micromatch: "npm:~4.0.8"
4300-
pidtree: "npm:~0.6.0"
4301-
string-argv: "npm:~0.3.2"
4302-
yaml: "npm:~2.6.1"
4293+
chalk: "npm:^5.4.1"
4294+
commander: "npm:^13.1.0"
4295+
debug: "npm:^4.4.0"
4296+
execa: "npm:^8.0.1"
4297+
lilconfig: "npm:^3.1.3"
4298+
listr2: "npm:^8.2.5"
4299+
micromatch: "npm:^4.0.8"
4300+
pidtree: "npm:^0.6.0"
4301+
string-argv: "npm:^0.3.2"
4302+
yaml: "npm:^2.7.0"
43034303
bin:
43044304
lint-staged: bin/lint-staged.js
4305-
checksum: 1ba9ac047f644a36d476f5e139854ea7fef8bfa97b59d6f709ffca36d3d8b3b45b8c0dbcdeed9d9b9eacb36ca4abc8170d857761d8e0e748f85f1e155ef3e47d
4305+
checksum: 08dd28149241788f7ca628a64c9c1817a9dfbe19517ba0317fdf96a1109f6d624948864edfeaf2936561bb49c65aeb32d5ddc75fb15afa2b6527024ef01a546b
43064306
languageName: node
43074307
linkType: hard
43084308

4309-
"listr2@npm:~8.2.5":
4309+
"listr2@npm:^8.2.5":
43104310
version: 8.2.5
43114311
resolution: "listr2@npm:8.2.5"
43124312
dependencies:
@@ -4460,7 +4460,7 @@ __metadata:
44604460
languageName: node
44614461
linkType: hard
44624462

4463-
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8, micromatch@npm:~4.0.8":
4463+
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8":
44644464
version: 4.0.8
44654465
resolution: "micromatch@npm:4.0.8"
44664466
dependencies:
@@ -5022,7 +5022,7 @@ __metadata:
50225022
languageName: node
50235023
linkType: hard
50245024

5025-
"pidtree@npm:~0.6.0":
5025+
"pidtree@npm:^0.6.0":
50265026
version: 0.6.0
50275027
resolution: "pidtree@npm:0.6.0"
50285028
bin:
@@ -5653,7 +5653,7 @@ __metadata:
56535653
languageName: node
56545654
linkType: hard
56555655

5656-
"string-argv@npm:~0.3.2":
5656+
"string-argv@npm:^0.3.2":
56575657
version: 0.3.2
56585658
resolution: "string-argv@npm:0.3.2"
56595659
checksum: 75c02a83759ad1722e040b86823909d9a2fc75d15dd71ec4b537c3560746e33b5f5a07f7332d1e3f88319909f82190843aa2f0a0d8c8d591ec08e93d5b8dec82
@@ -6370,15 +6370,6 @@ __metadata:
63706370
languageName: node
63716371
linkType: hard
63726372

6373-
"yaml@npm:~2.6.1":
6374-
version: 2.6.1
6375-
resolution: "yaml@npm:2.6.1"
6376-
bin:
6377-
yaml: bin.mjs
6378-
checksum: aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7
6379-
languageName: node
6380-
linkType: hard
6381-
63826373
"yargs-parser@npm:^21.1.1":
63836374
version: 21.1.1
63846375
resolution: "yargs-parser@npm:21.1.1"

0 commit comments

Comments
 (0)