Skip to content

Version Packages#292

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Nov 10, 2025
Merged

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

Conversation

@arkenv-bot
Copy link
Contributor

@arkenv-bot arkenv-bot bot commented Nov 7, 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 7, 2025

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

Project Deployment Preview Comments Updated (UTC)
arkenv Ready Ready Preview Comment Nov 10, 2025 5:06pm

@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 7, 2025
@coderabbitai
Copy link
Contributor

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 7, 2025

Open in StackBlitz

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

commit: b3210ab

@arkenv-bot
Copy link
Contributor Author

arkenv-bot bot commented Nov 9, 2025

📦 Bundle Size Report

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

All size limits passed!

@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@github-actions github-actions bot force-pushed the changeset-release/main branch from eabe942 to 914ade8 Compare November 10, 2025 16:23
@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@github-actions github-actions bot force-pushed the changeset-release/main branch from 914ade8 to 490dfe8 Compare November 10, 2025 16:26
@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@yamcodes yamcodes closed this Nov 10, 2025
@yamcodes yamcodes reopened this Nov 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 2b8f2d5 to f651e55 Compare November 10, 2025 16:45
@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 7576281 to fe449be Compare November 10, 2025 17:13
@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@github-actions github-actions bot force-pushed the changeset-release/main branch from fe449be to b3210ab Compare November 10, 2025 17:25
@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@yamcodes yamcodes closed this Nov 10, 2025
@yamcodes yamcodes reopened this Nov 10, 2025
@yamcodes yamcodes merged commit 7aaf234 into main Nov 10, 2025
17 of 18 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch November 10, 2025 17:44
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