-
Notifications
You must be signed in to change notification settings - Fork 235
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 v1.19.1 #834
Merged
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
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
June 6, 2019 11:45
c7d7d55
to
06c6da4
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.17.1
chore(deps): update dependency prettier to v1.18.0
Jun 6, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
June 6, 2019 22:04
06c6da4
to
259ab91
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.18.0
chore(deps): update dependency prettier to v1.18.1
Jun 7, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
June 7, 2019 13:01
259ab91
to
f69f9c7
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.18.1
chore(deps): update dependency prettier to v1.18.2
Jun 7, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
June 7, 2019 15:05
f69f9c7
to
03c6621
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
June 14, 2019 16:30
c3ba448
to
5a9be90
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
4 times, most recently
from
July 8, 2019 14:25
e38f3aa
to
6d26e61
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
3 times, most recently
from
July 15, 2019 19:43
1b54c82
to
b9741ad
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
6 times, most recently
from
July 25, 2019 17:59
34e4df7
to
b00fd5f
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
4 times, most recently
from
August 2, 2019 02:57
5d0171c
to
e025702
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
3 times, most recently
from
August 8, 2019 23:04
5a53bc1
to
677aa7b
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
November 9, 2019 12:25
b38942d
to
c5b080f
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.19.0
chore(deps): update dependency prettier to v1.19.1
Nov 9, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
December 9, 2019 12:48
c5b080f
to
4cef12d
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
4 times, most recently
from
December 18, 2019 20:13
69df3e5
to
c3e8610
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
3 times, most recently
from
January 28, 2020 21:27
b29045c
to
89d232d
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
February 3, 2020 23:19
89d232d
to
f009240
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
February 23, 2020 23:56
f009240
to
175eb22
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
March 3, 2020 01:40
175eb22
to
7a3f384
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
March 12, 2020 19:38
7a3f384
to
9af2fe9
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
March 26, 2020 17:31
d5249aa
to
9d2327b
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
April 12, 2020 19:06
af339d9
to
7f25541
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
April 27, 2020 19:17
7f25541
to
50a0571
Compare
mgechev
approved these changes
May 24, 2020
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
July 2, 2020 17:36
2cb5b3e
to
c094c1c
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
July 2, 2020 17:52
c094c1c
to
2e0bfa9
Compare
This was referenced Mar 17, 2021
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:
1.17.0
->1.19.1
Release Notes
prettier/prettier
v1.19.1
Compare Source
diff
CLI
Fix
--stdin
regression in 1.19.0 (#6894 by @lydell)TypeScript
Fix formatting of union type as arrow function return type (#6896 by @thorn0)
v1.19.0
Compare Source
diff
🔗 Release Notes
v1.18.2
Compare 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.1
Compare 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
overrides
in the config file, Prettier was not matching dotfiles (files that start with.
). This was fixed in 1.18.1v1.18.0
Compare Source
diff
🔗 Release Notes
v1.17.1
Compare 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.
Renovate configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.