-
Notifications
You must be signed in to change notification settings - Fork 141
chore(ci): update pkg.pr.new for shared packages #3786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): update pkg.pr.new for shared packages #3786
Conversation
|
🚅 Deployed to the rivet-pr-3786 environment in rivet-frontend
🚅 Deployed to the rivet-pr-3786 environment in rivet-frontend-website-preview
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: chore(ci): update pkg.pr.new for shared packagesSummaryThis PR updates the pkg.pr.new CI workflow to include shared TypeScript packages and upgrades Next.js from 15.4.10 to 16.1.1 in example projects. The changes are focused on improving the package publishing process and keeping dependencies current. Code Quality & Best Practices ✅Positive aspects:
Changes Breakdown1. CI Workflow Updates (.github/workflows/pkg-pr-new.yaml)- pnpm build -F '@rivetkit/*'
+ pnpm build -F '@rivetkit/*' -F '!@rivetkit/example-registry'
- pnpm dlx pkg-pr-new publish 'engine/sdks/typescript/runner/' ...
+ pnpm dlx pkg-pr-new publish 'shared/typescript/*' 'engine/sdks/typescript/runner/' ...Analysis:
2. Next.js Version Bump (15.4.10 → 16.1.1)Analysis:
3. Lock File Changes (pnpm-lock.yaml)Observations:
Potential Issues & Concerns
|
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/virtual-websocket
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
4d1a4d5 to
936d34d
Compare
Merge activity
|

No description provided.