[PR #715] [MERGED] chore: turn on no-explicit-any lint rule #794

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

📋 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: mainHead: opencode/silent-lagoon


📝 Commits (2)

  • 39ca760 chore: turn on no-explicit-any lint rule
  • d4cf57d Apply 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/715 **Author:** [@james-elicx](https://github.com/james-elicx) **Created:** 3/29/2026 **Status:** ✅ Merged **Merged:** 3/29/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `opencode/silent-lagoon` --- ### 📝 Commits (2) - [`39ca760`](https://github.com/cloudflare/vinext/commit/39ca7601c6b81cca37dfc9c4900e759e44d3f77c) chore: turn on no-explicit-any lint rule - [`d4cf57d`](https://github.com/cloudflare/vinext/commit/d4cf57d42ce68507fd49a3c8208f823eb818eb80) Apply suggestions from code review ### 📊 Changes **22 files changed** (+116 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:10:08 +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#794
No description provided.