FeatureFuel
31

Supabase Edge Functions: Deno Lock File v5 Support Request

Source: supabase/supabase#39966 · opened by @toy-crane
Summary Supabase Edge Functions currently only support Deno lock file version 4, requiring users to use Deno versions 2.0-2.2.x. However, Deno 2.3+ (released May 2025) introduced lock file v5 along with critical improvements to deno add command functionality in non-interactive/non-TTY environments (CI/CD, automation tools, AI tools like Claude Code). Request: Please add support for Deno lock file version 5 to enable developers to use modern Deno versions (2.3+) with Supabase Edge Functions. Background Lock File Version Timeline | Deno Version Range | Lock File Version | Release Period | Status | |-------------------|-------------------|----------------|---------| | 2.0.0 - 2.2.15 LTS | v4 | Oct 2024 - Sept 2025 | ✅ Supabase Compatible | | 2.3.0+ | v5 | May 2025 - Present | ❌ Not Supabase Compatible | The Problem Deno 2.3.0+ includes important fixes for the deno add command that make it work in non-TTY environments (like Claude Code, CI/CD pipelines, automation …

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests