From 4c6175cf47d71e8d820fb24e84cac15c96f24060 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:59:24 +0000 Subject: [PATCH] chore: version packages --- .changeset/skip-changeset-check-on-version-pr.md | 7 ------- .changeset/update-available-notice.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/skip-changeset-check-on-version-pr.md delete mode 100644 .changeset/update-available-notice.md diff --git a/.changeset/skip-changeset-check-on-version-pr.md b/.changeset/skip-changeset-check-on-version-pr.md deleted file mode 100644 index 69475f4..0000000 --- a/.changeset/skip-changeset-check-on-version-pr.md +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- - -Internal CI change (no version bump): skip the `changeset-check` job on the -changesets bot's "version packages" PR (`changeset-release/main`). That PR -consumes (deletes) changesets rather than adding them, so the check counted 0 -added/modified changeset files and always failed. diff --git a/.changeset/update-available-notice.md b/.changeset/update-available-notice.md deleted file mode 100644 index bb2bb75..0000000 --- a/.changeset/update-available-notice.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": minor ---- - -Add an npm-style "update available" notice. When a newer version is published, the -CLI prints a one-time upgrade hint to stderr — it never auto-updates. The notice -only shows with the default `--output table` in an interactive terminal; it is -suppressed for `--output json`, when piped, in CI, and under `npx`/npm scripts, so -machine-readable stdout stays byte-clean. The version lookup runs in a non-blocking -background process (at most once a day) and never affects timing or exit codes. Opt -out via `CODACY_DISABLE_UPDATE_CHECK`, `NO_UPDATE_NOTIFIER`, or `--no-update-notifier`. -A package.json `overrides` entry pins `update-notifier`'s transitive `got`/`package-json` -to patched, still-CommonJS versions to avoid CVE-2022-33987. diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f4123..f83cfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @codacy/codacy-cloud-cli +## 1.5.0 + +### Minor Changes + +- [#24](https://github.com/codacy/codacy-cloud-cli/pull/24) [`bf527ad`](https://github.com/codacy/codacy-cloud-cli/commit/bf527ad694a3f7d78576a5a3647dd4d53984e088) Thanks [@alerizzo](https://github.com/alerizzo)! - Add an npm-style "update available" notice. When a newer version is published, the + CLI prints a one-time upgrade hint to stderr — it never auto-updates. The notice + only shows with the default `--output table` in an interactive terminal; it is + suppressed for `--output json`, when piped, in CI, and under `npx`/npm scripts, so + machine-readable stdout stays byte-clean. The version lookup runs in a non-blocking + background process (at most once a day) and never affects timing or exit codes. Opt + out via `CODACY_DISABLE_UPDATE_CHECK`, `NO_UPDATE_NOTIFIER`, or `--no-update-notifier`. + A package.json `overrides` entry pins `update-notifier`'s transitive `got`/`package-json` + to patched, still-CommonJS versions to avoid CVE-2022-33987. + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 739a8f7..14f40c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codacy/codacy-cloud-cli", - "version": "1.4.0", + "version": "1.5.0", "description": "A command-line tool to interact with Codacy Cloud from your terminal", "homepage": "https://www.codacy.com", "repository": {