[PR #714] [MERGED] chore: turn on more lint rules #793

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/714
Author: @james-elicx
Created: 3/29/2026
Status: Merged
Merged: 3/29/2026
Merged by: @james-elicx

Base: mainHead: opencode/silent-lagoon


📝 Commits (3)

📊 Changes

37 files changed (+408 additions, -506 deletions)

View changed files

📝 benchmarks/generate-app.mjs (+1 -3)
📝 examples/app-router-playground/app/api/og/route.tsx (+225 -352)
📝 packages/vinext/src/cli.ts (+1 -1)
📝 packages/vinext/src/cloudflare/kv-cache-handler.ts (+1 -1)
📝 packages/vinext/src/config/next-config.ts (+1 -0)
📝 packages/vinext/src/entries/app-rsc-entry.ts (+4 -4)
📝 packages/vinext/src/entries/pages-server-entry.ts (+4 -3)
📝 packages/vinext/src/global.d.ts (+14 -14)
📝 packages/vinext/src/plugins/client-reference-dedup.ts (+1 -1)
📝 packages/vinext/src/plugins/fix-use-server-closure-collision.ts (+7 -7)
📝 packages/vinext/src/plugins/fonts.ts (+2 -2)
📝 packages/vinext/src/server/app-page-boundary-render.ts (+2 -0)
📝 packages/vinext/src/server/app-ssr-stream.ts (+3 -3)
📝 packages/vinext/src/server/dev-module-runner.ts (+1 -1)
📝 packages/vinext/src/server/dev-server.ts (+5 -5)
📝 packages/vinext/src/server/instrumentation.ts (+4 -3)
📝 packages/vinext/src/server/middleware.ts (+2 -0)
📝 packages/vinext/src/shims/dynamic.ts (+2 -3)
📝 packages/vinext/src/shims/error-boundary.tsx (+1 -1)
📝 packages/vinext/src/shims/head.ts (+5 -4)

...and 17 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/714 **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 (3) - [`e5bda43`](https://github.com/cloudflare/vinext/commit/e5bda432d9fffd5034c466cee1daafae37ef2f70) chore: turn on more lint rules - [`60a03c8`](https://github.com/cloudflare/vinext/commit/60a03c8828afe016bc5d1bc3453b5fb4fd9e1dfd) fmt - [`6b30d88`](https://github.com/cloudflare/vinext/commit/6b30d8858e8b6b50fdec10652b7a04324dea922e) add todos ### 📊 Changes **37 files changed** (+408 additions, -506 deletions) <details> <summary>View changed files</summary> 📝 `benchmarks/generate-app.mjs` (+1 -3) 📝 `examples/app-router-playground/app/api/og/route.tsx` (+225 -352) 📝 `packages/vinext/src/cli.ts` (+1 -1) 📝 `packages/vinext/src/cloudflare/kv-cache-handler.ts` (+1 -1) 📝 `packages/vinext/src/config/next-config.ts` (+1 -0) 📝 `packages/vinext/src/entries/app-rsc-entry.ts` (+4 -4) 📝 `packages/vinext/src/entries/pages-server-entry.ts` (+4 -3) 📝 `packages/vinext/src/global.d.ts` (+14 -14) 📝 `packages/vinext/src/plugins/client-reference-dedup.ts` (+1 -1) 📝 `packages/vinext/src/plugins/fix-use-server-closure-collision.ts` (+7 -7) 📝 `packages/vinext/src/plugins/fonts.ts` (+2 -2) 📝 `packages/vinext/src/server/app-page-boundary-render.ts` (+2 -0) 📝 `packages/vinext/src/server/app-ssr-stream.ts` (+3 -3) 📝 `packages/vinext/src/server/dev-module-runner.ts` (+1 -1) 📝 `packages/vinext/src/server/dev-server.ts` (+5 -5) 📝 `packages/vinext/src/server/instrumentation.ts` (+4 -3) 📝 `packages/vinext/src/server/middleware.ts` (+2 -0) 📝 `packages/vinext/src/shims/dynamic.ts` (+2 -3) 📝 `packages/vinext/src/shims/error-boundary.tsx` (+1 -1) 📝 `packages/vinext/src/shims/head.ts` (+5 -4) _...and 17 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#793
No description provided.