Bump eslint-plugin-prettier from 4.2.1 to 5.1.3 in /lib
Bumps eslint-plugin-prettier from 4.2.1 to 5.1.3.
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.1.3
Patch Changes
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.2...v5.1.3
v5.1.2
5.1.2
Patch Changes
#623
8210e44Thanks@BPScott! - Add exports mapping to package.json, to allowimport 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
2b09e7fThanks@JounQin! - feat: support parsingmarkdownviaeslint-mdxnativelyWhat 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" }] }, }, ]Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.1...v5.1.2
v5.1.1
5.1.1
Patch Changes
v.5.1.0
Minor Changes
... (truncated)
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.1.3
Patch Changes
5.1.2
Patch Changes
#623
8210e44Thanks@BPScott! - Add exports mapping to package.json, to allowimport 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
2b09e7fThanks@JounQin! - feat: support parsingmarkdownviaeslint-mdxnativelyWhat 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' }] }, }, ]5.1.1
Patch Changes
5.1.0
Minor Changes
#616
3856413Thanks@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 ofeslint-config-prettier.// eslint.config.js const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended');module.exports = [
... (truncated)
Commits
248cd17chore: release eslint-plugin-prettier (#636)985b33cchore: addpackage.jsonintoexportsmap (#629)f985718ci: enableNPM_TOKENfor releasing automatically (#631)fa1e1e5chore: add more ignoring file patterns on formatting (#627)0ea812ctest: enable testing on.sveltefiles (#628)188487bchore: add more related funding linksd102278chore: release eslint-plugin-prettier (#624)b02fe90chore: bump all upgradable (dev)Dependencies (#625)2b09e7ffeat: support parsingmarkdownviaeslint-mdxnatively (#621)5f762dfdocs: change open collective funding info (#626)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)