-
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 dependency prettier to v1.17.0 #234
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/prettier-1.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
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.14.0
chore(deps): update dependency prettier to v1.14.1
Aug 8, 2018
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
2 times, most recently
from
August 9, 2018 03:05
fb1b2b6
to
d55f216
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.14.1
chore(deps): update dependency prettier to v1.14.2
Aug 9, 2018
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.14.2
chore(deps): update dependency prettier to v1.14.3
Sep 19, 2018
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
September 19, 2018 13:00
d55f216
to
6cf7341
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.14.3
Update dependency prettier to v1.14.3
Sep 26, 2018
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
November 7, 2018 01:13
6cf7341
to
449ead2
Compare
renovate
bot
changed the title
Update dependency prettier to v1.14.3
Update dependency prettier to v1.15.0
Nov 7, 2018
renovate
bot
changed the title
Update dependency prettier to v1.15.0
Update dependency prettier to v1.15.1
Nov 7, 2018
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
November 7, 2018 02:26
449ead2
to
da5b08c
Compare
renovate
bot
changed the title
Update dependency prettier to v1.15.1
Update dependency prettier to v1.15.2
Nov 10, 2018
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
November 10, 2018 17:16
da5b08c
to
c746ebf
Compare
renovate
bot
changed the title
Update dependency prettier to v1.15.2
chore(deps): update dependency prettier to v1.15.2
Nov 27, 2018
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
November 30, 2018 02:58
c746ebf
to
0e86379
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.15.2
chore(deps): update dependency prettier to v1.15.3
Nov 30, 2018
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.15.3
chore(deps): update dependency prettier to v1.16.0
Jan 20, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
January 20, 2019 08:06
0e86379
to
2a59964
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.16.0
chore(deps): update dependency prettier to v1.16.1
Jan 22, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
January 22, 2019 14:19
2a59964
to
4e88ecc
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.16.1
chore(deps): update dependency prettier to v1.16.2
Jan 30, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
January 30, 2019 08:54
4e88ecc
to
f1ebae6
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.16.2
chore(deps): update dependency prettier to v1.16.3
Jan 31, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
January 31, 2019 04:53
f1ebae6
to
3d0a1dc
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.16.3
chore(deps): update dependency prettier to v1.16.4
Feb 3, 2019
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
February 3, 2019 12:41
3d0a1dc
to
550624b
Compare
renovate
bot
force-pushed
the
renovate/prettier-1.x
branch
from
April 12, 2019 20:41
550624b
to
849c907
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v1.16.4
chore(deps): update dependency prettier to v1.17.0
Apr 12, 2019
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.9.2
->1.17.0
Release Notes
prettier/prettier
v1.17.0
Compare Source
diff
🔗 Release Notes
v1.16.4
Compare Source
diff
API: Fix
prettier.getSupportInfo()
reporting babel parser for older versions of Prettier. (#5826 by @azz)In version
1.16.0
of Prettier, thebabylon
parser 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.3
Compare 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-estree
to its new package name,but unfortunately it broke the output
so we reverted it as a temporary workaround for now.
v1.16.2
Compare Source
diff
CLI: Fix CI detection to avoid unwanted TTY behavior (#5804 by @kachkaev)
In Prettier 1.16.0 and 1.16.1,
--list-different
and--check
logged 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.1
Compare 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.0
Compare Source
diff
🔗 Release Notes
v1.15.3
Compare Source
diff
htm
(#5565)html
templates (#5544)module
intonamespace
and break/hug their body correctly (#5551)// prettier-ignore
(#5469)<! ... >
/<? ... >
(#5565)<script>
(#5527)<textarea>
are sensitive (#5468)<pre>
correctly (#5473)then
andelse
in*ngIf
(#5542)slot-scope
correctly (#5563)---
(#5502)ignored
field correctly in.getFileInfo()
with absolute filePath (#5570).js
config files did not respect.clearConfigCache()
(#5558)unset
in.editorconfig
(#5550)0
for--list-different
+--write
(#5512)v1.15.2
Compare Source
diff
createSelector
as function composition (#5430)extends
(#5432)module
andnamespace
correctly (#5432)<pre>
with interpolation (#5400)<template>
with unknownlang
(#5388)+
(#5405)v-on
attribute value (#5418)v1.15.1
Compare Source
diff
v1.15.0
Compare Source
diff
🔗 Release Notes
v1.14.3
Compare Source
diff
v1.14.2
Compare Source
diff
v1.14.1
Compare Source
diff
it("should ...", fakeAsync(() => { ...
correctly. (#4954)static
(#4910)v1.14.0
Compare Source
diff
🔗 Release Notes
v1.13.7
Compare Source
diff
eval("require")
in the distributed code (#4766)v1.13.6
Compare Source
diff
v1.13.5
Compare Source
diff
v1.13.4
Compare Source
diff
v1.13.3
Compare Source
diff
hasOwnProperty
and other functions inObject
's prototype (#4603)--debug-check
and--list-different
(#4600)v1.13.2
Compare Source
diff
v1.13.1
Compare Source
diff
v1.13.0
Compare Source
diff
🔗 Release Notes
v1.12.1
Compare Source
diff
v1.12.0
Compare Source
diff
🔗 Release Notes
v1.11.1
Compare Source
diff
v1.11.0
Compare Source
diff
🔗 Release Notes
v1.10.2
Compare Source
diff
v1.10.1
Compare Source
diff
v1.10.0
Compare Source
diff
🔗 Release Notes
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 if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.