Commits
Click on a commit to change the comparison rangeMerge branch 'main' into next chore: fix building and testing with `next` branch of prisma (#5667)
- Add missing `@prisma/client-runtime-utils` package added on the `next`
branch in `prisma/prisma` to the pnpm workspace.
- Adapt to breaking changes in the exported driver adapter APIs.
/prisma-branch next feat!: remove deprecated `metrics` preview feature (#5665)
Ref:
https://linear.app/prisma-company/issue/TML-1300/remove-metrics-preview-feature
/prisma-branch next chore: update binaryen to v124 (#5666)
Update Binaryen (including wasm-bindgen) from v122 to v124. Merge branch 'main' into next chore(deps): bump indoc from 2.0.6 to 2.0.7 (#5676)
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.6 to 2.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/indoc/releases">indoc's
releases</a>.</em></p>
<blockquote>
<h2>2.0.7</h2>
<ul>
<li>Support C-string literals <code>indoc! {c"..."}</code>,
<code>indoc! {cr"..."}</code> (<a
href="https://redirect.github.com/dtolnay/indoc/issues/67">#67</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/indoc/commit/8d78216b3f127f523d198475ea44090f8f6894d5"><code>8d78216</code></a>
Release 2.0.7</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/23472ff7f3d2523ea1f5b396c7ea135c02054ee2"><code>23472ff</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/indoc/issues/67">#67</a> from
dtolnay/cstring</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/8d05562cbe8fe71e15afe7e6da602c1265217fd7"><code>8d05562</code></a>
Hide C-string tests from old toolchain versions</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/7c92efb7180eeabde698c2db22c24d189f07ab31"><code>7c92efb</code></a>
Recognize C-string literals</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/fe39de460f2e30f3eaeea0891aec5cf412c65d72"><code>fe39de4</code></a>
Generalize Error constructors</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/27e015160e5aa8da3ce33af7ca7da2e0f2c13869"><code>27e0151</code></a>
Add C-string tests</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/57f6fbb4dab9277638bd4cbf358b31dab3a4512c"><code>57f6fbb</code></a>
Sort tests</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/170a0795587a3010785e05ee2240c98f49b02bf2"><code>170a079</code></a>
Raise minimum tested compiler to rust 1.76</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/2f6ef0452d0495c1a3abde4293934d293d9c2c5d"><code>2f6ef04</code></a>
Opt in to generate-macro-expansion when building on docs.rs</li>
<li><a
href="https://github.com/dtolnay/indoc/commit/ce1bed41bb48d6071e2a15bf8dae8d801c500b92"><code>ce1bed4</code></a>
Update ui test suite to nightly-2025-09-12</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/indoc/compare/2.0.6...2.0.7">compare
view</a></li>
</ul>
</details>
<br />
[](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>3 days ago
by dependabot[bot] chore: add symlinks to AGENTS.md