-
-
Notifications
You must be signed in to change notification settings - Fork 944
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 dependency prettier to v2.8.7 #1954
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1954 +/- ##
=======================================
Coverage ? 99.63%
=======================================
Files ? 2450
Lines ? 239748
Branches ? 1274
=======================================
Hits ? 238865
Misses ? 861
Partials ? 22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a3ee824
to
0422e5f
Compare
3ae5867
to
67f1e00
Compare
ccab8cf
to
69e2284
Compare
The change of behavior started with prettier 2.8.5 and is still present in 2.8.7. |
ce7ea76
to
46bfc7a
Compare
@fisker we experiences some markdown indentations that I cannot find in the changelog |
46bfc7a
to
01fc977
Compare
Should be bug, please open an issue in Prettier repo with minimum reproduction. |
Blocked by prettier/prettier#14607 |
When I configure |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😿
Caused by Line 12 in 8516bfb
It means |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
You may want consider remove that line instead. |
I don't know why I missed to read this in the changelog like 3 times 🤔
Yes, we should do/try that, maybe it was more or less a legacy configuration on our side |
It's not possible to implement such feature with current printer (We called "Doc Printer"). |
Looks like it's working 🙌 |
This PR contains the following updates:
2.8.4
->2.8.7
Release Notes
prettier/prettier
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 - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.