deps: bump the production-dependencies group across 1 directory with 8 updates - #75
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…8 updates Bumps the production-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@prisma/adapter-pg](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-pg) | `7.8.0` | `7.9.1` | | [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `7.8.0` | `7.9.1` | | [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.66.0` | `10.69.0` | | [jose](https://github.com/panva/jose) | `6.2.3` | `6.2.5` | | [marked](https://github.com/markedjs/marked) | `18.0.6` | `18.0.7` | | [next](https://github.com/vercel/next.js) | `16.2.10` | `16.2.12` | | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` | | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` | Updates `@prisma/adapter-pg` from 7.8.0 to 7.9.1 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.9.1/packages/adapter-pg) Updates `@prisma/client` from 7.8.0 to 7.9.1 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.9.1/packages/client) Updates `@sentry/nextjs` from 10.66.0 to 10.69.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.69.0/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.66.0...10.69.0) Updates `jose` from 6.2.3 to 6.2.5 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.3...v6.2.5) Updates `marked` from 18.0.6 to 18.0.7 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v18.0.6...v18.0.7) Updates `next` from 16.2.10 to 16.2.12 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.10...v16.2.12) Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `react-dom` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) --- updated-dependencies: - dependency-name: "@prisma/adapter-pg" dependency-version: 7.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@prisma/client" dependency-version: 7.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@sentry/nextjs" dependency-version: 10.67.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: jose dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: marked dependency-version: 18.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/production-dependencies-d521a33fb8
branch
from
July 30, 2026 17:38
64e5c99 to
dee11e5
Compare
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/production-dependencies-d521a33fb8
branch
August 5, 2026 17:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 8 updates in the / directory:
7.8.07.9.17.8.07.9.110.66.010.69.06.2.36.2.518.0.618.0.716.2.1016.2.1219.2.719.2.819.2.719.2.8Updates
@prisma/adapter-pgfrom 7.8.0 to 7.9.1Release notes
Sourced from @prisma/adapter-pg's releases.
... (truncated)
Commits
35003fdchore(adapter-pg): remove duplicate values parameter (#29650)d6d9fc9chore: remove parameterization from sqlcommenter-query-insights (#29518)Updates
@prisma/clientfrom 7.8.0 to 7.9.1Release notes
Sourced from @prisma/client's releases.
... (truncated)
Commits
b829850ci: upgrade pnpm to 11 to restore pnpm audit (#29725)280fd56fix(client): mask each quoted string in maskQuery independently (#29723)4da3774fix(client): reject invalid raw dates (#29697)a7cec97chore(deps): update engines to 7.9.0-1.e922089b7d7502aff4249d5da3420f6fa55fc6...58f8439fix(client): pin pg-protocol in prisma-client-imports-postgres e2e test (#29687)918cf5dfix(client): improve adapter-related Prisma 7 error messages (#29624)93da6eaci(e2e): shard client e2e suite across 3 jobs to fix chronic timeouts (#29619)3937779fix: remove duplicate 'the the' in test comments (#29610)fda8fbcchore(deps): bump@prisma/devto 0.24.9 (resolves hono GHSA-92pp-h63x-v22m) (...0036baffix(client-engine-runtime): surface unmapped driver errors as user-facing P20...Updates
@sentry/nextjsfrom 10.66.0 to 10.69.0Release notes
Sourced from @sentry/nextjs's releases.
... (truncated)
Changelog
Sourced from @sentry/nextjs's changelog.
... (truncated)
Commits
417af5drelease: 10.69.0e7cf605meta(changelog): Update changelog for 10.69.0 (#22807)7c5a00efix(v10/effect): Setsentry.originon logs fromSentryEffectLogger(#22806)df53214feat(v10/cloudflare): Add wranglerConfigPath to Vite options (#22803)e96e15efeat(v10/cloudflare): Add Spotlight integration for local dev event forwardin...ea4a322fix(v10/cloudflare): Also skip cf: prefixed DOs (#22802)6a84103feat(v10/cloudflare): Instrument Agents automatically (#22788)f0c3569feat(v10/cloudflare): Rotate agent conversation id on chat clear (#22787)0516355feat(v10/cloudflare): Add instrumentAgentWithSentry for Cloudflare Agents (#2...d3a6e52fix(v10/cloudflare): FilterCREATE INDEXspans oncf_-prefixed tables (#2...Updates
josefrom 6.2.3 to 6.2.5Release notes
Sourced from jose's releases.
... (truncated)
Changelog
Sourced from jose's changelog.
... (truncated)
Commits
3bac350chore(release): 6.2.5544f179refactor(types): trim published declaration commentsef6b73eci: enforce the family split and check the built distc2f0ca3refactor: fold single-consumer modules into their consumers0b59a69refactor: discriminate a key once30f72afrefactor: parse a Protected Header in one place73d83b5refactor: write each algorithm identifier onceda69b68refactor: generate and import keys from the entry971057erefactor: assert key shape and type from the entry98b50abrefactor: resolve the content encryption algorithm onceUpdates
markedfrom 18.0.6 to 18.0.7Release notes
Sourced from marked's releases.
Commits
a8971a1chore(release): 18.0.7 [skip ci]d899c2echore(deps): bump actions/setup-node from 6 to 7 (#4025)7fbf82echore(deps-dev): bump semantic-release from 25.0.7 to 25.0.8 (#4026)738edf2chore(deps-dev): bump brace-expansion from 5.0.2 to 5.0.6 (#4027)9154f8ffix: Avoid O(n^2) masked source rebuild in inline tokenizer (#4017)f945fc5fix: Avoid O(n^2) backtracking in HTML block close and tilde interrupt regexe...3f144a0fix: keep empty list after blockquote as a sibling block (#4004)0de7188fix: preserve code spans adjacent to tildes (#4012)f056437fix: Recognize setext headings whose first line starts with # (#4015)12bfa94chore(deps-dev): bump semantic-release from 25.0.5 to 25.0.7 (#4020)Updates
nextfrom 16.2.10 to 16.2.12Release notes
Sourced from next's releases.
Commits
2234717v16.2.12957f5ed[Backport] Fixes to support TypeScript 7 (#95831)b56eb16Backport/docs fixes 16.2 - July round (#96031)9beca08v16.2.113c48c7a[16.x] Fix Turbopack middleware matcher with i18n single localeac1eff3[16.x] Improve performance of checking valid MPA form submissions9a4651e[16.x] EnforceserverActions.bodySizeLimitfor Server Actions in Edge runtimeb512063[16.x] Set correct origin for internal redirects in custom serverd303326[16.x] Ensure exotic rewrite param values are properly encoded73b9487[16.x] fix(fetch-cache): key fetch(Request, init) by the effective requestUpdates
reactfrom 19.2.7 to 19.2.8Release notes
Sourced from react's releases.
Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)Updates
react-domfrom 19.2.7 to 19.2.8Release notes
Sourced from react-dom's releases.
Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)