Version Packages#1205
Merged
Merged
Conversation
arkenv
@arkenv/build
@arkenv/bun-plugin
@arkenv/cli
@arkenv/fumadocs-ui
@arkenv/nextjs
@arkenv/nuxt
@arkenv/vite-plugin
commit: |
Contributor
Author
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
📦 Bundle Size Report
✅ All size limits passed! |
arkenv-bot
Bot
force-pushed
the
changeset-release/dev
branch
7 times, most recently
from
June 15, 2026 05:25
957e527 to
7149f4c
Compare
arkenv-bot
Bot
force-pushed
the
changeset-release/dev
branch
from
June 15, 2026 05:30
1303dcf to
e47b3fe
Compare
yamcodes
enabled auto-merge (squash)
June 15, 2026 05:33
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 dev, this PR will be updated.
Releases
@arkenv/nextjs@0.1.0
Minor Changes
Enforce strict intersection typing on
runtimeEnvand reject legacy configs#120612ed4f3@yamcodesRestored strict intersection types (
Record<RequiredKeys, unknown> & Record<string, unknown>) on the Next.jscreateEnvadapter to guarantee compile-time enforcement of required schema keys. Additionally, narrowed the acceptedruntimeEnvrecord value type tostring | undefinedto actively reject invalid configurations.BREAKING CHANGE: If you were using the legacy Next.js
envobject configuration (e.g., passing a nested object toruntimeEnv), or if you were failing to explicitly map all required keys intoruntimeEnv, your build will now fail with a TypeScript error. You must explicitly map all variables referenced in your schema asstring | undefined.Usage:
Patch Changes
Updated 1 dependency
a3e32db12ed4f312ed4f3arkenv@0.12.2Patch Changes
Expose
getSchemaKeyshelper#1191a3e32db@yamcodesExpose
getSchemaKeyshelper and widenRuntimeEnvironmenttype to support typed framework runtime configurations.Handle pre-parsed primitives gracefully in coercion logic
#120612ed4f3@yamcodesUpdated the core coercion logic to defensively skip values that are not strings. This ensures ArkEnv won't crash or behave unpredictably when passed configuration objects that have already been parsed into numbers, booleans, or complex objects by other systems (such as Nuxt's
runtimeConfig).Fix coercion to prevent in-place mutation of environment config objects
#120612ed4f3@yamcodesRefactor
applyCoercionto perform non-mutating updates on environment configuration data. Clone objects and arrays along the validation path instead of modifying them in-place, preventing runtime crashes on frozen configuration objects (e.g., framework runtime configurations) and avoiding side-effects on reusable config objects.Usage:
@arkenv/build@0.0.1
Patch Changes
Introduce Nuxt support
#1191a3e32db@yamcodesIntroduce
@arkenv/nuxtintegration package providing a Nuxt module for automatic environment variable validation and runtimeConfig mapping, and add Nuxt support to the CLI scaffold wizard. The Nuxt adapter elegantly embraces Nuxt's native configuration exposure by automatically reading fromwindow.__NUXT__.config.public, eliminating the need for developers to manually pass aruntimeEnvoruseRuntimeConfig()map.@arkenv/bun-plugin@0.1.10
Patch Changes
Updated 1 dependency
a3e32db12ed4f312ed4f3arkenv@0.12.2Patch Changes
Introduce Nuxt support
#1191a3e32db@yamcodesIntroduce
@arkenv/nuxtintegration package providing a Nuxt module for automatic environment variable validation and runtimeConfig mapping, and add Nuxt support to the CLI scaffold wizard. The Nuxt adapter elegantly embraces Nuxt's native configuration exposure by automatically reading fromwindow.__NUXT__.config.public, eliminating the need for developers to manually pass aruntimeEnvoruseRuntimeConfig()map.@arkenv/nuxt@0.0.1
Patch Changes
Introduce Nuxt support
#1191a3e32db@yamcodesIntroduce
@arkenv/nuxtintegration package providing a Nuxt module for automatic environment variable validation and runtimeConfig mapping, and add Nuxt support to the CLI scaffold wizard. The Nuxt adapter elegantly embraces Nuxt's native configuration exposure by automatically reading fromwindow.__NUXT__.config.public, eliminating the need for developers to manually pass aruntimeEnvoruseRuntimeConfig()map.Updated 2 dependencies
a3e32db12ed4f312ed4f3a3e32dbarkenv@0.12.2@arkenv/build@0.0.1Patch Changes
Updated 1 dependency
a3e32db12ed4f312ed4f3arkenv@0.12.2