Skip to content

chore(deps): update CLI to v3.3.2#5002

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-cli.ps1
Open

chore(deps): update CLI to v3.3.2#5002
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-cli.ps1

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-cli.ps1 from 3.3.0 to 3.3.2.

Auto-generated by a dependency updater.

Changelog

3.3.2

New Features ✨

  • (preprod) Add VCS parameters to snapshots upload command by rbro112 in #3200

Internal Changes 🔧

  • (npm) 🤖 Bump optional dependencies to 3.3.1 in 3200dfb9

3.3.1

Fixes

  • Accept ProGuard mapping files without line information instead of rejecting them (#3192).

Experimental Feature 🧑‍🔬 (internal-only)

  • Pipe snapshot sidecar metadata into upload as part of sentry-cli build snapshots command (#3163).
Full CHANGELOG.md diff
 -1,5 +1,25 
 # Changelog
 
+## 3.3.2
+
+### New Features ✨
+
+- (preprod) Add VCS parameters to snapshots upload command by rbro112 in [#3200](https://github-redirect.dependabot.com/getsentry/sentry-cli/pull/3200)
+
+### Internal Changes 🔧
+
+- (npm) 🤖 Bump optional dependencies to 3.3.1 in [3200dfb9](https://github-redirect.dependabot.com/getsentry/sentry-cli/commit/3200dfb9a6c3c2b3946c5e78b57b9376eed7250e)
+
+## 3.3.1
+
+### Fixes
+
+- Accept ProGuard mapping files without line information instead of rejecting them ([#3192](https://github-redirect.dependabot.com/getsentry/sentry-cli/pull/3192)).
+
+### Experimental Feature 🧑‍🔬 (internal-only)
+
+- Pipe snapshot sidecar metadata into upload as part of `sentry-cli build snapshots` command ([#3163](https://github-redirect.dependabot.com/getsentry/sentry-cli/pull/3163)).
+
 ## 3.3.0
 
 ### New Features
 -120,6 +140,7  The following changes only apply when using `sentry-cli` via the npm package [`
 - Drop support for Node.js <18. The minimum required Node.js version is now 18.0.0 ([#2985](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2985)).
 - The type export `SentryCliReleases` has been removed.
 - The JavaScript wrapper now uses named exports instead of default exports ([#2989](https://github-redirect.dependabot.com/getsentry/sentry-cli/pull/2989)). You need to update your imports:
+
   ```js
   // Old (default import)
   const SentryCli = require('sentry/cli');
 -129,6 +150,7  The following changes only apply when using `sentry-cli` via the npm package [`

For ESM imports:
+

// Old
import SentryCli from 'sentry/cli';
-137,7 +159,6  The following changes only apply when using `sentry-cli` via the npm package [`
import { SentryCli } from 'sentry/cli';

Improvements

  • The sentry-cli upload-proguard command now uses chunked uploading by default (#2918). Users who previously set the SENTRY_EXPERIMENTAL_PROGUARD_CHUNK_UPLOAD environment variable to opt into this behavior no longer need to set the variable.
    -164,6 +185,7 The following changes only apply when using sentry-cli via the npm package [`
  • The sentry-cli build upload command now automatically detects the correct branch or tag reference in non-PR GitHub Actions workflows (#2976). Previously, --head-ref was only auto-detected for pull request workflows. Now it works for push, release, and other workflow types by using the GITHUB_REF_NAME environment variable.

Fixes

  • Fixed a bug where the sentry-cli sourcemaps inject command could inject JavaScript code into certain incorrectly formatted source map files, corrupting their JSON structure (#3003).

2.58.2


</details>

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant