From fb78795c43fcf87485d57b54af2350ba27179503 Mon Sep 17 00:00:00 2001 From: Venancio Orozco <4390221+v3nant@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:30:27 -0600 Subject: [PATCH 1/2] chore: release 2.0.8 --- README.md | 24 ++++++++++++------------ ci/image.Dockerfile | 2 +- package-lock.json | 4 ++-- package.json | 2 +- scripts/install.sh | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 9c37e2da..443fbd7a 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ npm install -g @herodevs/cli HeroDevs CLI is available as a binary installation, without requiring `npm`. To do that, you may either download and run the script manually, or use the following cURL or Wget command: ```sh -curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.7/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.8/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.7/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.8/scripts/install.sh | bash ``` ## Scanning Behavior @@ -84,7 +84,7 @@ $ npm install -g @herodevs/cli $ hd COMMAND running command... $ hd (--version|-v) -@herodevs/cli/2.0.7 darwin-arm64 node-v24.13.1 +@herodevs/cli/2.0.8 darwin-arm64 node-v24.13.1 $ hd --help [COMMAND] USAGE $ hd COMMAND @@ -115,7 +115,7 @@ DESCRIPTION OAuth CLI login ``` -_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/herodevs/cli/blob/v2.0.8/src/commands/auth/login.ts)_ ### `hd auth logout` @@ -129,7 +129,7 @@ DESCRIPTION Logs out of HeroDevs OAuth and clears stored tokens ``` -_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/herodevs/cli/blob/v2.0.8/src/commands/auth/logout.ts)_ ### `hd auth provision-ci-token` @@ -143,7 +143,7 @@ DESCRIPTION Provision a CI/CD long-lived refresh token for headless auth ``` -_See code: [src/commands/auth/provision-ci-token.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/auth/provision-ci-token.ts)_ +_See code: [src/commands/auth/provision-ci-token.ts](https://github.com/herodevs/cli/blob/v2.0.8/src/commands/auth/provision-ci-token.ts)_ ### `hd help [COMMAND]` @@ -177,10 +177,10 @@ USAGE FLAGS -c, --csv Output in CSV format -d, --directory= Directory to search - -e, --afterDate= [default: 2025-06-16] Start date (format: yyyy-MM-dd) + -e, --afterDate= [default: 2025-07-17] Start date (format: yyyy-MM-dd) -m, --months= [default: 12] The number of months of git history to review. Cannot be used along beforeDate and afterDate - -s, --beforeDate= [default: 2026-06-16] End date (format: yyyy-MM-dd) + -s, --beforeDate= [default: 2026-07-17] End date (format: yyyy-MM-dd) -s, --save Save the committers report as herodevs.committers. -x, --exclude=... Path Exclusions (eg -x="./src/bin" -x="./dist") --json Output to JSON format @@ -199,7 +199,7 @@ EXAMPLES $ hd report committers --csv ``` -_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/report/committers.ts)_ +_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.8/src/commands/report/committers.ts)_ ### `hd scan eol` @@ -250,7 +250,7 @@ EXAMPLES $ hd scan eol --json ``` -_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.8/src/commands/scan/eol.ts)_ ### `hd tracker init` @@ -284,7 +284,7 @@ EXAMPLES $ hd tracker init -o ``` -_See code: [src/commands/tracker/init.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/tracker/init.ts)_ +_See code: [src/commands/tracker/init.ts](https://github.com/herodevs/cli/blob/v2.0.8/src/commands/tracker/init.ts)_ ### `hd tracker run` @@ -309,7 +309,7 @@ EXAMPLES $ hd tracker run -d tracker -f settings.json ``` -_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/v2.0.7/src/commands/tracker/run.ts)_ +_See code: [src/commands/tracker/run.ts](https://github.com/herodevs/cli/blob/v2.0.8/src/commands/tracker/run.ts)_ ### `hd update [CHANNEL]` diff --git a/ci/image.Dockerfile b/ci/image.Dockerfile index b99dd43a..61f0e958 100644 --- a/ci/image.Dockerfile +++ b/ci/image.Dockerfile @@ -3,7 +3,7 @@ ENV NODE_NO_WARNINGS=1 \ NPM_CONFIG_UPDATE_NOTIFIER=false \ NPM_CONFIG_LOGLEVEL=error WORKDIR /app -ARG VERSION=2.0.7 +ARG VERSION=2.0.8 USER root RUN npm install -g @herodevs/cli@${VERSION} COPY --chmod=755 ci/docker-entrypoint.sh /usr/local/bin/hd-entrypoint diff --git a/package-lock.json b/package-lock.json index 56fa7c80..c6c3a510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.59", diff --git a/package.json b/package.json index c406b200..8ea41351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.7", + "version": "2.0.8", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 383df592..f058bb2a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -32,7 +32,7 @@ INSTALL_DIR="$HOME/.herodevs" BIN_DIR="$INSTALL_DIR/bin" GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases" TMP_DIR="" -LATEST_VERSION="v2.0.7" +LATEST_VERSION="v2.0.8" DEBUG=${DEBUG:-} # Colors for output From e19380b4abaf85874e1e67820adc9515500c6e8e Mon Sep 17 00:00:00 2001 From: Eduardo Roth Date: Fri, 17 Jul 2026 17:48:05 -0600 Subject: [PATCH 2/2] chore(npm): use npm version instead of github tag (#608) (#609) --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6c3a510..935afa85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@amplitude/analytics-node": "^1.5.59", "@apollo/client": "^4.2.3", "@cyclonedx/cdxgen": "^12.5.1", - "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.23", + "@herodevs/eol-shared": "^0.1.23", "@inquirer/prompts": "^8.0.2", "@oclif/core": "^4.11.4", "@oclif/plugin-help": "^6.2.32", @@ -1773,8 +1773,9 @@ } }, "node_modules/@herodevs/eol-shared": { - "version": "1.0.0", - "resolved": "git+ssh://git@github.com/herodevs/eol-shared.git#1a326d22002568be6632b2c4667c6e6e3aaca20b", + "version": "0.1.23", + "resolved": "https://registry.npmjs.org/@herodevs/eol-shared/-/eol-shared-0.1.23.tgz", + "integrity": "sha512-R/ZSVBU/04rmP3ywbYpaCkRiAzaZfW693qB0fcBpWb8O902e6PH93Icgs8wiv6SR3TDcHbLEvatjKYAZRbbaYQ==", "license": "ISC", "dependencies": { "@cyclonedx/cyclonedx-library": "^9.4.1", diff --git a/package.json b/package.json index 8ea41351..a0a80815 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@amplitude/analytics-node": "^1.5.59", "@apollo/client": "^4.2.3", "@cyclonedx/cdxgen": "^12.5.1", - "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.23", + "@herodevs/eol-shared": "^0.1.23", "@inquirer/prompts": "^8.0.2", "@oclif/core": "^4.11.4", "@oclif/plugin-help": "^6.2.32",