Breaking Changes
- Node.js 20+ required - Dropped support for Node 18
- ES Modules - Codebase converted from CommonJS to ESM
New Features
- Redirect delete - Remove redirects with
quant redirect <from> --delete(use--forceto skip confirmation)
Updates
- Upgraded to ESLint 9 flat config
- Docker image now uses Node 22
- CI tests on Node 20.x and 22.x
- Updated all dependencies to latest versions
Dependencies
- axios 1.13.0
- @clack/prompts 1.0.0
- yargs 18.0.0
- mocha 11.7.5
- eslint 9.39.0
Full Changelog: v5.1.1...v6.0.0