Skip to content

πŸ¦‹ New version release - #195

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Aug 20, 2026
Merged

πŸ¦‹ New version release#195
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

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

@smooai/logger@4.5.4

Patch Changes

  • 96efa6b: Bump uuid to ^11.1.1, gate each registry publish on that registry, and stop Go caching the parity corpus.
    • uuid 9.0.1 β†’ 11.1.1. The moderate advisory (missing buffer bounds check in v3/v5/v6 when
      buf is provided) is not reachable here β€” logger only ever calls v4() with no arguments β€”
      but every consumer of @smooai/logger was inheriting the advisory and having to carry its own
      pnpm.overrides pin. Fixed at the source instead. @types/uuid dropped; uuid 11 ships its own.
    • Publish steps no longer gate on steps.changesets.outputs.published. That output is true only
      when the publish command shipped something in that run, so a run that died after npm left the
      other four behind β€” and the follow-up run, with no changesets left, reported published=false,
      skipped all four, and went green having published nothing. That is exactly how 4.5.1 and
      4.5.2 stranded crates.io, NuGet and the Go tag at 4.5.0. Each step now asks its own registry
      whether the version is already there, which also lets a re-run heal a partial release.
    • go:test gains -count=1. Go currently refuses to cache parity_corpus_test.go because it
      reads ../parity-corpus.json from outside the package dir β€” verified β€” but a parity guarantee
      should not rest on that.

@brentrager
brentrager merged commit 7da6390 into main Aug 20, 2026
1 check passed
@brentrager
brentrager deleted the changeset-release/main branch August 20, 2026 19:16
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.

1 participant