chore: release#384
Open
toiroakr-release-bot[bot] wants to merge 1 commit into
Open
Conversation
commit: |
a86a1d1 to
5be2dc1
Compare
1026597 to
a1fa6fc
Compare
db0db31 to
566a02c
Compare
566a02c to
66885c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
politty@0.4.16
Patch Changes
83ca319: Add a
negationoption for boolean fields. Set it to a string (e.g."disable-cache") to replace the default--no-<name>form with a custom name, totrueto keep the default--no-<name>and advertise it in help/docs/completions, or tofalseto disable negation entirely (both the default--no-*and any custom name are rejected). An optionalnegationDescriptionrenders a separate row in help and generated docs. Help output, generated documentation, and shell completions (bash/zsh/fish) all reflect the configuration. Non-boolean fields are rejected at the type level and at runtime.98de327: Fix Windows path separators leaking into generated docs:
commands/config.md#config) instead ofcommands\config.md, so links render correctly on every Markdown renderer.rootDocfiles (<!-- politty:index:<path>:start -->) are normalized too, so docs generated on Windows can be regenerated on macOS/Linux without silently skipping the index update.5a10050: Fix typecheck failure under
@typescript/native-preview≥ 20260504.Zod's registry rewrites the meta type through
$replace<Meta, S>, and newer TypeScript builds expand the genericthensignature onPromiseLike<void>insideeffect's return type during that rewrite, producing a structural type that is no longer assignable to the originalArgMeta. The runtime value is unchanged, sogetArgMetanow restores the static type at the boundary with a localized cast.Code Metrics Report
Details
| | main (bd4d2dc) | #384 (f36a4db) | +/- | |---------------------|----------------|----------------|------| | Coverage | 87.8% | 87.8% | 0.0% | | Files | 51 | 51 | 0 | | Lines | 4272 | 4272 | 0 | | Covered | 3753 | 3753 | 0 | + | Test Execution Time | 12s | 11s | -1s |Reported by octocov