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.2 to 5.1.3 #201

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

w3nl
Copy link
Collaborator

@w3nl w3nl commented Jan 31, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade eslint-plugin-prettier from 5.1.2 to 5.1.3.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2024-01-10.
Release notes
Package name: eslint-plugin-prettier
  • 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

from eslint-plugin-prettier GitHub release notes

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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@w3nl w3nl self-assigned this Feb 2, 2024
@w3nl w3nl merged commit 155b935 into master Feb 2, 2024
14 checks passed
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