Skip to content

chore: release packages - #11

Merged
btravers merged 1 commit into
mainfrom
changeset-release/main
Sep 2, 2026
Merged

chore: release packages#11
btravers merged 1 commit into
mainfrom
changeset-release/main

Conversation

@btravers

@btravers btravers commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

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.json with declaration and declarationMap off, for a
    workspace that emits no declarations.

    Declaration emit is type-checked even under noEmit, so declaration: true
    costs an application the errors it buys a library. Measured on a DI composition
    root with one unmet dependency: two TS4023 lines about a library's internal
    ID / SERVICE brand symbols printed first, and the sentence naming the
    missing port printed third. An application that ships no .d.ts has nothing to
    gain 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 consumers
    can build.

Summary by CodeRabbit

  • Documentation
    • Documented the application TypeScript configuration, including disabled declaration output and declaration-map generation.
    • Clarified type-checking behavior for applications that do not emit declarations and distinguished application settings from library settings.
  • Chores
    • Released @btravstack/tsconfig version 0.3.0.
    • Removed the associated pending release changeset.

Copilot AI lite review requested due to automatic review settings September 2, 2026 20:04
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: edca31ed-3c80-4e88-8304-fda65b14e48b

📥 Commits

Reviewing files that changed from the base of the PR and between 539c24b and afcc6c5.

📒 Files selected for processing (3)
  • .changeset/tsconfig-app-preset.md
  • packages/tsconfig/CHANGELOG.md
  • packages/tsconfig/package.json
💤 Files with no reviewable changes (1)
  • .changeset/tsconfig-app-preset.md

Included review availability: Your plan provides up to 8 included reviews per hour; 2 remain after this review.


📝 Walkthrough

Walkthrough

The @btravstack/tsconfig package version changes to 0.3.0. The changelog documents the application TypeScript preset. The related changeset file is removed.

Changes

tsconfig package release

Layer / File(s) Summary
Version and changelog update
packages/tsconfig/CHANGELOG.md, packages/tsconfig/package.json
The package version changes from 0.2.0 to 0.3.0. The changelog documents app.json and its disabled declaration settings.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to afcc6

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)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title identifies the main change as a package release. It is concise and related to the @btravstack/tsconfig 0.3.0 release, although "packages" is broader than the changeset.
Docstring Coverage ✅ Passed 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…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

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)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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/tsconfig version from 0.2.0 to 0.3.0.
  • Adds packages/tsconfig/CHANGELOG.md documenting the 0.3.0 minor 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.

@btravers
btravers merged commit 1c37772 into main Sep 2, 2026
6 checks passed
@btravers
btravers deleted the changeset-release/main branch September 2, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants