mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #531] [MERGED] chore: move to pnpm catalogs #653
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#653
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/531
Author: @hyoban
Created: 3/13/2026
Status: ✅ Merged
Merged: 3/13/2026
Merged by: @james-elicx
Base:
main← Head:3-14-pnpm-catelog📝 Commits (8)
276a536chore: move to pnpm catalogsfe0513fUpdatef4a957cUpdatede25d4bUpdated7134eeUse pnpm publishe70b71cmigrate93f1495migratecad3986Try pnpm pack📊 Changes
27 files changed (+819 additions, -1088 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -1)📝
.github/workflows/publish.yml(+1 -1)📝
benchmarks/vinext-rolldown/package.json(+7 -7)📝
benchmarks/vinext/package.json(+7 -7)📝
examples/app-router-cloudflare/package.json(+8 -8)📝
examples/app-router-nitro/package.json(+5 -5)📝
examples/app-router-playground/package.json(+26 -26)📝
examples/benchmarks/package.json(+12 -12)📝
examples/hackernews/package.json(+10 -10)📝
examples/nextra-docs-template/package.json(+13 -13)📝
examples/pages-router-cloudflare/package.json(+6 -6)📝
examples/realworld-api-rest/package.json(+11 -11)📝
examples/tpr-demo/package.json(+10 -10)📝
package.json(+19 -19)📝
packages/vinext/package.json(+13 -13)📝
pnpm-lock.yaml(+544 -874)📝
pnpm-workspace.yaml(+67 -6)📝
tests/fixtures/app-basic/package.json(+5 -5)📝
tests/fixtures/app-cjs-violation/package.json(+5 -5)📝
tests/fixtures/ecosystem/better-auth/package.json(+7 -7)...and 7 more files
📄 Description
https://pnpm.io/catalogs
To ensure consistency in dependency versions used across different packages, I think we should use pnpm Catalogs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.