Skip to content

Commit 56137a8

Browse files
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 = &quot;postgresql&quot; url = &quot;prisma+postgres://localhost:51213/?api_key=ey...&quot; } </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 = &quot;prisma-client&quot; output = &quot;../src/generated/prisma&quot; &lt;/tr&gt;&lt;/table&gt; </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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@prisma/instrumentation&package-manager=npm_and_yarn&previous-version=6.7.0&new-version=6.8.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 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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@opentelemetry/resources": "^1.30.1",
9595
"@opentelemetry/sdk-trace-base": "^1.30.1",
9696
"@opentelemetry/semantic-conventions": "^1.34.0",
97-
"@prisma/instrumentation": "6.7.0",
97+
"@prisma/instrumentation": "6.8.2",
9898
"@sentry/core": "9.22.0",
9999
"@sentry/opentelemetry": "9.22.0",
100100
"import-in-the-middle": "^1.13.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5879,10 +5879,10 @@
58795879
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.28.tgz#d45e01c4a56f143ee69c54dd6b12eade9e270a73"
58805880
integrity sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==
58815881

5882-
"@prisma/instrumentation@6.7.0":
5883-
version "6.7.0"
5884-
resolved "https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-6.7.0.tgz#5fd97be1f89e9d9268148424a812deaea491f80a"
5885-
integrity sha512-3NuxWlbzYNevgPZbV0ktA2z6r0bfh0g22ONTxcK09a6+6MdIPjHsYx1Hnyu4yOq+j7LmupO5J69hhuOnuvj8oQ==
5882+
"@prisma/instrumentation@6.8.2":
5883+
version "6.8.2"
5884+
resolved "https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-6.8.2.tgz#77a87a37f67ab35eaaf8ff629f889e9e11a465ac"
5885+
integrity sha512-5NCTbZjw7a+WIZ/ey6G8SY+YKcyM2zBF0hOT1muvqC9TbVtTCr5Qv3RL/2iNDOzLUHEvo4I1uEfioyfuNOGK8Q==
58865886
dependencies:
58875887
"@opentelemetry/instrumentation" "^0.52.0 || ^0.53.0 || ^0.54.0 || ^0.55.0 || ^0.56.0 || ^0.57.0"
58885888

0 commit comments

Comments
 (0)