chore(deps): bump the production-deps group across 1 directory with 3 updates#98
Merged
petehayes merged 4 commits intoMar 14, 2026
Merged
Conversation
… updates Bumps the production-deps group with 3 updates in the / directory: [@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 [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components). Updates `@prisma/adapter-pg` from 7.4.2 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.2 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 `@react-email/components` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/components/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/@react-email/components@1.0.9/packages/components) --- updated-dependencies: - dependency-name: "@prisma/adapter-pg" dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@prisma/client" dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@react-email/components" dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Prisma 7.5.0 now bundles @types/pg as a direct dependency of @prisma/adapter-pg, causing duplicate incompatible Pool types. Switch all PrismaPg usages to the connectionString config pattern (recommended by Prisma) instead of passing a pg.Pool instance. Remove the now-unnecessary @types/pg devDependency. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ssue @react-email/components v1.0.9 upgraded @react-email/body to 0.3.0, but @react-email/tailwind still peer-depends on body@0.2.1. This caused body to only be installed nested under components/node_modules/, making it unavailable to tailwind. Adding body as a direct dependency forces it to be hoisted to the top-level node_modules. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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-deps group with 3 updates in the / directory: @prisma/adapter-pg, @prisma/client and @react-email/components.
Updates
@prisma/adapter-pgfrom 7.4.2 to 7.5.0Release notes
Sourced from
@prisma/adapter-pg's releases.... (truncated)
Commits
fc38fb7Make@types/pga direct dependency of adapter-pg (#29277)6091e02feat: add support for nested transaction rollbacks via savepoints in sql (#21...Updates
@prisma/clientfrom 7.4.2 to 7.5.0Release notes
Sourced from
@prisma/client's releases.... (truncated)
Commits
ccce148chore(deps): update engines to 7.5.0-15.280c870be64f457428992c43c1f6d557fab6e...de1c376chore(deps): update engines to 7.5.0-14.d684c195f0a8bfb0ba8ca628416376df0625b...ea93809fix: fix DATE cursor comparison (#29327)f8e742achore(deps): update engines to 7.5.0-13.0f1690a1b5dcd01b5341a4f411f07767f1f76...3e2392dchore(deps): update engines to 7.5.0-11.7b8301120d804d084ab24ec6332a889889514...4b65b60fix(client): fix browser-imported Prisma.DbNull producing empty object (#29286)7a1f497Fix DateTime fields returning Invalid Date with unixepoch-ms (#29274)bee4502fix: use mysql binary protocol to avoid a lossy conversion (#29285)455853dfix: use safeJsonStringify for nested Uint8Array in Json fields (#29268)6586972fix: fix accidental query plan mutation (#29262)Updates
@react-email/componentsfrom 1.0.8 to 1.0.9Release notes
Sourced from
@react-email/components's releases.Changelog
Sourced from
@react-email/components's changelog.Commits
197d094chore: version packages (#3035)1f27dcdfeat: pnpm catalogs (#3014)11aa935chore(deps): update dependency tsdown to v0.19.0 (#2857)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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