Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade eslint-plugin-prettier from 5.1.1 to 5.2.1 #251

Closed
wants to merge 1 commit into from

Conversation

rsaz
Copy link
Member

@rsaz rsaz commented Aug 24, 2024

snyk-top-banner

Snyk has created this PR to upgrade eslint-plugin-prettier from 5.1.1 to 5.2.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 3 versions ahead of your current version.

  • The recommended version was released on a month ago.

Release notes
Package name: eslint-plugin-prettier
  • 5.2.1 - 2024-07-17

    Patch Changes

  • 5.1.3 - 2024-01-10

    Patch Changes

    Full Changelog: v5.1.2...v5.1.3

  • 5.1.2 - 2023-12-24

    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: v5.1.1...v5.1.2

  • 5.1.1 - 2023-12-21

    5.1.1

    Patch Changes

from eslint-plugin-prettier GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade eslint-plugin-prettier from 5.1.1 to 5.2.1.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/rsaz/project/0a5c9e8a-cdcd-4522-a946-c1a8fad069a2?utm_source=github&utm_medium=referral&page=upgrade-pr
@rsaz rsaz closed this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants