[PR #61] [CLOSED] build(deps): bump @prisma/client from 7.3.0 to 7.4.2 in /frontend #172

Closed
opened 2026-03-13 17:21:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adminsyspro/proxcenter-ui/pull/61
Author: @dependabot[bot]
Created: 3/2/2026
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/frontend/prisma/client-7.4.2


📝 Commits (1)

  • f68d7a0 build(deps): bump @prisma/client from 7.3.0 to 7.4.2 in /frontend

📊 Changes

3 files changed (+635 additions, -36 deletions)

View changed files

📝 frontend/package-lock.json (+8 -26)
📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+626 -9)

📄 Description

Bumps @prisma/client from 7.3.0 to 7.4.2.

Release notes

Sourced from @​prisma/client's releases.

7.4.2

Today, we are issuing a 7.4.2 patch release focused on bug fixes and quality improvements.

🛠 Fixes

Prisma Client

Driver Adapters

  • @​prisma/adapter-mariadb: Update text column detection to check for a binary collation (prisma/prisma#29238)
  • @​prisma/adapter-mariadb: Correct relationJoins compatibility check for MariaDB 8.x versions (prisma/prisma#29246)

Schema Engine

🙏 Huge thanks to our community

Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!

7.4.1

Today, we are issuing a 7.4.1 patch release focused on bug fixes and quality improvements.

🛠 Fixes

Prisma Client

Driver Adapters

  • @​prisma/adapter-ppg: Handle null values in type parsers for nullable columns (prisma/prisma#29192)

Prisma Schema Language

🙏 Huge thanks to our community

Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!

7.4.0

Today, we are excited to share the 7.4.0 stable release 🎉

... (truncated)

Commits
  • ac2bed1 chore: port fixes for 7.4.2 (#29270)
  • 533e22a chore: port fixes to 7.4 patch branch (#29222)
  • 7060f68 chore(deps): update engines to 7.4.0-20.ab56fe763f921d033a6c195e7ddeb3e255bdb...
  • 91a24a9 feat: query plan caching (#29038)
  • b49d446 chore(deps): update engines to 7.4.0-18.2997580c8cb38878f73e100453e7b27119e8f...
  • 3c99935 chore(deps): update engines to 7.4.0-17.57b675f79cd26fbf702d70f9a13d2b7b2fad9...
  • e7504d7 chore(deps): update engines to 7.4.0-16.d0314091cdd30494eefc61d346f8c09aca20d...
  • 1e6c91c chore(deps): update engines to 7.4.0-15.6129681d45ea4510d3372dd5b28f6b8927584...
  • e1bfd22 chore(deps): update engines to 7.4.0-13.e876f7aec6b9be3e5147d061ed521ec45a845...
  • 12ca969 chore(deps): update engines to 7.4.0-12.aa5ee090ba89988f1dce71be263f4bcd9519b...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adminsyspro/proxcenter-ui/pull/61 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/frontend/prisma/client-7.4.2` --- ### 📝 Commits (1) - [`f68d7a0`](https://github.com/adminsyspro/proxcenter-ui/commit/f68d7a0d34dc4dfd36e5a165869e128d46c6860e) build(deps): bump @prisma/client from 7.3.0 to 7.4.2 in /frontend ### 📊 Changes **3 files changed** (+635 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package-lock.json` (+8 -26) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+626 -9) </details> ### 📄 Description Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.3.0 to 7.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prisma/prisma/releases"><code>@​prisma/client</code>'s releases</a>.</em></p> <blockquote> <h2>7.4.2</h2> <p>Today, we are issuing a 7.4.2 patch release focused on bug fixes and quality improvements.</p> <h2>🛠 Fixes</h2> <p><strong>Prisma Client</strong></p> <ul> <li>Fix a case-insensitive <code>IN</code> and <code>NOT IN</code> filter regression (<a href="https://redirect.github.com/prisma/prisma/pull/29243">prisma/prisma#29243</a>)</li> <li>Fix a query plan mutation issue that resulted in broken cursor queries (<a href="https://redirect.github.com/prisma/prisma/pull/29262">prisma/prisma#29262</a>)</li> <li>Fix an array parameter wrapping issue in push operations (<a href="https://redirect.github.com/prisma/prisma-engines/pull/5784">prisma/prisma-engines#5784</a>)</li> <li>Fix <code>Uint8Array</code> serialization in nested JSON fields (<a href="https://redirect.github.com/prisma/prisma/pull/29268">prisma/prisma#29268</a>)</li> <li>Fix an issue with MySQL joins that relied on non-strict equality (<a href="https://redirect.github.com/prisma/prisma/pull/29251">prisma/prisma#29251</a>)</li> </ul> <p><strong>Driver Adapters</strong></p> <ul> <li><strong><code>@​prisma/adapter-mariadb</code></strong>: Update text column detection to check for a binary collation (<a href="https://redirect.github.com/prisma/prisma/pull/29238">prisma/prisma#29238</a>)</li> <li><strong><code>@​prisma/adapter-mariadb</code></strong>: Correct <code>relationJoins</code> compatibility check for MariaDB 8.x versions (<a href="https://redirect.github.com/prisma/prisma/pull/29246">prisma/prisma#29246</a>)</li> </ul> <p><strong>Schema Engine</strong></p> <ul> <li>Fix partial index predicate comparison on PostgreSQL and MSSQL (<a href="https://redirect.github.com/prisma/prisma-engines/pull/5780">prisma/prisma-engines#5780</a>)</li> </ul> <h2>🙏 Huge thanks to our community</h2> <p>Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!</p> <h2>7.4.1</h2> <p>Today, we are issuing a 7.4.1 patch release focused on bug fixes and quality improvements.</p> <h2>🛠 Fixes</h2> <p><strong>Prisma Client</strong></p> <ul> <li>Fix cursor-based pagination regression with parameterised values (<a href="https://redirect.github.com/prisma/prisma/pull/29184">prisma/prisma#29184</a>)</li> <li>Preserve <code>Prisma.skip</code> through query extension argument cloning (<a href="https://redirect.github.com/prisma/prisma/pull/29198">prisma/prisma#29198</a>)</li> <li>Enable batching of multiple queries inside interactive transactions (<a href="https://redirect.github.com/prisma/prisma/pull/25571">prisma/prisma#25571</a>)</li> <li>Add missing JSON value deserialization for JSONB parameter fields (<a href="https://redirect.github.com/prisma/prisma/pull/29182">prisma/prisma#29182</a>)</li> <li>Apply result extensions correctly for nested and fluent relations (<a href="https://redirect.github.com/prisma/prisma/pull/29218">prisma/prisma#29218</a>)</li> <li>Allow missing config datasource URL and validate only when needed (<a href="https://redirect.github.com/prisma/prisma-engines/pull/5777">prisma/prisma-engines#5777</a>)</li> </ul> <p><strong>Driver Adapters</strong></p> <ul> <li><strong><code>@​prisma/adapter-ppg</code></strong>: Handle null values in type parsers for nullable columns (<a href="https://redirect.github.com/prisma/prisma/pull/29192">prisma/prisma#29192</a>)</li> </ul> <p><strong>Prisma Schema Language</strong></p> <ul> <li>Support <code>where</code> argument on field-level <code>@unique</code> for partial indexes (<a href="https://redirect.github.com/prisma/prisma-engines/pull/5774">prisma/prisma-engines#5774</a>)</li> <li>Add object expression and object member support to schema reformatter (<a href="https://redirect.github.com/prisma/prisma-engines/pull/5776">prisma/prisma-engines#5776</a>)</li> </ul> <h2>🙏 Huge thanks to our community</h2> <p>Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!</p> <h2>7.4.0</h2> <p>Today, we are excited to share the <code>7.4.0</code> stable release 🎉</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prisma/prisma/commit/ac2bed13bdda11b63205fe3eb31ea62363f03f03"><code>ac2bed1</code></a> chore: port fixes for 7.4.2 (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29270">#29270</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/533e22aa500fa87d6ac254b28f54a4446a1616c1"><code>533e22a</code></a> chore: port fixes to 7.4 patch branch (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29222">#29222</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/7060f68a8a279d9c27e3a75b90341285024d9dcd"><code>7060f68</code></a> chore(deps): update engines to 7.4.0-20.ab56fe763f921d033a6c195e7ddeb3e255bdb...</li> <li><a href="https://github.com/prisma/prisma/commit/91a24a9fb0b892938dfb6c121f604c68973a1ecb"><code>91a24a9</code></a> feat: query plan caching (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29038">#29038</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/b49d4465c82833368b2d7dcdf328cb54811ccd11"><code>b49d446</code></a> chore(deps): update engines to 7.4.0-18.2997580c8cb38878f73e100453e7b27119e8f...</li> <li><a href="https://github.com/prisma/prisma/commit/3c999359fcf28744fe82d4ce467f0fd3620a1dc9"><code>3c99935</code></a> chore(deps): update engines to 7.4.0-17.57b675f79cd26fbf702d70f9a13d2b7b2fad9...</li> <li><a href="https://github.com/prisma/prisma/commit/e7504d758000984622b80aaef2f10c9e85e19866"><code>e7504d7</code></a> chore(deps): update engines to 7.4.0-16.d0314091cdd30494eefc61d346f8c09aca20d...</li> <li><a href="https://github.com/prisma/prisma/commit/1e6c91c0ae3a61e09bda528af06c19ffce7e5687"><code>1e6c91c</code></a> chore(deps): update engines to 7.4.0-15.6129681d45ea4510d3372dd5b28f6b8927584...</li> <li><a href="https://github.com/prisma/prisma/commit/e1bfd22dd00451c02ee1b46747613a4f85e983e8"><code>e1bfd22</code></a> chore(deps): update engines to 7.4.0-13.e876f7aec6b9be3e5147d061ed521ec45a845...</li> <li><a href="https://github.com/prisma/prisma/commit/12ca9698ce83f8a36a98e78ae337646b50964151"><code>12ca969</code></a> chore(deps): update engines to 7.4.0-12.aa5ee090ba89988f1dce71be263f4bcd9519b...</li> <li>Additional commits viewable in <a href="https://github.com/prisma/prisma/commits/7.4.2/packages/client">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@prisma/client&package-manager=npm_and_yarn&previous-version=7.3.0&new-version=7.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:21:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#172
No description provided.