[PR #716] [MERGED] chore: turn on lint rule to prefer type over interface #795

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

Base: mainHead: opencode/silent-lagoon


📝 Commits (2)

  • 683f72f chore: turn on lint rule to prefer type over interface
  • 421f3ea fix vite-hmr.d.ts

📊 Changes

95 files changed (+567 additions, -567 deletions)

View changed files

📝 packages/vinext/src/build/prerender.ts (+8 -8)
📝 packages/vinext/src/build/report.ts (+2 -2)
📝 packages/vinext/src/build/run-prerender.ts (+2 -2)
📝 packages/vinext/src/build/static-export.ts (+6 -6)
📝 packages/vinext/src/check.ts (+4 -4)
📝 packages/vinext/src/cli.ts (+4 -4)
📝 packages/vinext/src/client/instrumentation-client.ts (+2 -2)
📝 packages/vinext/src/client/vinext-next-data.ts (+2 -2)
📝 packages/vinext/src/cloudflare/kv-cache-handler.ts (+4 -4)
📝 packages/vinext/src/cloudflare/tpr.ts (+12 -12)
📝 packages/vinext/src/config/config-matchers.ts (+2 -2)
📝 packages/vinext/src/config/dotenv.ts (+4 -4)
📝 packages/vinext/src/config/next-config.ts (+16 -16)
📝 packages/vinext/src/deploy.ts (+10 -10)
📝 packages/vinext/src/entries/app-rsc-entry.ts (+2 -2)
📝 packages/vinext/src/global.d.ts (+2 -0)
📝 packages/vinext/src/index.ts (+4 -4)
📝 packages/vinext/src/init.ts (+4 -4)
📝 packages/vinext/src/plugins/optimize-imports.ts (+8 -8)
📝 packages/vinext/src/routing/app-router.ts (+6 -6)

...and 75 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/716 **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) - [`683f72f`](https://github.com/cloudflare/vinext/commit/683f72f72317cbc9541a314605fe22d8a9a345b4) chore: turn on lint rule to prefer `type` over `interface` - [`421f3ea`](https://github.com/cloudflare/vinext/commit/421f3eaea86196a577dbaaf09591b0630f7dac47) fix vite-hmr.d.ts ### 📊 Changes **95 files changed** (+567 additions, -567 deletions) <details> <summary>View changed files</summary> 📝 `packages/vinext/src/build/prerender.ts` (+8 -8) 📝 `packages/vinext/src/build/report.ts` (+2 -2) 📝 `packages/vinext/src/build/run-prerender.ts` (+2 -2) 📝 `packages/vinext/src/build/static-export.ts` (+6 -6) 📝 `packages/vinext/src/check.ts` (+4 -4) 📝 `packages/vinext/src/cli.ts` (+4 -4) 📝 `packages/vinext/src/client/instrumentation-client.ts` (+2 -2) 📝 `packages/vinext/src/client/vinext-next-data.ts` (+2 -2) 📝 `packages/vinext/src/cloudflare/kv-cache-handler.ts` (+4 -4) 📝 `packages/vinext/src/cloudflare/tpr.ts` (+12 -12) 📝 `packages/vinext/src/config/config-matchers.ts` (+2 -2) 📝 `packages/vinext/src/config/dotenv.ts` (+4 -4) 📝 `packages/vinext/src/config/next-config.ts` (+16 -16) 📝 `packages/vinext/src/deploy.ts` (+10 -10) 📝 `packages/vinext/src/entries/app-rsc-entry.ts` (+2 -2) 📝 `packages/vinext/src/global.d.ts` (+2 -0) 📝 `packages/vinext/src/index.ts` (+4 -4) 📝 `packages/vinext/src/init.ts` (+4 -4) 📝 `packages/vinext/src/plugins/optimize-imports.ts` (+8 -8) 📝 `packages/vinext/src/routing/app-router.ts` (+6 -6) _...and 75 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#795
No description provided.