Skip to content

chore(deps): update CLI to v3.3.1#5793

Merged
antonis merged 1 commit intomainfrom
deps/scripts/update-cli.sh
Mar 10, 2026
Merged

chore(deps): update CLI to v3.3.1#5793
antonis merged 1 commit intomainfrom
deps/scripts/update-cli.sh

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-cli.sh from 3.3.0 to 3.3.1.

Auto-generated by a dependency updater.

Changelog

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,15 
 # Changelog
 
+## 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 +130,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 +140,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 +149,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 +175,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 requested a review from alwx as a code owner March 10, 2026 11:25
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 10, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cli.sh branch from d91d25a to 1078bc1 Compare March 10, 2026 11:26
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 10, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update CLI to v3.3.1 by github-actions[bot] in #5793
  • fix(core): Defer initial navigation span creation until navigation container is registered by antonis in #5789
  • Ref(Sample): Add existing bundled playgroundscreen into sample app by lucas-zimerman in #5778
  • Auto tracing for expo-image and expo-asset by alwx in #5718
  • Expo Updates: add tags with Expo Updates context vars to make them searchable/filterable by alwx in #5788
  • chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 by dependabot in #5784
  • chore(deps): bump github/codeql-action from 4.32.4 to 4.32.6 by dependabot in #5781
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.23.1 to 2.23.2 by dependabot in #5782
  • chore(deps): bump getsentry/craft from 2.21.7 to 2.23.2 by dependabot in #5783
  • chore(deps): bump tar to ^7.5.10 by antonis in #5777

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 10, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against b2b81c8

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cli.sh branch 2 times, most recently from 8877b57 to f5686dc Compare March 10, 2026 13:18
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cli.sh branch from f5686dc to b2b81c8 Compare March 10, 2026 13:50
@antonis antonis enabled auto-merge (squash) March 10, 2026 14:19
@antonis antonis merged commit f98dab0 into main Mar 10, 2026
35 of 44 checks passed
@antonis antonis deleted the deps/scripts/update-cli.sh branch March 10, 2026 14:19
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.

2 participants