Skip to content

fix(deps): update dependency @t3-oss/env-nextjs to ^0.10.0 (main)

renovate-token-rw-2 requested to merge renovate/main-t3-oss-env-nextjs-0.x into main

This MR contains the following updates:

Package Type Update Change
@t3-oss/env-nextjs (source) dependencies minor ^0.9.0 -> ^0.10.0

Release Notes

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

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

v0.9.2

Compare Source

Patch Changes

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by renovate-token-rw-2

Merge request reports