fix(deps): update dependency eslint-plugin-prettier to v5
This MR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
eslint-plugin-prettier | 3.4.1 -> 5.5.4 |
Release Notes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.4
Patch Changes
-
#755
723f7a8
Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
-
#751
cf52b30
Thanks @andreww2012! - fix: disallow extra properties in rule options
v5.5.3
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3
v5.5.2
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2
v5.5.1
Patch Changes
v5.5.0
Minor Changes
-
#743
92f2c9c
Thanks @dotcarmen! - feat: support non-js languages likecss
for@eslint/css
andjson
for@eslint/json
v5.4.1
Patch Changes
-
#740
c21521f
Thanks @JounQin! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
error
v5.4.0
Minor Changes
-
#736
59a0cae
Thanks @yashtech00! - refactor: migrateworker.js
toworker.mjs
v5.3.1
Patch Changes
v5.3.0
Minor Changes
v5.2.6
Patch Changes
-
#723
1451176
Thanks @renovate! - fix(deps): bumpsynckit
tov0.11.0
v5.2.5
Patch Changes
v5.2.4
Patch Changes
v5.2.3
Patch Changes
v5.2.2
Patch Changes
v5.2.1
Patch Changes
-
#668
ac036cc
Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
v5.1.3
Patch Changes
v5.1.2
Patch Changes
-
#623
8210e44
Thanks @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
2b09e7f
Thanks @JounQin! - feat: support parsingmarkdown
viaeslint-mdx
nativelyWhat 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
Patch Changes
v5.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 ofeslint-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: specifyeslint-config-prettier
as peer dependencyIt's already added to
peerDependenciesMeta
as optional, which means it should also be specified inpeerDependencies
.
v5.0.1
Patch Changes
-
#588
21a7146
Thanks @krist7599555! - fix:parserPath
type might beundefined
on Eslint Falt Config
v5.0.0
Major Changes
-
#508
910aeb6
Thanks @JounQin! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0" -
#508
910aeb6
Thanks @JounQin! - feat!: upgrade to prettier v3
Minor Changes
Patch Changes
-
#548
82a3db8
Thanks @fisker! - fix: add missing dependencysynckit
-
#564
ae7a73c
Thanks @auvred! - fix: compatibility with prettier@3 without plugins
v4.2.5
republish the v4 version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v4.2.4...v4.2.5
v4.2.4
republish the v4 version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v4.2.1...v4.2.4
v4.2.1
Patch Changes
v4.2.0
Minor Changes
-
#483
7bd70b6
Thanks @JounQin! - feat: support svelte out of boxWe recommend to use
eslint-plugin-svelte
instead ofeslint-plugin-svelte3
.
v4.1.0
- feat: skip processing code blocks on specific languages like
stylelint-prettier
(#415) (52eec48) - build(deps): Bump minimist from 1.2.5 to 1.2.6 (#464) (42bfe88)
- build(deps-dev): Bump graphql from 15.5.1 to 15.7.2 (#442) (0158640)
- build(deps-dev): Bump @graphql-eslint/eslint-plugin from 2.3.0 to 2.4.0 (#444) (4bcaca2)
- chore(CI): add tests for ESLint 8 (#428) (f3713be)
- README.md: HTTP => HTTPS (#443) (44e1478)
v4.0.0
This breaking change drops support for old versions of ESLint, Prettier and Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0. Aside from that, usage of this plugin remains identical.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.