chore(package): Update dependency eslint-config-prettier to v8#40
Open
renovate[bot] wants to merge 1 commit into
Open
chore(package): Update dependency eslint-config-prettier to v8#40renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
6 times, most recently
from
March 1, 2021 05:37
df4316b to
17ad9e5
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
March 2, 2021 10:24
772fbfa to
2d5ea89
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
March 15, 2021 22:40
4769001 to
7ef2b15
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
March 27, 2021 05:56
c042ff1 to
53e1f91
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
4 times, most recently
from
April 5, 2021 20:54
432b405 to
f0a8d12
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
April 13, 2021 16:41
6450edc to
70f365a
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
2 times, most recently
from
April 24, 2021 14:47
428977c to
5888448
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
5 times, most recently
from
May 10, 2021 20:57
3ddee3c to
d6d43ff
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
5 times, most recently
from
June 2, 2021 09:56
2c99dd7 to
b17d94d
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
8 times, most recently
from
June 8, 2021 08:31
f5c8cf2 to
83d97a6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
8 times, most recently
from
June 17, 2021 21:48
6e0bb7e to
e71d34a
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
6 times, most recently
from
June 25, 2021 14:40
7bba512 to
783220e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
from
June 26, 2021 10:58
783220e to
9bc68db
Compare
Contributor
Author
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: pnpm-lock.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.2.0->8.8.0Release Notes
prettier/eslint-config-prettier
v8.8.0Compare Source
v8.7.0Compare Source
v8.6.0Compare Source
v8.5.0Compare Source
v8.4.0Compare Source
v8.3.0Compare Source
v8.2.0Compare Source
v8.1.0Compare Source
v8.0.0Compare Source
Changed: All configs have been merged into one!
To upgrade, change:
{ "extends": [ "some-other-config-you-use", "prettier", "prettier/@​typescript-eslint", "prettier/babel", "prettier/flowtype", "prettier/react", "prettier/standard", "prettier/unicorn", "prettier/vue" ] }Into:
{ "extends": [ "some-other-config-you-use", "prettier" ] }The
"prettier"config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (@lydell) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (@thorn0) for pointing this out!
If you use [eslint-plugin-prettier], all you need is [plugin:prettier/recommended]:
{ "extends": [ "some-other-config-you-use", "plugin:prettier/recommended" ] }(The ["prettier/prettier" config][prettier-prettier-config] still exists separately. It’s the odd one out. The main
"prettier"config does not include the rules from it.)Changed: The CLI helper tool now only prints warnings for [arrow-body-style] and [prefer-arrow-callback], just like other “special rules.” This means that if you’ve decided to use those rules and [eslint-plugin-prettier] at the same time, you’ll get warnings but exit code zero (success).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.