Files
releases/e2e
dependabot[bot] 39bb08480d build(deps): bump the e2e-prisma group in /e2e/api/compile/prisma with 3 updates (#8596)
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 3 updates:
[@prisma/adapter-pg](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg),
[@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client)
and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).

Updates `@prisma/adapter-pg` from 7.5.0 to 7.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prisma/prisma/releases"><code>@​prisma/adapter-pg</code>'s
releases</a>.</em></p>
<blockquote>
<h2>7.8.0</h2>
<p>Today, we are excited to share the <code>7.8.0</code> stable release
🎉</p>
<p><strong>🌟 Star this repo for notifications about new releases, bug
fixes &amp; features — or <a href="https://pris.ly/x">follow us on
X</a>!</strong></p>
<h1>Highlights</h1>
<h2>ORM</h2>
<h3>Features</h3>
<p><strong>Prisma Client</strong></p>
<ul>
<li>Added a <code>queryPlanCacheMaxSize</code> option to the
<code>PrismaClient</code> constructor for fine-grained control over the
query plan cache. Pass <code>0</code> to disable the cache entirely, or
omit it to use the default cache size. A larger value can improve
performance in applications that execute many unique queries, while a
smaller one can reduce memory usage. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29503">#29503</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<p><strong>Prisma Client</strong></p>
<ul>
<li>Fixed an equality filter panic and incorrect <code>::jsonb</code>
cast when filtering on PostgreSQL JSON list columns. Queries using
<code>where: { jsonListField: { equals: [...] }
}</code><code>prisma/prisma-engines#5804</code></li>
<li>Fixed case-insensitive JSON field filtering (<code>mode:
insensitive</code>), allowing <code>where: { jsonField: { equals:
&quot;...&quot;, mode: &quot;insensitive&quot; }
}</code><code>prisma/prisma-engines#5806</code></li>
<li>Fixed incorrect parameterization of enum values that have a custom
database name set via <code>@map</code>. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29422">#29422</a>)</li>
<li>Fixed a database parameter limit check (<code>P2029</code>), which
could incorrectly reject or miss over-limit queries. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29422">#29422</a>)</li>
<li>Fixed a regression that caused missing SQL Server
<code>VARCHAR</code><code>prisma/prisma-engines#5801</code></li>
</ul>
<p>Schema Engine</p>
<ul>
<li>Fixed a misleading error message in <code>prisma migrate diff</code>
that referenced the <code>--shadow-database-url</code> CLI flag, which
was removed in Prisma 7. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29455">#29455</a>)</li>
<li>Fixed <code>prisma migrate dev</code> (and shadow database migration
replay in general) failing with <code>CREATE INDEX CONCURRENTLY cannot
run inside a transaction
block</code><code>prisma/prisma-engines#5799</code></li>
<li>Fixed PostgreSQL introspection silently dropping sequence defaults
when the database returns the schema-qualified form
<code>pg_catalog.nextval('sequence_name'::regclass)</code> instead of
the bare <code>nextval(...)</code>. Columns backed by sequences now
correctly appear as
<code>@default(autoincrement())</code><code>prisma/prisma-engines#5802</code></li>
</ul>
<p><strong>Driver Adapters</strong></p>
<ul>
<li><strong><code>@​prisma/adapter-d1</code></strong>: Savepoint
operations (<code>createSavepoint</code>,
<code>rollbackToSavepoint</code>, <code>releaseSavepoint</code>) now
silently no-op with debug logging instead of executing SQL statements,
consistent with how the D1 adapter already treats top-level
transactions. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29499">#29499</a>)</li>
</ul>
<h2>Open roles at Prisma</h2>
<p>Interested in joining Prisma? We're growing and have several exciting
opportunities across the company for developers who are passionate about
building with Prisma. Explore our open positions on our <a
href="https://www.prisma.io/careers#current">Careers page</a> and find
the role that's right for you.</p>
<h2>Enterprise support</h2>
<p>Thousands of teams use Prisma and many of them already tap into our
Enterprise &amp; Agency Support Program for hands-on help with
everything from schema integrations and performance tuning to security
and compliance.</p>
<p>With this program you also get priority issue triage and bug fixes,
expert scalability advice, and custom training so that your
Prisma-powered apps stay rock-solid at any scale. Learn more or join: <a
href="https://prisma.io/enterprise">https://prisma.io/enterprise</a>.</p>
<h2>7.7.0</h2>
<p>Today, we are excited to share the <code>7.7.0</code> stable release
🎉</p>
<p><strong>🌟 Star this repo for notifications about new releases, bug
fixes &amp; features — or <a href="https://pris.ly/x">follow us on
X</a>!</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prisma/prisma/commit/f2ca67e71d82a57dc5324a8cb5e6ed0d903c996a"><code>f2ca67e</code></a>
feat: pg statement name generator (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29395">#29395</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/4131568160a0efe49285991ced9bb2fa4133f50a"><code>4131568</code></a>
fix: set <code>@​types/pg</code> to ^8.16.0 (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29390">#29390</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/33667c373c0ae84ad37c7aed2497b99452da589c"><code>33667c3</code></a>
fix(adapter-pg): handle both quoted/unquoted column names in
ColumnNotFound e...</li>
<li><a
href="https://github.com/prisma/prisma/commit/e97b3e0401b234912490852cc10529ff1f83c44b"><code>e97b3e0</code></a>
feat(adapter-pg): accept connection string URL in PrismaPg constructor
(<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg/issues/29287">#29287</a>)</li>
<li>See full diff in <a
href="https://github.com/prisma/prisma/commits/7.8.0/packages/adapter-pg">compare
view</a></li>
</ul>
</details>
<br />

Updates `@prisma/client` from 7.5.0 to 7.8.0
<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.8.0</h2>
<p>Today, we are excited to share the <code>7.8.0</code> stable release
🎉</p>
<p><strong>🌟 Star this repo for notifications about new releases, bug
fixes &amp; features — or <a href="https://pris.ly/x">follow us on
X</a>!</strong></p>
<h1>Highlights</h1>
<h2>ORM</h2>
<h3>Features</h3>
<p><strong>Prisma Client</strong></p>
<ul>
<li>Added a <code>queryPlanCacheMaxSize</code> option to the
<code>PrismaClient</code> constructor for fine-grained control over the
query plan cache. Pass <code>0</code> to disable the cache entirely, or
omit it to use the default cache size. A larger value can improve
performance in applications that execute many unique queries, while a
smaller one can reduce memory usage. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29503">#29503</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<p><strong>Prisma Client</strong></p>
<ul>
<li>Fixed an equality filter panic and incorrect <code>::jsonb</code>
cast when filtering on PostgreSQL JSON list columns. Queries using
<code>where: { jsonListField: { equals: [...] }
}</code><code>prisma/prisma-engines#5804</code></li>
<li>Fixed case-insensitive JSON field filtering (<code>mode:
insensitive</code>), allowing <code>where: { jsonField: { equals:
&quot;...&quot;, mode: &quot;insensitive&quot; }
}</code><code>prisma/prisma-engines#5806</code></li>
<li>Fixed incorrect parameterization of enum values that have a custom
database name set via <code>@map</code>. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29422">#29422</a>)</li>
<li>Fixed a database parameter limit check (<code>P2029</code>), which
could incorrectly reject or miss over-limit queries. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29422">#29422</a>)</li>
<li>Fixed a regression that caused missing SQL Server
<code>VARCHAR</code><code>prisma/prisma-engines#5801</code></li>
</ul>
<p>Schema Engine</p>
<ul>
<li>Fixed a misleading error message in <code>prisma migrate diff</code>
that referenced the <code>--shadow-database-url</code> CLI flag, which
was removed in Prisma 7. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29455">#29455</a>)</li>
<li>Fixed <code>prisma migrate dev</code> (and shadow database migration
replay in general) failing with <code>CREATE INDEX CONCURRENTLY cannot
run inside a transaction
block</code><code>prisma/prisma-engines#5799</code></li>
<li>Fixed PostgreSQL introspection silently dropping sequence defaults
when the database returns the schema-qualified form
<code>pg_catalog.nextval('sequence_name'::regclass)</code> instead of
the bare <code>nextval(...)</code>. Columns backed by sequences now
correctly appear as
<code>@default(autoincrement())</code><code>prisma/prisma-engines#5802</code></li>
</ul>
<p><strong>Driver Adapters</strong></p>
<ul>
<li><strong><code>@​prisma/adapter-d1</code></strong>: Savepoint
operations (<code>createSavepoint</code>,
<code>rollbackToSavepoint</code>, <code>releaseSavepoint</code>) now
silently no-op with debug logging instead of executing SQL statements,
consistent with how the D1 adapter already treats top-level
transactions. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29499">#29499</a>)</li>
</ul>
<h2>Open roles at Prisma</h2>
<p>Interested in joining Prisma? We're growing and have several exciting
opportunities across the company for developers who are passionate about
building with Prisma. Explore our open positions on our <a
href="https://www.prisma.io/careers#current">Careers page</a> and find
the role that's right for you.</p>
<h2>Enterprise support</h2>
<p>Thousands of teams use Prisma and many of them already tap into our
Enterprise &amp; Agency Support Program for hands-on help with
everything from schema integrations and performance tuning to security
and compliance.</p>
<p>With this program you also get priority issue triage and bug fixes,
expert scalability advice, and custom training so that your
Prisma-powered apps stay rock-solid at any scale. Learn more or join: <a
href="https://prisma.io/enterprise">https://prisma.io/enterprise</a>.</p>
<h2>7.7.0</h2>
<p>Today, we are excited to share the <code>7.7.0</code> stable release
🎉</p>
<p><strong>🌟 Star this repo for notifications about new releases, bug
fixes &amp; features — or <a href="https://pris.ly/x">follow us on
X</a>!</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prisma/prisma/commit/62b44ac01aafbe101dad63abaab7da9747f62839"><code>62b44ac</code></a>
chore(deps): update engines to
7.8.0-5.e96eae70cf4ade6a15d7e6064d5b0b4f7d835d...</li>
<li><a
href="https://github.com/prisma/prisma/commit/4104864e3fdcf0805562a6e95e318c28f302fd7b"><code>4104864</code></a>
feat: add a query plan cache size parameter (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29503">#29503</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/723ba7b1abda24cc29f535560eaf13087bfd20bc"><code>723ba7b</code></a>
chore(deps): update engines to
7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9a...</li>
<li><a
href="https://github.com/prisma/prisma/commit/cadbafe60594b909edbe3aebee7e6af1c1bb6c11"><code>cadbafe</code></a>
chore(deps): update engines to
7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b44...</li>
<li><a
href="https://github.com/prisma/prisma/commit/f7055337b1d1689af8a0680cc38248cb9af7bee2"><code>f705533</code></a>
chore(deps): update engines to
7.8.0-1.7b80cc56c645c6e03c7541474e6a7c8d91b70d...</li>
<li><a
href="https://github.com/prisma/prisma/commit/fbab4e8ec0359540d8e1bd8b8780ed48ee58cf54"><code>fbab4e8</code></a>
Fix 29271 (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29303">#29303</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/6a3c3ccf9cc2db7f27bbbf6df9f050fc112dc66e"><code>6a3c3cc</code></a>
chore: extract parameterization to client-engine-runtime (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29422">#29422</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/5b420f897bf7f98b1b826f55ebae334114d70eb7"><code>5b420f8</code></a>
fix(client): prevent caching of createMany queries to avoid cache bloat
and p...</li>
<li><a
href="https://github.com/prisma/prisma/commit/30f0af635578207b29d8409d7d0cbcdcea264a07"><code>30f0af6</code></a>
feat: dmmf streaming with an E2E test (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29377">#29377</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/14c3c2eb02173048d5ac3a908598a8d7f2244598"><code>14c3c2e</code></a>
fix: pin E2E typescript to prevent 6 upgrade (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/29383">#29383</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prisma/prisma/commits/7.8.0/packages/client">compare
view</a></li>
</ul>
</details>
<br />

Updates `prisma` from 7.6.0 to 7.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prisma/prisma/releases">prisma's
releases</a>.</em></p>
<blockquote>
<h2>7.8.0</h2>
<p>Today, we are excited to share the <code>7.8.0</code> stable release
🎉</p>
<p><strong>🌟 Star this repo for notifications about new releases, bug
fixes &amp; features — or <a href="https://pris.ly/x">follow us on
X</a>!</strong></p>
<h1>Highlights</h1>
<h2>ORM</h2>
<h3>Features</h3>
<p><strong>Prisma Client</strong></p>
<ul>
<li>Added a <code>queryPlanCacheMaxSize</code> option to the
<code>PrismaClient</code> constructor for fine-grained control over the
query plan cache. Pass <code>0</code> to disable the cache entirely, or
omit it to use the default cache size. A larger value can improve
performance in applications that execute many unique queries, while a
smaller one can reduce memory usage. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29503">#29503</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<p><strong>Prisma Client</strong></p>
<ul>
<li>Fixed an equality filter panic and incorrect <code>::jsonb</code>
cast when filtering on PostgreSQL JSON list columns. Queries using
<code>where: { jsonListField: { equals: [...] }
}</code><code>prisma/prisma-engines#5804</code></li>
<li>Fixed case-insensitive JSON field filtering (<code>mode:
insensitive</code>), allowing <code>where: { jsonField: { equals:
&quot;...&quot;, mode: &quot;insensitive&quot; }
}</code><code>prisma/prisma-engines#5806</code></li>
<li>Fixed incorrect parameterization of enum values that have a custom
database name set via <code>@map</code>. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29422">#29422</a>)</li>
<li>Fixed a database parameter limit check (<code>P2029</code>), which
could incorrectly reject or miss over-limit queries. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29422">#29422</a>)</li>
<li>Fixed a regression that caused missing SQL Server
<code>VARCHAR</code><code>prisma/prisma-engines#5801</code></li>
</ul>
<p>Schema Engine</p>
<ul>
<li>Fixed a misleading error message in <code>prisma migrate diff</code>
that referenced the <code>--shadow-database-url</code> CLI flag, which
was removed in Prisma 7. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29455">#29455</a>)</li>
<li>Fixed <code>prisma migrate dev</code> (and shadow database migration
replay in general) failing with <code>CREATE INDEX CONCURRENTLY cannot
run inside a transaction
block</code><code>prisma/prisma-engines#5799</code></li>
<li>Fixed PostgreSQL introspection silently dropping sequence defaults
when the database returns the schema-qualified form
<code>pg_catalog.nextval('sequence_name'::regclass)</code> instead of
the bare <code>nextval(...)</code>. Columns backed by sequences now
correctly appear as
<code>@default(autoincrement())</code><code>prisma/prisma-engines#5802</code></li>
</ul>
<p><strong>Driver Adapters</strong></p>
<ul>
<li><strong><code>@​prisma/adapter-d1</code></strong>: Savepoint
operations (<code>createSavepoint</code>,
<code>rollbackToSavepoint</code>, <code>releaseSavepoint</code>) now
silently no-op with debug logging instead of executing SQL statements,
consistent with how the D1 adapter already treats top-level
transactions. (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29499">#29499</a>)</li>
</ul>
<h2>Open roles at Prisma</h2>
<p>Interested in joining Prisma? We're growing and have several exciting
opportunities across the company for developers who are passionate about
building with Prisma. Explore our open positions on our <a
href="https://www.prisma.io/careers#current">Careers page</a> and find
the role that's right for you.</p>
<h2>Enterprise support</h2>
<p>Thousands of teams use Prisma and many of them already tap into our
Enterprise &amp; Agency Support Program for hands-on help with
everything from schema integrations and performance tuning to security
and compliance.</p>
<p>With this program you also get priority issue triage and bug fixes,
expert scalability advice, and custom training so that your
Prisma-powered apps stay rock-solid at any scale. Learn more or join: <a
href="https://prisma.io/enterprise">https://prisma.io/enterprise</a>.</p>
<h2>7.7.0</h2>
<p>Today, we are excited to share the <code>7.7.0</code> stable release
🎉</p>
<p><strong>🌟 Star this repo for notifications about new releases, bug
fixes &amp; features — or <a href="https://pris.ly/x">follow us on
X</a>!</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prisma/prisma/commit/572340698b1b81bbe22ef9793e72d13113c11d4c"><code>5723406</code></a>
fix(cli): route bootstrap telemetry to Prisma Web Properties project (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29473">#29473</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/8e71aa7b8de5d897ff4e8dbc92fa85a5ee91469f"><code>8e71aa7</code></a>
fix(cli): install missing <code>@prisma/client</code> in <code>prisma
bootstrap</code> (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29444">#29444</a>)</li>
<li><a
href="https://github.com/prisma/prisma/commit/ada077ba32b5801d00d32f1434a45aaae7bc09a9"><code>ada077b</code></a>
fix(cli): bootstrap UX — auto-install deps, resumable flow, timeout
handling ...</li>
<li><a
href="https://github.com/prisma/prisma/commit/9b0b7f5d59f4f9d0dca4d558f4e537e83da18203"><code>9b0b7f5</code></a>
feat(cli): add prisma bootstrap command (<a
href="https://github.com/prisma/prisma/tree/HEAD/packages/cli/issues/29374">#29374</a>)</li>
<li>See full diff in <a
href="https://github.com/prisma/prisma/commits/7.8.0/packages/cli">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-01 12:55:45 -05:00
..

github.com/open-policy-agent/opa/e2e

This Go module is for end-to-end tests that come with dependencies we don't otherwise need for OPA, to avoid bloat in OPA's Go module's deps.

Warning

This module should never be imported from any of the other github.com/open-policy-agent/opa/* packages!