Commit 56137a8
authored
feat(deps): bump @prisma/instrumentation from 6.7.0 to 6.8.2 (#16392)
Bumps
[@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation)
from 6.7.0 to 6.8.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prisma/prisma/releases"><code>@prisma/instrumentation</code>'s
releases</a>.</em></p>
<blockquote>
<h2>6.8.2</h2>
<p>Today, we are issuing the 6.8.2 patch release. It fully resolves an
issue with the <code>prisma init</code> and <code>prisma dev</code>
commands for some Windows users who were still facing problems after the
previous incomplete fix in version 6.8.1.</p>
<p>Fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/prisma/prisma/issues/27195">prisma/prisma#27195</a></li>
</ul>
<h2>6.8.1</h2>
<p>Today, we are issuing the 6.8.1 patch release. It fixes an issue with
the <code>prisma init</code> and <code>prisma dev</code> commands on
Windows.</p>
<p>Fixes</p>
<ul>
<li><a
href="https://redirect.github.com/prisma/prisma/issues/27192">prisma/prisma#27192</a></li>
</ul>
<h2>6.8.0</h2>
<p>Today, we are excited to share the <code>6.8.0</code> stable
release 🎉 </p>
<p>🌟 <strong>Help us spread the word about Prisma by starring the
repo ☝️ or <a
href="https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@prisma%20release%20v6.8.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/6.8.0">posting
on X</a> about the release.</strong></p>
<h2>Highlights</h2>
<h3>Local development with Prisma Postgres via <code>prisma dev</code>
(Early Access)</h3>
<p>In this release, we're releasing a way to develop against Prisma
Postgres <em>locally</em> — no Docker required!</p>
<p>To get started, run the new <code>prisma dev</code> command:</p>
<pre lang="bash"><code>npx prisma dev # starts a local Prisma Postgres
server
</code></pre>
<p>This command spins up a local Prisma Postgres instance and prints the
connection URL that you'll need to set as the <code>url</code> of your
<code>datasource</code> block to point to a local Prisma Postgres
instance. It looks similar to this:</p>
<pre lang="prisma"><code>datasource db {
provider = "postgresql"
url = "prisma+postgres://localhost:51213/?api_key=ey..."
}
</code></pre>
<p>You can then run migrations and execute queries against this local
Prisma Postgres instance as with any remote one. Note that you need to
keep the <code>prisma dev</code> process running in order to interact
with the local Prisma Postgres instance.</p>
<p>📚 Learn more in the <a
href="https://www.prisma.io/docs/postgres/database/local-development">docs</a>.</p>
<h3>Native Deno support in <code>prisma-client</code> generator
(Preview)</h3>
<p>In this release, we're removing the <code>deno</code> Preview feature
from the <code>prisma-client-js</code> generator. If you want to use
Prisma ORM with Deno, you can now do so with the new <a
href="https://www.prisma.io/docs/orm/prisma-schema/overview/generators#prisma-client-early-access"><code>prisma-client</code></a>
generator:</p>
<pre lang="prisma"><code>generator client {
provider = "prisma-client"
output = "../src/generated/prisma"
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/prisma/prisma/commits/6.8.2/packages/instrumentation">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 33ef453 commit 56137a8
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5879 | 5879 | | |
5880 | 5880 | | |
5881 | 5881 | | |
5882 | | - | |
5883 | | - | |
5884 | | - | |
5885 | | - | |
| 5882 | + | |
| 5883 | + | |
| 5884 | + | |
| 5885 | + | |
5886 | 5886 | | |
5887 | 5887 | | |
5888 | 5888 | | |
| |||
0 commit comments