|
| 1 | +## 0.70.0 (2025-07-31) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- **ci:** update to zod v4 ([c342dab1](https://github.com/code-pushup/cli/commit/c342dab1)) |
| 6 | +- **ci:** remove redundant --no-progress argument ([b0ed2fa9](https://github.com/code-pushup/cli/commit/b0ed2fa9)) |
| 7 | +- **ci:** skip persist.format args if defaults already configured ([c11db95e](https://github.com/code-pushup/cli/commit/c11db95e)) |
| 8 | +- **cli:** disable progress bar in CI environment ([ecd42c60](https://github.com/code-pushup/cli/commit/ecd42c60)) |
| 9 | +- **models:** add generic artifact generation to enable caching ([#1023](https://github.com/code-pushup/cli/pull/1023)) |
| 10 | +- **models:** update to zod v4 ([7985c239](https://github.com/code-pushup/cli/commit/7985c239)) |
| 11 | +- **nx-plugin:** update to zod v4 ([91774182](https://github.com/code-pushup/cli/commit/91774182)) |
| 12 | +- **plugin-coverage:** update to zod v4 ([a0814d31](https://github.com/code-pushup/cli/commit/a0814d31)) |
| 13 | +- **plugin-eslint:** update zod to v4 ([4ef657f1](https://github.com/code-pushup/cli/commit/4ef657f1)) |
| 14 | +- **plugin-js-packages:** update to zod v4 ([c24b7435](https://github.com/code-pushup/cli/commit/c24b7435)) |
| 15 | +- **plugin-jsdocs:** update to zod v4 ([3444e8d3](https://github.com/code-pushup/cli/commit/3444e8d3)) |
| 16 | +- **plugin-lighthouse:** implement multiple URL support ([f4db1368](https://github.com/code-pushup/cli/commit/f4db1368)) |
| 17 | +- **plugin-typescript:** update to zod v4 ([6de416f4](https://github.com/code-pushup/cli/commit/6de416f4)) |
| 18 | +- **utils:** update to zod v4, replace zod-validation-error with z.prettifyError ([b1364d7d](https://github.com/code-pushup/cli/commit/b1364d7d)) |
| 19 | +- **utils:** parse boolean environment variables ([be08c188](https://github.com/code-pushup/cli/commit/be08c188)) |
| 20 | +- **utils:** detect ci environment ([3430d31b](https://github.com/code-pushup/cli/commit/3430d31b)) |
| 21 | +- **utils:** extract boolean value coercion to standalone function ([f76e4fb0](https://github.com/code-pushup/cli/commit/f76e4fb0)) |
| 22 | + |
| 23 | +### 🩹 Fixes |
| 24 | + |
| 25 | +- **ci:** do not set --verbose by default ([ab39b050](https://github.com/code-pushup/cli/commit/ab39b050)) |
| 26 | +- **cli:** adapt format schema check to zod v4 ([77a384b0](https://github.com/code-pushup/cli/commit/77a384b0)) |
| 27 | +- **models:** use implementAsync for async z.function occurrences ([17931228](https://github.com/code-pushup/cli/commit/17931228)) |
| 28 | + |
| 29 | +### ❤️ Thank You |
| 30 | + |
| 31 | +- Andrii Siuta |
| 32 | +- Hanna Skryl @hanna-skryl |
| 33 | +- Matěj Chalk |
| 34 | + |
1 | 35 | ## 0.69.5 (2025-07-11) |
2 | 36 |
|
3 | 37 | ### 🩹 Fixes |
|
0 commit comments