Skip to content

chore(deps): update dependency eslint-plugin-prettier to v5#1111

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-plugin-prettier-5.x
Open

chore(deps): update dependency eslint-plugin-prettier to v5#1111
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-plugin-prettier-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 14, 2023

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-prettier ^4.2.5^5.5.6 age confidence

Release Notes

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

v5.5.6

Compare Source

Patch Changes

v5.5.5

Compare Source

Patch Changes

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

v5.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "after 09:00 and before 17:00 on Monday through Thursday"

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 dependencies Pull requests that update a dependency file renovate labels Jul 14, 2023
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from cea5827 to 71e9b89 Compare July 23, 2023 22:37
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from c416bf1 to 2e10ecd Compare August 2, 2023 03:22
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 2e10ecd to 86ca467 Compare August 19, 2023 11:05
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 86ca467 to 8932f24 Compare September 28, 2023 15:26
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 8932f24 to 1b196dd Compare October 14, 2023 04:50
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 1b196dd to 2badc23 Compare October 26, 2023 09:49
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 0d1e770 to 22f6d05 Compare December 27, 2023 07:54
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 22f6d05 to 9afd768 Compare January 13, 2024 04:37
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 9afd768 to 24ce1e6 Compare February 19, 2024 16:11
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from eb5f253 to d5afafe Compare March 11, 2024 14:18
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from d5afafe to 8de836b Compare March 19, 2024 02:28
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 8de836b to 057b093 Compare April 13, 2024 16:12
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 057b093 to 901599a Compare April 22, 2024 12:39
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 901599a to d0db9f3 Compare May 31, 2024 10:04
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from d0db9f3 to a197a04 Compare June 22, 2024 01:09
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 7438ccf to 27cdf42 Compare July 23, 2024 08:16
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 27cdf42 to 40a85a0 Compare August 1, 2024 19:02
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 78eab7b to 40f2079 Compare September 16, 2024 16:04
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 40f2079 to 545f8f8 Compare September 30, 2024 16:46
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 545f8f8 to 8903bcc Compare October 7, 2024 17:02
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 8903bcc to 5cb19fa Compare October 28, 2024 18:33
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 5cb19fa to bf681b0 Compare December 30, 2024 18:07
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 0b9bd6f to 916cf52 Compare January 22, 2025 01:38
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 01ff0b9 to 3f66360 Compare March 28, 2025 12:41
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 3f66360 to 27ed4dc Compare April 5, 2025 18:51
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 2f41585 to 604a28a Compare May 8, 2025 12:36
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 604a28a to a79d3f7 Compare June 5, 2025 21:38
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from a79d3f7 to 71693c9 Compare June 20, 2025 12:14
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 71693c9 to ccbb611 Compare June 28, 2025 14:05
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-prettier to v5 chore(deps): update dependency eslint-plugin-prettier to v5 - autoclosed Jul 18, 2025
@renovate renovate Bot closed this Jul 18, 2025
@renovate renovate Bot deleted the renovate/eslint-plugin-prettier-5.x branch July 18, 2025 19:46
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-prettier to v5 - autoclosed chore(deps): update dependency eslint-plugin-prettier to v5 Jul 18, 2025
@renovate renovate Bot reopened this Jul 18, 2025
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 497712d to 8ba0145 Compare July 23, 2025 18:26
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 8ba0145 to 4542405 Compare August 9, 2025 09:34
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 4542405 to 4234f70 Compare August 19, 2025 12:54
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 4234f70 to d48954d Compare January 17, 2026 13:38
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from d48954d to 873034a Compare May 28, 2026 19:47
@renovate renovate Bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 873034a to fa6722d Compare May 31, 2026 13:59
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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants