chore(deps): update dependency prettier-standard to v16#161
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency prettier-standard to v16#161renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
2 times, most recently
from
March 4, 2020 11:40
78b5a6e to
5d59b1e
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
April 23, 2020 11:13
5d59b1e to
031b941
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
July 10, 2020 20:54
031b941 to
084b5c6
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
2 times, most recently
from
March 26, 2022 12:41
f97a17e to
3effb60
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
March 25, 2023 03:24
3effb60 to
9d83e13
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
August 10, 2025 13:43
9d83e13 to
1cac8da
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
2 times, most recently
from
November 19, 2025 05:30
239eba6 to
03461eb
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
December 31, 2025 15:59
03461eb to
c473cbf
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
2 times, most recently
from
January 23, 2026 18:34
f982a5f to
63ccef0
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
February 2, 2026 21:11
63ccef0 to
ff35322
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
February 12, 2026 16:14
ff35322 to
64c1733
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
March 5, 2026 18:38
64c1733 to
a731ab7
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
March 13, 2026 15:58
a731ab7 to
4034c67
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
2 times, most recently
from
April 8, 2026 18:43
17ded33 to
012732c
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
April 29, 2026 11:40
012732c to
5fa445e
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
2 times, most recently
from
May 18, 2026 20:06
b3505ed to
daf064a
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
May 28, 2026 18:39
daf064a to
4ec005e
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
June 11, 2026 13:58
4ec005e to
2eec17e
Compare
renovate
Bot
force-pushed
the
renovate/prettier-standard-16.x
branch
from
July 12, 2026 11:43
2eec17e to
4fdb8b6
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 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:
8.0.1→16.4.1Release Notes
sheerun/prettier-standard (prettier-standard)
v16.4.1Compare Source
v16.4.0Compare Source
v16.3.0Compare Source
v16.2.1Compare Source
--stdin-filepathflag that can be used for editor integration #92v16.2.0Compare Source
v16.1.0Compare Source
v16.0.0Compare Source
v15.0.1Compare Source
prettier-standardby default will format all files in repository, if no patterns are presentprettier-standard --stagedfor formatting just staged changesv15.0.0Compare Source
v14.1.1Compare Source
v14.1.0Compare Source
v14.0.7Compare Source
v14.0.6Compare Source
v14.0.5Compare Source
v14.0.4Compare Source
v14.0.3Compare Source
v14.0.2Compare Source
v14.0.1Compare Source
v14.0.0Compare Source
v13.0.6Compare Source
v13.0.5Compare Source
v13.0.4Compare Source
v13.0.3Compare Source
v13.0.2Compare Source
v13.0.1Compare Source
v13.0.0Compare Source
--chagedflag that allows to format just changed lines (requires git)--since <branch>flag that allows to format just changes since given branch (requires git)Also,
--changedcan be combined with--since <branch>and--check💛v12.0.2Compare Source
v12.0.1Compare Source
v12.0.0Compare Source
This release is complete rewrite which avoids spawning external processes, it should be faster now! 🥂
--checkflag has been introduced that behaves similarly to prettier --checkv11.0.0Compare Source
v9.1.1Compare Source
Fix formatting files other than
.jswhen passed as paths instead of stdinv9.1.0Compare Source
Add support for
--parserflag that allows to format files other than.jswhen passed to stdinv9.0.0Compare Source
This release does not pass code through
standard --fixto fix formatting, it usesprettierxinstead.Breaking changes:
.prettierrcinstead of.eslintrcprettierandprettier/standardin .eslintrcConfiguration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.