Skip to content

Version Packages#349

Closed
arkenv-bot[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Closed

Version Packages#349
arkenv-bot[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@arkenv-bot
Copy link
Contributor

@arkenv-bot arkenv-bot bot commented Nov 10, 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.4

Patch Changes

  • Enable minification to reduce bundle size #336 7236cb2 @yamcodes

    Enable minification in build output. Reduces bundle size from 711 B to 708 B. Comments are removed from the bundle but remain in source files.

  • Fix browser compatibility by replacing util.styleText with cross-platform ANSI codes #290 bf465de @yamcodes

    Replace Node.js util.styleText with cross-platform ANSI color codes to fix the "Module 'node:util' has been externalized for browser compatibility" error in browser environments. The library still maintains zero dependencies!

    Changes:

    • Replaced node:util.styleText with custom ANSI implementation
    • Added environment detection (uses ANSI in Node, plain text in browsers)
    • Respects NO_COLOR, CI environment variables, and TTY detection
    • Organized utilities into lib/ folder with comprehensive tests
    // No longer throws "node:util has been externalized" error
    import { createEnv } from "arkenv";
    
    const env = createEnv({
      VITE_API_URL: "string",
      VITE_PORT: "number.port",
    });

@arkenv/vite-plugin@0.0.15

Patch Changes

Updated 1 dependency

7236cb2 bf465de

  • arkenv@0.7.4

@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

Resource is limited - try again in 7 minutes (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/yamcodes?upgradeToPro=build-rate-limit

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 10, 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 Nov 10, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 10, 2025

Open in StackBlitz

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

commit: f4ea34b

@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Nov 10, 2025

📦 Bundle Size Report

Package File Size Limit Diff Status
arkenv index.js 708 B 2 kB

All size limits passed!

@yamcodes
Copy link
Owner

Not sure why this was opened, these versions are already out

@yamcodes yamcodes closed this Nov 10, 2025
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