Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): use external @edge-runtime/cookies #42736

Merged
merged 31 commits into from
Feb 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
18e8bef
chore(deps): add `@edge-runtime/cookies`
balazsorban44 Nov 10, 2022
03f42fb
use precompiled version of `@edge-runtimer/cookies`
balazsorban44 Nov 10, 2022
2f149f2
Merge branch 'canary' into chore/edge-runtime-cookies
balazsorban44 Nov 11, 2022
66ff4a7
use ESM
balazsorban44 Nov 11, 2022
1df3417
Merge branch 'chore/edge-runtime-cookies' of github.com:vercel/next.j…
balazsorban44 Nov 11, 2022
5533210
Merge branch 'canary' into chore/edge-runtime-cookies
balazsorban44 Feb 7, 2023
7749e46
update precompiled
balazsorban44 Feb 7, 2023
e1683ee
update
balazsorban44 Feb 7, 2023
9623b98
Merge branch 'canary' into chore/edge-runtime-cookies
balazsorban44 Feb 8, 2023
369dafc
revert
balazsorban44 Feb 8, 2023
c78b4e0
Merge branch 'chore/edge-runtime-cookies' of https://github.com/verce…
balazsorban44 Feb 8, 2023
d0f97a8
fix test
balazsorban44 Feb 8, 2023
01b9eb8
use CJS version
balazsorban44 Feb 8, 2023
edacc60
update `edge-runtime` packages
balazsorban44 Feb 8, 2023
4d6cda4
Update misc.d.ts
balazsorban44 Feb 8, 2023
5f18e98
update `@edge-runtime/jest-environemnt`
balazsorban44 Feb 8, 2023
2cf7bcf
fix type
balazsorban44 Feb 8, 2023
ae8bb8b
revert some lock file changes
balazsorban44 Feb 8, 2023
77d4755
update precompiled 🤷
balazsorban44 Feb 8, 2023
47d531f
don't treat as ESM
balazsorban44 Feb 8, 2023
ca0046a
precompile!
balazsorban44 Feb 8, 2023
cd52f5e
revert
balazsorban44 Feb 8, 2023
2b1e96a
Merge branch 'canary' into chore/edge-runtime-cookies
balazsorban44 Feb 8, 2023
73637f7
Merge branch 'canary' into chore/edge-runtime-cookies
ijjk Feb 15, 2023
5591f30
Merge branch 'canary' into chore/edge-runtime-cookies
balazsorban44 Feb 15, 2023
35f0a0a
Merge branch 'canary' into chore/edge-runtime-cookies
balazsorban44 Feb 16, 2023
4c91693
Merge branch 'canary' into chore/edge-runtime-cookies
balazsorban44 Feb 17, 2023
d3d7f7e
downgrade `edge-runtime`
balazsorban44 Feb 17, 2023
2c7b88b
downgrade, precompile
balazsorban44 Feb 17, 2023
6d0854c
revert
balazsorban44 Feb 17, 2023
932564f
precompile?
balazsorban44 Feb 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update misc.d.ts
balazsorban44 authored Feb 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4d6cda42534360ce09d07d5a26e761d2fd3a8026
5 changes: 3 additions & 2 deletions packages/next/types/misc.d.ts
Original file line number Diff line number Diff line change
@@ -340,8 +340,9 @@ declare module 'next/dist/compiled/edge-runtime' {
export = m
}

declare module 'next/font' {
export * from '@next/font'
declare module 'next/dist/compiled/@edge-runtime/cookies' {
import m from '@edge-runtime/cookies'
export = m
}

declare module 'next/dist/compiled/@edge-runtime/primitives' {