Skip to content

Commit

Permalink
fix(deps): update dependency @t3-oss/env-nextjs to v0.10.1 (#613)
Browse files Browse the repository at this point in the history
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 (@&#8203;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

- [#&#8203;224](https://togithub.com/t3-oss/t3-env/pull/224)
[`bed246c`](https://togithub.com/t3-oss/t3-env/commit/bed246c493ad0bc6b6224b9f4dc9e2b47c82036f)
Thanks [@&#8203;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)]:
-
[@&#8203;t3-oss/env-core](https://togithub.com/t3-oss/env-core)[@&#8203;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

- [#&#8203;215](https://togithub.com/t3-oss/t3-env/pull/215)
[`5363e99`](https://togithub.com/t3-oss/t3-env/commit/5363e997327269d9d6158f79e18bf511a5f603f4)
Thanks [@&#8203;juliusmarminge](https://togithub.com/juliusmarminge)! -
BREAKING: make env presets functions

    To migrate:

    ```diff
      import { vercel } from '@&#8203;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 [@&#8203;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)]:
-
[@&#8203;t3-oss/env-core](https://togithub.com/t3-oss/env-core)[@&#8203;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
simonknittel and renovate-bot authored Apr 30, 2024
1 parent a58228e commit bdc6357
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@prisma/client": "5.13.0",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-tooltip": "1.0.7",
"@t3-oss/env-nextjs": "0.9.2",
"@t3-oss/env-nextjs": "0.10.1",
"@tanstack/react-query": "5.31.0",
"@tanstack/react-query-devtools": "5.31.0",
"@tanstack/react-table": "8.16.0",
Expand Down

0 comments on commit bdc6357

Please sign in to comment.