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: release eslint-plugin-prettier #604

Merged
merged 1 commit into from Dec 19, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

eslint-plugin-prettier@5.1.0

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.

@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from 1ae1acf to e6d7b71 Compare November 24, 2023 22:46
@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from 20bfafd to d996526 Compare December 3, 2023 06:16
@BPScott
Copy link
Member

BPScott commented Dec 19, 2023

@JounQin shall we ship this now, or would you like to wait for #619 to be merged first?

I'm happy for this to go out now if you're happy :)

@JounQin
Copy link
Member

JounQin commented Dec 19, 2023

I think merging is fine.

@BPScott BPScott merged commit 183f45c into master Dec 19, 2023
@JounQin JounQin deleted the changeset-release/master branch December 19, 2023 21:44
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.

None yet

2 participants