Skip to content

fix(deps): Update dependency eslint-plugin-prettier to v5.2.1#19745

Merged
kodiakhq[bot] merged 2 commits intomainfrom
renovate/eslint-plugin-prettier-5.x-lockfile
Nov 29, 2024
Merged

fix(deps): Update dependency eslint-plugin-prettier to v5.2.1#19745
kodiakhq[bot] merged 2 commits intomainfrom
renovate/eslint-plugin-prettier-5.x-lockfile

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Nov 29, 2024

This PR contains the following updates:

Package Type Update Change
eslint-plugin-prettier devDependencies minor 5.0.1 -> 5.2.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

    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.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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 has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Automatically merge once required checks pass label Nov 29, 2024
@cq-bot cq-bot requested review from a team and maaarcelino November 29, 2024 09:23
@cq-bot cq-bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch 4 times, most recently from acf7c00 to d54d5d9 Compare November 29, 2024 13:20
@cq-bot cq-bot force-pushed the renovate/eslint-plugin-prettier-5.x-lockfile branch from d54d5d9 to 0c2ec7e Compare November 29, 2024 14:14
@kodiakhq kodiakhq bot merged commit 67842fc into main Nov 29, 2024
@kodiakhq kodiakhq bot deleted the renovate/eslint-plugin-prettier-5.x-lockfile branch November 29, 2024 15:00
kodiakhq bot pushed a commit that referenced this pull request Dec 3, 2024
🤖 I have created a release *beep* *boop*
---


## [2.2.11](plugins-source-airtable-v2.2.10...plugins-source-airtable-v2.2.11) (2024-12-03)


### Bug Fixes

* **deps:** Update dependency @cloudquery/plugin-sdk-javascript to v0.1.21 ([#19827](#19827)) ([0a2fa6c](0a2fa6c))
* **deps:** Update dependency @types/uuid to v10 ([#19760](#19760)) ([0db420f](0db420f))
* **deps:** Update dependency ajv to v8.17.1 ([#19739](#19739)) ([b361ac4](b361ac4))
* **deps:** Update dependency ava to v6.2.0 ([#19740](#19740)) ([81bec64](81bec64))
* **deps:** Update dependency change-case to v5.4.4 ([#19741](#19741)) ([807e17e](807e17e))
* **deps:** Update dependency dot-prop to v9 ([#19761](#19761)) ([8060109](8060109))
* **deps:** Update dependency eslint-plugin-import to v2.31.0 ([#19742](#19742)) ([f16ef7a](f16ef7a))
* **deps:** Update dependency eslint-plugin-n to v16.6.2 ([#19744](#19744)) ([903a7a6](903a7a6))
* **deps:** Update dependency eslint-plugin-prettier to v5.2.1 ([#19745](#19745)) ([67842fc](67842fc))
* **deps:** Update dependency eslint-plugin-promise to v6.6.0 ([#19746](#19746)) ([250acab](250acab))
* **deps:** Update dependency eslint-plugin-unused-imports to v3.2.0 ([#19748](#19748)) ([973b662](973b662))
* **deps:** Update dependency eslint-plugin-you-dont-need-lodash-underscore to v6.14.0 ([#19749](#19749)) ([21fb751](21fb751))
* **deps:** Update dependency got to v14.4.4 ([#19750](#19750)) ([2868b03](2868b03))
* **deps:** Update dependency got to v14.4.5 ([#19799](#19799)) ([80b493b](80b493b))
* **deps:** Update dependency node to v22 ([#19770](#19770)) ([ceff7a4](ceff7a4))
* **deps:** Update dependency typescript to v5.6.3 ([#19753](#19753)) ([2a0d83f](2a0d83f))
* **deps:** Update dependency winston to v3.17.0 ([#19754](#19754)) ([8e84696](8e84696))
* **deps:** Update typescript-eslint monorepo ([#19756](#19756)) ([c9333df](c9333df))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/plugin/source/airtable automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants