Skip to content
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

Update dependency @t3-oss/env-nextjs to ^0.12.0 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

This PR contains the following updates:

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

Release Notes

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

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 '@​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 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 force-pushed the renovate/t3-oss-env-nextjs-0.x branch from f86f49d to aef71e2 Compare July 22, 2024 10:02
@renovate renovate bot changed the title Update dependency @t3-oss/env-nextjs to ^0.10.0 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 aef71e2 to 40e7440 Compare November 19, 2024 19:37
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 40e7440 to 863bdc0 Compare November 19, 2024 20:18
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 863bdc0 to 51f6637 Compare November 29, 2024 00:24
@renovate renovate bot changed the title Update dependency @t3-oss/env-nextjs to ^0.11.0 Update dependency @t3-oss/env-nextjs to ^0.11.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/t3-oss-env-nextjs-0.x branch December 8, 2024 18:46
@renovate renovate bot changed the title Update dependency @t3-oss/env-nextjs to ^0.11.0 - autoclosed Update dependency @t3-oss/env-nextjs to ^0.11.0 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 769fe8b to 51f6637 Compare December 8, 2024 21:04
@renovate renovate bot changed the title Update dependency @t3-oss/env-nextjs to ^0.11.0 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 51f6637 to 3c7e992 Compare January 26, 2025 09:29
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