20 Commits

Author SHA1 Message Date
dependabot[bot] ec0ae56ada build(deps): bump fast-uri in /e2e/api/compile/prisma
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 08:22:00 +02:00
dependabot[bot] b7d5552493 build(deps): bump hono in /e2e/api/compile/prisma
Bumps [hono](https://github.com/honojs/hono) from 4.12.14 to 4.12.18.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.14...v4.12.18)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-08 11:13:09 +02:00
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
dependabot[bot] 882d5a7117 build(deps): bump the dependencies group across 2 directories with 9 updates (#8575)
Bumps the dependencies group with 4 updates in the / directory:
[github.com/containerd/containerd/v2](https://github.com/containerd/containerd),
[github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder),
[github.com/lestrrat-go/jwx/v3](https://github.com/lestrrat-go/jwx) and
[golang.org/x/net](https://github.com/golang/net).
Bumps the dependencies group with 4 updates in the /e2e directory:
[github.com/docker/go-connections](https://github.com/docker/go-connections),
[github.com/lib/pq](https://github.com/lib/pq),
[github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go)
and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).

Updates `github.com/containerd/containerd/v2` from 2.2.2 to 2.2.3
Updates `github.com/huandu/go-sqlbuilder` from 1.40.0 to 1.40.2
Updates `github.com/lestrrat-go/jwx/v3` from 3.0.13 to 3.1.0
Updates `golang.org/x/net` from 0.52.0 to 0.53.0
Updates `golang.org/x/text` from 0.35.0 to 0.36.0
Updates `github.com/docker/go-connections` from 0.6.0 to 0.7.0
Updates `github.com/lib/pq` from 1.12.0 to 1.12.3
Updates `github.com/testcontainers/testcontainers-go` from 0.41.0 to 0.42.0
Updates `modernc.org/sqlite` from 1.47.0 to 1.49.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Spaink <sebastianspaink@gmail.com>
2026-04-30 10:49:52 +02:00
dependabot[bot] 7d51f3dc48 build(deps): bump hono in /e2e/api/compile/prisma
Bumps [hono](https://github.com/honojs/hono) from 4.12.12 to 4.12.14.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.14)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-16 11:25:52 +02:00
dependabot[bot] 1434b4c040 build(deps): bump hono from 4.12.9 to 4.12.12 in /e2e/api/compile/prisma (#8498)
Bumps [hono](https://github.com/honojs/hono) from 4.12.9 to 4.12.12.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.9...v4.12.12)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 13:00:49 +00:00
dependabot[bot] daf53373ec build(deps): bump lodash and prisma in /e2e/api/compile/prisma (#8475)
Removes [lodash](https://github.com/lodash/lodash). It's no longer used after updating ancestor dependency [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli). These dependencies need to be updated together.


Removes `lodash`

Updates `prisma` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.6.0/packages/cli)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 
  dependency-type: indirect
- dependency-name: prisma
  dependency-version: 7.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-02 08:40:14 +02:00
dependabot[bot] a08ff34488 build(deps): bump the e2e-prisma group (#8472)
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 4 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), [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/adapter-pg` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/adapter-pg)

Updates `@prisma/client` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/client)

Updates `pg` from 8.18.0 to 8.20.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg)

Updates `prisma` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/adapter-pg"
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: "@prisma/client"
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: pg
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 7.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 17:17:11 +00:00
dependabot[bot] 436aee1d2f build(deps): bump the e2e-prisma group
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.4.0 to 7.4.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/adapter-pg)

Updates `@prisma/client` from 7.4.0 to 7.4.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/client)

Updates `prisma` from 7.4.0 to 7.4.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/adapter-pg"
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: e2e-prisma
- dependency-name: "@prisma/client"
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 7.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 11:50:40 +01:00
dependabot[bot] 553a71f783 build(deps): bump the e2e-prisma group
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.3.0 to 7.4.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.0/packages/adapter-pg)

Updates `@prisma/client` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.0/packages/client)

Updates `prisma` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.4.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/adapter-pg"
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: "@prisma/client"
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 7.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-23 08:13:52 +01:00
dependabot[bot] efb8bf8254 build(deps): bump the e2e-prisma group
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 4 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), [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/adapter-pg` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.3.0/packages/adapter-pg)

Updates `@prisma/client` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.3.0/packages/client)

Updates `pg` from 8.16.3 to 8.18.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.18.0/packages/pg)

Updates `prisma` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.3.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/adapter-pg"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: "@prisma/client"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: pg
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 13:22:17 +01:00
Stephan Renatus b153edbf4f e2e/prisma: override hono version (trivy repo scan fix)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2026-01-15 09:39:54 +01:00
dependabot[bot] fc03d9c7f8 build(deps): bump the e2e-prisma group in /e2e/api/compile/prisma with 2 updates (#8171)
* build(deps): bump the e2e-prisma group

Bumps the e2e-prisma group in /e2e/api/compile/prisma with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 6.19.0 to 7.2.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/client)

Updates `prisma` from 6.19.0 to 7.2.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>

* e2e/prisma: manual upgrade for prisma 7

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Renatus <stephan.renatus@gmail.com>
2026-01-08 15:49:47 +01:00
dependabot[bot] f1c224a98c build(deps): bump the e2e-prisma group
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 6.18.0 to 6.19.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.19.0/packages/client)

Updates `prisma` from 6.18.0 to 6.19.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.19.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 6.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 6.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18 09:20:41 +01:00
dependabot[bot] 92b883d0e0 build(deps): bump the e2e-prisma group (#8008)
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 6.16.3 to 6.18.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.18.0/packages/client)

Updates `prisma` from 6.16.3 to 6.18.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.18.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 6.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 6.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Johan Fylling <johan.dev@fylling.se>
2025-11-03 14:45:28 +01:00
Stephan Renatus 9a864c6398 compile: add support for "any value at all", as IS NOT NULL (#7998)
* compile: support "equal to whatever" as "IS NOT NULL"

Fixes https://github.com/open-policy-agent/opa/issues/7996.

This only deals with SQL targets for starters.

This issue also came out of the discussion with @huntkalio.

* compile: expand support for "_ = <unknown>" to prisma

It seems like the translation is pretty straightforward here, so
let's include it.

Reference: https://www.prisma.io/docs/orm/prisma-client/queries/filtering-and-sorting#filter-for-non-null-fields

* docs/compile: mention fragment addition

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2025-10-29 13:38:28 +01:00
dependabot[bot] a317cc8a52 build(deps): bump the e2e-prisma group
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 6.16.2 to 6.16.3
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.16.3/packages/client)

Updates `prisma` from 6.16.2 to 6.16.3
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.16.3/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 6.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 6.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 13:11:28 +02:00
Stephan Renatus 85a0e2a28c Compile API: switch to compile annotation key (#7936)
* ast: add compile annotation key

This used to be

```
  custom:
    unknowns: [ ... ]
    mask_rule: ...
```

and now becomes
```
  compile:
    unknowns: [ ... ]
    mask_rule: ...
```

* server: adapt compile handler annotations processing

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2025-09-24 10:53:17 +02:00
dependabot[bot] d305b15660 build(deps): bump the e2e-prisma group
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 6.15.0 to 6.16.2
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.16.2/packages/client)

Updates `prisma` from 6.15.0 to 6.16.2
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.16.2/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 6.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
- dependency-name: prisma
  dependency-version: 6.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 13:00:49 +02:00
Stephan Renatus 4ab2ac0c61 Port Compile API extensions from EOPA (#7887)
* server: port compile API

Also adds e2e tests: These include coverage for ucast in the prisma
setting, and thus require some JS runtime.

* e2e: selectively skip e2e Compile API tests

...for macos runs, and for the go-compat suites.

* server: accept timer_rego_external_resolve_ns metrics with value 0

When running the tests in a loop for a while, I would see values of 0ns
for this metric. However, comparing with its non-zero values, which are
often 41 or 42ns, it seems like this is just not happening in this code
path. So if "almost nothing" actually goes below 1ns, it's OK.

* e2e: split dep-heavy e2e tests into their own go module
* Makefile: export DOCKER_RUNNING (make e2e read it)

---------

Co-authored-by: Philip Conrad <philip@chariot-chaser.net>
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2025-09-22 12:11:06 +02:00