File tree Expand file tree Collapse file tree 13 files changed +60
-34
lines changed Expand file tree Collapse file tree 13 files changed +60
-34
lines changed Original file line number Diff line number Diff line change
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
+
1
27
## 0.57.0 (2024-12-17)
2
28
3
29
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/ci" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"description" : " CI automation logic for Code PushUp (provider-agnostic)" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/code-pushup/cli/tree/main/packages/ci#readme" ,
26
26
},
27
27
"type" : " module" ,
28
28
"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" ,
31
31
"glob" : " ^10.4.5" ,
32
32
"simple-git" : " ^3.20.0" ,
33
33
"yaml" : " ^2.5.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/cli" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " A CLI to run all kinds of code quality measurements to align your team with company goals" ,
6
6
"homepage" : " https://code-pushup.dev" ,
42
42
"code-pushup" : " ./src/index.js"
43
43
},
44
44
"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" ,
48
48
"yargs" : " ^17.7.2" ,
49
49
"ansis" : " ^3.3.0" ,
50
50
"simple-git" : " ^3.20.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/core" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Core business logic for the used by the Code PushUp CLI" ,
6
6
"homepage" : " https://github.com/code-pushup/cli/tree/main/packages/core#readme" ,
39
39
},
40
40
"type" : " module" ,
41
41
"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" ,
44
44
"ansis" : " ^3.3.0"
45
45
},
46
46
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/create-cli" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"license" : " MIT" ,
5
5
"bin" : " index.js" ,
6
6
"homepage" : " https://github.com/code-pushup/cli/tree/main/packages/create-cli#readme" ,
26
26
},
27
27
"type" : " module" ,
28
28
"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"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/models" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Model definitions and validators for the Code PushUp CLI" ,
6
6
"homepage" : " https://github.com/code-pushup/cli/tree/main/packages/models#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/nx-plugin" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Nx plugin to integrate the Code PushUp CLI into your workspace 🛠️" ,
6
6
"publishConfig" : {
32
32
"generators" : " ./generators.json" ,
33
33
"executors" : " ./executors.json" ,
34
34
"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" ,
37
37
"@nx/devkit" : " ^17.0.0 || ^18.0.0 || ^19.0.0" ,
38
38
"nx" : " ^17.0.0 || ^18.0.0 || ^19.0.0" ,
39
39
"zod" : " ^3.22.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/coverage-plugin" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"description" : " Code PushUp plugin for tracking code coverage ☂" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/code-pushup/cli/tree/main/packages/plugin-coverage#readme" ,
34
34
},
35
35
"type" : " module" ,
36
36
"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" ,
39
39
"ansis" : " ^3.3.0" ,
40
40
"parse-lcov" : " ^1.0.4" ,
41
41
"yargs" : " ^17.7.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/eslint-plugin" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Code PushUp plugin for detecting problems in source code using ESLint.📋" ,
6
6
"homepage" : " https://github.com/code-pushup/cli/tree/main/packages/plugin-eslint#readme" ,
38
38
},
39
39
"type" : " module" ,
40
40
"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" ,
43
43
"yargs" : " ^17.7.2" ,
44
44
"zod" : " ^3.22.4"
45
45
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-pushup/js-packages-plugin" ,
3
- "version" : " 0.57 .0" ,
3
+ "version" : " 0.58 .0" ,
4
4
"description" : " Code PushUp plugin for JavaScript packages 🛡️" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/code-pushup/cli/tree/main/packages/plugin-js-packages#readme" ,
37
37
},
38
38
"type" : " module" ,
39
39
"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" ,
42
42
"build-md" : " ^0.4.1" ,
43
43
"semver" : " ^7.6.0" ,
44
44
"yargs" : " ^17.7.2" ,
You can’t perform that action at this time.
0 commit comments