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

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-prettier 4.2.1 -> 5.2.1 age adoption passing confidence

Release Notes

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

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

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: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 branch from 62ff206 to 2d09f40 Compare July 17, 2023 03:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 9478a24 to 6e7d2a0 Compare July 24, 2023 06:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 6e7d2a0 to 8d9764c Compare August 7, 2023 04:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 09a7958 to 311df0e Compare August 21, 2023 04:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from ec1db9c to b7803c5 Compare August 28, 2023 08:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from b7803c5 to 3b47b15 Compare September 4, 2023 04:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 3b47b15 to ca136ef Compare September 11, 2023 05:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 6cfb510 to d2a4115 Compare September 25, 2023 03:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 2044b46 to 42b3b7f Compare October 2, 2023 04:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 414bccb to 839b6a8 Compare October 16, 2023 04:03
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from ced2be0 to 0628e17 Compare October 23, 2023 03:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 5 times, most recently from 6753673 to ca9ce5a Compare October 30, 2023 07:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 287ffa8 to 321fe72 Compare November 13, 2023 03:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 95f01d7 to 082326f Compare November 27, 2023 04:27
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from cdaeca7 to f0fe824 Compare December 25, 2023 03:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from f800f95 to d1ab098 Compare January 8, 2024 04:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 4761e98 to 2b9c656 Compare January 15, 2024 03:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 2b9c656 to 489d50e Compare January 22, 2024 05:03
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 159a146 to 860a955 Compare February 5, 2024 03:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from cceae1b to 322e3f1 Compare February 19, 2024 03:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 3982b1c to 981b845 Compare February 26, 2024 04:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from d2facd2 to 2ce243f Compare March 4, 2024 07:17
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 6d4598f to 229c645 Compare March 11, 2024 06:20
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 3 times, most recently from 1cd05d1 to 6dc6675 Compare March 25, 2024 04:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from fbe669b to 9f080bf Compare April 1, 2024 03:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 5b4e457 to 0e8b618 Compare April 15, 2024 04:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 0e8b618 to cdc1bcf Compare May 13, 2024 04:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch 2 times, most recently from 0032ff2 to 14656e5 Compare June 3, 2024 05:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 14656e5 to 6736ed4 Compare July 17, 2024 12:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 6736ed4 to 9cd8b6e Compare September 27, 2024 21:26
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