Skip to content

Update dependency @t3-oss/env-nextjs to ^0.13.0 #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@t3-oss/env-nextjs (source) ^0.11.1 -> ^0.13.0 age adoption passing confidence

Release Notes

t3-oss/t3-env (@​t3-oss/env-nextjs)

v0.13.0

Compare Source

Minor Changes
  • #​313 35577fc Thanks @​EskiMojo14! - feat!: added ability to customise schema combination

    Combination of schemas can now be customised using the createFinalSchema option. This allows further refinement or transformation of the environment variables.

    For 99% of users, this is a non-breaking change. If you were relying on internal types, there's a type-only breaking change:

    • CreateEnv now has the signature CreateEnv<TFinalSchema, TExtends>, instead of the previous CreateEnv<TServer, TClient, TShared, TExtends>.
      • Previous behaviour can be achieved by using DefaultCombinedSchema<TServer, TClient, TShared> as the type for TFinalSchema.
Patch Changes

v0.12.0

Compare Source

Minor Changes
  • #​299 b13d46b Thanks @​EskiMojo14! - feat!: support standard schema

    Validators can now be any validator that supports Standard Schema,
    for example Zod & Valibot.

    This feature comes with some breaking changes:

    • If using Zod, the minimum required version is now 3.24.
    • onValidationError now gets StandardSchemaV1.Issue[] instead of ZodError
  • #​310 eb37304 Thanks @​EskiMojo14! - feat!: add valibot presets

    Presets using Valibot are now available using the /presets-valibot entrypoint.

    This feature comes with some breaking changes:

    • Zod presets have now been moved to /presets-zod.
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot changed the title Update dependency @t3-oss/env-nextjs to ^0.12.0 Update dependency @t3-oss/env-nextjs to ^0.13.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from b575575 to 10c739c Compare April 24, 2025 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants