Skip to content

Commit

Permalink
chore(deps-dev): bump lint-staged from 14.0.0 to 14.0.1 (#164)
Browse files Browse the repository at this point in the history
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.0
to 14.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/okonet/lint-staged/releases">lint-staged's
releases</a>.</em></p>
<blockquote>
<h2>v14.0.1</h2>
<h2><a
href="https://github.com/okonet/lint-staged/compare/v14.0.0...v14.0.1">14.0.1</a>
(2023-08-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix reading config from stdin, introduced in v14.0.0 (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1317">#1317</a>)
(<a
href="https://github.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e">fc3bfea</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e"><code>fc3bfea</code></a>
fix: fix reading config from stdin, introduced in v14.0.0 (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1317">#1317</a>)</li>
<li>See full diff in <a
href="https://github.com/okonet/lint-staged/compare/v14.0.0...v14.0.1">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=14.0.0&new-version=14.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 7b015b7 commit e754eb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"get-stream": "7.0.1",
"got": "12.6.0",
"husky": "8.0.3",
"lint-staged": "14.0.0",
"lint-staged": "14.0.1",
"moker": "1.3.9",
"p-retry": "6.0.0",
"prettier": "3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4059,9 +4059,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:14.0.0":
version: 14.0.0
resolution: "lint-staged@npm:14.0.0"
"lint-staged@npm:14.0.1":
version: 14.0.1
resolution: "lint-staged@npm:14.0.1"
dependencies:
chalk: 5.3.0
commander: 11.0.0
Expand All @@ -4075,7 +4075,7 @@ __metadata:
yaml: 2.3.1
bin:
lint-staged: bin/lint-staged.js
checksum: 7269cd21c15a7b5734a28775f879a91f6b59291bec9a897a1f2faae1cd8316dd50e19fd13207fb6798c705eb5371a25caee0e2dfd5932fbcd38ea5f8155f918c
checksum: 8c5d740cb3c90fab2d970fa6bbffe5ddf35ec66ed374a52caf3a3cf83d8f4d5fd01a949994822bce5ea18c0b8dc8fa4ce087ef886a8c11db674139a063cdfe4f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6385,7 +6385,7 @@ __metadata:
got: 12.6.0
husky: 8.0.3
js-yaml: ^4.1.0
lint-staged: 14.0.0
lint-staged: 14.0.1
lodash: ^4.17.21
moker: 1.3.9
nerf-dart: ^1.0.0
Expand Down

0 comments on commit e754eb5

Please sign in to comment.