Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

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

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

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Jan 24, 2024

This PR contains the following updates:

Package Type Update Change Pending
eslint-plugin-prettier devDependencies major ^4.0.0 -> ^5.0.0 5.2.1

Release Notes

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

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

v5.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@descope descope bot added the renovate label Jan 24, 2024
@descope descope bot enabled auto-merge (squash) January 24, 2024 21:09
@descope
Copy link
Contributor Author

descope bot commented Jan 24, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @descope/vue-sdk@2.0.19
npm ERR! Found: eslint@7.32.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^7.32.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">=8.0.0" from eslint-plugin-prettier@5.1.3
npm ERR! node_modules/eslint-plugin-prettier
npm ERR!   dev eslint-plugin-prettier@"^5.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-06-09T09_57_01_451Z-debug-0.log

@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 93373c5 to 47bc308 Compare January 25, 2024 23:30
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 47bc308 to 3954752 Compare February 4, 2024 10:43
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 3954752 to 7b1b181 Compare February 5, 2024 20:40
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 7b1b181 to 13c5b83 Compare February 7, 2024 10:12
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 13c5b83 to 583f5c2 Compare February 7, 2024 14:53
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 583f5c2 to e92d65d Compare February 15, 2024 09:13
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from e92d65d to 01f046e Compare February 29, 2024 19:08
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 01f046e to cb4fd06 Compare March 3, 2024 12:12
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from cb4fd06 to 95e5cf7 Compare March 11, 2024 07:52
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 95e5cf7 to bbef4cb Compare March 12, 2024 11:27
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from bbef4cb to 54ccd64 Compare March 22, 2024 22:30
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 54ccd64 to 5897ed0 Compare March 24, 2024 15:09
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 5897ed0 to e874d9f Compare March 25, 2024 16:44
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from c58317b to 1e88135 Compare April 3, 2024 06:52
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 1e88135 to b2df84c Compare April 10, 2024 12:33
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from b2df84c to b016fc6 Compare April 11, 2024 10:22
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from b016fc6 to d7d0732 Compare April 19, 2024 13:52
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from d7d0732 to d98ff79 Compare April 22, 2024 11:00
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from d98ff79 to 30a7bba Compare April 29, 2024 21:02
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 30a7bba to 284084f Compare April 30, 2024 20:45
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 284084f to 48d40a4 Compare May 6, 2024 13:47
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 48d40a4 to af0872d Compare May 23, 2024 08:51
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from af0872d to 05f56c3 Compare May 26, 2024 13:18
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 05f56c3 to 90b2d2f Compare May 30, 2024 13:05
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from 90b2d2f to e77889c Compare June 6, 2024 10:27
@descope descope bot force-pushed the renovate/eslint-plugin-prettier-5.x branch from e77889c to f74ffa7 Compare June 9, 2024 09:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants