This repository was archived by the owner on Apr 14, 2023. It is now read-only.
chore(deps): update dependency prettier to v1.19.1 - #1194
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
from
November 9, 2019 12:57
4b81aff to
d598c82
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
from
November 11, 2019 10:29
d598c82 to
7c6ecab
Compare
Codecov Report
@@ Coverage Diff @@
## master #1194 +/- ##
======================================
Coverage 95.6% 95.6%
======================================
Files 22 22
Lines 1116 1116
Branches 162 174 +12
======================================
Hits 1067 1067
Misses 44 44
Partials 5 5Continue to review full report at Codecov.
|
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
5 times, most recently
from
November 18, 2019 10:17
5ad8a82 to
d80b5ce
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
7 times, most recently
from
November 25, 2019 10:25
1b44093 to
12819e6
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
December 4, 2019 07:41
faded08 to
904d62f
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
5 times, most recently
from
December 16, 2019 10:18
007dbbf to
67fe088
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
December 23, 2019 10:20
5615182 to
48ad65c
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
4 times, most recently
from
December 30, 2019 10:22
e961e72 to
7c01e33
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
3 times, most recently
from
January 8, 2020 12:22
bb7f867 to
7966d42
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
January 21, 2020 08:23
572a6a9 to
8ea616c
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
from
May 15, 2020 08:34
8ea616c to
9ecd153
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
10 times, most recently
from
July 2, 2020 09:16
b3310d7 to
22d7998
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
July 9, 2020 17:16
0a57887 to
0ef7131
Compare
renovate
Bot
force-pushed
the
renovate/prettier-1.x
branch
from
July 18, 2020 10:34
0ef7131 to
e749789
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
1.15.2->1.19.1Release Notes
prettier/prettier
v1.19.1Compare Source
diff
CLI
Fix
--stdinregression in 1.19.0 (#6894 by @lydell)TypeScript
Fix formatting of union type as arrow function return type (#6896 by @thorn0)
v1.19.0Compare Source
diff
🔗 Release Notes
v1.18.2Compare Source
diff
TypeScript: only add trailing commas in tuples for
--trailing-comma=all([#6199] by @duailibe)In Prettier 1.18 we added trailing commas in tuples when
--trailing-comma=all, but it was also adding for--trailing-comma=es5.[#6199]: #6199
@duailibe: https://github.com/duailibe
v1.18.1Compare Source
diff
TypeScript: Add trailing comma in tsx, only for arrow function (#6190 by @sosukesuzuki)
Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it.
Config: Match dotfiles in config overrides (#6194 by @duailibe)
When using
overridesin the config file, Prettier was not matching dotfiles (files that start with.). This was fixed in 1.18.1v1.18.0Compare Source
diff
🔗 Release Notes
v1.17.1Compare Source
diff
Range: Fix ranged formatting not using the correct line width (#6050 by @mathieulj)
JavaScript: Fix closure compiler typecasts ([#5947] by @jridgewell)
If a closing parenthesis follows after a typecast in an inner expression, the typecast would wrap everything to the that following parenthesis.
JavaScript: respect parenthesis around optional chaining before await (#6087 by @evilebottnawi)
Handlebars: Fix {{else}}{{#if}} into {{else if}} merging (#6080 by @dcyriller)
JavaScript: Improved multiline closure compiler typecast comment detection (#6070 by @yangsu)
Previously, multiline closure compiler typecast comments with lines that
start with * weren't flagged correctly and the subsequent parenthesis were
stripped. Prettier 1.17.1 fixes this issue.
v1.17.0Compare Source
diff
🔗 Release Notes
v1.16.4Compare Source
diff
API: Fix
prettier.getSupportInfo()reporting babel parser for older versions of Prettier. (#5826 by @azz)In version
1.16.0of Prettier, thebabylonparser was renamed tobabel. Unfortunately this lead to a minor breaking change:prettier.getSupportInfo('1.15.0')would report that it supportedbabel, notbabylon, which breaks text-editor integrations. This has now been fixed.v1.16.3Compare Source
diff
TypeScript: Revert "Update typescript-estree to new package name" (#5818 by @ikatyang)
There's an internal change introduced in Prettier 1.16.2,
which updated
typescript-estreeto its new package name,but unfortunately it broke the output
so we reverted it as a temporary workaround for now.
v1.16.2Compare Source
diff
CLI: Fix CI detection to avoid unwanted TTY behavior (#5804 by @kachkaev)
In Prettier 1.16.0 and 1.16.1,
--list-differentand--checklogged every file in some CI environments, instead of just unformatted files.This unwanted behavior is now fixed.
HTML: Do not format non-normal whitespace as normal whitespace (#5797 by @ikatyang)
Previously, only non-breaking whitespaces (U+00A0) are marked as non-normal whitespace,
which means other non-normal whitespaces such as non-breaking narrow whitespaces (U+202F)
could be formatted as normal whitespaces, which breaks the output. We now follow the spec to
exclude all non-ASCII whitespace from whitespace normalization.
(
·represents a non-breaking narrow whitespace)JavaScript: Fix record type cast comment detection (#5793 by @yangsu)
Previously, type cast comments with record types were ignored and prettier
stripped the subsequent parens. Prettier 1.16.2 handles these cases correctly.
v1.16.1Compare Source
diff
JavaScript: Do not format functions with arguments as react hooks (#5778 by @SimenB)
The formatting added in Prettier 1.16 would format any function receiving an
arrow function and an array literal to match React Hook's documentation.
Prettier will now format this the same as before that change if the arrow
function receives any arguments.
JavaScript: Add necessary parentheses for decorators (#5785 by @ikatyang)
Parentheses for decorators with nested call expressions are optional for legacy decorators
but they're required for decorators in the current proposal.
TypeScript: Stable parentheses for function type in the return type of arrow function (#5790 by @ikatyang)
There's a regression introduced in 1.16 that
parentheses for function type in the return type of arrow function were kept adding/removing.
Their parentheses are always printed now.
MDX: Correctly recognize inline JSX (#5783 by @ikatyang)
Previously, some inline JSXs are wrongly recognized as block HTML/JSX,
which causes unexpected behaviors. This issue is now fixed.
v1.16.0Compare Source
diff
🔗 Release Notes
v1.15.3Compare Source
diff
htm(#5565)htmltemplates (#5544)moduleintonamespaceand break/hug their body correctly (#5551)// prettier-ignore(#5469)<! ... >/<? ... >(#5565)<script>(#5527)<textarea>are sensitive (#5468)<pre>correctly (#5473)thenandelsein*ngIf(#5542)slot-scopecorrectly (#5563)---(#5502)ignoredfield correctly in.getFileInfo()with absolute filePath (#5570).jsconfig files did not respect.clearConfigCache()(#5558)unsetin.editorconfig(#5550)0for--list-different+--write(#5512)Renovate configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday" in timezone America/Los_Angeles.
🚦 Automerge: Disabled due to failing status checks.
♻️ Rebasing: Whenever PR is behind base branch, 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 WhiteSource Renovate. View repository job log here.