Skip to content

Commit 5d8c984

Browse files
Bump lint-staged from 15.2.11 to 15.3.0 (#705)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.11 to 15.3.0. <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.3.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1495">#1495</a> <a href="https://github.com/lint-staged/lint-staged/commit/e69da9e614db2d45f56e113d45d5ec0157813423"><code>e69da9e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added more info to the debug logs so that &quot;environment&quot; info doesn't need to be added separately to GitHub issues.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1493">#1493</a> <a href="https://github.com/lint-staged/lint-staged/commit/fa0fe98104f8885f673b98b8b49ae586de699c5e"><code>fa0fe98</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added more help messages around the automatic <code>git stash</code> that <em>lint-staged</em> creates as a backup (by default). The console output also displays the short git <em>hash</em> of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.</p> <p>For example:</p> <pre><code>% npx lint-staged ✔ Backed up original state in git stash (20addf8) ✔ Running tasks for staged files... ✔ Applying modifications from tasks... ✔ Cleaning up temporary files... </code></pre> <p>where the backup can be seen with <code>git show 20addf8</code>, or <code>git stash list</code>:</p> <pre><code>% git stash list stash@{0}: lint-staged automatic backup (20addf8) </code></pre> </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.3.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1495">#1495</a> <a href="https://github.com/lint-staged/lint-staged/commit/e69da9e614db2d45f56e113d45d5ec0157813423"><code>e69da9e</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added more info to the debug logs so that &quot;environment&quot; info doesn't need to be added separately to GitHub issues.</p> </li> <li> <p><a href="https://redirect.github.com/lint-staged/lint-staged/pull/1493">#1493</a> <a href="https://github.com/lint-staged/lint-staged/commit/fa0fe98104f8885f673b98b8b49ae586de699c5e"><code>fa0fe98</code></a> Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! - Added more help messages around the automatic <code>git stash</code> that <em>lint-staged</em> creates as a backup (by default). The console output also displays the short git <em>hash</em> of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.</p> <p>For example:</p> <pre><code>% npx lint-staged ✔ Backed up original state in git stash (20addf8) ✔ Running tasks for staged files... ✔ Applying modifications from tasks... ✔ Cleaning up temporary files... </code></pre> <p>where the backup can be seen with <code>git show 20addf8</code>, or <code>git stash list</code>:</p> <pre><code>% git stash list stash@{0}: lint-staged automatic backup (20addf8) </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lint-staged/lint-staged/commit/703002a254484ba9e69ab51d850f7403be867e46"><code>703002a</code></a> chore(changeset): release</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/4cee7d84a81606632941b553b051aa238040b6ba"><code>4cee7d8</code></a> build(dependencies): update dependencies</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/ef9b02da953d62923c855b754bfb334216846470"><code>ef9b02d</code></a> Merge pull request <a href="https://redirect.github.com/lint-staged/lint-staged/issues/1495">#1495</a> from lint-staged/debug-info</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/e69da9e614db2d45f56e113d45d5ec0157813423"><code>e69da9e</code></a> feat: add more info to debug logs, remove &quot;environment&quot; requirement from issu...</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/1b36f550652a83fd4545d2fd136f116ada4cd66c"><code>1b36f55</code></a> docs: combine changesets</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/6c9ab40c96f22b0312598ef85662b735c84a4d76"><code>6c9ab40</code></a> Merge pull request <a href="https://redirect.github.com/lint-staged/lint-staged/issues/1493">#1493</a> from lint-staged/help-messages</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/22fe89ddd649c4e335bee8fa8bace3bc1619646c"><code>22fe89d</code></a> feat: add unique hash to backup stash message</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/c52cc923a5c6c25d7a07da134b087de7b7937b1c"><code>c52cc92</code></a> docs: add a caution message about git stash</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/fa0fe98104f8885f673b98b8b49ae586de699c5e"><code>fa0fe98</code></a> feat: update first task message based on backup status</li> <li><a href="https://github.com/lint-staged/lint-staged/commit/7bd044739deee400269f06c0eed49b71bfcc6bdc"><code>7bd0447</code></a> feat: display &quot;git stash list&quot; message when restoring original state is skipped</li> <li>Additional commits viewable in <a href="https://github.com/lint-staged/lint-staged/compare/v15.2.11...v15.3.0">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.2.11&new-version=15.3.0)](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 2b8587f commit 5d8c984

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
@@ -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.2.11",
56+
"lint-staged": "^15.3.0",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.9",
5959
"prettier": "^3.4.2",

yarn.lock

Lines changed: 10 additions & 10 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.2.11"
827+
lint-staged: "npm:^15.3.0"
828828
lodash: "npm:^4.17.21"
829829
nodemon: "npm:^3.1.9"
830830
prettier: "npm:^3.4.2"
@@ -1735,10 +1735,10 @@ __metadata:
17351735
languageName: node
17361736
linkType: hard
17371737

1738-
"chalk@npm:~5.3.0":
1739-
version: 5.3.0
1740-
resolution: "chalk@npm:5.3.0"
1741-
checksum: 8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09
1738+
"chalk@npm:~5.4.1":
1739+
version: 5.4.1
1740+
resolution: "chalk@npm:5.4.1"
1741+
checksum: b23e88132c702f4855ca6d25cb5538b1114343e41472d5263ee8a37cccfccd9c4216d111e1097c6a27830407a1dc81fecdf2a56f2c63033d4dbbd88c10b0dcef
17421742
languageName: node
17431743
linkType: hard
17441744

@@ -4286,11 +4286,11 @@ __metadata:
42864286
languageName: node
42874287
linkType: hard
42884288

4289-
"lint-staged@npm:^15.2.11":
4290-
version: 15.2.11
4291-
resolution: "lint-staged@npm:15.2.11"
4289+
"lint-staged@npm:^15.3.0":
4290+
version: 15.3.0
4291+
resolution: "lint-staged@npm:15.3.0"
42924292
dependencies:
4293-
chalk: "npm:~5.3.0"
4293+
chalk: "npm:~5.4.1"
42944294
commander: "npm:~12.1.0"
42954295
debug: "npm:~4.4.0"
42964296
execa: "npm:~8.0.1"
@@ -4302,7 +4302,7 @@ __metadata:
43024302
yaml: "npm:~2.6.1"
43034303
bin:
43044304
lint-staged: bin/lint-staged.js
4305-
checksum: 28e2ad08b90460cc18398a023eaf93954d7753f958c2b889ead2d9305407d7b4ef0ee007875410d6ce1df758007fda77e079c82eb79c9ce684fba71e6f7d0452
4305+
checksum: 1ddf9488c523c0b65c85b755428d4ad74fac3aa6ccb2e28e9bff5b8d86503158fe241d20d5433a11146872050b43580644901a5ef4c924b1ad7017c224a07339
43064306
languageName: node
43074307
linkType: hard
43084308

0 commit comments

Comments
 (0)