-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency prettier to v2.7.1 #69
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/prettier-2.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.
Open
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
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
=======================================
Coverage 90.90% 90.90%
=======================================
Files 5 5
Lines 11 11
=======================================
Hits 10 10
Misses 1 1 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
renovate
bot
changed the title
Update dependency prettier to v2.1.1
Update dependency prettier to v2.1.2
Sep 16, 2020
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
September 16, 2020 01:15
0552c02
to
697ec95
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
November 28, 2020 10:54
697ec95
to
7908cdc
Compare
renovate
bot
changed the title
Update dependency prettier to v2.1.2
Update dependency prettier to v2.2.1
Nov 28, 2020
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
May 9, 2021 22:41
7908cdc
to
b42eaf8
Compare
renovate
bot
changed the title
Update dependency prettier to v2.2.1
Update dependency prettier to v2.3.0
May 9, 2021
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
June 6, 2021 21:29
b42eaf8
to
2a20abb
Compare
renovate
bot
changed the title
Update dependency prettier to v2.3.0
Update dependency prettier to v2.3.1
Jun 6, 2021
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
October 19, 2021 00:56
2a20abb
to
6ae1ca8
Compare
renovate
bot
changed the title
Update dependency prettier to v2.3.1
Update dependency prettier to v2.4.1
Oct 19, 2021
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
March 7, 2022 17:20
6ae1ca8
to
1ddf63d
Compare
renovate
bot
changed the title
Update dependency prettier to v2.4.1
Update dependency prettier to v2.5.1
Mar 7, 2022
renovate
bot
changed the title
Update dependency prettier to v2.5.1
Update dependency prettier to v2.6.1
Mar 26, 2022
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
March 26, 2022 15:09
1ddf63d
to
348be69
Compare
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
April 25, 2022 00:01
348be69
to
110cf6c
Compare
renovate
bot
changed the title
Update dependency prettier to v2.6.1
Update dependency prettier to v2.6.2
Apr 25, 2022
renovate
bot
force-pushed
the
renovate/prettier-2.x
branch
from
June 18, 2022 18:46
110cf6c
to
097932c
Compare
renovate
bot
changed the title
Update dependency prettier to v2.6.2
Update dependency prettier to v2.7.1
Jun 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.1.0
->2.7.1
Release Notes
prettier/prettier
v2.7.1
Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
v2.7.0
Compare Source
"""
First line
Second Line
"""
type Person {
name: String
}
v2.6.2
Compare Source
diff
Fix LESS/SCSS format error (#12536 by @fisker)
Update
meriyah
to fix several bugs (#12567 by @fisker, fixes inmeriyah
by @3cp)Fixes bugs when parsing following valid code:
v2.6.1
Compare Source
diff
Ignore
loglevel
when printing information (#12477 by @fisker)v2.6.0
Compare Source
prettier --loglevel silent --find-config-path index.js
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)<!-- Input --> <custom lang="markdown" src="./foo.md"></custom> <custom lang="markdown" src="./foo.md" /> <custom lang="markdown" /> <!-- Prettier stable --> <custom lang="markdown" src="./foo.md"> </custom> <custom lang="markdown" src="./foo.md" /> <custom lang="markdown" /> <!-- Prettier master --> <custom lang="markdown" src="./foo.md"></custom> <custom lang="markdown" src="./foo.md" /> <custom lang="markdown" />
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.