diff --git a/.changeset/bold-views-kiss.md b/.changeset/bold-views-kiss.md deleted file mode 100644 index 69a8914..0000000 --- a/.changeset/bold-views-kiss.md +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- - -Internal release-infra change (no version bump): make Changesets changelog -generation resilient to transient GitHub GraphQL failures by retrying and -falling back to a git-based changelog, so the "version packages" release step -no longer aborts on "Failed to parse data from GitHub / Premature close". diff --git a/.changeset/findings-dependency-chains.md b/.changeset/findings-dependency-chains.md deleted file mode 100644 index 212385f..0000000 --- a/.changeset/findings-dependency-chains.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": minor ---- - -`codacy findings` and `codacy finding` now show the vulnerable dependency's import chain for SCA findings that carry the new `dependencyChains` field. Each finding is labelled **Direct** (`Update to `) or **Transitive** (` → … → (Fixed in )`), and chains with 4+ packages collapse their middle to ` → ... N more ... → `. The list shows the first chain plus `... and X more`; the detail lists every chain aligned under a single label. `dependencyChains` is also included in `--output json`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b88f3..b3f4123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codacy/codacy-cloud-cli +## 1.4.0 + +### Minor Changes + +- [#20](https://github.com/codacy/codacy-cloud-cli/pull/20) [`cbf62d5`](https://github.com/codacy/codacy-cloud-cli/commit/cbf62d59da02d45b00a94cba2a1d275e615a7c5d) Thanks [@alerizzo](https://github.com/alerizzo)! - `codacy findings` and `codacy finding` now show the vulnerable dependency's import chain for SCA findings that carry the new `dependencyChains` field. Each finding is labelled **Direct** (`Update to `) or **Transitive** (` → … → (Fixed in )`), and chains with 4+ packages collapse their middle to ` → ... N more ... → `. The list shows the first chain plus `... and X more`; the detail lists every chain aligned under a single label. `dependencyChains` is also included in `--output json`. + ## 1.3.1 ### Patch Changes diff --git a/package.json b/package.json index f5514da..2cc1654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codacy/codacy-cloud-cli", - "version": "1.3.1", + "version": "1.4.0", "description": "A command-line tool to interact with Codacy Cloud from your terminal", "homepage": "https://www.codacy.com", "repository": {