Build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 #1602

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-prettier-5.1.0 into master 2023-12-20 09:55:58 +00:00
argoyle commented 2023-12-20 04:42:46 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-prettier from 5.0.1 to 5.1.0.

Release notes

Sourced from eslint-plugin-prettier's releases.

v.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.

Changelog

Sourced from eslint-plugin-prettier's changelog.

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.

Commits
  • 183f45c chore: release eslint-plugin-prettier (#604)
  • 3856413 Add flat recommended config (#616)
  • 78c8b80 Use flat config for the project's eslint configuration (#615)
  • 5270877 feat: add meta block to config (#614)
  • 79765cc build(deps-dev): Bump the dev-dependencies group with 8 updates (#611)
  • 1882a36 build(deps-dev): Bump @​babel/traverse from 7.22.8 to 7.23.2 (#593)
  • f18bf8e build(deps): Bump the actions group with 1 update (#608)
  • 2ed98fa chore: group dependabot updates
  • a63a570 fix: specify eslint-config-prettier as peer dependency (#603)
  • df71356 chore: bump @​types/eslint (#602)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's releases</a>.</em></p> <blockquote> <h2>v.5.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://github.com/prettier/eslint-plugin-prettier/pull/616">#616</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/3856413420d3d026e5ae84f29c4bd0d558697135"><code>3856413</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Add recommended config for the flat config format.</p> <p>If you are using flat config, import the recommended config from <code>eslint-plugin-prettier/recommended</code>. Like the legacy format recommended config, this automatically includes the contents of <code>eslint-config-prettier</code>.</p> <pre lang="js"><code>// eslint.config.js const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended'); <p>module.exports = [ // Any other config imports go at the top eslintPluginPrettierRecommended, ]; </code></pre></p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/prettier/eslint-plugin-prettier/pull/614">#614</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/5270877d169bec05449861c8ad7e6338b0ad47c0"><code>5270877</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config</p> </li> <li> <p><a href="https://github.com/prettier/eslint-plugin-prettier/pull/603">#603</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/a63a570f8f3e3d53b90b1cf35e06fd7e3c387a5a"><code>a63a570</code></a> Thanks <a href="https://github.com/filiptammergard"><code>@​filiptammergard</code></a>! - fix: specify <code>eslint-config-prettier</code> as peer dependency</p> <p>It's already added to <code>peerDependenciesMeta</code> as optional, which means it should also be specified in <code>peerDependencies</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p> <blockquote> <h2>5.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://github.com/prettier/eslint-plugin-prettier/pull/616">#616</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/3856413420d3d026e5ae84f29c4bd0d558697135"><code>3856413</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Add recommended config for the flat config format.</p> <p>If you are using flat config, import the recommended config from <code>eslint-plugin-prettier/recommended</code>. Like the legacy format recommended config, this automatically includes the contents of <code>eslint-config-prettier</code>.</p> <pre lang="js"><code>// eslint.config.js const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended'); <p>module.exports = [ // Any other config imports go at the top eslintPluginPrettierRecommended, ]; </code></pre></p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/prettier/eslint-plugin-prettier/pull/614">#614</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/5270877d169bec05449861c8ad7e6338b0ad47c0"><code>5270877</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config</p> </li> <li> <p><a href="https://github.com/prettier/eslint-plugin-prettier/pull/603">#603</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/a63a570f8f3e3d53b90b1cf35e06fd7e3c387a5a"><code>a63a570</code></a> Thanks <a href="https://github.com/filiptammergard"><code>@​filiptammergard</code></a>! - fix: specify <code>eslint-config-prettier</code> as peer dependency</p> <p>It's already added to <code>peerDependenciesMeta</code> as optional, which means it should also be specified in <code>peerDependencies</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/183f45c050188809a19c5088832b06ccc5b2e5b4"><code>183f45c</code></a> chore: release eslint-plugin-prettier (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/604">#604</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/3856413420d3d026e5ae84f29c4bd0d558697135"><code>3856413</code></a> Add flat recommended config (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/616">#616</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/78c8b80f514719ad59a6e20fe2aa5318108f8c6d"><code>78c8b80</code></a> Use flat config for the project's eslint configuration (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/615">#615</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/5270877d169bec05449861c8ad7e6338b0ad47c0"><code>5270877</code></a> feat: add meta block to config (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/614">#614</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/79765ccb274398444d7174b08fafe1056d1c4341"><code>79765cc</code></a> build(deps-dev): Bump the dev-dependencies group with 8 updates (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/611">#611</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/1882a36d91b7b6372bf593f008902028c42fd53d"><code>1882a36</code></a> build(deps-dev): Bump <code>@​babel/traverse</code> from 7.22.8 to 7.23.2 (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/593">#593</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/f18bf8e990340f2bb535311c702e4a450ff611c7"><code>f18bf8e</code></a> build(deps): Bump the actions group with 1 update (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/608">#608</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/2ed98fa76796bb8a14600e39ad4b381b6dd78359"><code>2ed98fa</code></a> chore: group dependabot updates</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/a63a570f8f3e3d53b90b1cf35e06fd7e3c387a5a"><code>a63a570</code></a> fix: specify eslint-config-prettier as peer dependency (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/603">#603</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/df713565aaa601552faa5181514f41e1a5f5def2"><code>df71356</code></a> chore: bump <code>@​types/eslint</code> (<a href="https://github.com/prettier/eslint-plugin-prettier/issues/602">#602</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.0.1...v5.1.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-12-20 09:55:58 +00:00
Sign in to join this conversation.