Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2024

This PR contains the following updates:

Package Change Age Confidence
@t3-oss/env-nextjs (source) ^0.7.1 -> ^0.13.0 age confidence

Release Notes

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

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.
Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Patch 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

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
Patch Changes

v0.8.0

Compare Source

Minor Changes
Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

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.

@vercel
Copy link

vercel bot commented Jan 24, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
bbr-modules-website Error Error Dec 15, 2025 6:36am

@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 3fc0309 to 2079ad0 Compare February 8, 2024 10:00
@renovate renovate bot changed the title fix(deps): update dependency @t3-oss/env-nextjs to ^0.8.0 fix(deps): update dependency @t3-oss/env-nextjs to ^0.9.0 Feb 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency @t3-oss/env-nextjs to ^0.9.0 fix(deps): update dependency @t3-oss/env-nextjs to ^0.10.0 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 2079ad0 to f790fd8 Compare April 22, 2024 09:05
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from f790fd8 to edb3e5a Compare July 22, 2024 11:52
@renovate renovate bot changed the title fix(deps): update dependency @t3-oss/env-nextjs to ^0.10.0 fix(deps): update dependency @t3-oss/env-nextjs to ^0.11.0 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from edb3e5a to e9e698e Compare January 26, 2025 08:44
@renovate renovate bot changed the title fix(deps): update dependency @t3-oss/env-nextjs to ^0.11.0 fix(deps): update dependency @t3-oss/env-nextjs to ^0.12.0 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from e9e698e to 59f1bf2 Compare April 23, 2025 22:41
@renovate renovate bot changed the title fix(deps): update dependency @t3-oss/env-nextjs to ^0.12.0 fix(deps): update dependency @t3-oss/env-nextjs to ^0.13.0 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 59f1bf2 to f7400ed Compare August 10, 2025 14:39
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.

1 participant