Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps @sentry/cli from 2.52.0 to 2.53.0.

Release notes

Sourced from @​sentry/cli's releases.

2.53.0

Various fixes & improvements

Changes from 2.53.0-alpha

2.53.0-alpha reintroduced the build (previously named mobile-app) commands. 2.53.0 is the first stable release to reintroduce them.

Please note, the build commands are still experimental, and are therefore subject to breaking changes, including removal, in any release, without notice.

2.53.0-alpha

This release reintroduces the build (previously named mobile-app) commands.

Various fixes & improvements

Changelog

Sourced from @​sentry/cli's changelog.

2.53.0

Various fixes & improvements

Changes from 2.53.0-alpha

2.53.0-alpha reintroduced the build (previously named mobile-app) commands. 2.53.0 is the first stable release to reintroduce them.

Please note, the build commands are still experimental, and are therefore subject to breaking changes, including removal, in any release, without notice.

2.53.0-alpha

This release reintroduces the build (previously named mobile-app) commands.

Various fixes & improvements

Commits
  • 80ffbe5 meta: update changelog
  • 783b75e release: 2.53.0
  • 09754ed meta(cursor): Tell Cursor to cargo fmt (#2721)
  • 87be223 feat(mobile-app): Add release notes option (#2712)
  • d20139c Merge branch 'release/2.53.0-alpha'
  • 29e36b9 meta: Update changelog
  • ab8f32c release: 2.53.0-alpha
  • 9064d5e feat(mobile-app): Add default vcs base_ref parsing for mobile-app subcommand ...
  • 7f5cb5d chore(mobile-app): Rename mobile-app subcommand to build (#2719)
  • 29151e5 Revert "feat(mobile-app): Reintroduce mobile-app feature gating (#2643)" (#2670)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2025
@mydea
Copy link
Member

mydea commented Sep 16, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/cli-2.53.0 branch from 19d5acc to c875c32 Compare September 16, 2025 08:28
@mydea
Copy link
Member

mydea commented Sep 16, 2025

@dependabot rebase

Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.52.0 to 2.53.0.
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.52.0...2.53.0)

---
updated-dependencies:
- dependency-name: "@sentry/cli"
  dependency-version: 2.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/cli-2.53.0 branch from c875c32 to f8d1684 Compare September 16, 2025 11:59
@Lms24 Lms24 merged commit 6e8e561 into develop Sep 16, 2025
167 checks passed
@Lms24 Lms24 deleted the dependabot/npm_and_yarn/sentry/cli-2.53.0 branch September 16, 2025 14:19
andreiborza pushed a commit that referenced this pull request Sep 17, 2025
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.52.0
to 2.53.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-cli/releases"><code>@​sentry/cli</code>'s
releases</a>.</em></p>
<blockquote>
<h2>2.53.0</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat(mobile-app): Add release notes option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2712">#2712</a>)
by <a
href="https://github.com/noahsmartin"><code>@​noahsmartin</code></a></li>
</ul>
<h3>Changes from 2.53.0-alpha</h3>
<p>2.53.0-alpha reintroduced the <code>build</code> (previously named
<code>mobile-app</code>) commands. 2.53.0 is the first stable release to
reintroduce them.</p>
<p>Please note, the <code>build</code> commands are still experimental,
and are therefore subject to breaking changes, including removal, in any
release, without notice.</p>
<ul>
<li>feat(mobile-app): Add default vcs base_ref parsing for mobile-app
subcommand (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2706">#2706</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>chore(mobile-app): Rename mobile-app subcommand to build (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2719">#2719</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>Revert &quot;feat(mobile-app): Reintroduce mobile-app feature gating
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2643">#2643</a>)&quot;
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2670">#2670</a>)
by <a
href="https://github.com/noahsmartin"><code>@​noahsmartin</code></a></li>
<li>meta(cursor): Add rule to avoid explicit type annotations (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2717">#2717</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>retry on cloudflare timeout (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2695">#2695</a>)
by <a
href="https://github.com/manishrawat1992"><code>@​manishrawat1992</code></a></li>
</ul>
<h2>2.53.0-alpha</h2>
<p>This release reintroduces the <code>build</code> (previously named
<code>mobile-app</code>) commands.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat(mobile-app): Add default vcs base_ref parsing for mobile-app
subcommand (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2706">#2706</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>chore(mobile-app): Rename mobile-app subcommand to build (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2719">#2719</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>Revert &quot;feat(mobile-app): Reintroduce mobile-app feature gating
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2643">#2643</a>)&quot;
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2670">#2670</a>)
by <a
href="https://github.com/noahsmartin"><code>@​noahsmartin</code></a></li>
<li>meta(cursor): Add rule to avoid explicit type annotations (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2717">#2717</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>retry on cloudflare timeout (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2695">#2695</a>)
by <a
href="https://github.com/manishrawat1992"><code>@​manishrawat1992</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md"><code>@​sentry/cli</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.53.0</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat(mobile-app): Add release notes option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2712">#2712</a>)
by <a
href="https://github.com/noahsmartin"><code>@​noahsmartin</code></a></li>
</ul>
<h3>Changes from 2.53.0-alpha</h3>
<p>2.53.0-alpha reintroduced the <code>build</code> (previously named
<code>mobile-app</code>) commands. 2.53.0 is the first stable release to
reintroduce them.</p>
<p>Please note, the <code>build</code> commands are still experimental,
and are therefore subject to breaking changes, including removal, in any
release, without notice.</p>
<ul>
<li>feat(mobile-app): Add default vcs base_ref parsing for mobile-app
subcommand (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2706">#2706</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>chore(mobile-app): Rename mobile-app subcommand to build (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2719">#2719</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>Revert &quot;feat(mobile-app): Reintroduce mobile-app feature gating
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2643">#2643</a>)&quot;
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2670">#2670</a>)
by <a
href="https://github.com/noahsmartin"><code>@​noahsmartin</code></a></li>
<li>meta(cursor): Add rule to avoid explicit type annotations (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2717">#2717</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>retry on cloudflare timeout (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2695">#2695</a>)
by <a
href="https://github.com/manishrawat1992"><code>@​manishrawat1992</code></a></li>
</ul>
<h2>2.53.0-alpha</h2>
<p>This release reintroduces the <code>build</code> (previously named
<code>mobile-app</code>) commands.</p>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>feat(mobile-app): Add default vcs base_ref parsing for mobile-app
subcommand (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2706">#2706</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>chore(mobile-app): Rename mobile-app subcommand to build (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2719">#2719</a>)
by <a href="https://github.com/rbro112"><code>@​rbro112</code></a></li>
<li>Revert &quot;feat(mobile-app): Reintroduce mobile-app feature gating
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2643">#2643</a>)&quot;
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2670">#2670</a>)
by <a
href="https://github.com/noahsmartin"><code>@​noahsmartin</code></a></li>
<li>meta(cursor): Add rule to avoid explicit type annotations (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2717">#2717</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li>
<li>retry on cloudflare timeout (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2695">#2695</a>)
by <a
href="https://github.com/manishrawat1992"><code>@​manishrawat1992</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/80ffbe58a1c827486a797855c19a292e4668d4f5"><code>80ffbe5</code></a>
meta: update changelog</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/783b75e2cb0f728a2dbf68f694fb66665c5f86d7"><code>783b75e</code></a>
release: 2.53.0</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/09754edd0c85ae2aebbb6c9b1f724648cf74470d"><code>09754ed</code></a>
meta(cursor): Tell Cursor to <code>cargo fmt</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2721">#2721</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/87be223c54e19ce86fcaaad8d926a8394ed4419d"><code>87be223</code></a>
feat(mobile-app): Add release notes option (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2712">#2712</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/d20139c587db7d6fa655e1f166632e121083d3f5"><code>d20139c</code></a>
Merge branch 'release/2.53.0-alpha'</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/29e36b907837a829622a2328b75d4b075b75fbdf"><code>29e36b9</code></a>
meta: Update changelog</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/ab8f32c5a555ec59bad37cbc321601cb0f146301"><code>ab8f32c</code></a>
release: 2.53.0-alpha</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/9064d5ead212cb1e21a2d5c7e6df9b43dfae0982"><code>9064d5e</code></a>
feat(mobile-app): Add default vcs base_ref parsing for mobile-app
subcommand ...</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/7f5cb5d3b43eaed458c8ce98a1d740b3683cb2f4"><code>7f5cb5d</code></a>
chore(mobile-app): Rename mobile-app subcommand to build (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2719">#2719</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/29151e598408f77c767f671e20fdef4a5a0ea3e1"><code>29151e5</code></a>
Revert &quot;feat(mobile-app): Reintroduce mobile-app feature gating (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2643">#2643</a>)&quot;
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2670">#2670</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.52.0...2.53.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.52.0&new-version=2.53.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants