Migrating to Deno v2.2.5
Version v2.2.5 introduces 1 breaking change. This guide details how to update your code.
Released: 3/21/2025
1
Breaking Changes
1
Migration Steps
8
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
deno_coreV8util.getCallSitesErrorConstructorErrorWithStackTraceLimitwinapiArrayPrototypeSplitStringPrototypeSplitBreaking Changes
●Issue #1
The ErrorWithStackTraceLimit interface has been removed. Use the standard ErrorConstructor interface which now includes stackTraceLimit.
Migration Steps
- 1Update code referencing the 'ErrorWithStackTraceLimit' interface to use the standard 'Error' or 'ErrorConstructor' type instead.
Release Summary
Deno 2.2.5 introduces unstable support for local npm packages and OpenTelemetry event recording, alongside a V8 engine upgrade to 13.5 and various Node.js compatibility fixes.
Need More Details?
View the full release notes and all changes for Deno v2.2.5.
View Full Changelog