Skip to content

Commit 4c6175c

Browse files
chore: version packages
1 parent bf527ad commit 4c6175c

4 files changed

Lines changed: 15 additions & 21 deletions

File tree

.changeset/skip-changeset-check-on-version-pr.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/update-available-notice.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codacy/codacy-cloud-cli
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
CLI prints a one-time upgrade hint to stderr — it never auto-updates. The notice
9+
only shows with the default `--output table` in an interactive terminal; it is
10+
suppressed for `--output json`, when piped, in CI, and under `npx`/npm scripts, so
11+
machine-readable stdout stays byte-clean. The version lookup runs in a non-blocking
12+
background process (at most once a day) and never affects timing or exit codes. Opt
13+
out via `CODACY_DISABLE_UPDATE_CHECK`, `NO_UPDATE_NOTIFIER`, or `--no-update-notifier`.
14+
A package.json `overrides` entry pins `update-notifier`'s transitive `got`/`package-json`
15+
to patched, still-CommonJS versions to avoid CVE-2022-33987.
16+
317
## 1.4.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codacy/codacy-cloud-cli",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A command-line tool to interact with Codacy Cloud from your terminal",
55
"homepage": "https://www.codacy.com",
66
"repository": {

0 commit comments

Comments
 (0)