Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.2 (#9221)
Browse files Browse the repository at this point in the history
Bumps
[eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
from 5.1.0 to 5.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's
releases</a>.</em></p>
<blockquote>
<h2>v5.1.2</h2>
<h2>5.1.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/623">#623</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/8210e44309b168c7c06185eae8249b2d0eb65815"><code>8210e44</code></a>
Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>!
- Add exports mapping to package.json, to allow <code>import
eslintPluginRecommended from 'eslint-plugin-prettier/recommended'</code>
to work as expected.</p>
<p>Strictly speaking this is a breaking change as it removes the ability
for people to import from
&quot;eslint-plugin-prettier/eslint-plugin-prettier.js&quot; and
&quot;eslint-plugin-prettier/recommended.js&quot; but the former was
never recommended in the first place and the latter has only been
available for a few days.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/621">#621</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/2b09e7fc64f38297c8ca39d087dba1f122ef999c"><code>2b09e7f</code></a>
Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>!
- feat: support parsing <code>markdown</code> via
<code>eslint-mdx</code> natively</p>
<p>What means the following is unnecessary anymore when using with
<code>eslint-mdx</code>/<code>eslint-plugin-mdx</code>!</p>
<pre lang="json5"><code>[
  {
    files: [&quot;**/*.md&quot;],
rules: { &quot;prettier/prettier&quot;: [&quot;error&quot;, { parser:
&quot;markdown&quot; }] },
  },
  {
    files: [&quot;**/*.mdx&quot;],
rules: { &quot;prettier/prettier&quot;: [&quot;error&quot;, { parser:
&quot;mdx&quot; }] },
  },
]
</code></pre>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.1...v5.1.2">https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.1...v5.1.2</a></p>
<h2>v5.1.1</h2>
<h2>5.1.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/619">#619</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/b5c0dc5715616a0f2a0da8b8c077434efc618a3e"><code>b5c0dc5</code></a>
Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>!
- chore: skip formatting inline scripts in pug files</li>
</ul>
</blockquote>
</details>
<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>5.1.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/623">#623</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/8210e44309b168c7c06185eae8249b2d0eb65815"><code>8210e44</code></a>
Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>!
- Add exports mapping to package.json, to allow <code>import
eslintPluginRecommended from 'eslint-plugin-prettier/recommended'</code>
to work as expected.</p>
<p>Strictly speaking this is a breaking change as it removes the ability
for people to import from
&quot;eslint-plugin-prettier/eslint-plugin-prettier.js&quot; and
&quot;eslint-plugin-prettier/recommended.js&quot; but the former was
never recommended in the first place and the latter has only been
available for a few days.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/621">#621</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/2b09e7fc64f38297c8ca39d087dba1f122ef999c"><code>2b09e7f</code></a>
Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>!
- feat: support parsing <code>markdown</code> via
<code>eslint-mdx</code> natively</p>
<p>What means the following is unnecessary anymore when using with
<code>eslint-mdx</code>/<code>eslint-plugin-mdx</code>!</p>
<pre lang="json5"><code>[
  {
    files: ['**/*.md'],
    rules: { 'prettier/prettier': ['error', { parser: 'markdown' }] },
  },
  {
    files: ['**/*.mdx'],
    rules: { 'prettier/prettier': ['error', { parser: 'mdx' }] },
  },
]
</code></pre>
</li>
</ul>
<h2>5.1.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/619">#619</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/b5c0dc5715616a0f2a0da8b8c077434efc618a3e"><code>b5c0dc5</code></a>
Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>!
- chore: skip formatting inline scripts in pug files</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/d102278c850227d3370c5169caeed5ab9cd8b2b8"><code>d102278</code></a>
chore: release eslint-plugin-prettier (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/624">#624</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/b02fe90fdff8e7488297c0c4660d2bbe4ceeacfd"><code>b02fe90</code></a>
chore: bump all upgradable (dev)Dependencies (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/625">#625</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/2b09e7fc64f38297c8ca39d087dba1f122ef999c"><code>2b09e7f</code></a>
feat: support parsing <code>markdown</code> via <code>eslint-mdx</code>
natively (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/621">#621</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/5f762df82d9e9ea56b5e3a09a10b448c052298a7"><code>5f762df</code></a>
docs: change open collective funding info (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/626">#626</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/8210e44309b168c7c06185eae8249b2d0eb65815"><code>8210e44</code></a>
fix: add package.json exports field (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/623">#623</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/5a517330fb25d7958b7ef382a788fe65ccffa58e"><code>5a51733</code></a>
chore: release eslint-plugin-prettier (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/620">#620</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/b5c0dc5715616a0f2a0da8b8c077434efc618a3e"><code>b5c0dc5</code></a>
chore: skip formatting inline scripts in pug files (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/619">#619</a>)</li>
<li>See full diff in <a
href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.0...v5.1.2">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=5.1.0&new-version=5.1.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent fc94297 commit 4c1b80e
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1454,17 +1454,10 @@
dependencies:
"@octokit/openapi-types" "^19.1.0"

"@pkgr/utils@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
integrity sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==
dependencies:
cross-spawn "^7.0.3"
fast-glob "^3.3.0"
is-glob "^4.0.3"
open "^9.1.0"
picocolors "^1.0.0"
tslib "^2.6.0"
"@pkgr/core@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==

"@pnpm/config.env-replace@^1.1.0":
version "1.1.0"
Expand Down Expand Up @@ -4085,12 +4078,12 @@ eslint-plugin-jest@^27.6.0:
"@typescript-eslint/utils" "^5.10.0"

eslint-plugin-prettier@^5.0.1:
version "5.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.0.tgz#f14bb2b18756ad54f1ad3dc4c989cb73dfa326a3"
integrity sha512-hQc+2zbnMeXcIkg+pKZtVa+3Yqx4WY7SMkn1PLZ4VbBEU7jJIpVn9347P8BBhTbz6ne85aXvQf30kvexcqBeWw==
version "5.1.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz#584c94d4bf31329b2d4cbeb10fd600d17d6de742"
integrity sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==
dependencies:
prettier-linter-helpers "^1.0.0"
synckit "^0.8.5"
synckit "^0.8.6"

eslint-scope@^5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -6584,7 +6577,7 @@ onetime@^6.0.0:
dependencies:
mimic-fn "^4.0.0"

open@9.1.0, open@^9.1.0:
open@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/open/-/open-9.1.0.tgz#684934359c90ad25742f5a26151970ff8c6c80b6"
integrity sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==
Expand Down Expand Up @@ -7877,12 +7870,12 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

synckit@^0.8.5:
version "0.8.6"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.6.tgz#b69b7fbce3917c2673cbdc0d87fb324db4a5b409"
integrity sha512-laHF2savN6sMeHCjLRkheIU4wo3Zg9Ln5YOjOo7sZ5dVQW8yF5pPE5SIw1dsPhq3TRp1jisKRCdPhfs/1WMqDA==
synckit@^0.8.6:
version "0.8.8"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
dependencies:
"@pkgr/utils" "^2.4.2"
"@pkgr/core" "^0.1.0"
tslib "^2.6.2"

tar-fs@2.1.1:
Expand Down Expand Up @@ -8052,7 +8045,7 @@ tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.1, tslib@^2.1.0, tslib@^2.6.0, tslib@^2.6.2, tslib@~2.6.2:
tslib@^2.0.1, tslib@^2.1.0, tslib@^2.6.2, tslib@~2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand Down

0 comments on commit 4c1b80e

Please sign in to comment.