Skip to content

chore(deps): update dependency arkenv to v0.7.4#354

Merged
yamcodes merged 1 commit intomainfrom
renovate/arkenv-0.x-lockfile
Nov 10, 2025
Merged

chore(deps): update dependency arkenv to v0.7.4#354
yamcodes merged 1 commit intomainfrom
renovate/arkenv-0.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Confidence
arkenv (source) 0.7.3 -> 0.7.4 age confidence

Release Notes

yamcodes/arkenv (arkenv)

v0.7.4

Compare Source

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",
    });

Configuration

📅 Schedule: Branch creation - "on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Nov 10, 2025

Deployment failed with the following error:

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

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

@changeset-bot
Copy link

changeset-bot bot commented Nov 10, 2025

⚠️ No Changeset found

Latest commit: 8b52712

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@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 the example Issues or Pull Requests concerning at least one ArkEnv example. (Found in the `examples/` directory) label Nov 10, 2025
@yamcodes yamcodes merged commit a7c7052 into main Nov 10, 2025
13 of 15 checks passed
@yamcodes yamcodes deleted the renovate/arkenv-0.x-lockfile branch November 10, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

example Issues or Pull Requests concerning at least one ArkEnv example. (Found in the `examples/` directory)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant