Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2026

This PR contains the following updates:

Package Change Age Confidence
arkenv (source) 0.8.00.8.1 age confidence

Release Notes

yamcodes/arkenv (arkenv)

v0.8.1

Compare Source

Patch Changes
  • Strip undeclared keys from output by default #662 d83d746 @​yamcodes

    Environment variables not defined in your schema are now stripped from the output object by default.

    You can customize this behavior using the new onUndeclaredKey option.

    For example, assuming this is your .env file:

    MY_VAR=hello
    UNDECLARED_VAR=world

    And this is your schema:

    const env = arkenv({
      MY_VAR: type.string(),
    });
    
    console.log(env);

    Current output:

    {
      MY_VAR: "hello";
    }

    Previous output:

    {
    	MY_VAR: "hello",
    	UNDECLARED_VAR: "world"
    }

Configuration

📅 Schedule: Branch creation - "on friday" in timezone Asia/Almaty, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@changeset-bot
Copy link

changeset-bot bot commented Jan 2, 2026

⚠️ No Changeset found

Latest commit: 86b14e3

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 Jan 2, 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 the example Issues or Pull Requests concerning at least one ArkEnv example. (Found in the `examples/` directory) label Jan 2, 2026
@arkenv-bot
Copy link
Contributor

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

@renovate renovate bot merged commit 18263d1 into main Jan 2, 2026
18 checks passed
@renovate renovate bot deleted the renovate/arkenv-packages branch January 2, 2026 05:15
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