From 2a9382d25cf5fa13b6cc6319f02eb33ae19bf913 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Sun, 1 Feb 2026 10:36:38 -0600 Subject: [PATCH 1/2] hotfix: add @nodejs/doc-kit as an allow-lists dependency (#8576) --- pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 92201e1b79e8c..2ec0757228c52 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -12,6 +12,7 @@ catalog: typescript: 5.9.3 onlyBuiltDependencies: + - '@nodejs/doc-kit' - '@swc/core' - '@tailwindcss/oxide' - '@vercel/speed-insights' From e15d8756c3903c4894f9431bb211b7fd19a68b3c Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Sun, 1 Feb 2026 19:58:48 +0000 Subject: [PATCH 2/2] Add missing `WORKER_SELF_REFERENCE` service binding to wrangler configuation (#8589) Add missing `WORKER_SELF_REFERENCE` service binding to wrangler configuration --- apps/site/wrangler.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/site/wrangler.jsonc b/apps/site/wrangler.jsonc index 69afe07d5a0e2..163eccf9da176 100644 --- a/apps/site/wrangler.jsonc +++ b/apps/site/wrangler.jsonc @@ -12,6 +12,12 @@ "binding": "ASSETS", "run_worker_first": true, }, + "services": [ + { + "binding": "WORKER_SELF_REFERENCE", + "service": "nodejs-website", + }, + ], "vars": { // Variables needed for skew protection // Also note that an appropriate CF_WORKERS_SCRIPTS_API_TOKEN secret