mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #715] [MERGED] chore: turn on no-explicit-any lint rule #794
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#794
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/715
Author: @james-elicx
Created: 3/29/2026
Status: ✅ Merged
Merged: 3/29/2026
Merged by: @james-elicx
Base:
main← Head:opencode/silent-lagoon📝 Commits (2)
39ca760chore: turn on no-explicit-any lint ruled4cf57dApply suggestions from code review📊 Changes
22 files changed (+116 additions, -64 deletions)
View changed files
📝
packages/vinext/src/cli.ts(+7 -7)📝
packages/vinext/src/cloudflare/kv-cache-handler.ts(+1 -0)📝
packages/vinext/src/config/config-matchers.ts(+2 -2)📝
packages/vinext/src/config/next-config.ts(+7 -0)📝
packages/vinext/src/index.ts(+57 -32)📝
packages/vinext/src/plugins/fix-use-server-closure-collision.ts(+2 -2)📝
packages/vinext/src/plugins/fonts.ts(+1 -1)📝
packages/vinext/src/server/app-page-boundary-render.ts(+2 -0)📝
packages/vinext/src/server/dev-server.ts(+6 -2)📝
packages/vinext/src/server/middleware.ts(+2 -2)📝
packages/vinext/src/shims/cache-runtime.ts(+8 -1)📝
packages/vinext/src/shims/cache.ts(+1 -0)📝
packages/vinext/src/shims/dynamic.ts(+2 -0)📝
packages/vinext/src/shims/error-boundary.tsx(+4 -4)📝
packages/vinext/src/shims/form.tsx(+4 -4)📝
packages/vinext/src/shims/layout-segment-context.tsx(+1 -1)📝
packages/vinext/src/shims/link.tsx(+3 -3)📝
packages/vinext/src/shims/next-shims.d.ts(+1 -0)📝
packages/vinext/src/shims/unified-request-context.ts(+1 -0)📝
tests/e2e/helpers.ts(+1 -1)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.