Deno 2.8 has been released as the biggest minor update to date, introducing several new subcommands including deno audit fix for automatically upgrading vulnerable packages, deno bump-version for version management, deno ci for reproducible installs, deno pack for creating npm-publishable tarballs, deno transpile for stripping TypeScript types, and deno why for dependency analysis. The update also removes the npm: prefix requirement at CLI making it more compatible with Node.js workflows, significantly improves Node.js API compatibility from 42% to 76.4% test pass rate, and delivers substantial performance improvements including 3.66x faster npm installs and enhanced HTTP serving speeds.