fix(deps): update dependency @t3-oss/env-nextjs to ^0.13.0#27
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @t3-oss/env-nextjs to ^0.13.0#27renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3fc0309 to
2079ad0
Compare
2079ad0 to
f790fd8
Compare
f790fd8 to
edb3e5a
Compare
edb3e5a to
e9e698e
Compare
e9e698e to
59f1bf2
Compare
59f1bf2 to
f7400ed
Compare
f7400ed to
e619330
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.1→^0.13.0Release Notes
t3-oss/t3-env (@t3-oss/env-nextjs)
v0.13.10Compare Source
Patch Changes
a778bf3]:v0.13.9Compare Source
Patch Changes
5987d5a]:v0.13.8Compare Source
Patch Changes
#353
31202b8Thanks @mmikhan! - feat: add Vite preset (https://vite.dev/guide/env-and-mode)#362
21d6d95Thanks @mmikhan! - feat: add WXT preset (https://wxt.dev/guide/essentials/config/environment-variables.html#built-in-environment-variables)Updated dependencies [
31202b8,21d6d95]:v0.13.7Compare Source
Patch Changes
#357
216bc2dThanks @juliusmarminge! - feat: add arktype presets#354
221bdb5Thanks @mmikhan! - feat: add supabase vercel preset (https://vercel.com/marketplace/supabase)Updated dependencies [
216bc2d,221bdb5]:v0.13.6Compare Source
Patch Changes
aa245ed]:v0.13.5Compare Source
Patch Changes
73e90f5]:v0.13.4Compare Source
Patch Changes
9872066Thanks @juliusmarminge! - note: this release does not contain any changesUpdated dependencies [
9872066]:v0.13.3Compare Source
Patch Changes
#337
2231713Thanks @juliusmarminge! - note: this release does not contain any changesUpdated dependencies [
2231713]:v0.13.2Compare Source
Patch Changes
#335
91db4acThanks @juliusmarminge! - note: this release does not contain any new changesUpdated dependencies [
91db4ac]:v0.13.1Compare Source
Patch Changes
567491b]:v0.13.0Compare Source
Minor Changes
#313
35577fcThanks @EskiMojo14! - feat!: added ability to customise schema combinationCombination of schemas can now be customised using the
createFinalSchemaoption. 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:
CreateEnvnow has the signatureCreateEnv<TFinalSchema, TExtends>, instead of the previousCreateEnv<TServer, TClient, TShared, TExtends>.DefaultCombinedSchema<TServer, TClient, TShared>as the type forTFinalSchema.Patch Changes
35577fc,00c35f2]:v0.12.0Compare Source
Minor Changes
#299
b13d46bThanks @EskiMojo14! - feat!: support standard schemaValidators can now be any validator that supports Standard Schema,
for example Zod & Valibot.
This feature comes with some breaking changes:
onValidationErrornow getsStandardSchemaV1.Issue[]instead ofZodError#310
eb37304Thanks @EskiMojo14! - feat!: add valibot presetsPresets using Valibot are now available using the
/presets-valibotentrypoint.This feature comes with some breaking changes:
/presets-zod.Patch Changes
b13d46b,7c09bc3,eb37304,bb80923,bb80923]:v0.11.1Compare Source
Patch Changes
2a74b72]:v0.11.0Compare Source
Patch Changes
8737daf,870608d]:v0.10.1Compare Source
Patch Changes
#224
bed246cThanks @colinhacks! - refactor: add explicit return type to make lib more portableUpdated dependencies [
bed246c]:v0.10.0Compare Source
Minor Changes
#215
5363e99Thanks @juliusmarminge! - BREAKING: make env presets functionsTo migrate:
import { vercel } from '@​t3-oss/env-core/presets' const env = createEnv({ /** ... */ - extends: [vercel], + extends: [vercel()], })Patch Changes
78585f3Thanks @juliusmarminge! - fix: support zod@3.23Updated dependencies [
78585f3,5363e99]:v0.9.2Compare Source
Patch Changes
#186
ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3Thanks @juliusmarminge! - fix exports condition once more...Updated dependencies [
ff17d1d05b8beb92d4f3a13de18b3a8f99c30ba3]:v0.9.1Compare Source
Patch Changes
#184
48dd2b5b4dfbc514b720f41a9362c50e9d4da93bThanks @juliusmarminge! - fix: add main field to package jsonUpdated dependencies [
48dd2b5b4dfbc514b720f41a9362c50e9d4da93b]:v0.9.0Compare Source
Minor Changes
34d04142b3cb2ba06e76866f05c21e4eeed16dc9Thanks @juliusmarminge! - chore!: drop cjsPatch Changes
34d04142b3cb2ba06e76866f05c21e4eeed16dc9]:v0.8.0Compare Source
Minor Changes
#170
9858b2786cc7f05f9d27a4ce325329f55bbb5c89Thanks @juliusmarminge! - feat!: add ability to extend presets. Read more in the docs.BREAKING CHANGE: The required TypeScript version is now ^5.0.0
Patch Changes
9858b2786cc7f05f9d27a4ce325329f55bbb5c89]:v0.7.3Compare Source
Patch Changes
25f209536d1efdf6713906c361f213f9c34e12d9Thanks @juliusmarminge! - fix: add a prepack to remove worksapce protocolUpdated dependencies [
25f209536d1efdf6713906c361f213f9c34e12d9]:v0.7.2Compare Source
Patch Changes
f4d5aeb98bf415fef18f9818507a38eb1c2ea700]: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.
This PR was generated by Mend Renovate. View the repository job log.