Skip to content

Commit 8e63515

Browse files
committed
release: 0.58.0 [skip ci]
1 parent c34ba14 commit 8e63515

File tree

13 files changed

+60
-34
lines changed

13 files changed

+60
-34
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.58.0 (2025-02-12)
2+
3+
### 🚀 Features
4+
5+
- **models:** auto-generate JSDoc annotations ([29cf02ad](https://github.com/code-pushup/cli/commit/29cf02ad))
6+
- **plugin-coverage:** support lcovonly option for vitest ([b230a3d2](https://github.com/code-pushup/cli/commit/b230a3d2))
7+
- **plugin-eslint:** add support for custom groups ([#925](https://github.com/code-pushup/cli/pull/925))
8+
- **plugin-jsdocs:** add plugin-jsdocs to analyze documentation in ts/js projects ([#896](https://github.com/code-pushup/cli/pull/896))
9+
- **plugin-typescript:** setup plugin project base ([#917](https://github.com/code-pushup/cli/pull/917))
10+
11+
### 🩹 Fixes
12+
13+
- handle skipped audits and groups ([#911](https://github.com/code-pushup/cli/pull/911))
14+
- fix poppinss version ([#921](https://github.com/code-pushup/cli/pull/921))
15+
- nest files with timestamp for plugin runners ([4ecf9772](https://github.com/code-pushup/cli/commit/4ecf9772))
16+
- **models:** add missing exports ([#918](https://github.com/code-pushup/cli/pull/918))
17+
- **nx-plugin:** deep merge executor options ([#927](https://github.com/code-pushup/cli/pull/927))
18+
19+
### ❤️ Thank You
20+
21+
- Alejandro @aramirezj
22+
- Hanna Skryl @hanna-skryl
23+
- hanna-skryl
24+
- Michael Hladky @BioPhoton
25+
- Vojtech Masek @vmasek
26+
127
## 0.57.0 (2024-12-17)
228

329
### 🚀 Features

packages/ci/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/ci",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"description": "CI automation logic for Code PushUp (provider-agnostic)",
55
"license": "MIT",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/ci#readme",
@@ -26,8 +26,8 @@
2626
},
2727
"type": "module",
2828
"dependencies": {
29-
"@code-pushup/models": "0.57.0",
30-
"@code-pushup/utils": "0.57.0",
29+
"@code-pushup/models": "0.58.0",
30+
"@code-pushup/utils": "0.58.0",
3131
"glob": "^10.4.5",
3232
"simple-git": "^3.20.0",
3333
"yaml": "^2.5.1",

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/cli",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"license": "MIT",
55
"description": "A CLI to run all kinds of code quality measurements to align your team with company goals",
66
"homepage": "https://code-pushup.dev",
@@ -42,9 +42,9 @@
4242
"code-pushup": "./src/index.js"
4343
},
4444
"dependencies": {
45-
"@code-pushup/models": "0.57.0",
46-
"@code-pushup/core": "0.57.0",
47-
"@code-pushup/utils": "0.57.0",
45+
"@code-pushup/models": "0.58.0",
46+
"@code-pushup/core": "0.58.0",
47+
"@code-pushup/utils": "0.58.0",
4848
"yargs": "^17.7.2",
4949
"ansis": "^3.3.0",
5050
"simple-git": "^3.20.0"

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/core",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"license": "MIT",
55
"description": "Core business logic for the used by the Code PushUp CLI",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/core#readme",
@@ -39,8 +39,8 @@
3939
},
4040
"type": "module",
4141
"dependencies": {
42-
"@code-pushup/models": "0.57.0",
43-
"@code-pushup/utils": "0.57.0",
42+
"@code-pushup/models": "0.58.0",
43+
"@code-pushup/utils": "0.58.0",
4444
"ansis": "^3.3.0"
4545
},
4646
"peerDependencies": {

packages/create-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/create-cli",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"license": "MIT",
55
"bin": "index.js",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/create-cli#readme",
@@ -26,7 +26,7 @@
2626
},
2727
"type": "module",
2828
"dependencies": {
29-
"@code-pushup/nx-plugin": "0.57.0",
30-
"@code-pushup/utils": "0.57.0"
29+
"@code-pushup/nx-plugin": "0.58.0",
30+
"@code-pushup/utils": "0.58.0"
3131
}
3232
}

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/models",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"license": "MIT",
55
"description": "Model definitions and validators for the Code PushUp CLI",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/models#readme",

packages/nx-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/nx-plugin",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"license": "MIT",
55
"description": "Nx plugin to integrate the Code PushUp CLI into your workspace 🛠️",
66
"publishConfig": {
@@ -32,8 +32,8 @@
3232
"generators": "./generators.json",
3333
"executors": "./executors.json",
3434
"dependencies": {
35-
"@code-pushup/models": "0.57.0",
36-
"@code-pushup/utils": "0.57.0",
35+
"@code-pushup/models": "0.58.0",
36+
"@code-pushup/utils": "0.58.0",
3737
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0",
3838
"nx": "^17.0.0 || ^18.0.0 || ^19.0.0",
3939
"zod": "^3.22.4"

packages/plugin-coverage/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/coverage-plugin",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"description": "Code PushUp plugin for tracking code coverage ☂",
55
"license": "MIT",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-coverage#readme",
@@ -34,8 +34,8 @@
3434
},
3535
"type": "module",
3636
"dependencies": {
37-
"@code-pushup/models": "0.57.0",
38-
"@code-pushup/utils": "0.57.0",
37+
"@code-pushup/models": "0.58.0",
38+
"@code-pushup/utils": "0.58.0",
3939
"ansis": "^3.3.0",
4040
"parse-lcov": "^1.0.4",
4141
"yargs": "^17.7.2",

packages/plugin-eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/eslint-plugin",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"license": "MIT",
55
"description": "Code PushUp plugin for detecting problems in source code using ESLint.📋",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-eslint#readme",
@@ -38,8 +38,8 @@
3838
},
3939
"type": "module",
4040
"dependencies": {
41-
"@code-pushup/utils": "0.57.0",
42-
"@code-pushup/models": "0.57.0",
41+
"@code-pushup/utils": "0.58.0",
42+
"@code-pushup/models": "0.58.0",
4343
"yargs": "^17.7.2",
4444
"zod": "^3.22.4"
4545
},

packages/plugin-js-packages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/js-packages-plugin",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"description": "Code PushUp plugin for JavaScript packages 🛡️",
55
"license": "MIT",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-js-packages#readme",
@@ -37,8 +37,8 @@
3737
},
3838
"type": "module",
3939
"dependencies": {
40-
"@code-pushup/models": "0.57.0",
41-
"@code-pushup/utils": "0.57.0",
40+
"@code-pushup/models": "0.58.0",
41+
"@code-pushup/utils": "0.58.0",
4242
"build-md": "^0.4.1",
4343
"semver": "^7.6.0",
4444
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)