chore(deps): update dependency prettier-standard to v15 - autoclosed #148
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
->15.0.1
Release Notes
sheerun/prettier-standard
v15.0.1
Compare Source
prettier-standard
by default will format all files in repository, if no patterns are presentprettier-standard --staged
for formatting just staged changesv15.0.0
Compare Source
v14.1.1
Compare Source
v14.1.0
Compare Source
v14.0.7
Compare Source
v14.0.6
Compare Source
v14.0.5
Compare Source
v14.0.4
Compare Source
v14.0.3
Compare Source
v14.0.2
Compare Source
v14.0.1
Compare Source
v14.0.0
Compare Source
v13.0.6
Compare Source
v13.0.5
Compare Source
v13.0.4
Compare Source
v13.0.3
Compare Source
v13.0.2
Compare Source
v13.0.1
Compare Source
v13.0.0
Compare Source
--chaged
flag that allows to format just changed lines (requires git)--since <branch>
flag that allows to format just changes since given branch (requires git)Also,
--changed
can be combined with--since <branch>
and--check
💛v12.0.2
Compare Source
v12.0.1
Compare Source
v12.0.0
Compare Source
This release is complete rewrite which avoids spawning external processes, it should be faster now! 🥂
--check
flag has been introduced that behaves similarly to prettier --checkv11.0.0
Compare Source
v9.1.1
Compare Source
Fix formatting files other than
.js
when passed as paths instead of stdinv9.1.0
Compare Source
Add support for
--parser
flag that allows to format files other than.js
when passed to stdinv9.0.0
Compare Source
This release does not pass code through
standard --fix
to fix formatting, it usesprettierx
instead.Breaking changes:
.prettierrc
instead of.eslintrc
prettier
andprettier/standard
in .eslintrcRenovate 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.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.