Skip to content

chore(deps): update dependency @t3-oss/env-nextjs to v0.13.11#217

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/t3-oss-env-nextjs-0.x
Open

chore(deps): update dependency @t3-oss/env-nextjs to v0.13.11#217
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/t3-oss-env-nextjs-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 25, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
@t3-oss/env-nextjs (source) dependencies minor 0.7.10.13.11 OpenSSF Scorecard

Release Notes

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

v0.13.11

Compare Source

Patch Changes

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: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Dependency updates label Aug 25, 2024
@vercel

vercel Bot commented Aug 25, 2024

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
screamer Error Error Mar 26, 2026 0:41am

@codecov

codecov Bot commented Aug 25, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.44%. Comparing base (7301303) to head (848c21c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #217   +/-   ##
=======================================
  Coverage   23.44%   23.44%           
=======================================
  Files          53       53           
  Lines         499      499           
  Branches       69       69           
=======================================
  Hits          117      117           
  Misses        382      382           
Flag Coverage Δ
jest 16.83% <ø> (ø)
storybook 93.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 08aa8fc to cea5ad5 Compare August 26, 2024 02:35
@renovate renovate Bot changed the title chore(deps): update dependency @t3-oss/env-nextjs to v0.11.0 chore(deps): update dependency @t3-oss/env-nextjs to v0.11.1 Aug 26, 2024
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from cea5ad5 to b67e72a Compare August 26, 2024 03:08
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from b67e72a to 1a32b08 Compare August 27, 2024 00:35
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 1a32b08 to 77defcd Compare August 28, 2024 14:38
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 77defcd to d87dc48 Compare August 30, 2024 00:09
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from d87dc48 to 131672d Compare August 31, 2024 01:40
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 131672d to 4abb8f4 Compare September 1, 2024 00:18
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 4abb8f4 to fa5741f Compare September 2, 2024 02:13
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from fa5741f to 1f3fd49 Compare September 2, 2024 03:30
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 1f3fd49 to cf738cc Compare September 3, 2024 01:14
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from cf738cc to d4c10ba Compare September 3, 2024 03:47
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from d4c10ba to e55e37e Compare September 4, 2024 01:04
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 30dd072 to d3c4326 Compare September 8, 2024 03:11
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from d3c4326 to 1d6eec0 Compare September 9, 2024 00:15
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 1d6eec0 to dc8f0bd Compare September 10, 2024 00:48
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from dc8f0bd to 3662531 Compare September 11, 2024 00:21
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 3662531 to fe62b70 Compare September 13, 2024 02:05
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from fe62b70 to 7bc188a Compare September 14, 2024 02:24
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 7bc188a to 98151c1 Compare September 15, 2024 01:53
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 98151c1 to 61082d1 Compare September 16, 2024 00:52
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 61082d1 to 6bf0cec Compare September 16, 2024 03:30
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from 6bf0cec to b414157 Compare September 17, 2024 00:39
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from b414157 to f6e15b7 Compare September 18, 2024 01:27
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from f6e15b7 to a7f9e82 Compare September 18, 2024 03:31
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from a7f9e82 to bb68076 Compare September 19, 2024 01:36
@renovate
renovate Bot force-pushed the renovate/t3-oss-env-nextjs-0.x branch from bb68076 to d3b19f9 Compare September 19, 2024 03:16
@renovate

renovate Bot commented Jan 29, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn ERESOLVE overriding peer dependency
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @t3-oss/env-nextjs@0.13.11
npm error Found: zod@3.23.8
npm error node_modules/zod
npm error   peerOptional zod@"^3.24.0 || ^4.0.0" from @t3-oss/env-core@0.13.11
npm error   node_modules/@t3-oss/env-nextjs/node_modules/@t3-oss/env-core
npm error     @t3-oss/env-core@"0.13.11" from @t3-oss/env-nextjs@0.13.11
npm error     node_modules/@t3-oss/env-nextjs
npm error       @t3-oss/env-nextjs@"0.13.11" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional zod@"^3.24.0 || ^4.0.0" from @t3-oss/env-nextjs@0.13.11
npm error node_modules/@t3-oss/env-nextjs
npm error   @t3-oss/env-nextjs@"0.13.11" from the root project
npm error
npm error Conflicting peer dependency: zod@4.4.3
npm error node_modules/zod
npm error   peerOptional zod@"^3.24.0 || ^4.0.0" from @t3-oss/env-nextjs@0.13.11
npm error   node_modules/@t3-oss/env-nextjs
npm error     @t3-oss/env-nextjs@"0.13.11" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-07-14T01_42_25_000Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-14T01_42_25_000Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants