Skip to content
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

feat: prettier 3 support #44

Merged
merged 1 commit into from
Oct 11, 2023
Merged

feat: prettier 3 support #44

merged 1 commit into from
Oct 11, 2023

Conversation

DylanPiercey
Copy link
Contributor

BREAKING CHANGE: prettier 3 is now required

Description

Adds support for prettier 3.

Checklist:

  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@DylanPiercey DylanPiercey force-pushed the prettier-3-wip branch 2 times, most recently from f2173cc to 8d0b5cb Compare October 11, 2023 17:19
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (710f306) 88.93% compared to head (8d0b5cb) 83.97%.

❗ Current head 8d0b5cb differs from pull request most recent head c865a3c. Consider uploading reports for the commit c865a3c to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   88.93%   83.97%   -4.96%     
==========================================
  Files          11       11              
  Lines         470      593     +123     
  Branches      144      192      +48     
==========================================
+ Hits          418      498      +80     
- Misses         24       59      +35     
- Partials       28       36       +8     
Files Coverage Δ
src/constants.ts 100.00% <100.00%> (ø)
src/utils/get-original-code.ts 65.00% <ø> (-1.67%) ⬇️
src/utils/is-text-like.ts 100.00% <ø> (ø)
src/utils/loc-to-pos.ts 100.00% <ø> (ø)
src/utils/outer-code-matches.ts 100.00% <ø> (ø)
src/utils/with-block-if-needed.ts 80.00% <100.00%> (ø)
src/utils/with-line-if-needed.ts 88.88% <ø> (ø)
src/utils/with-parens-if-needed.ts 100.00% <100.00%> (ø)
src/utils/print-doc.ts 87.87% <87.87%> (ø)
src/index.ts 80.99% <74.88%> (-6.97%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

BREAKING CHANGE: prettier 3 is now required
@DylanPiercey DylanPiercey merged commit bcc5689 into main Oct 11, 2023
3 checks passed
@DylanPiercey DylanPiercey deleted the prettier-3-wip branch October 11, 2023 17:28
@github-actions
Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant