Skip to content

Commit

Permalink
Bump eslint-plugin-prettier from 3.3.1 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.1 to 3.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p>
<blockquote>
<h2>v3.4.1 (2021-08-20)</h2>
<ul>
<li>build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/420">#420</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/commit/b6d075cf7111468e8af4161c306c7f37f09f220e">b6d075c</a>)</li>
<li>build(deps): Bump path-parse from 1.0.6 to 1.0.7 (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/425">#425</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/commit/24f957ee2a5476bb9cc8e64921b9841fc751391e">24f957e</a>)</li>
<li>feat: support <code>@graphql-eslint/eslint-plugin</code> out of box (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/413">#413</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/commit/ec6fbb159e2454c6e145db55480932dc953cf7c1">ec6fbb1</a>)</li>
<li>chore: add tests for Node 16 (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/410">#410</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/commit/76bd45ece6d56eb52f75db6b4a1efdd2efb56392">76bd45e</a>)</li>
</ul>
<h2>v3.4.0 (2021-04-15)</h2>
<ul>
<li>feat: support processor virtual filename (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/401">#401</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/commit/ee0ccc6ac06d13cd546e78b444e53164f59eb27f">ee0ccc6</a>)</li>
<li>Simplify report logic (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/380">#380</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/commit/d993f247b5661683af031ab3b93955a0dfe448fa">d993f24</a>)</li>
<li>Update: README.md (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/375">#375</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/commit/3ea4242a8d4acdb76eb7e7dca9e44d3e87db70e3">3ea4242</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.3.1&new-version=3.4.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 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>
  • Loading branch information
dependabot[bot] authored Jul 15, 2022
1 parent bab0c0c commit 08526fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"acorn": "^8.1.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-circus": "^27.0.1",
Expand Down

0 comments on commit 08526fc

Please sign in to comment.