[PR #531] [MERGED] chore: move to pnpm catalogs #653

Closed
opened 2026-05-06 13:09:20 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: 3-14-pnpm-catelog


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/531 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 3/13/2026 **Status:** ✅ Merged **Merged:** 3/13/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `3-14-pnpm-catelog` --- ### 📝 Commits (8) - [`276a536`](https://github.com/cloudflare/vinext/commit/276a5362cdb1cc61a8e760637e7b84abf18e3184) chore: move to pnpm catalogs - [`fe0513f`](https://github.com/cloudflare/vinext/commit/fe0513f31079c1a60e80fa57c79cba8719a839dc) Update - [`f4a957c`](https://github.com/cloudflare/vinext/commit/f4a957c2569bb85865a8454a07373e94480cffd4) Update - [`de25d4b`](https://github.com/cloudflare/vinext/commit/de25d4bc6cde28304f178231765d78338cd9fb5c) Update - [`d7134ee`](https://github.com/cloudflare/vinext/commit/d7134ee6d6bf01f24489b758d4ff0c211060373f) Use pnpm publish - [`e70b71c`](https://github.com/cloudflare/vinext/commit/e70b71ca984800fe98ac1cd2bae0d3b0b2d46755) migrate - [`93f1495`](https://github.com/cloudflare/vinext/commit/93f14951ede1f43e286f874ba19e015e482dd8d1) migrate - [`cad3986`](https://github.com/cloudflare/vinext/commit/cad39869a73ea955b8440ba77deac167134cafb9) Try pnpm pack ### 📊 Changes **27 files changed** (+819 additions, -1088 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description https://pnpm.io/catalogs To ensure consistency in dependency versions used across different packages, I think we should use pnpm Catalogs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:09:20 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#653
No description provided.