Skip to content

chore(repo): version packages#355

Merged
HugoRCD merged 1 commit into
mainfrom
changeset-release/main
May 25, 2026
Merged

chore(repo): version packages#355
HugoRCD merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 25, 2026

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@2.18.1

Patch Changes

  • #340 cfc9322 Thanks @HugoRCD! - Fix a runtime crash on Vercel + Bun + Nitro v3 where every request failed with bun is unable to write files: ReadOnlyFileSystem. The Nitro plugin probed nitro/runtime-config at runtime to read evlog's config; that module transitively imports the build-only #nitro/virtual/runtime-config, which doesn't exist in deployed bundles. On Vercel + Bun the missing virtual triggered Bun's package auto-installer, which tried to write node_modules/.cache and crashed on the read-only function filesystem.

    The Nitro modules now bake the evlog config into the bundle as a literal via nitro.options.replace.__EVLOG_CONFIG__. The shared config bridge reads that build-time literal first and skips all runtime probing — no import('nitro/runtime-config'), no env propagation guesswork. The bridge also exposes the inlined value as a synthetic { evlog: <inlined> } record, so drain adapters resolving runtimeConfig.evlog.<adapter> never trigger the probe either.

    For defense-in-depth, the bridge additionally scopes its dynamic-import fallback to the major version declared by the plugin (new internal setActiveNitroRuntime helper) — nitro/runtime-config for v3, nitropack/... for v2 — so standalone use outside a plugin (e.g. adapters called from non-Nitro code) doesn't probe both versions.

    No public-API change.

    Closes #312.

evlog-community-adapter-skeleton@4.0.1

Patch Changes

  • Updated dependencies [cfc9322]:
    • evlog@2.18.1

evlog-community-enricher-skeleton@4.0.1

Patch Changes

  • Updated dependencies [cfc9322]:
    • evlog@2.18.1

evlog-community-framework-skeleton@4.0.1

Patch Changes

  • Updated dependencies [cfc9322]:
    • evlog@2.18.1

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evlog-docs Ready Ready Preview, Comment, Open in v0 May 25, 2026 7:35am
just-use-evlog Ready Ready Preview, Comment May 25, 2026 7:35am

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 409d3b6 to d07e72e Compare May 25, 2026 07:32
@HugoRCD HugoRCD merged commit 07cf733 into main May 25, 2026
2 of 4 checks passed
@HugoRCD HugoRCD deleted the changeset-release/main branch May 25, 2026 07:33
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.

[bug] Evlog Nitro v3 adapter triggers Bun package-manager cache writes on Vercel runtime

1 participant