Version Packages (alpha) - #1629
Merged
Merged
Conversation
@arkenv/agent-plugin
arkenv
@arkenv/build
@arkenv/bun-plugin
@arkenv/core
@arkenv/fumadocs-ui
@arkenv/nextjs
@arkenv/nuxt
@arkenv/standard
@arkenv/vite-plugin
commit: |
arkenv-bot
Bot
force-pushed
the
changeset-release/v1
branch
from
August 26, 2026 21:04
367e187 to
6104ba3
Compare
arkenv-bot
Bot
force-pushed
the
changeset-release/v1
branch
3 times, most recently
from
August 26, 2026 23:11
3e75a9d to
4e5bdc7
Compare
arkenv-bot
Bot
force-pushed
the
changeset-release/v1
branch
from
August 27, 2026 00:06
f269723 to
5227162
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 v1, this PR will be updated.
v1is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonv1.Releases
arkenv@1.0.0-alpha.14
Minor Changes
Add
@arkenv/standard/valibotand@arkenv/standard/zod-minisubpaths#16236d2e3c7@yamcodesValibot and Zod Mini now have first-class imports that bind JSON Schema converters, so
v.number()/ Miniz.boolean()coerce without a manualtoJsonSchemacallback. Root@arkenv/standardstays dependency-free.arkenv initscaffolds@arkenv/standard/valibotfor Valibot.Install
@valibot/to-json-schemawhen using the Valibot subpath, andzodwhen using the Zod Mini subpath (both optional peers). TypeScript must usemoduleResolution: "bundler" | "node16" | "nodenext".Patch Changes
Load
env.tswithout a populated environment#1622a735e9a@yamcodesThe CLI can now import a project's flat
env.tsand read declared keys even when the environment is empty.@arkenv/nextjs@1.0.0-alpha.12
Minor Changes
Support function-form
next.configinwithArkEnv#1621f079663@yamcodeswithArkEnvnow accepts Next.js function-form configs (sync or async). The wrapper awaits the user's factory with thephaseand context Next.js provides, then applies strict-layout and.arkenv/aliases to the resolved object.Patch Changes
Updated 2 dependencies
a735e9a6d2e3c7@arkenv/core@1.0.0-alpha.6@arkenv/standard@1.0.0-alpha.6Minor Changes
Add
@arkenv/standard/valibotand@arkenv/standard/zod-minisubpaths#16236d2e3c7@yamcodesValibot and Zod Mini now have first-class imports that bind JSON Schema converters, so
v.number()/ Miniz.boolean()coerce without a manualtoJsonSchemacallback. Root@arkenv/standardstays dependency-free.arkenv initscaffolds@arkenv/standard/valibotfor Valibot.Install
@valibot/to-json-schemawhen using the Valibot subpath, andzodwhen using the Zod Mini subpath (both optional peers). TypeScript must usemoduleResolution: "bundler" | "node16" | "nodenext".Patch Changes
Record the schema without reading the environment when a tool is inspecting it
#1622a735e9a@yamcodesarkenv()now records the definition object instead of validatingprocess.envwhen the ArkEnv CLI (or another in-process tool) is inspecting the schema. App validation is unchanged.@arkenv/agent-plugin@0.0.1-alpha.0
Patch Changes
Add a coding-agent plugin with MCP
initandaudittools#1624da7419e@yamcodes@arkenv/agent-pluginis now available for coding agents. Install it withnpx plugins add yamcodes/arkenv. Compatible runtimes expose/arkenv:init(delegates to
arkenv init --agent) and/arkenv:audit(TypeScript AST scanfor raw
process.env/import.meta.envaccess, client secret leaks, publicprefix mistakes, and leftover v0 ambient
.d.tsaugmentations).The stdio MCP server is available after publish:
Audit a tree programmatically:
@arkenv/core@1.0.0-alpha.6
Patch Changes
Record the schema without reading the environment when a tool is inspecting it
#1622a735e9a@yamcodesarkenv()now records the definition object instead of validatingprocess.envwhen the ArkEnv CLI (or another in-process tool) is inspecting the schema. App validation is unchanged.