chore(repo): version packages#434
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 20, 2026 18:41
457eded to
07b894b
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
@evlog/cli@0.1.0
Minor Changes
#431
0b90010Thanks @HugoRCD! - Introduce the evlog CLI (@evlog/cli, binaryevlog). First release shipsevlog doctor— diagnoses your setup (Node version, evlog install, local.evlog/logssink) with a branded terminal report or--jsonoutput — plusevlog telemetry status|enable|disable. Opt into debug with--debug/EVLOG_CLI_DEBUG=1. Commands usedefineEvlogCommand→{ cli, log, ui }:log.step/log.finding(cliErrors.X)for diagnostics,ui.donefor human/json/exit. Compact case-file on stderr; raw event with--json --debug. Workspace detection covers pnpm, bun (bun.lock/bun.lockb), npm, and yarn.--json,--debug, and telemetry all include anenvironmentstage (development|preview|production). Packaged installs (npx/node_modules) reportproduction; workspace builds reportdevelopment. Override withEVLOG_CLI_ENV/EVLOG_TELEMETRY_ENV, or inheritVERCEL_ENV.withTelemetry()is now generic over cittyArgsDef, so root commands with typed flags (e.g.--debug) type-check cleanly.evlog telemetry status(and any tool usingdefineTelemetryCommands) prints the local data directory path. Telemetryenv.environmentis part of the standard envelope; authors may passenvironmentinTelemetryOptions.Patch Changes
0b90010,573f772,9b2d3d9]:evlog@2.22.1
Patch Changes
#431
573f772Thanks @HugoRCD! - Exportevlog/package.jsonso tooling (e.g.evlog doctor) can resolve the installed version viarequire.resolve('evlog/package.json')under Node'sexportsmap.#433
9b2d3d9Thanks @TheLiberal! - Fix the Nitro v3 response hook breaking every streaming response (SSE, NDJSON, andtransfer-encoding: chunked— which includes all tRPC v11httpBatchStreamLinktraffic). The hook locked the original response body viagetReader()and assigned the wrapped response toevent.res, which is a getter-only accessor on h3 v2, producingAttempted to assign to readonly propertyfollowed byReadableStream is lockedand a 500 for the client. Streaming responses now pass through untouched and the wide event is emitted at header time; stream-lifetime metrics are not observable from h3 v2'sonResponsehook, which cannot replace the outgoing response.@evlog/telemetry@0.1.1
Patch Changes
#431
0b90010Thanks @HugoRCD! - Introduce the evlog CLI (@evlog/cli, binaryevlog). First release shipsevlog doctor— diagnoses your setup (Node version, evlog install, local.evlog/logssink) with a branded terminal report or--jsonoutput — plusevlog telemetry status|enable|disable. Opt into debug with--debug/EVLOG_CLI_DEBUG=1. Commands usedefineEvlogCommand→{ cli, log, ui }:log.step/log.finding(cliErrors.X)for diagnostics,ui.donefor human/json/exit. Compact case-file on stderr; raw event with--json --debug. Workspace detection covers pnpm, bun (bun.lock/bun.lockb), npm, and yarn.--json,--debug, and telemetry all include anenvironmentstage (development|preview|production). Packaged installs (npx/node_modules) reportproduction; workspace builds reportdevelopment. Override withEVLOG_CLI_ENV/EVLOG_TELEMETRY_ENV, or inheritVERCEL_ENV.withTelemetry()is now generic over cittyArgsDef, so root commands with typed flags (e.g.--debug) type-check cleanly.evlog telemetry status(and any tool usingdefineTelemetryCommands) prints the local data directory path. Telemetryenv.environmentis part of the standard envelope; authors may passenvironmentinTelemetryOptions.evlog-community-adapter-skeleton@8.0.1
Patch Changes
573f772,9b2d3d9]:evlog-community-enricher-skeleton@8.0.1
Patch Changes
573f772,9b2d3d9]:evlog-community-framework-skeleton@8.0.1
Patch Changes
573f772,9b2d3d9]: