Releases: apify/apify-cli
Releases · apify/apify-cli
1.2.2-beta.11
v1.2.2-beta.11 chore: update .gitignore (#1001)
1.2.2-beta.10
v1.2.2-beta.10 chore(deps): update dependency tar to v7.5.6
1.2.2-beta.9
v1.2.2-beta.9 chore(deps): update dependency tar to v7.5.4
1.2.2-beta.8
chore: Improve download message clarity during CLI upgrade (#998) Update the download message from "Downloading actor/apify..." to "Downloading `actor`/`apify` binary of the Apify CLI..." to better explain what is being downloaded during the upgrade process. Co-authored-by: Claude <noreply@anthropic.com>
1.2.2-beta.7
chore: remove unused dependencies (#996) ## Summary - Remove `@types/fs-extra` - no fs-extra imports found in the codebase - Remove `mdast-util-from-markdown` - not imported or used anywhere These dependencies were identified as unused via `depcheck` and confirmed by searching for imports. ## Test plan - [x] Build succeeds - [x] All local tests pass (65 tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1.2.2-beta.6
v1.2.2-beta.6 chore(deps): lock file maintenance
1.2.2-beta.5
chore(deps): update dependency globby to v16 (#969) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
1.2.2-beta.4
chore(deps): fix high severity tar vulnerability (#994) ## Summary - Add yarn resolution to force `tar@7.5.3` fixing path sanitization vulnerabilities ### Vulnerability fixed | Package | Severity | Issue | |---------|----------|-------| | tar | High | Arbitrary File Overwrite via Insufficient Path Sanitization | | tar | High | Symlink Poisoning via Insufficient Path Sanitization | Ref: GHSA-cchq-frgv-rjh5 The remaining Dependabot alerts (preact, diff) appear to be stale - these packages are not in the current lockfile. ## Test plan - [x] `yarn npm audit` shows no security vulnerabilities (only deprecation warnings) - [ ] CI passes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1.2.2-beta.3
v1.2.2-beta.3 chore(release): Update changelog and package version [skip ci]
1.2.2-beta.2
v1.2.2-beta.2 chore(deps): update node.js to v24.13.0