-
Notifications
You must be signed in to change notification settings - Fork 5
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(deps): update prettier to v2.8.8 #311
Closed
Closed
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
Error SyntaxError
Dangerfile
|
renovate
bot
force-pushed
the
renovate/prettier
branch
from
March 25, 2023 03:56
5c9893f
to
98ad92e
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
April 1, 2023 10:39
98ad92e
to
e8b1a94
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
3 times, most recently
from
April 15, 2023 10:05
8a8c210
to
cb9c492
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
April 22, 2023 09:13
cb9c492
to
ca7364c
Compare
renovate
bot
changed the title
chore(deps): update prettier to v2.8.7
chore(deps): update prettier to v2.8.8
Apr 23, 2023
renovate
bot
force-pushed
the
renovate/prettier
branch
from
April 23, 2023 11:46
ca7364c
to
c97706a
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
May 6, 2023 02:25
c97706a
to
652b43a
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
2 times, most recently
from
June 3, 2023 04:38
db86ae2
to
9637b13
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
June 3, 2023 07:34
9637b13
to
4a5aa14
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
June 24, 2023 13:37
4a5aa14
to
08cd925
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
2 times, most recently
from
July 15, 2023 06:08
c328369
to
ae5a7bc
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
July 22, 2023 03:51
ae5a7bc
to
601a330
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
2 times, most recently
from
August 5, 2023 03:35
7d2b4d8
to
663116a
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
August 12, 2023 03:11
663116a
to
0e3f5c0
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
August 26, 2023 04:17
0e3f5c0
to
6c7d0b6
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
2 times, most recently
from
September 16, 2023 03:43
e35a6e3
to
d43b736
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
September 23, 2023 03:31
d43b736
to
b055499
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
from
September 30, 2023 04:45
b055499
to
1564be4
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
4 times, most recently
from
October 21, 2023 11:09
182ad4e
to
eb9eb8d
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
3 times, most recently
from
November 4, 2023 03:08
39fcc74
to
78372ee
Compare
renovate
bot
force-pushed
the
renovate/prettier
branch
2 times, most recently
from
November 11, 2023 06:27
c324e27
to
c7a6345
Compare
| datasource | package | from | to | | ---------- | -------- | ----- | ----- | | npm | prettier | 2.8.4 | 2.8.8 |
renovate
bot
force-pushed
the
renovate/prettier
branch
from
November 12, 2023 06:47
c7a6345
to
01916bb
Compare
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:
2.8.4
->2.8.8
Release Notes
prettier/prettier (prettier)
v2.8.8
Compare Source
This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.
v2.8.7
Compare Source
diff
Allow multiple decorators on same getter/setter (#14584 by @fisker)
v2.8.6
Compare Source
diff
Allow decorators on private members and class expressions (#14548 by @fisker)
v2.8.5
Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
const
modifiers for type parametersexport type *
declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotation
to improve readability (#14458 by @fisker)Support
max_line_length=off
when parsing.editorconfig
(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=off
for the file you're formatting,it will be interpreted as a
printWidth
ofInfinity
rather than being ignored(which previously resulted in the default
printWidth
of 80 being applied, if not overridden by Prettier-specific configuration).Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.