Skip to content

Conversation

@yamcodes
Copy link
Owner

@yamcodes yamcodes commented Jan 6, 2026

Closes #705

- Normalize ArkEnvError constructor input
- Add public issues property to ArkEnvError
- Deprecate and refactor formatErrors function
@changeset-bot
Copy link

changeset-bot bot commented Jan 6, 2026

⚠️ No Changeset found

Latest commit: f58539f

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 6, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added arkenv Changes to the `arkenv` npm package. tests This issue or PR is about adding, removing or changing tests. labels Jan 6, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 6, 2026

Open in StackBlitz

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

commit: f58539f

@arkenv-bot
Copy link
Contributor

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

@github-actions github-actions bot added the @arkenv/vite-plugin Issues or Pull Requests involving the Vite plugin for ArkEnv label Jan 6, 2026
@yamcodes
Copy link
Owner Author

yamcodes commented Jan 6, 2026

  1. Remove or reject arkenv(z.object(...))
    • Only allow Standard Schema inside object mappings
    • This preserves ArkEnv’s identity and migration story
  2. Keep one public API
    • arkenv(...)
    • Everything else internal or deprecated-for-real
  3. Reframe Standard Schema as support, not replacement
    • Migration tool, not an alternative product direction

@yamcodes yamcodes changed the title Make ArkEnv optional Make ArkType optional and support Standard Schema directly Jan 6, 2026
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. tests This issue or PR is about adding, removing or changing tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make ArkType optional and support Standard Schema directly

2 participants