[PR #58] [MERGED] fix: align next/constants shim #277

Closed
opened 2026-05-06 12:38:56 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/58
Author: @hyoban
Created: 2/25/2026
Status: Merged
Merged: 3/8/2026
Merged by: @james-elicx

Base: mainHead: 2-25-constants-exports


📝 Commits (8)

📊 Changes

5 files changed (+337 additions, -10 deletions)

View changed files

📝 package.json (+5 -1)
📝 packages/vinext/src/shims/constants.ts (+205 -3)
📝 packages/vinext/src/shims/next-shims.d.ts (+107 -0)
📝 pnpm-lock.yaml (+3 -0)
📝 tests/shims.test.ts (+17 -6)

📄 Description

https://github.com/vercel/next.js/blob/canary/packages/next/src/shared/lib/constants.ts


🔄 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/58 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 3/8/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `2-25-constants-exports` --- ### 📝 Commits (8) - [`729cea5`](https://github.com/cloudflare/vinext/commit/729cea55764d4086d41f6f0f5e8d969acfe7fdfe) fix: align next/constants shim - [`2a37e5b`](https://github.com/cloudflare/vinext/commit/2a37e5bf0264fa1a8ff1d6873ba7268448beaff7) update - [`c8b9def`](https://github.com/cloudflare/vinext/commit/c8b9def7c691b15b244b877269ce612c9dbef519) test - [`12569ad`](https://github.com/cloudflare/vinext/commit/12569ad8ac49ad3b1ee647c2fae00f10f9d9fd5c) Merge branch 'main' into 2-25-constants-exports - [`5ff009a`](https://github.com/cloudflare/vinext/commit/5ff009aa07c65acf1a979b99b934c5176926b765) update - [`7672d06`](https://github.com/cloudflare/vinext/commit/7672d0686a5a77945b486fd67be4c56e28727169) Merge branch 'main' into 2-25-constants-exports - [`808df1a`](https://github.com/cloudflare/vinext/commit/808df1aceafc17ea8b480c2b21afc1438f21f3bf) Merge branch 'main' into 2-25-constants-exports - [`1b6f758`](https://github.com/cloudflare/vinext/commit/1b6f75879b7613d251ae76daf69b7df15b6798e2) Update lock ### 📊 Changes **5 files changed** (+337 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+5 -1) 📝 `packages/vinext/src/shims/constants.ts` (+205 -3) 📝 `packages/vinext/src/shims/next-shims.d.ts` (+107 -0) 📝 `pnpm-lock.yaml` (+3 -0) 📝 `tests/shims.test.ts` (+17 -6) </details> ### 📄 Description https://github.com/vercel/next.js/blob/canary/packages/next/src/shared/lib/constants.ts --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:56 +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#277
No description provided.