You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test: upgrade deno used in tests
* test: e2e simple next/after test
* feat: support waitUntil
* use already existing trackBackgroundWork helper from request context to handle next/after
* test: increase timeout for one of smoke tests due to team-wide extensions installation time making it timeout
* test: move test to dedicated fixture
* chore: update outdated comment
* chore: clarify awaiting backgroundWorkPromise
* test: update assertion for next >=15.0.4-canary.18
* fix: support changed shape of getRequestHandlers return
---------
Co-authored-by: Matt Kane <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/pre-release.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ jobs:
23
23
- name: Install Deno
24
24
uses: denoland/setup-deno@v1
25
25
with:
26
-
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
27
-
deno-version: v1.37.0
26
+
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
Copy file name to clipboardExpand all lines: .github/workflows/release-please.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ jobs:
31
31
- name: Install Deno
32
32
uses: denoland/setup-deno@v1
33
33
with:
34
-
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
35
-
deno-version: v1.37.0
34
+
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
Copy file name to clipboardExpand all lines: .github/workflows/run-tests.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ jobs:
65
65
- name: Install Deno
66
66
uses: denoland/setup-deno@v1
67
67
with:
68
-
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main/node/bridge.ts#L17
69
-
deno-version: v1.37.0
68
+
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
69
+
deno-version: v1.44.4
70
70
- name: 'Install dependencies'
71
71
run: npm ci
72
72
- name: 'Prepare Netlify CLI'
@@ -134,7 +134,7 @@ jobs:
134
134
uses: denoland/setup-deno@v1
135
135
with:
136
136
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
137
-
deno-version: v1.37.0
137
+
deno-version: v1.44.4
138
138
- name: 'Install dependencies'
139
139
run: npm ci
140
140
- name: 'Build'
@@ -198,8 +198,8 @@ jobs:
198
198
- name: Install Deno
199
199
uses: denoland/setup-deno@v1
200
200
with:
201
-
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main/node/bridge.ts#L17
202
-
deno-version: v1.37.0
201
+
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
// depending on Next.js version requestHandlers might be an array of object
136
+
// see https://github.com/vercel/next.js/commit/08e7410f15706379994b54c3195d674909a8d533#diff-37243d614f1f5d3f7ea50bbf2af263f6b1a9a4f70e84427977781e07b02f57f1R742
0 commit comments