Skip to content

Conversation

@arkenv-bot
Copy link
Contributor

@arkenv-bot arkenv-bot bot commented Jan 5, 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.8.3

Patch Changes

  • Object coercion #694 01c1704 @copilot-swe-agent

    ArkEnv now coerces objects when the coerce option is enabled (true by default).
    Objects are parsed from JSON strings, allowing for nested typesafe configuration.

    Example:

    DATABASE={"HOST": "localhost", "PORT": "5432"}
    const env = arkenv({
      DATABASE: {
        HOST: "string",
        PORT: "number",
      },
    });
    
    console.log(env.DATABASE.PORT); // 5432 (number)

@arkenv/bun-plugin@0.0.8

Patch Changes

Updated 1 dependency

01c1704

  • arkenv@0.8.3

@arkenv/vite-plugin@0.0.26

Patch Changes

Updated 1 dependency

01c1704

  • arkenv@0.8.3

@repo/keywords@0.2.1

Patch Changes

  • Add maybeJson keyword #694 01c1704 @copilot-swe-agent

    JSDoc:

    /**
     * A loose JSON morph.
     *
     * **In**: `unknown`
     *
     * **Out**: A parsed JSON object if the input is a valid JSON string; otherwise the original input.
     *
     * Useful for coercion in unions where failing on non-JSON strings would block other branches.
     */

@repo/scope@0.1.2

Patch Changes

Updated 1 dependency

01c1704

  • @repo/keywords@0.2.1

@repo/types@0.0.6

Patch Changes

Updated 1 dependency
  • @repo/scope@0.1.2

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 5, 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.

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

pkg-pr-new bot commented Jan 5, 2026

Open in StackBlitz

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

commit: 07526e3

@yamcodes yamcodes merged commit 7aea140 into main Jan 5, 2026
18 of 19 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch January 5, 2026 20:34
@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Jan 5, 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 6 2026, 1:36 AM (Asia/Almaty)

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.

2 participants