Skip to content

Version Packages#760

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Jan 21, 2026
Merged

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

Conversation

@arkenv-bot
Copy link
Contributor

@arkenv-bot arkenv-bot bot commented Jan 21, 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

arkenv@0.9.1

Patch Changes

  • Fix Standard Schema type inference #758 3b747b0 @yamcodes

    Fixed type inference when using validator: "standard" mode. The env object now correctly infers types from Standard Schema validators like Zod or Valibot.

@arkenv/bun-plugin@0.1.1

Patch Changes

  • Support configuration #763 06de0ef @yamcodes

    Add support for an optional configuration object as the second argument. This allows you to set the validator mode to "standard", enabling support for libraries like Zod or Valibot without an ArkType dependency.

    import { z } from "zod";
    import arkenv from "@arkenv/bun-plugin";
    
    arkenv(
      {
        BUN_PUBLIC_API_URL: z.string().url(),
      },
      {
        validator: "standard",
      }
    );
Updated 1 dependency

3b747b0

  • arkenv@0.9.1

@arkenv/vite-plugin@0.0.28

Patch Changes

  • Support configuration bb832b1 @yamcodes

    Add support for an optional configuration object as the second argument. This allows you to set the validator mode to "standard", enabling support for libraries like Zod or Valibot without an ArkType dependency.

    import { z } from "zod";
    import arkenvVitePlugin from "@arkenv/vite-plugin";
    
    arkenvVitePlugin(
      {
        VITE_API_URL: z.string().url(),
      },
      {
        validator: "standard",
      }
    );
Updated 1 dependency

3b747b0

  • arkenv@0.9.1

@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 Jan 21, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 21, 2026

Open in StackBlitz

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

commit: a23cce9

@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Jan 21, 2026

📦 Bundle Size Report

Package Size Limit Diff Status
@arkenv/vite-plugin 1.56 kB 1.95 kB +0.9%
arkenv 1.38 kB 2.93 kB +0.3%
@arkenv/bun-plugin 2.03 kB 2.44 kB +1.0%

All size limits passed!

@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Jan 21, 2026

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

Project Deployment Review Updated (Asia/Almaty)
arkenv Ready Ready Preview, Comment Jan 21 2026, 11:52 PM (Asia/Almaty)

@arkenv-bot arkenv-bot bot force-pushed the changeset-release/main branch 2 times, most recently from 73b80bd to f6cc25a Compare January 21, 2026 17:45
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 21, 2026

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.

@arkenv-bot arkenv-bot bot force-pushed the changeset-release/main branch from f6cc25a to a23cce9 Compare January 21, 2026 17:56
@arkenv-bot arkenv-bot bot force-pushed the changeset-release/main branch from a23cce9 to 6651647 Compare January 21, 2026 18:48
@yamcodes yamcodes linked an issue Jan 21, 2026 that may be closed by this pull request
@yamcodes yamcodes merged commit e858969 into main Jan 21, 2026
10 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch January 21, 2026 18:48
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.

Make plugins work with standard validator mode

1 participant