-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(package): Update dependency eslint-config-prettier to v8 #40
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/eslint-config-prettier-8.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
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
March 21, 2022 20:45
b7626d7
to
bf2c95b
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
March 28, 2022 21:01
0f412cc
to
577c7e3
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
April 6, 2022 22:25
c76e447
to
7e964b0
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
7 times, most recently
from
April 15, 2022 15:51
a5bd421
to
fedf36e
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
April 23, 2022 20:58
6b3fd9a
to
8f72b03
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
3 times, most recently
from
July 13, 2022 19:01
2e1c949
to
8156dee
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
from
November 20, 2022 15:23
8156dee
to
df69a1f
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
from
March 17, 2023 05:47
df69a1f
to
c29ab21
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
from
March 25, 2023 00:04
c29ab21
to
63f9d8b
Compare
renovate
bot
force-pushed
the
renovate/eslint-config-prettier-8.x
branch
from
March 25, 2023 02:56
63f9d8b
to
01cdc18
Compare
⚠ 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0
Release Notes
prettier/eslint-config-prettier
v8.8.0
Compare Source
v8.7.0
Compare Source
v8.6.0
Compare Source
v8.5.0
Compare Source
v8.4.0
Compare Source
v8.3.0
Compare Source
v8.2.0
Compare Source
v8.1.0
Compare Source
v8.0.0
Compare Source
Changed: All configs have been merged into one!
To upgrade, change:
Into:
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]:
(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.