[PR #551] [MERGED] chore: enable typeAware and typeCheck, use vp check #668

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

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/551
Author: @hyoban
Created: 3/15/2026
Status: Merged
Merged: 3/16/2026
Merged by: @southpolesteve

Base: mainHead: 3-15-vp-check


📝 Commits (10+)

📊 Changes

23 files changed (+328 additions, -321 deletions)

View changed files

📝 .github/workflows/ci.yml (+5 -19)
📝 AGENTS.md (+7 -7)
📝 CONTRIBUTING.md (+1 -1)
📝 README.md (+3 -3)
📝 package.json (+2 -2)
📝 packages/vinext/src/server/api-handler.ts (+1 -1)
📝 packages/vinext/src/server/metadata-routes.ts (+2 -2)
📝 packages/vinext/src/server/middleware.ts (+1 -1)
📝 packages/vinext/src/shims/navigation.ts (+1 -1)
📝 packages/vinext/src/shims/next-shims.d.ts (+7 -7)
📝 pnpm-lock.yaml (+182 -182)
📝 pnpm-workspace.yaml (+3 -3)
📝 tests/api-handler.test.ts (+12 -7)
📝 tests/app-router.test.ts (+1 -0)
📝 tests/build-optimization.test.ts (+1 -0)
📝 tests/isr-cache.test.ts (+3 -3)
📝 tests/kv-cache-handler.test.ts (+1 -1)
📝 tests/pages-router.test.ts (+2 -1)
📝 tests/request-context.test.ts (+7 -7)
📝 tests/shims.test.ts (+8 -8)

...and 3 more files

📄 Description

Follow #535

Wait for https://github.com/voidzero-dev/setup-vp/issues/7 Using workaround

Branch protection rules on GitHub need to be changed to Check.


🔄 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/551 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 3/15/2026 **Status:** ✅ Merged **Merged:** 3/16/2026 **Merged by:** [@southpolesteve](https://github.com/southpolesteve) **Base:** `main` ← **Head:** `3-15-vp-check` --- ### 📝 Commits (10+) - [`ba3eb49`](https://github.com/cloudflare/vinext/commit/ba3eb49604807d0fece14f5eb8cb767caf81faee) chore: enable typeAware and typeCheck, use vp check - [`3f2a565`](https://github.com/cloudflare/vinext/commit/3f2a5653ec54104a20ad2232e68f7e5d7e8f582d) Build - [`5f76ed0`](https://github.com/cloudflare/vinext/commit/5f76ed02f15e4beb48cb964cafb2cfd13371c040) Try cache false - [`742ad15`](https://github.com/cloudflare/vinext/commit/742ad158167ef909b085f64b3e70fbf9fb2ad836) Revert "Try cache false" - [`9fbbdbb`](https://github.com/cloudflare/vinext/commit/9fbbdbb4febfef504b0616ec60ebcd58a44194ca) Update - [`2cbd4b9`](https://github.com/cloudflare/vinext/commit/2cbd4b9f1029983f740ab49be83eebf575a56e64) workaround for vp check - [`5973337`](https://github.com/cloudflare/vinext/commit/59733376e287fc70d535144f142aaab9e4d34089) Merge branch 'cloudflare:main' into 3-15-vp-check - [`f15642b`](https://github.com/cloudflare/vinext/commit/f15642b1da056df5b3efd593f11cb23ebed64de1) Try no workaround - [`93ec9c5`](https://github.com/cloudflare/vinext/commit/93ec9c573ba1557bfefc04fe1fb2afddcfb9441e) Fix check - [`7f18132`](https://github.com/cloudflare/vinext/commit/7f18132653f0b95647d1e1bc85fc8f3d54331873) Update to 0.1.12 ### 📊 Changes **23 files changed** (+328 additions, -321 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+5 -19) 📝 `AGENTS.md` (+7 -7) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `README.md` (+3 -3) 📝 `package.json` (+2 -2) 📝 `packages/vinext/src/server/api-handler.ts` (+1 -1) 📝 `packages/vinext/src/server/metadata-routes.ts` (+2 -2) 📝 `packages/vinext/src/server/middleware.ts` (+1 -1) 📝 `packages/vinext/src/shims/navigation.ts` (+1 -1) 📝 `packages/vinext/src/shims/next-shims.d.ts` (+7 -7) 📝 `pnpm-lock.yaml` (+182 -182) 📝 `pnpm-workspace.yaml` (+3 -3) 📝 `tests/api-handler.test.ts` (+12 -7) 📝 `tests/app-router.test.ts` (+1 -0) 📝 `tests/build-optimization.test.ts` (+1 -0) 📝 `tests/isr-cache.test.ts` (+3 -3) 📝 `tests/kv-cache-handler.test.ts` (+1 -1) 📝 `tests/pages-router.test.ts` (+2 -1) 📝 `tests/request-context.test.ts` (+7 -7) 📝 `tests/shims.test.ts` (+8 -8) _...and 3 more files_ </details> ### 📄 Description Follow #535 ~~Wait for https://github.com/voidzero-dev/setup-vp/issues/7~~ ~~Using workaround~~ Branch protection rules on GitHub need to be changed to `Check`. --- <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:26 +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#668
No description provided.