File tree Expand file tree Collapse file tree 13 files changed +51
-34
lines changed
Expand file tree Collapse file tree 13 files changed +51
-34
lines changed Original file line number Diff line number Diff line change 1+ ## 0.60.0 (2025-02-18)
2+
3+ ### 🚀 Features
4+
5+ - ** ci:** add skipComment option ([ 9ac2a6ba] ( https://github.com/code-pushup/cli/commit/9ac2a6ba ) )
6+ - ** plugin-typescript:** add TS core logic ([ #932 ] ( https://github.com/code-pushup/cli/pull/932 ) )
7+ - ** plugin-typescript:** add plugin logic ([ #936 ] ( https://github.com/code-pushup/cli/pull/936 ) )
8+
9+ ### 🩹 Fixes
10+
11+ - ** ci:** ensure head ref is checked out ([ 74db9023] ( https://github.com/code-pushup/cli/commit/74db9023 ) )
12+
13+ ### ❤️ Thank You
14+
15+ - Matěj Chalk
16+ - Michael Hladky @BioPhoton
17+
118## 0.59.0 (2025-02-14)
219
320### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/ci" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .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" ,
2626 },
2727 "type" : " module" ,
2828 "dependencies" : {
29- "@code-pushup/models" : " 0.59 .0" ,
30- "@code-pushup/utils" : " 0.59 .0" ,
29+ "@code-pushup/models" : " 0.60 .0" ,
30+ "@code-pushup/utils" : " 0.60 .0" ,
3131 "glob" : " ^10.4.5" ,
3232 "simple-git" : " ^3.20.0" ,
3333 "yaml" : " ^2.5.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/cli" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .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" ,
4242 "code-pushup" : " ./src/index.js"
4343 },
4444 "dependencies" : {
45- "@code-pushup/models" : " 0.59 .0" ,
46- "@code-pushup/core" : " 0.59 .0" ,
47- "@code-pushup/utils" : " 0.59 .0" ,
45+ "@code-pushup/models" : " 0.60 .0" ,
46+ "@code-pushup/core" : " 0.60 .0" ,
47+ "@code-pushup/utils" : " 0.60 .0" ,
4848 "yargs" : " ^17.7.2" ,
4949 "ansis" : " ^3.3.0" ,
5050 "simple-git" : " ^3.20.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/core" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .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" ,
3939 },
4040 "type" : " module" ,
4141 "dependencies" : {
42- "@code-pushup/models" : " 0.59 .0" ,
43- "@code-pushup/utils" : " 0.59 .0" ,
42+ "@code-pushup/models" : " 0.60 .0" ,
43+ "@code-pushup/utils" : " 0.60 .0" ,
4444 "ansis" : " ^3.3.0"
4545 },
4646 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/create-cli" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .0" ,
44 "license" : " MIT" ,
55 "bin" : " index.js" ,
66 "homepage" : " https://github.com/code-pushup/cli/tree/main/packages/create-cli#readme" ,
2626 },
2727 "type" : " module" ,
2828 "dependencies" : {
29- "@code-pushup/nx-plugin" : " 0.59 .0" ,
30- "@code-pushup/utils" : " 0.59 .0"
29+ "@code-pushup/nx-plugin" : " 0.60 .0" ,
30+ "@code-pushup/utils" : " 0.60 .0"
3131 }
3232}
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/models" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .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" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/nx-plugin" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .0" ,
44 "license" : " MIT" ,
55 "description" : " Nx plugin to integrate the Code PushUp CLI into your workspace 🛠️" ,
66 "publishConfig" : {
3232 "generators" : " ./generators.json" ,
3333 "executors" : " ./executors.json" ,
3434 "dependencies" : {
35- "@code-pushup/models" : " 0.59 .0" ,
36- "@code-pushup/utils" : " 0.59 .0" ,
35+ "@code-pushup/models" : " 0.60 .0" ,
36+ "@code-pushup/utils" : " 0.60 .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"
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/coverage-plugin" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .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" ,
3434 },
3535 "type" : " module" ,
3636 "dependencies" : {
37- "@code-pushup/models" : " 0.59 .0" ,
38- "@code-pushup/utils" : " 0.59 .0" ,
37+ "@code-pushup/models" : " 0.60 .0" ,
38+ "@code-pushup/utils" : " 0.60 .0" ,
3939 "ansis" : " ^3.3.0" ,
4040 "parse-lcov" : " ^1.0.4" ,
4141 "yargs" : " ^17.7.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/eslint-plugin" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .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" ,
3838 },
3939 "type" : " module" ,
4040 "dependencies" : {
41- "@code-pushup/utils" : " 0.59 .0" ,
42- "@code-pushup/models" : " 0.59 .0" ,
41+ "@code-pushup/utils" : " 0.60 .0" ,
42+ "@code-pushup/models" : " 0.60 .0" ,
4343 "yargs" : " ^17.7.2" ,
4444 "zod" : " ^3.22.4"
4545 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-pushup/js-packages-plugin" ,
3- "version" : " 0.59 .0" ,
3+ "version" : " 0.60 .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" ,
3737 },
3838 "type" : " module" ,
3939 "dependencies" : {
40- "@code-pushup/models" : " 0.59 .0" ,
41- "@code-pushup/utils" : " 0.59 .0" ,
40+ "@code-pushup/models" : " 0.60 .0" ,
41+ "@code-pushup/utils" : " 0.60 .0" ,
4242 "build-md" : " ^0.4.1" ,
4343 "semver" : " ^7.6.0" ,
4444 "yargs" : " ^17.7.2" ,
You can’t perform that action at this time.
0 commit comments