Skip to content

Commit ab5070c

Browse files
Bump lint-staged from 15.4.1 to 15.4.2 (#528)
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 a73b72e commit ab5070c

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"jest": "^29.7.0",
5757
"jest-junit": "^16.0.0",
5858
"license-checker-rseidelsohn": "^4.4.2",
59-
"lint-staged": "^15.4.1",
59+
"lint-staged": "^15.4.2",
6060
"micromark-util-types": "^2.0.1",
6161
"prettier": "^3.4.2",
6262
"sort-package-json": "^2.14.0",

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ __metadata:
821821
jest: "npm:^29.7.0"
822822
jest-junit: "npm:^16.0.0"
823823
license-checker-rseidelsohn: "npm:^4.4.2"
824-
lint-staged: "npm:^15.4.1"
824+
lint-staged: "npm:^15.4.2"
825825
lodash: "npm:^4.17.21"
826826
mdast-util-from-markdown: "npm:^2.0.2"
827827
mdast-util-to-hast: "npm:^13.2.0"
@@ -1759,7 +1759,7 @@ __metadata:
17591759
languageName: node
17601760
linkType: hard
17611761

1762-
"chalk@npm:~5.4.1":
1762+
"chalk@npm:^5.4.1":
17631763
version: 5.4.1
17641764
resolution: "chalk@npm:5.4.1"
17651765
checksum: b23e88132c702f4855ca6d25cb5538b1114343e41472d5263ee8a37cccfccd9c4216d111e1097c6a27830407a1dc81fecdf2a56f2c63033d4dbbd88c10b0dcef
@@ -1901,20 +1901,20 @@ __metadata:
19011901
languageName: node
19021902
linkType: hard
19031903

1904+
"commander@npm:^13.1.0":
1905+
version: 13.1.0
1906+
resolution: "commander@npm:13.1.0"
1907+
checksum: 7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164
1908+
languageName: node
1909+
linkType: hard
1910+
19041911
"commander@npm:^9.0.0":
19051912
version: 9.5.0
19061913
resolution: "commander@npm:9.5.0"
19071914
checksum: 5f7784fbda2aaec39e89eb46f06a999e00224b3763dc65976e05929ec486e174fe9aac2655f03ba6a5e83875bd173be5283dc19309b7c65954701c02025b3c1d
19081915
languageName: node
19091916
linkType: hard
19101917

1911-
"commander@npm:~12.1.0":
1912-
version: 12.1.0
1913-
resolution: "commander@npm:12.1.0"
1914-
checksum: 6e1996680c083b3b897bfc1cfe1c58dfbcd9842fd43e1aaf8a795fbc237f65efcc860a3ef457b318e73f29a4f4a28f6403c3d653d021d960e4632dd45bde54a9
1915-
languageName: node
1916-
linkType: hard
1917-
19181918
"concat-map@npm:0.0.1":
19191919
version: 0.0.1
19201920
resolution: "concat-map@npm:0.0.1"
@@ -1964,7 +1964,7 @@ __metadata:
19641964
languageName: node
19651965
linkType: hard
19661966

1967-
"debug@npm:4, debug@npm:^4.0.0, 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":
1967+
"debug@npm:4, debug@npm:^4.0.0, 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":
19681968
version: 4.4.0
19691969
resolution: "debug@npm:4.4.0"
19701970
dependencies:
@@ -2630,7 +2630,7 @@ __metadata:
26302630
languageName: node
26312631
linkType: hard
26322632

2633-
"execa@npm:~8.0.1":
2633+
"execa@npm:^8.0.1":
26342634
version: 8.0.1
26352635
resolution: "execa@npm:8.0.1"
26362636
dependencies:
@@ -4344,7 +4344,7 @@ __metadata:
43444344
languageName: node
43454345
linkType: hard
43464346

4347-
"lilconfig@npm:~3.1.3":
4347+
"lilconfig@npm:^3.1.3":
43484348
version: 3.1.3
43494349
resolution: "lilconfig@npm:3.1.3"
43504350
checksum: f5604e7240c5c275743561442fbc5abf2a84ad94da0f5adc71d25e31fa8483048de3dcedcb7a44112a942fed305fd75841cdf6c9681c7f640c63f1049e9a5dcc
@@ -4358,27 +4358,27 @@ __metadata:
43584358
languageName: node
43594359
linkType: hard
43604360

4361-
"lint-staged@npm:^15.4.1":
4362-
version: 15.4.1
4363-
resolution: "lint-staged@npm:15.4.1"
4361+
"lint-staged@npm:^15.4.2":
4362+
version: 15.4.2
4363+
resolution: "lint-staged@npm:15.4.2"
43644364
dependencies:
4365-
chalk: "npm:~5.4.1"
4366-
commander: "npm:~12.1.0"
4367-
debug: "npm:~4.4.0"
4368-
execa: "npm:~8.0.1"
4369-
lilconfig: "npm:~3.1.3"
4370-
listr2: "npm:~8.2.5"
4371-
micromatch: "npm:~4.0.8"
4372-
pidtree: "npm:~0.6.0"
4373-
string-argv: "npm:~0.3.2"
4374-
yaml: "npm:~2.6.1"
4365+
chalk: "npm:^5.4.1"
4366+
commander: "npm:^13.1.0"
4367+
debug: "npm:^4.4.0"
4368+
execa: "npm:^8.0.1"
4369+
lilconfig: "npm:^3.1.3"
4370+
listr2: "npm:^8.2.5"
4371+
micromatch: "npm:^4.0.8"
4372+
pidtree: "npm:^0.6.0"
4373+
string-argv: "npm:^0.3.2"
4374+
yaml: "npm:^2.7.0"
43754375
bin:
43764376
lint-staged: bin/lint-staged.js
4377-
checksum: 1ba9ac047f644a36d476f5e139854ea7fef8bfa97b59d6f709ffca36d3d8b3b45b8c0dbcdeed9d9b9eacb36ca4abc8170d857761d8e0e748f85f1e155ef3e47d
4377+
checksum: 08dd28149241788f7ca628a64c9c1817a9dfbe19517ba0317fdf96a1109f6d624948864edfeaf2936561bb49c65aeb32d5ddc75fb15afa2b6527024ef01a546b
43784378
languageName: node
43794379
linkType: hard
43804380

4381-
"listr2@npm:~8.2.5":
4381+
"listr2@npm:^8.2.5":
43824382
version: 8.2.5
43834383
resolution: "listr2@npm:8.2.5"
43844384
dependencies:
@@ -5036,7 +5036,7 @@ __metadata:
50365036
languageName: node
50375037
linkType: hard
50385038

5039-
"micromatch@npm:^4.0.4, micromatch@npm:~4.0.8":
5039+
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8":
50405040
version: 4.0.8
50415041
resolution: "micromatch@npm:4.0.8"
50425042
dependencies:
@@ -5583,7 +5583,7 @@ __metadata:
55835583
languageName: node
55845584
linkType: hard
55855585

5586-
"pidtree@npm:~0.6.0":
5586+
"pidtree@npm:^0.6.0":
55875587
version: 0.6.0
55885588
resolution: "pidtree@npm:0.6.0"
55895589
bin:
@@ -6281,7 +6281,7 @@ __metadata:
62816281
languageName: node
62826282
linkType: hard
62836283

6284-
"string-argv@npm:~0.3.2":
6284+
"string-argv@npm:^0.3.2":
62856285
version: 0.3.2
62866286
resolution: "string-argv@npm:0.3.2"
62876287
checksum: 75c02a83759ad1722e040b86823909d9a2fc75d15dd71ec4b537c3560746e33b5f5a07f7332d1e3f88319909f82190843aa2f0a0d8c8d591ec08e93d5b8dec82
@@ -7087,12 +7087,12 @@ __metadata:
70877087
languageName: node
70887088
linkType: hard
70897089

7090-
"yaml@npm:~2.6.1":
7091-
version: 2.6.1
7092-
resolution: "yaml@npm:2.6.1"
7090+
"yaml@npm:^2.7.0":
7091+
version: 2.7.0
7092+
resolution: "yaml@npm:2.7.0"
70937093
bin:
70947094
yaml: bin.mjs
7095-
checksum: aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7
7095+
checksum: 886a7d2abbd70704b79f1d2d05fe9fb0aa63aefb86e1cb9991837dced65193d300f5554747a872b4b10ae9a12bc5d5327e4d04205f70336e863e35e89d8f4ea9
70967096
languageName: node
70977097
linkType: hard
70987098

0 commit comments

Comments
 (0)