Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-prettier 5.0.05.5.4 age confidence

Release Notes

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.4

Compare Source

Patch Changes

v5.5.3

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

v5.5.1

Compare Source

Patch Changes

v5.5.0

Compare Source

Minor Changes

v5.4.1

Compare Source

Patch Changes
  • #​740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

v5.4.0

Compare Source

Minor Changes

v5.3.1

Compare Source

Patch Changes

v5.3.0

Compare Source

Minor Changes

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes

v5.2.1

Compare Source

Patch Changes

v5.1.3

Compare Source

Patch Changes

v5.1.2

Compare Source

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" }] },
      },
    ]

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

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 = [
      // Any other config imports go at the top
      eslintPluginPrettierRecommended,
    ];
Patch Changes
  • #​614 5270877 Thanks @​BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config

  • #​603 a63a570 Thanks @​filiptammergard! - fix: specify eslint-config-prettier as peer dependency

    It's already added to peerDependenciesMeta as optional, which means it should also be specified in peerDependencies.

v5.0.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
@renovate renovate bot requested a review from a team as a code owner January 1, 2025 04:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from f367263 to 9d04cdb Compare January 18, 2025 08:18
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.2.1 Update dependency eslint-plugin-prettier to v5.2.2 Jan 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 9d04cdb to 8256ae1 Compare January 22, 2025 00:50
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.2.2 Update dependency eslint-plugin-prettier to v5.2.3 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 8256ae1 to 8bd95ed Compare March 27, 2025 03:28
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.2.3 Update dependency eslint-plugin-prettier to v5.2.4 Mar 27, 2025
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.2.4 Update dependency eslint-plugin-prettier to v5.2.5 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 8bd95ed to a646abb Compare April 5, 2025 18:21
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.2.5 Update dependency eslint-plugin-prettier to v5.2.6 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from a646abb to 630d0c7 Compare April 8, 2025 12:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 630d0c7 to 5a07da4 Compare April 24, 2025 07:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 5a07da4 to c74b89e Compare May 7, 2025 11:54
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.2.6 Update dependency eslint-plugin-prettier to v5.3.1 May 7, 2025
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.3.1 Update dependency eslint-plugin-prettier to v5.4.0 May 8, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from c74b89e to 3453535 Compare May 19, 2025 17:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 3453535 to a7be5db Compare June 2, 2025 04:25
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.4.0 Update dependency eslint-plugin-prettier to v5.4.1 Jun 2, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from a7be5db to 8914803 Compare June 20, 2025 10:38
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.4.1 Update dependency eslint-plugin-prettier to v5.5.0 Jun 20, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 8914803 to f2a0d32 Compare June 28, 2025 13:32
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.5.0 Update dependency eslint-plugin-prettier to v5.5.1 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from f2a0d32 to 863e735 Compare July 22, 2025 02:59
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.5.1 Update dependency eslint-plugin-prettier to v5.5.3 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 863e735 to e1ab585 Compare August 9, 2025 09:35
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.5.3 Update dependency eslint-plugin-prettier to v5.5.4 Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant