Skip to content

Comments

fix(deps): update dependency @t3-oss/env-core to ^0.13.0#653

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/t3-oss-env-core-0.x
Open

fix(deps): update dependency @t3-oss/env-core to ^0.13.0#653
renovate[bot] wants to merge 1 commit intodevfrom
renovate/t3-oss-env-core-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@t3-oss/env-core (source) ^0.9.2^0.13.0 age confidence

Release Notes

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

v0.13.10

Compare Source

Patch Changes

v0.13.9

Compare Source

Patch Changes

v0.13.8

Compare Source

Patch Changes

v0.13.7

Compare Source

Patch Changes

v0.13.6

Compare Source

Patch Changes

v0.13.5

Compare Source

Patch Changes

v0.13.4

Compare Source

Patch Changes

v0.13.3

Compare Source

Patch Changes

v0.13.2

Compare Source

Patch Changes

v0.13.1

Compare Source

Patch Changes

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.
  • bb80923 Thanks @​juliusmarminge! - update uploadthing preset to v7. add uploadthingV6 for legacy config

Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • #​215 5363e99 Thanks @​juliusmarminge! - BREAKING: make env presets functions

    To migrate:

      import { vercel } from '@&#8203;t3-oss/env-core/presets'
    
      const env = createEnv({
          /** ... */
    -     extends: [vercel],
    +     extends: [vercel()],
      })
Patch Changes

Configuration

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

🚦 Automerge: Disabled because a matching PR was automerged previously.

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 force-pushed the renovate/t3-oss-env-core-0.x branch from 4cd4e9a to 7d38362 Compare December 15, 2025 05:44
@renovate renovate bot force-pushed the renovate/t3-oss-env-core-0.x branch from 7d38362 to 70fd22c Compare February 12, 2026 16:31
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