Skip to content

Releases: code-pushup/cli

v0.69.5

11 Jul 11:08
Compare
Choose a tag to compare

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

  • Matěj Chalk

v0.69.4

09 Jul 12:05
Compare
Choose a tag to compare

0.69.4 (2025-07-09)

🩹 Fixes

  • plugin-js-packages: parse yarn 4 audit output correctly (8041d870)

❤️ Thank You

  • Matěj Chalk

v0.69.3

07 Jul 14:29
Compare
Choose a tag to compare

0.69.3 (2025-07-07)

🩹 Fixes

  • plugin-js-packages: prevent negative scores in yarn v2+ workspaces (b6f96330)

❤️ Thank You

  • Matěj Chalk

v0.69.2

16 Jun 13:31
Compare
Choose a tag to compare

0.69.2 (2025-06-16)

🩹 Fixes

  • plugin-coverage: prevent invalid coverage when lcov has hit > found (c796f30e)

❤️ Thank You

  • Matěj Chalk

v0.69.1

16 Jun 11:59
Compare
Choose a tag to compare

0.69.1 (2025-06-16)

🩹 Fixes

  • plugin-coverage: skip invalid line numbers from tools like pytest-cov (ba8b3171)

❤️ Thank You

  • Matěj Chalk

v0.69.0

03 Jun 13:22
Compare
Choose a tag to compare

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

  • Matěj Chalk

v0.68.0

19 May 10:58
Compare
Choose a tag to compare

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

  • Matěj Chalk

v0.67.0

28 Apr 11:58
Compare
Choose a tag to compare

0.67.0 (2025-04-28)

🚀 Features

  • utils: create helper function for sequential Promise.all (556d8788)

🩹 Fixes

❤️ Thank You

v0.66.2

07 Apr 14:06
Compare
Choose a tag to compare

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

  • Matěj Chalk

v0.66.1

07 Apr 11:51
Compare
Choose a tag to compare

0.66.1 (2025-04-07)

🩹 Fixes

  • plugin-typescript: use default export (1aa6211f)

❤️ Thank You

  • Matěj Chalk