mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 00:09:23 +02:00
[PR #551] [MERGED] chore: enable typeAware and typeCheck, use vp check #668
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#668
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/551
Author: @hyoban
Created: 3/15/2026
Status: ✅ Merged
Merged: 3/16/2026
Merged by: @southpolesteve
Base:
main← Head:3-15-vp-check📝 Commits (10+)
ba3eb49chore: enable typeAware and typeCheck, use vp check3f2a565Build5f76ed0Try cache false742ad15Revert "Try cache false"9fbbdbbUpdate2cbd4b9workaround for vp check5973337Merge branch 'cloudflare:main' into 3-15-vp-checkf15642bTry no workaround93ec9c5Fix check7f18132Update to 0.1.12📊 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/7Using workaroundBranch 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.