rafaelrinaldi / whereami

:round_pushpin: Get your geolocation information using freegeoip.app
MIT License
166 stars 11 forks source link

Upgrade prettier-standard: 8.0.1 → 14.1.1 (major) #34

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 5 years ago

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ prettier-standard (8.0.1 → 14.1.1) · Repo · Changelog

Release Notes

13.0.0

  • Added --chaged flag that allows to format just changed lines (requires git)
  • Added --since <branch> flag that allows to format just changes since given branch (requires git)

Also, --changed can be combined with --since <branch> and --check 💛

12.0.0

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 --check
  • multiple patterns are now allowed to be provided

9.1.1

Fix formatting files other than .js when passed as paths instead of stdin

9.1.0

Add support for --parser flag that allows to format files other than .js when passed to stdin

9.0.0

This release does not pass code through standard --fix to fix formatting, it uses prettierx instead.

Breaking changes:

  • Custom configuration happens through .prettierrc instead of .eslintrc
  • If you use eslint, you need to extend prettier and prettier/standard in .eslintrc
  • Output matches the output of prettier
  • Prettier upgraded to 16

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 75 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)