aio-rek
aio-rek copied to clipboard
chore(deps): update devdependency eslint-plugin-prettier to v5
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint-plugin-prettier | ^3.1.4 -> ^5.2.1 |
Release Notes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
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
natively
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.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.
v3.4.1
- build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (#420) (b6d075c)
- build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#425) (24f957e)
- feat: support
@graphql-eslint/eslint-plugin
out of box (#413) (ec6fbb1) - chore: add tests for Node 16 (#410) (76bd45e)
v3.4.0
- feat: support processor virtual filename (#401) (ee0ccc6)
- Simplify report logic (#380) (d993f24)
- Update: README.md (#375) (3ea4242)
v3.3.1
- fix: add eslint-config-prettier as an optional peer dependency (#374) (d59df27)
- build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
- build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)
v3.3.0
- Minor: Perf improvement: Do not clear the config cache on each run (#368) (1b90ea7)
- Add peerDependenciesMeta block (#367) (86608d5)
- build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (885f484)
- build(deps-dev): bump eslint from 7.3.1 to 7.14.0 (cebc80b)
v3.2.0
- Skip CI for eslint 6 + node 8 (#364) (f8f08e4)
- Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#360) (a1e5591)
- Create dependabot.yml (f58b6c7)
- docs(README): fix prettier getFileInfo link (#335) (5a690f1)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
- build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
- build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
- chore: update CI badge in readme (5012b66)
- Use Github Actions for CI (#305) (41eb64f)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.