Deno 2.8 Released with New Subcommands and CI Features
Original: Deno 2.8
Why This Matters
Enhances Deno's enterprise readiness with automated security and CI tooling
Deno 2.8 introduces three new subcommands: deno audit fix for automatic vulnerability patching, deno bump-version for version management with workspace support, and deno ci for reliable dependency installation in CI environments.
Deno 2.8 marks the biggest minor release to date with significant new functionality. The deno audit fix subcommand automatically upgrades vulnerable npm packages to patched versions while respecting version constraints, building on the existing deno audit feature from version 2.6. The deno bump-version command handles semantic versioning updates for individual projects and workspaces, supporting patch, minor, major, and prerelease increments. In workspace mode, it can derive version bumps from Conventional Commits and maintain cross-package reference synchronization. The new deno ci subcommand provides a dedicated solution for CI environments and Dockerfiles, ensuring exact lockfile compliance and failing loudly when dependencies don't match expectations. All features include dry-run options and comprehensive workspace support for multi-package projects.