Skip to content

Version Packages#214

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Oct 12, 2025
Merged

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

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 12, 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.7.3

Patch Changes

  • Automatic boolean string conversion #218 e554e2b @yamcodes

    The boolean type now accepts "true"/"false" strings from environment variables and converts them to actual boolean values. This also works with boolean defaults.

    Example:

    import arkenv from "arkenv";
    
    const env = arkenv({
      DEBUG: "boolean",
      ENABLE_FEATURE: "boolean = true",
    });
    
    console.log(env.DEBUG);
    console.log(env.ENABLE_FEATURE);

    Result:

    ❯ DEBUG=true npx tsx index.ts
    true
    true

@arkenv/vite-plugin@0.0.13

Patch Changes

  • Support Vite 2.x #212 bfe08f6 @yamcodes

    Extended the supported Vite versions to include 2.9.18 through 7.x (inclusive).

    Also, we've added the vite-plugin keyword to the package.json, and a section in the README.md explaining why this plugin is a Vite only plugin (and not a Rollup plugin).

Updated 1 dependency

e554e2b

  • arkenv@0.7.3

@vercel
Copy link

vercel bot commented Oct 12, 2025

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

Project Deployment Preview Comments Updated (UTC)
arkenv Ready Ready Preview Comment Oct 12, 2025 10:32pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 12, 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.

@yamcodes yamcodes closed this Oct 12, 2025
@yamcodes yamcodes reopened this Oct 12, 2025
@github-actions github-actions bot added docs Improvements or additions to documentation @arkenv/vite-plugin Issues or Pull Requests involving the Vite plugin for ArkEnv labels Oct 12, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 741203e to 77f5415 Compare October 12, 2025 17:20
@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 12, 2025

Open in StackBlitz

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

commit: d35aace

@github-actions github-actions bot force-pushed the changeset-release/main branch from 28d4b79 to c8b9cb9 Compare October 12, 2025 22:27
@yamcodes yamcodes merged commit e577127 into main Oct 12, 2025
3 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch October 12, 2025 22:46
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 docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant