-
Notifications
You must be signed in to change notification settings - Fork 81
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 #542
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
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
4 times, most recently
from
March 28, 2020 01:09
c24969c
to
1c6deec
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
3 times, most recently
from
April 4, 2020 00:06
b2398a2
to
613fa1b
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
4 times, most recently
from
April 11, 2020 00:10
f1c6b0b
to
11796c8
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
5 times, most recently
from
April 24, 2020 22:13
d0021ab
to
2abec80
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
2 times, most recently
from
April 25, 2020 01:06
6183a54
to
5eca06e
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
4 times, most recently
from
May 30, 2020 03:24
a0c32f8
to
ab2c7d5
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
3 times, most recently
from
June 13, 2020 00:09
caa0915
to
c999170
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
2 times, most recently
from
June 20, 2020 00:07
19392f9
to
9ea7573
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
2 times, most recently
from
June 20, 2020 03:15
1a23de9
to
ed1950c
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
July 3, 2020 22:56
ed1950c
to
13985be
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
November 26, 2021 20:25
f2d51e5
to
931be69
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
3 times, most recently
from
December 4, 2021 21:21
a2cfcbf
to
d00acc1
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
3 times, most recently
from
December 17, 2021 21:13
4ed43ea
to
c195ed9
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
3 times, most recently
from
December 31, 2021 20:59
2db0cde
to
5817fed
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
4 times, most recently
from
January 8, 2022 16:07
6a89acc
to
9fe57ff
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
January 14, 2022 21:03
9fe57ff
to
e3740e1
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
2 times, most recently
from
January 28, 2022 21:11
f4676a8
to
d440146
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
4 times, most recently
from
February 11, 2022 20:17
94ec5bf
to
e423e88
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
February 13, 2022 12:15
e423e88
to
1f40a46
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
3 times, most recently
from
February 25, 2022 21:27
e8e22fd
to
e2ea0e7
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
March 7, 2022 07:15
e2ea0e7
to
06c00f0
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.19.1
->2.5.1
Release Notes
prettier/prettier
v2.5.1
Compare Source
diff
Improve formatting for empty tuple types (#11884 by @sosukesuzuki)
Fix compatibility with Jest inline snapshot test (#11892 by @fisker)
A internal change in [email protected] accidentally breaks the Jest inline snapshot test.
Support Glimmer's named blocks (#11899 by @duailibe)
Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.
See: Glimmer's named blocks.
v2.5.0
Compare Source
diff
🔗 Release Notes
v2.4.1
Compare Source
diff
Fix wildcard syntax in
@forward
(#11482) (#11487 by @niksy)Add new CLI option
debug-print-ast
(#11514 by @sosukesuzuki)A new
--debug-print-ast
CLI flag for debugging.v2.4.0
Compare Source
diff
🔗 Release Notes
v2.3.2
Compare Source
diff
Fix failure on dir with trailing slash (#11000 by @fisker)
v2.3.1
Compare Source
$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".
v2.3.0
Compare Source
diff
🔗 Release Notes
v2.2.1
Compare Source
diff
Fix formatting for AssignmentExpression with ClassExpression (#9741 by @sosukesuzuki)
v2.2.0
Compare Source
diff
🔗 Release Notes
v2.1.2
Compare Source
diff
Fix formatting for directives in fields (#9116 by @sosukesuzuki)
v2.1.1
Compare Source
diff
Fix format on html with frontMatter (#9043 by @fisker)
Fix broken format for
...infer T
(#9044 by @fisker)Fix format on
style[lang="sass"]
(#9051 by @fisker)Fix self-closing blocks and blocks with
src
attribute format (#9052, #9055 by @fisker)v2.1.0
Compare Source
diff
🔗 Release Notes
v2.0.5
Compare Source
diff
Less: Fix formatting of
:extend
(#7984 by @fisker)Editor integration: Use
resolve
if builtinrequire.resolve
is overridden (#8072 by @fisker)This fixes issues that the users of Atom and WebStorm faced with 2.0.4.
Prettier now switches to using the
resolve
module for resolving configuration files and plugins if it detects thatrequire.resolve
isn't Node's builtin function (doesn't support the second argument), which happens in environments like editor extensions. To force the fallback, set thePRETTIER_FALLBACK_RESOLVE
environment variable totrue
.v2.0.4
Compare Source
diff
Revert #7869, "[TypeScript] format TSAsExpression with same logic as BinaryExpression" (#7958)
v2.0.3
Compare Source
diff
JavaScript
Fix
prettier-ignore
inside JSX (#7877 by @fisker)Fix regressions in styled-components template literals (#7883 by @thorn0)
Fix: line endings were not always converted properly in multiline strings and comments (#7891 by @sidharthv96)
Fix bug with holes in array literals (#7911 by @bakkot)
TypeScript
Wrap TSAsExpression (#7869 by @sosukesuzuki)
Flow
Print dangling comments for inexact object type (#7892 by @sosukesuzuki)
Do not add comma for explicit inexact object with indexer property or no properties (#7923 by @DmitryGonchar)
HTML
Fix printing of ignored empty inline elements (#7867 by @fisker)
Format
script
andstyle
inside tags with a colon in the name (#7916 by @fisker)Other changes
require.resolve
in prettier-vscode (#7951 by @thorn0)isSCSS
regex (#7922 by @fisker)v2.0.2
Compare Source
diff
2.0 regressions
JavaScript: Fix formatting of pseudo-elements and pseudo-classes in styled-components template literals (#7842 by @thorn0)
TypeScript: Avoid trailing commas on index signatures with only one parameter (#7836 by @bakkot)
TypeScript index signatures technically allow multiple parameters and trailing commas, but it's an error to have multiple parameters there, and Babel's TypeScript parser does not accept them. So Prettier now avoids putting a trailing comma there when you have only one parameter.
Revert "markdown: fix redundant leading spaces in markdown list" (#7847)
See #7846
Other changes
TypeScript: Fix
prettier-ignore
in union types (#7798 by @thorn0)v2.0.1
Compare Source
diff
API: Fix build script to not corrupt
import-fresh
module (#7820 by @thorn0)v2.0.0
Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris.
🚦 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.