Skip to content

Update dependency eslint-plugin-prettier to v5.5.5#135

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

Update dependency eslint-plugin-prettier to v5.5.5#135
renovate[bot] wants to merge 1 commit intov3from
renovate/eslint-plugin-prettier-5.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-prettier 5.0.05.5.5 age adoption passing confidence

Release Notes

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 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 force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 0aa6d00 to 81e61ba Compare November 16, 2023 09:53
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.0.1 Update dependency eslint-plugin-prettier to v5.1.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 81e61ba to 6b51019 Compare December 19, 2023 22:12
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.1.0 Update dependency eslint-plugin-prettier to v5.1.1 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 6b51019 to bbe19ea Compare December 21, 2023 20:02
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.1.1 Update dependency eslint-plugin-prettier to v5.1.2 Dec 24, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from bbe19ea to f82d839 Compare December 24, 2023 06:18
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.1.2 Update dependency eslint-plugin-prettier to v5.1.3 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from f82d839 to 1b8d304 Compare January 10, 2024 14:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 1b8d304 to 301d015 Compare January 28, 2024 10:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 301d015 to 0ab79d0 Compare June 4, 2024 19:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 0ab79d0 to bbbe1f8 Compare July 17, 2024 14:54
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.1.3 Update dependency eslint-plugin-prettier to v5.2.1 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from bbbe1f8 to 608b08d Compare August 28, 2024 06:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 608b08d to 88558bd Compare October 9, 2024 09:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 88558bd to 1c6dbfc Compare December 2, 2024 12:00
@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 15, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 1c6dbfc to 57a302d Compare January 15, 2025 12:51
@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 19, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 57a302d to f4eab01 Compare January 19, 2025 00:27
@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 24, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from f4eab01 to c749f4e Compare March 24, 2025 07:29
@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 25, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from c749f4e to b8d2faa Compare March 25, 2025 13:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from b8d2faa to f78443a Compare April 2, 2025 18:49
@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 2, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from f78443a to b05e591 Compare April 8, 2025 10:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from b05e591 to 55c4ffc Compare April 24, 2025 08:50
@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 4, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 55c4ffc to 80a5710 Compare May 4, 2025 10:10
@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 5, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 80a5710 to 4dc7e31 Compare May 5, 2025 11:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 4dc7e31 to bdff823 Compare May 19, 2025 21:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from bdff823 to 9febc6d Compare May 30, 2025 07:05
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.4.0 Update dependency eslint-plugin-prettier to v5.4.1 May 30, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 9febc6d to c12c175 Compare June 4, 2025 10:28
@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 17, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from c12c175 to fc6e605 Compare June 17, 2025 14:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from fc6e605 to 492cd18 Compare June 25, 2025 11:33
@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 25, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 492cd18 to 833f29a Compare July 18, 2025 21:54
@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 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 833f29a to b030142 Compare August 6, 2025 09:34
@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 6, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from b030142 to 89a6158 Compare September 25, 2025 19:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from 89a6158 to cfb9a92 Compare January 14, 2026 13:07
@renovate renovate bot changed the title Update dependency eslint-plugin-prettier to v5.5.4 Update dependency eslint-plugin-prettier to v5.5.5 Jan 14, 2026
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from cfb9a92 to ffe623e Compare February 12, 2026 10:57
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.

0 participants