Commit 67095c8
authored
feat(deps): bump @sentry/cli from 2.56.0 to 2.58.2 (#18271)
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.56.0
to 2.58.2.
<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.58.2</h2>
<h3>Improvements</h3>
<ul>
<li>Added validation for the <code>sentry-cli build upload</code>
command's <code>--head-sha</code> and <code>--base-sha</code> arguments
(<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2945">#2945</a>).
The CLI now validates that these are valid SHA1 sums. Passing an empty
string is also allowed; this prevents the default values from being
used, causing the values to instead be unset.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed a bug where providing empty-string values for the
<code>sentry-cli build upload</code> command's
<code>--vcs-provider</code>, <code>--head-repo-name</code>,
<code>--head-ref</code>, <code>--base-ref</code>, and
<code>--base-repo-name</code> arguments resulted in 400 errors (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2946">#2946</a>).
Now, setting these to empty strings instead explicitly clears the
default value we would set otherwise, as expected.</li>
</ul>
<h2>2.58.1</h2>
<h3>Deprecations</h3>
<ul>
<li>Deprecated API key authentication (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2934">#2934</a>,
<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2937">#2937</a>).
Users who are still using API keys to authenticate Sentry CLI should
generate and use an <a
href="https://docs.sentry.io/account/auth-tokens/">Auth Token</a>
instead.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>The <code>sentry-cli debug-files bundle-jvm</code> no longer makes
any HTTP requests to Sentry, meaning auth tokens are no longer needed,
and the command can be run offline (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2926">#2926</a>).</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Skip setting <code>base_sha</code> and <code>base_ref</code> when
they equal <code>head_sha</code> during auto-inference, since comparing
a commit to itself provides no meaningful baseline (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2924">#2924</a>).</li>
<li>Improved error message when supplying a non-existent organization to
<code>sentry-cli sourcemaps upload</code>. The error now correctly
indicates the organization doesn't exist, rather than incorrectly
suggesting the Sentry server lacks artifact bundle support (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2931">#2931</a>).</li>
</ul>
<h2>2.58.0</h2>
<h3>New Features</h3>
<ul>
<li>Removed experimental status from the <code>sentry-cli build
upload</code> commands (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2899">#2899</a>,
<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2905">#2905</a>).
At the time of this release, build uploads are still in closed beta on
the server side, so most customers cannot use this functionality quite
yet.</li>
<li>Added CLI version metadata to build upload archives (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2890">#2890</a>).</li>
</ul>
<h3>Deprecations</h3>
<ul>
<li>Deprecated the <code>upload-proguard</code> subcommand's
<code>--platform</code> flag (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2863">#2863</a>).
This flag was a no-op for some time, so we will remove it in the next
major.</li>
<li>Deprecated the <code>upload-proguard</code> subcommand's
<code>--android-manifest</code> flag (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2891">#2891</a>).
This flag was a no-op for some time, so we will remove it in the next
major.</li>
<li>Deprecated the <code>sentry-cli sourcemaps upload</code> command's
<code>--no-dedupe</code> flag (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>).
The flag was no longer relevant for sourcemap uploads to modern Sentry
servers and was made a no-op.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed autofilled git base metadata (<code>--base-ref</code>,
<code>--base-sha</code>) when using the <code>build upload</code>
subcommand in git repos. Previously this worked only in the context of
GitHub workflows (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2897">#2897</a>,
<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2898">#2898</a>).</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Slightly sped up the <code>sentry-cli sourcemaps upload</code>
command by eliminating an HTTP request to the Sentry server, which was
not required in most cases (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>).</li>
</ul>
<h2>2.57.0</h2>
<h3>New Features</h3>
<ul>
<li>(JS API) Add <code>projects</code> field to
<code>SentryCliUploadSourceMapsOptions</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2856">#2856</a>)</li>
</ul>
<h3>Deprecations</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.58.2</h2>
<h3>Improvements</h3>
<ul>
<li>Added validation for the <code>sentry-cli build upload</code>
command's <code>--head-sha</code> and <code>--base-sha</code> arguments
(<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2945">#2945</a>).
The CLI now validates that these are valid SHA1 sums. Passing an empty
string is also allowed; this prevents the default values from being
used, causing the values to instead be unset.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed a bug where providing empty-string values for the
<code>sentry-cli build upload</code> command's
<code>--vcs-provider</code>, <code>--head-repo-name</code>,
<code>--head-ref</code>, <code>--base-ref</code>, and
<code>--base-repo-name</code> arguments resulted in 400 errors (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2946">#2946</a>).
Now, setting these to empty strings instead explicitly clears the
default value we would set otherwise, as expected.</li>
</ul>
<h2>2.58.1</h2>
<h3>Deprecations</h3>
<ul>
<li>Deprecated API key authentication (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2934">#2934</a>,
<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2937">#2937</a>).
Users who are still using API keys to authenticate Sentry CLI should
generate and use an <a
href="https://docs.sentry.io/account/auth-tokens/">Auth Token</a>
instead.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>The <code>sentry-cli debug-files bundle-jvm</code> no longer makes
any HTTP requests to Sentry, meaning auth tokens are no longer needed,
and the command can be run offline (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2926">#2926</a>).</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Skip setting <code>base_sha</code> and <code>base_ref</code> when
they equal <code>head_sha</code> during auto-inference, since comparing
a commit to itself provides no meaningful baseline (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2924">#2924</a>).</li>
<li>Improved error message when supplying a non-existent organization to
<code>sentry-cli sourcemaps upload</code>. The error now correctly
indicates the organization doesn't exist, rather than incorrectly
suggesting the Sentry server lacks artifact bundle support (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2931">#2931</a>).</li>
</ul>
<h2>2.58.0</h2>
<h3>New Features</h3>
<ul>
<li>Removed experimental status from the <code>sentry-cli build
upload</code> commands (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2899">#2899</a>,
<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2905">#2905</a>).
At the time of this release, build uploads are still in closed beta on
the server side, so most customers cannot use this functionality quite
yet.</li>
<li>Added CLI version metadata to build upload archives (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2890">#2890</a>).</li>
</ul>
<h3>Deprecations</h3>
<ul>
<li>Deprecated the <code>upload-proguard</code> subcommand's
<code>--platform</code> flag (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2863">#2863</a>).
This flag was a no-op for some time, so we will remove it in the next
major.</li>
<li>Deprecated the <code>upload-proguard</code> subcommand's
<code>--android-manifest</code> flag (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2891">#2891</a>).
This flag was a no-op for some time, so we will remove it in the next
major.</li>
<li>Deprecated the <code>sentry-cli sourcemaps upload</code> command's
<code>--no-dedupe</code> flag (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>).
The flag was no longer relevant for sourcemap uploads to modern Sentry
servers and was made a no-op.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed autofilled git base metadata (<code>--base-ref</code>,
<code>--base-sha</code>) when using the <code>build upload</code>
subcommand in git repos. Previously this worked only in the context of
GitHub workflows (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2897">#2897</a>,
<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2898">#2898</a>).</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Slightly sped up the <code>sentry-cli sourcemaps upload</code>
command by eliminating an HTTP request to the Sentry server, which was
not required in most cases (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2913">#2913</a>).</li>
</ul>
<h3>Internal changes</h3>
<ul>
<li>Migrated JavaScript wrapper to TypeScript for better type safety (<a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2910">#2910</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/b8965a39887e7e268e2e03ec9584d71adc30d81c"><code>b8965a3</code></a>
release: 2.58.2</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f99509f65a71a5403fea8a569ba094c1fd8f741b"><code>f99509f</code></a>
fix(build): Allow clearing string arguments to <code>build upload</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2946">#2946</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/a2cef209eadc9807a398aff0c411b8fb1d407d96"><code>a2cef20</code></a>
ref(build): Add client-side validation for SHA fields (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2945">#2945</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c550aa7ba01345303b4a698a93a332c22e59d469"><code>c550aa7</code></a>
ref(build): Move <code>VcsInfo</code> beside other <code>build
upload</code> API types (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2944">#2944</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f303fd401eaef1ff59ff20ffc3b9dec78152f610"><code>f303fd4</code></a>
ref(build): Use <code>VcsInfo</code> directly in
<code>ChunkedBuildRequest</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2943">#2943</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/63b187cee56bc20d595392ef0d768f5063a49391"><code>63b187c</code></a>
meta(cargo): Remove <code>authors</code> from <code>Cargo.toml</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2939">#2939</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/1ccff9d8667d7c6364af952055c1437494b3329f"><code>1ccff9d</code></a>
build(npm): 🤖 Bump optional dependencies to 2.58.1</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/4362cf600148b8bf564919602da38fc376140b3e"><code>4362cf6</code></a>
Merge branch 'release/2.58.1'</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/b25423a2b522badb18a61d612354bf48043d2c50"><code>b25423a</code></a>
release: 2.58.1</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/7595ba9b46fa2a28657a70f7a675cd633b3759ff"><code>7595ba9</code></a>
chore(js): Deprecate <code>apiKey</code> field (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2937">#2937</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.56.0...2.58.2">compare
view</a></li>
</ul>
</details>
<br />
[](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c7e88d4 commit 67095c8
File tree
3 files changed
+55
-54
lines changed- packages
- react-router
- remix
3 files changed
+55
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7103 | 7103 | | |
7104 | 7104 | | |
7105 | 7105 | | |
7106 | | - | |
7107 | | - | |
7108 | | - | |
7109 | | - | |
7110 | | - | |
7111 | | - | |
7112 | | - | |
7113 | | - | |
7114 | | - | |
7115 | | - | |
7116 | | - | |
7117 | | - | |
7118 | | - | |
7119 | | - | |
7120 | | - | |
7121 | | - | |
7122 | | - | |
7123 | | - | |
7124 | | - | |
7125 | | - | |
7126 | | - | |
7127 | | - | |
7128 | | - | |
7129 | | - | |
7130 | | - | |
7131 | | - | |
7132 | | - | |
7133 | | - | |
7134 | | - | |
7135 | | - | |
7136 | | - | |
7137 | | - | |
7138 | | - | |
7139 | | - | |
7140 | | - | |
7141 | | - | |
7142 | | - | |
7143 | | - | |
7144 | | - | |
7145 | | - | |
7146 | | - | |
7147 | | - | |
7148 | | - | |
7149 | | - | |
| 7106 | + | |
| 7107 | + | |
| 7108 | + | |
| 7109 | + | |
| 7110 | + | |
| 7111 | + | |
| 7112 | + | |
| 7113 | + | |
| 7114 | + | |
| 7115 | + | |
| 7116 | + | |
| 7117 | + | |
| 7118 | + | |
| 7119 | + | |
| 7120 | + | |
| 7121 | + | |
| 7122 | + | |
| 7123 | + | |
| 7124 | + | |
| 7125 | + | |
| 7126 | + | |
| 7127 | + | |
| 7128 | + | |
| 7129 | + | |
| 7130 | + | |
| 7131 | + | |
| 7132 | + | |
| 7133 | + | |
| 7134 | + | |
| 7135 | + | |
| 7136 | + | |
| 7137 | + | |
| 7138 | + | |
| 7139 | + | |
| 7140 | + | |
| 7141 | + | |
| 7142 | + | |
| 7143 | + | |
| 7144 | + | |
| 7145 | + | |
| 7146 | + | |
| 7147 | + | |
| 7148 | + | |
| 7149 | + | |
7150 | 7150 | | |
7151 | 7151 | | |
7152 | 7152 | | |
7153 | 7153 | | |
7154 | 7154 | | |
7155 | 7155 | | |
7156 | 7156 | | |
7157 | | - | |
7158 | | - | |
7159 | | - | |
7160 | | - | |
7161 | | - | |
7162 | | - | |
7163 | | - | |
7164 | | - | |
| 7157 | + | |
| 7158 | + | |
| 7159 | + | |
| 7160 | + | |
| 7161 | + | |
| 7162 | + | |
| 7163 | + | |
| 7164 | + | |
7165 | 7165 | | |
7166 | 7166 | | |
7167 | 7167 | | |
| |||
28836 | 28836 | | |
28837 | 28837 | | |
28838 | 28838 | | |
| 28839 | + | |
28839 | 28840 | | |
28840 | 28841 | | |
28841 | 28842 | | |
| |||
0 commit comments