chore: release package(s)#513
Conversation
Deploying prettier with
|
| Latest commit: |
d9dafc9
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e6923255.prettier-ans.pages.dev |
| Branch Preview URL: | https://changeset-release-master.prettier-ans.pages.dev |
|
Important Review skippedNo new commits to review since the last review. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe Changessh package release
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
There was a problem hiding this comment.
Pull request overview
This Changesets-generated release PR prepares prettier-plugin-sh for publication by updating the package version and changelog, and by removing the consumed changeset entry corresponding to the zsh dialect support work.
Changes:
- Bump
prettier-plugin-shversion to0.19.0. - Add a
0.19.0changelog entry describing the zsh dialect support change (viash-syntaxupgrade). - Remove the now-applied changeset file.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/sh/package.json | Updates the package version to 0.19.0 for the release. |
| packages/sh/CHANGELOG.md | Adds release notes for 0.19.0 reflecting the zsh dialect support change. |
| .changeset/gh-511-add-zsh-support.md | Removes the consumed changeset entry as part of the release process. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
🟢 Coverage ∅ diff coverage · +0.30% coverage variation
Metric Results Coverage variation ✅ +0.30% coverage variation (-1.00%) Diff coverage ✅ ∅ diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (aff652b) 192 173 90.10% Head commit (d9dafc9) 198 (+6) 179 (+6) 90.40% (+0.30%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#513) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
prettier-plugin-autocorrect
prettier-plugin-pkg
prettier-plugin-sh
prettier-plugin-sql
prettier-plugin-toml
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #513 +/- ##
=======================================
Coverage 87.28% 87.28%
=======================================
Files 10 10
Lines 236 236
Branches 66 66
=======================================
Hits 206 206
Misses 29 29
Partials 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
f3fb9fc to
d9dafc9
Compare
|
|
@coderabbitai review |
✅ Action performedReview finished.
|



This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
prettier-plugin-sh@0.19.0
Minor Changes
733fcfdThanks @jjloneman! - feat: ✨ supportzshdialect by upgradingsh-syntaxto^0.6.0Summary by CodeRabbit
New Features
Chores