Skip to content

Version Packages#663

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Dec 27, 2025
Merged

Version Packages#663
yamcodes merged 1 commit intomainfrom
changeset-release/main

Conversation

@arkenv-bot
Copy link
Contributor

@arkenv-bot arkenv-bot bot commented Dec 27, 2025

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

arkenv@0.8.1

Patch Changes

  • Strip undeclared keys from output by default #662 d83d746 @yamcodes

    Environment variables not defined in your schema are now stripped from the output object by default.

    You can customize this behavior using the new onUndeclaredKey option.

    For example, assuming this is your .env file:

    MY_VAR=hello
    UNDECLARED_VAR=world

    And this is your schema:

    const env = arkenv({
      MY_VAR: type.string(),
    });
    
    console.log(env);

    Current output:

    {
      MY_VAR: "hello";
    }

    Previous output:

    {
    	MY_VAR: "hello",
    	UNDECLARED_VAR: "world"
    }

@arkenv/bun-plugin@0.0.6

Patch Changes

Updated 1 dependency

d83d746

  • arkenv@0.8.1

@arkenv/vite-plugin@0.0.23

Patch Changes

Updated 1 dependency

d83d746

  • arkenv@0.8.1

@vercel
Copy link

vercel bot commented Dec 27, 2025

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

Project Deployment Review Updated (UTC)
arkenv Ready Ready Preview, Comment Dec 27, 2025 10:21pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added docs Improvements or additions to documentation arkenv Changes to the `arkenv` npm package. @arkenv/vite-plugin Issues or Pull Requests involving the Vite plugin for ArkEnv labels Dec 27, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 27, 2025

Open in StackBlitz

npm i https://pkg.pr.new/arkenv@663
npm i https://pkg.pr.new/@arkenv/bun-plugin@663
npm i https://pkg.pr.new/@arkenv/vite-plugin@663

commit: 19bd121

@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Dec 27, 2025

📦 Bundle Size Report

Package Size Limit Diff Status
@arkenv/bun-plugin 2.08 kB 2.2 kB +3.6%
@arkenv/vite-plugin 1.58 kB 2 kB +5.0%
arkenv 1.43 kB 2 kB +4.2%

All size limits passed!

@arkenv-bot arkenv-bot bot force-pushed the changeset-release/main branch from 458f6f0 to 19bd121 Compare December 27, 2025 22:17
@yamcodes yamcodes merged commit 95f0a79 into main Dec 27, 2025
18 of 19 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch December 27, 2025 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@arkenv/vite-plugin Issues or Pull Requests involving the Vite plugin for ArkEnv arkenv Changes to the `arkenv` npm package. docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant