Skip to content

Releases: code-pushup/cli

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

v0.66.0

04 Apr 15:05
Compare
Choose a tag to compare

0.66.0 (2025-04-04)

🚀 Features

  • plugin-typescript: prepare for first release (6b1e39d6)

🩹 Fixes

  • plugin-js-packages-e2e: npm outdated fallback to "wanted" if "current" is missing (ef5c2eee)

❤️ Thank You

  • Matěj Chalk
  • Vojtech Masek @vmasek

v0.65.3

31 Mar 09:45
Compare
Choose a tag to compare

0.65.3 (2025-03-31)

🩹 Fixes

❤️ Thank You

  • Matěj Chalk

v0.65.2

26 Mar 10:07
Compare
Choose a tag to compare

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

v0.65.1

11 Mar 15:13
Compare
Choose a tag to compare

0.65.1 (2025-03-11)

🩹 Fixes

  • update pkgs (#965)
  • ci: prevent overwriting report artifacts (3c7fa08f)
  • nx-plugin: adjust upload config handling (#937)

❤️ Thank You

v0.65.0

05 Mar 16:45
Compare
Choose a tag to compare

0.65.0 (2025-03-05)

🚀 Features

  • utils: add score filter to md report generation (#956)

❤️ Thank You

v0.64.2

05 Mar 15:45
Compare
Choose a tag to compare

0.64.2 (2025-03-05)

🩹 Fixes

  • update nx-verdaccio pkg (#954)
  • plugin-js-packages: ignore non-empty stderr (7936a00c)
  • utils: ignore non-json lines in fromJsonLines utility (7886c572)

❤️ Thank You