Commit d642b41
authored
feat(deps): bump @sentry/cli from 2.28.6 to 2.29.1 (#10908)
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.28.6
to 2.29.1.
<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.29.1</h2>
<p>Updated version 2.29.0 changelog. No code changes.</p>
<h2>2.29.0</h2>
<h3>Source maps fixes</h3>
<p>This release fixes the behavior of <code>sourcemaps inject</code> and
<code>sourcemaps upload</code>. We now treat minified and non-minified
source files the same way in both commands, which was always the desired
behavior, and is also consistent with our JS bundler plugins.</p>
<p><strong>Please be aware that from now on, <code>sourcemaps
inject</code> will inject debug IDs into all JS source files at the path
provided to the command.</strong> If you only wish for some of the files
to have debug IDs injected, you need to modify the path(s) passed to
<code>sourcemaps inject</code> or you need to use the
<code>--ignore</code> or <code>--ignore-file</code> options to exclude
the files you do not wish to inject the debug IDs into.</p>
<p>In the <code>sourcemaps upload</code> command, we have eliminated the
"Minified Scripts" section in the Source Maps Upload Report.
Instead, these minified scripts will appear under
"Scripts."</p>
<h3>Auth token validation</h3>
<p>Sentry CLI now validates that you have provided an auth token
whenever you run a command that requires authentication to succeed. If
you fail to provide an auth token when running such a command, the
Sentry CLI will exit with an error message explaining that the auth
token is required but missing.</p>
<h3>Other fixes & improvements</h3>
<ul>
<li>fix(sourcemaps): Add <code>.cjs</code> and <code>.mjs</code> to
default <code>sourcemaps upload</code> extensions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1961">#1961</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>fix(xcode): Only parse Plist when required during RN source maps
upload (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1940">#1940</a>)
by <a
href="https://github.com/krystofwoldrich"><code>@krystofwoldrich</code></a></li>
<li>fix(files): Fail when deleting all files fails with 404 error (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1949">#1949</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>fix: support windows on arm via x64 binary (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1943">#1943</a>)
by <a
href="https://github.com/MarshallOfSound"><code>@MarshallOfSound</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.29.1</h2>
<p>Updated version 2.29.0 changelog. No code changes.</p>
<h2>2.29.0</h2>
<h3>Source maps fixes</h3>
<p>This release fixes the behavior of <code>sourcemaps inject</code> and
<code>sourcemaps upload</code>. We now treat minified and non-minified
source files the same way in both commands, which was always the desired
behavior, and is also consistent with our JS bundler plugins.</p>
<p><strong>Please be aware that from now on, <code>sourcemaps
inject</code> will inject debug IDs into all JS source files at the path
provided to the command.</strong> If you only wish for some of the files
to have debug IDs injected, you need to modify the path(s) passed to
<code>sourcemaps inject</code> or you need to use the
<code>--ignore</code> or <code>--ignore-file</code> options to exclude
the files you do not wish to inject the debug IDs into.</p>
<p>In the <code>sourcemaps upload</code> command, we have eliminated the
"Minified Scripts" section in the Source Maps Upload Report.
Instead, these minified scripts will appear under
"Scripts."</p>
<h3>Auth token validation</h3>
<p>Sentry CLI now validates that you have provided an auth token
whenever you run a command that requires authentication to succeed. If
you fail to provide an auth token when running such a command, the
Sentry CLI will exit with an error message explaining that the auth
token is required but missing.</p>
<h3>Other fixes & improvements</h3>
<ul>
<li>fix(sourcemaps): Add <code>.cjs</code> and <code>.mjs</code> to
default <code>sourcemaps upload</code> extensions (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1961">#1961</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>fix(xcode): Only parse Plist when required during RN source maps
upload (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1940">#1940</a>)
by <a
href="https://github.com/krystofwoldrich"><code>@krystofwoldrich</code></a></li>
<li>fix(files): Fail when deleting all files fails with 404 error (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1949">#1949</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>fix: support windows on arm via x64 binary (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1943">#1943</a>)
by <a
href="https://github.com/MarshallOfSound"><code>@MarshallOfSound</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/7edd5f6ca0dc155caf41b25e82dad3730fd940db"><code>7edd5f6</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/d765edd75695d1efb6f7766232e65062dec1bab1"><code>d765edd</code></a>
release: 2.29.1</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/7e76944c66bcc0c49b50ed401e97d441b9ae1580"><code>7e76944</code></a>
docs: Update changelog (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1966">#1966</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/cbbace15961443055a649cf4fb4e45aeedceb6f8"><code>cbbace1</code></a>
Merge branch 'release/2.29.0'</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/876c624105438872a8ef655af64a5eda339a7c96"><code>876c624</code></a>
release: 2.29.0</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/708f4575e91c758eec6e18a1758f7135475cdcd7"><code>708f457</code></a>
fix(sourcemaps): Remove distinction between <code>Source</code> and
<code>MinifiedSource</code> for...</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/a1fb39aefbd682355e45d5a4c9e354a00d9cbf67"><code>a1fb39a</code></a>
Add clarifying comment to RN sourcemaps upload test (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1965">#1965</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/6bef09e51b5ae3a947a410ad2f2c05f288c863b3"><code>6bef09e</code></a>
fix: Merge "Scripts" and "Minified Scripts" under
sourcemaps upload report (#...</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5708458bbee53c0b0ce4726c95af50b848a55481"><code>5708458</code></a>
fix(sourcemaps): Add <code>.cjs</code> and <code>.mjs</code> to default
<code>sourcemaps upload</code> extensi...</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/5657d867bcaa9d2f72ca249151704f941709587d"><code>5657d86</code></a>
fix(xcode): Only parse Plist when required during RN source maps upload
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/1940">#1940</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.28.6...2.29.1">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 will merge this PR once it's up-to-date and CI passes on it,
as requested by @AbhiPrasad.
[//]: # (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>1 parent 97bbb8c commit d642b41
2 files changed
+46
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5771 | 5771 | | |
5772 | 5772 | | |
5773 | 5773 | | |
5774 | | - | |
5775 | | - | |
5776 | | - | |
5777 | | - | |
5778 | | - | |
5779 | | - | |
5780 | | - | |
5781 | | - | |
5782 | | - | |
5783 | | - | |
5784 | | - | |
5785 | | - | |
5786 | | - | |
5787 | | - | |
5788 | | - | |
5789 | | - | |
5790 | | - | |
5791 | | - | |
5792 | | - | |
5793 | | - | |
5794 | | - | |
5795 | | - | |
5796 | | - | |
5797 | | - | |
5798 | | - | |
5799 | | - | |
5800 | | - | |
5801 | | - | |
5802 | | - | |
5803 | | - | |
5804 | | - | |
5805 | | - | |
5806 | | - | |
5807 | | - | |
| 5774 | + | |
| 5775 | + | |
| 5776 | + | |
| 5777 | + | |
| 5778 | + | |
| 5779 | + | |
| 5780 | + | |
| 5781 | + | |
| 5782 | + | |
| 5783 | + | |
| 5784 | + | |
| 5785 | + | |
| 5786 | + | |
| 5787 | + | |
| 5788 | + | |
| 5789 | + | |
| 5790 | + | |
| 5791 | + | |
| 5792 | + | |
| 5793 | + | |
| 5794 | + | |
| 5795 | + | |
| 5796 | + | |
| 5797 | + | |
| 5798 | + | |
| 5799 | + | |
| 5800 | + | |
| 5801 | + | |
| 5802 | + | |
| 5803 | + | |
| 5804 | + | |
| 5805 | + | |
| 5806 | + | |
| 5807 | + | |
5808 | 5808 | | |
5809 | 5809 | | |
5810 | 5810 | | |
| |||
5818 | 5818 | | |
5819 | 5819 | | |
5820 | 5820 | | |
5821 | | - | |
5822 | | - | |
5823 | | - | |
5824 | | - | |
| 5821 | + | |
| 5822 | + | |
| 5823 | + | |
| 5824 | + | |
5825 | 5825 | | |
5826 | 5826 | | |
5827 | 5827 | | |
5828 | 5828 | | |
5829 | 5829 | | |
5830 | 5830 | | |
5831 | 5831 | | |
5832 | | - | |
5833 | | - | |
5834 | | - | |
5835 | | - | |
5836 | | - | |
5837 | | - | |
5838 | | - | |
| 5832 | + | |
| 5833 | + | |
| 5834 | + | |
| 5835 | + | |
| 5836 | + | |
| 5837 | + | |
| 5838 | + | |
5839 | 5839 | | |
5840 | 5840 | | |
5841 | 5841 | | |
| |||
0 commit comments