Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v5.16.1 (#893)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@prisma/client](https://www.prisma.io)
([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/client))
| dependencies | patch | [`5.16.0` ->
`5.16.1`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.16.0/5.16.1)
|
| [prisma](https://www.prisma.io)
([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/cli)) |
devDependencies | patch | [`5.16.0` ->
`5.16.1`](https://renovatebot.com/diffs/npm/prisma/5.16.0/5.16.1) |

---

### Release Notes

<details>
<summary>prisma/prisma (@&#8203;prisma/client)</summary>

### [`v5.16.1`](https://togithub.com/prisma/prisma/releases/tag/5.16.1)

[Compare
Source](https://togithub.com/prisma/prisma/compare/5.16.0...5.16.1)

Today, we are issuing the 5.16.1 patch release to fix an issue in Prisma
client.

##### Fix in Prisma Client

- [dotenv loading issue with PrismaClient
](https://togithub.com/prisma/prisma/issues/24634)
- [Prisma Seed Script Fails After Upgrading to v5.16.0 (DATABASE_URL
Error)](https://togithub.com/prisma/prisma/issues/24658)

</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
simonknittel and renovate-bot committed Jul 5, 2024
1 parent 63605df commit 8200d51
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions app/package-lock.json

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

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@aws-sdk/s3-request-presigner": "3.600.0",
"@next-auth/prisma-adapter": "1.0.7",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "5.16.0",
"@prisma/client": "5.16.1",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-tooltip": "1.1.1",
"@t3-oss/env-nextjs": "0.10.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"prettier": "3.3.2",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.5",
"prisma": "5.16.0",
"prisma": "5.16.1",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"vercel": "34.2.8",
Expand Down

0 comments on commit 8200d51

Please sign in to comment.