chore: release packages - #11
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe Changestsconfig package release
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR updates release metadata and the package version; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to standard Changesets release bookkeeping (version bump + changelog + consumed changeset removal) with no code logic impact.
Pull request overview
This Changesets-generated release PR prepares @btravstack/tsconfig for publishing by bumping the package version and promoting the pending changeset entry into the package changelog.
Changes:
- Bumps
@btravstack/tsconfigversion from0.2.0to0.3.0. - Adds
packages/tsconfig/CHANGELOG.mddocumenting the0.3.0minor change. - Removes the consumed changeset file
.changeset/tsconfig-app-preset.md.
File summaries
| File | Description |
|---|---|
| packages/tsconfig/package.json | Updates package version to 0.3.0 for the release. |
| packages/tsconfig/CHANGELOG.md | Adds changelog entry for 0.3.0 capturing the minor change. |
| .changeset/tsconfig-app-preset.md | Removes the changeset after it has been incorporated into the changelog/release. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 main, this PR will be updated.
Releases
@btravstack/tsconfig@0.3.0
Minor Changes
d2cd3a9:
app.json:base.jsonwithdeclarationanddeclarationMapoff, for aworkspace that emits no declarations.
Declaration emit is type-checked even under
noEmit, sodeclaration: truecosts an application the errors it buys a library. Measured on a DI composition
root with one unmet dependency: two
TS4023lines about a library's internalID/SERVICEbrand symbols printed first, and the sentence naming themissing port printed third. An application that ships no
.d.tshas nothing togain from that check and pays for it on every mistake, internals-first.
A library keeps
base.json, where the check is the guarantee that its consumerscan build.
Summary by CodeRabbit
@btravstack/tsconfigversion 0.3.0.