Bump eslint-plugin-prettier from 5.0.0 to 5.1.3 #120

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/eslint-plugin-prettier-5.1.3 into main
dependabot[bot] commented 2024-01-15 08:14:43 -08:00 (Migrated from github.com)

Bumps eslint-plugin-prettier from 5.0.0 to 5.1.3.

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.1.3

Patch Changes

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.2...v5.1.3

v5.1.2

5.1.2

Patch Changes

  • #623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • #621 2b09e7f Thanks @​JounQin! - feat: support parsing markdown via eslint-mdx natively

    What means the following is unnecessary anymore when using with eslint-mdx/eslint-plugin-mdx!

    [
      {
        files: ["**/*.md"],
        rules: { "prettier/prettier": ["error", { parser: "markdown" }] },
      },
      {
        files: ["**/*.mdx"],
        rules: { "prettier/prettier": ["error", { parser: "mdx" }] },
      },
    ]
    

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.1...v5.1.2

v5.1.1

5.1.1

Patch Changes

v.5.1.0

Minor Changes

  • #616 3856413 Thanks @​BPScott! - Add recommended config for the flat config format.

    If you are using flat config, import the recommended config from eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents of eslint-config-prettier.

... (truncated)

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.1.3

Patch Changes

5.1.2

Patch Changes

  • #623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • #621 2b09e7f Thanks @​JounQin! - feat: support parsing markdown via eslint-mdx natively

    What means the following is unnecessary anymore when using with eslint-mdx/eslint-plugin-mdx!

    [
      {
        files: ['**/*.md'],
        rules: { 'prettier/prettier': ['error', { parser: 'markdown' }] },
      },
      {
        files: ['**/*.mdx'],
        rules: { 'prettier/prettier': ['error', { parser: 'mdx' }] },
      },
    ]
    

5.1.1

Patch Changes

5.1.0

Minor Changes

  • #616 3856413 Thanks @​BPScott! - Add recommended config for the flat config format.

    If you are using flat config, import the recommended config from eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents of eslint-config-prettier.

    // eslint.config.js
    const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended');
    

    module.exports = [

... (truncated)

Commits
  • 248cd17 chore: release eslint-plugin-prettier (#636)
  • 985b33c chore: add package.json into exports map (#629)
  • f985718 ci: enable NPM_TOKEN for releasing automatically (#631)
  • fa1e1e5 chore: add more ignoring file patterns on formatting (#627)
  • 0ea812c test: enable testing on .svelte files (#628)
  • 188487b chore: add more related funding links
  • d102278 chore: release eslint-plugin-prettier (#624)
  • b02fe90 chore: bump all upgradable (dev)Dependencies (#625)
  • 2b09e7f feat: support parsing markdown via eslint-mdx natively (#621)
  • 5f762df docs: change open collective funding info (#626)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.0 to 5.1.3. <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.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/629">#629</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/985b33c56f146b2e65ae391a3af57f63b07ecbdf"><code>985b33c</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - chore: add <code>package.json</code> into <code>exports</code> map</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.2...v5.1.3">https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.2...v5.1.3</a></p> <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> <h2>v.5.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/616">#616</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/3856413420d3d026e5ae84f29c4bd0d558697135"><code>3856413</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Add recommended config for the flat config format.</p> <p>If you are using flat config, import the recommended config from <code>eslint-plugin-prettier/recommended</code>. Like the legacy format recommended config, this automatically includes the contents of <code>eslint-config-prettier</code>.</p> <pre lang="js"><code></code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/629">#629</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/985b33c56f146b2e65ae391a3af57f63b07ecbdf"><code>985b33c</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - chore: add <code>package.json</code> into <code>exports</code> map</li> </ul> <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> <h2>5.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/616">#616</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/3856413420d3d026e5ae84f29c4bd0d558697135"><code>3856413</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Add recommended config for the flat config format.</p> <p>If you are using flat config, import the recommended config from <code>eslint-plugin-prettier/recommended</code>. Like the legacy format recommended config, this automatically includes the contents of <code>eslint-config-prettier</code>.</p> <pre lang="js"><code>// eslint.config.js const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended'); <p>module.exports = [ </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/248cd17f818b5f09a9519576c1e02b9ef26c64d6"><code>248cd17</code></a> chore: release eslint-plugin-prettier (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/636">#636</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/985b33c56f146b2e65ae391a3af57f63b07ecbdf"><code>985b33c</code></a> chore: add <code>package.json</code> into <code>exports</code> map (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/629">#629</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/f9857187b4d43d2f0d20104a8c94eb4abbd44725"><code>f985718</code></a> ci: enable <code>NPM_TOKEN</code> for releasing automatically (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/631">#631</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/fa1e1e573debf03e75c919ec571b564c68be3313"><code>fa1e1e5</code></a> chore: add more ignoring file patterns on formatting (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/627">#627</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/0ea812c37163381b851aa85fc1571f1cf6dfb250"><code>0ea812c</code></a> test: enable testing on <code>.svelte</code> files (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/628">#628</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/188487b9cae93d15b116152d84ffa83ba4c57f56"><code>188487b</code></a> chore: add more related funding links</li> <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>Additional commits viewable in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.0.0...v5.1.3">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.0.0&new-version=5.1.3)](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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 2024-05-06 06:22:44 -07:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.