{{ message }}
chore: update npm provenance repository - #30145
Merged
Merged
Conversation
Contributor
@prisma/orm-extension-arktype-json
@prisma/orm-extension-middleware-cache
@prisma/orm-extension-paradedb
@prisma/orm-extension-pgvector
@prisma/orm-extension-postgis
@prisma/orm-extension-supabase
@prisma/orm-family-mongo
@prisma/orm-family-sql
@prisma/orm-framework
@prisma/orm-mongo
@prisma/orm-postgres
@prisma/orm-sqlite
@prisma/orm-target-mongo
@prisma/orm-target-postgres
@prisma/orm-target-sqlite
@prisma/orm-toolchain
commit: |
Contributor
size-limit report 📦 |
SevInf
approved these changes
Aug 26, 2026
5 tasks
Shgit29
pushed a commit
to Shgit29/prisma
that referenced
this pull request
Aug 31, 2026
…risma#30179) ## Linked issue n/a — small change; fallout from the repository rename (prisma/prisma → prisma/orm). ## Summary The publish workflow's "Notify prisma-cli" step never reached its consumer. It sent `event_type: family-published`, but prisma-cli's `update-product-versions.yml` triggers on `product-published`, so the auto-repin only ever ran from its daily scheduled backstop. The payload also still named this repo `prisma/prisma`. The step now sends `product-published` with `repo: prisma/orm`. ## Testing performed - Verified the receiving side: `prisma/prisma-cli` `.github/workflows/update-product-versions.yml` triggers on `repository_dispatch: types: [product-published]` and reads nothing from the payload, so the `repo` field is informational. - The diff changes only characters inside an existing quoted scalar; no YAML structure changed. ## Skill update n/a — internal only (CI workflow; no user-facing surface). ## Checklist - [x] All commits are signed off (`git commit -s`) per the [DCO](../CONTRIBUTING.md#developer-certificate-of-origin-dco). The DCO status check will block merge if any commit is missing a `Signed-off-by:` trailer. - [x] I read [CONTRIBUTING.md](../CONTRIBUTING.md) and the change is scoped to one logical concern. - [x] Tests are updated (n/a — CI workflow change, no test surface). - [ ] The PR title is in `TML-NNNN: <sentence-case title>` form — no Linear ticket exists for this rename fallout; the title follows the repo's convention for such chores (cf. prisma#30145). - [x] The **Skill update** section above is filled in. ## Notes for the reviewer - The event-type mismatch predates the rename. prisma-cli's consumer workflow was created on 2026-08-17 listening for `product-published` (prisma/prisma-cli#192); this sender, added on 2026-08-13, was never updated. The daily cron masked the dead letter — a lost dispatch delays the repin by at most a day, which is why nothing visibly broke. - Companion PRs update the other side of the rename: `prisma/orm` `v7` branch (`github.repository` guards), `prisma/engines-wrapper` (workflow dispatch target), and `prisma/prisma-engines` (Makefile clone URL). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the publication notification event type to `product-published`. * Repository and version information in the notification remain unchanged. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Oleksii Orlenko <robot@aqrln.net>
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.

Summary
prisma/prismatoprisma/ormValidation
node --test scripts/validate-package-manifests.test.mjsnode scripts/validate-package-manifests.mjsgit diff --checkSummary by CodeRabbit