Releases: code-pushup/cli
Releases · code-pushup/cli
v0.69.5
0.69.5 (2025-07-11)
🩹 Fixes
- plugin-js-packages: include url for outdated packages in modern yarn (297766d1)
- plugin-js-packages: include transitive dependencies in audit for modern yarn (8e285e93)
❤️ Thank You
v0.69.4
0.69.4 (2025-07-09)
🩹 Fixes
- plugin-js-packages: parse yarn 4 audit output correctly (8041d870)
❤️ Thank You
v0.69.3
0.69.3 (2025-07-07)
🩹 Fixes
- plugin-js-packages: prevent negative scores in yarn v2+ workspaces (b6f96330)
❤️ Thank You
v0.69.2
0.69.2 (2025-06-16)
🩹 Fixes
- plugin-coverage: prevent invalid coverage when lcov has hit > found (c796f30e)
❤️ Thank You
v0.69.1
0.69.1 (2025-06-16)
🩹 Fixes
- plugin-coverage: skip invalid line numbers from tools like pytest-cov (ba8b3171)
❤️ Thank You
v0.69.0
0.69.0 (2025-06-03)
🚀 Features
- ci: use nx cache friendly output path for print-config command (35e334f5)
- ci: do not skip nx/turbo cache for print-config and compare commands (c83ad36d)
❤️ Thank You
v0.68.0
0.68.0 (2025-05-19)
🚀 Features
- core: include trees when uploading audits to portal (c1c6965e)
- models: define tree data structure for audit details (63bf44ca)
- plugin-coverage: replace issues with tree (2dc16890)
- plugin-jsdocs: replace issues with tree (d347c0f2)
- plugin-jsdocs: include end line number (f2102eb5)
- plugin-lighthouse: convert criticalrequestchain details to trees and table (18d4230e)
- plugin-lighthouse: convert treemap-data details to trees (19088927)
- utils: generate ascii tree in full markdown report's audit details (ab462d42)
- utils: convert files array to tree structure (211be5bf)
- utils: aggregate coverage per folder (7ef0c14e)
- utils: sort coverage tree alphabetically with folders before files (f87b869e)
🩹 Fixes
- ci: use absolute path in print-config --output file (61ae18e1)
❤️ Thank You
v0.67.0
0.67.0 (2025-04-28)
🚀 Features
- utils: create helper function for sequential Promise.all (556d8788)
🩹 Fixes
❤️ Thank You
v0.66.2
0.66.2 (2025-04-07)
🩹 Fixes
- plugin-typescript: use consistent casing for plugin metadata (Typescript -> TypeScript) (8e78e8d8)
- plugin-typescript: use same displayValue formatting as eslint (87dadf33)
❤️ Thank You
v0.66.1
0.66.1 (2025-04-07)
🩹 Fixes
- plugin-typescript: use default export (1aa6211f)
❤️ Thank You