Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @t3-oss/env-nextjs to v0.10.1 (#613)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@t3-oss/env-nextjs](https://togithub.com/t3-oss/t3-env) ([source](https://togithub.com/t3-oss/t3-env/tree/HEAD/packages/nextjs)) | dependencies | minor | [`0.9.2` -> `0.10.1`](https://renovatebot.com/diffs/npm/@t3-oss%2fenv-nextjs/0.9.2/0.10.1) | --- ### Release Notes <details> <summary>t3-oss/t3-env (@​t3-oss/env-nextjs)</summary> ### [`v0.10.1`](https://togithub.com/t3-oss/t3-env/blob/HEAD/packages/nextjs/CHANGELOG.md#0101) [Compare Source](https://togithub.com/t3-oss/t3-env/compare/@t3-oss/env-nextjs@0.10.0...@t3-oss/env-nextjs@0.10.1) ##### Patch Changes - [#​224](https://togithub.com/t3-oss/t3-env/pull/224) [`bed246c`](https://togithub.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f) Thanks [@​colinhacks](https://togithub.com/colinhacks)! - refactor: add explicit return type to make lib more portable - Updated dependencies \[[`bed246c`](https://togithub.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f)]: - [@​t3-oss/env-core](https://togithub.com/t3-oss/env-core)[@​0](https://togithub.com/0).10.1 ### [`v0.10.0`](https://togithub.com/t3-oss/t3-env/blob/HEAD/packages/nextjs/CHANGELOG.md#0100) [Compare Source](https://togithub.com/t3-oss/t3-env/compare/@t3-oss/env-nextjs@0.9.2...@t3-oss/env-nextjs@0.10.0) ##### Minor Changes - [#​215](https://togithub.com/t3-oss/t3-env/pull/215) [`5363e99`](https://togithub.com/t3-oss/t3-env/commit/5363e997327269d9d6158f79e18bf511a5f603f4) Thanks [@​juliusmarminge](https://togithub.com/juliusmarminge)! - BREAKING: make env presets functions To migrate: ```diff import { vercel } from '@​t3-oss/env-core/presets' const env = createEnv({ /** ... */ - extends: [vercel], + extends: [vercel()], }) ``` ##### Patch Changes - [`78585f3`](https://togithub.com/t3-oss/t3-env/commit/78585f30513294bb46e39fb9a8e64cbfff32df1e) Thanks [@​juliusmarminge](https://togithub.com/juliusmarminge)! - fix: support zod@3.23 - Updated dependencies \[[`78585f3`](https://togithub.com/t3-oss/t3-env/commit/78585f30513294bb46e39fb9a8e64cbfff32df1e), [`5363e99`](https://togithub.com/t3-oss/t3-env/commit/5363e997327269d9d6158f79e18bf511a5f603f4)]: - [@​t3-oss/env-core](https://togithub.com/t3-oss/env-core)[@​0](https://togithub.com/0).10.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
- Loading branch information