| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
⚠️ No Changeset foundLatest commit: 3cfe3ba Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Click here to learn what changesets are, and how to add one. Click here if you're a maintainer who wants to add a changeset to this PR |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1858 +/- ##
=======================================
Coverage 81.86% 81.86%
=======================================
Files 55 55
Lines 2360 2360
Branches 706 705 -1
=======================================
Hits 1932 1932
Misses 423 423
Partials 5 5 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
That's not how it works. We simply prefer the Prettier version used by the project but we use the one installed by Changesets as a fallback. Removing this would be a breaking change now. It's something we want to consider for the next major version but I don't think it's worth doing in v2 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Since the user can disable the use of prettier, I think it makes sense to move the dependency to peerDependencies, marking it as optional.
Importing prettier as a type when it's actually only used as a type should change nothings at runtime.