Commit 1a72ed3
authored
feat(deps): bump @sentry/cli from 2.43.0 to 2.45.0 (#16395)
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.43.0
to 2.45.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.45.0</h2>
<h3>New feature</h3>
<ul>
<li>feat(sourcemaps): Multi-project sourcemaps upload (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2497">#2497</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a>
<ul>
<li>Sourcemaps can now be uploaded to multiple projects at once by
passing each project to the <code>sentry-cli sourcemaps upload</code>
command, like so:
<pre lang="sh"><code>sentry-cli sourcemaps upload -p project1 -p
project2 /path/to/sourcemaps
</code></pre>
</li>
<li>Note that users on old versions of self-hosted Sentry may need to
upgrade their self-hosted server to a newer version to take advantage of
multi-project uploads.</li>
</ul>
</li>
</ul>
<h3>Various fixes & improvements</h3>
<ul>
<li>ref: Rename <code>fixup_js_file_end</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2475">#2475</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>ref: Use slice instead of vec for assemble artifact request (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2498">#2498</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>ref: Separate <code>LegacyUploadContext</code> for legacy uploads
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2494">#2494</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>feat: Remove organization and project info log (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2490">#2490</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
</ul>
<h2>2.44.0</h2>
<h3>Various fixes & improvements</h3>
<ul>
<li>feat(sourcemaps): Support injecting indexed sourcemaps (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2470">#2470</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>test(sourcemaps): Assert injection outputs (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2483">#2483</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
</ul>
<h2>2.43.1</h2>
<h3>Various fixes & improvements</h3>
<ul>
<li>build: Bump <code>tokio</code> to <code>1.44.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2474">#2474</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>chore: Fix nightly clippy lints (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2469">#2469</a>)
by <a
href="https://github.com/loewenheim"><code>@loewenheim</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.45.0</h2>
<h3>New feature</h3>
<ul>
<li>feat(sourcemaps): Multi-project sourcemaps upload (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2497">#2497</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a>
<ul>
<li>Sourcemaps can now be uploaded to multiple projects at once by
passing each project to the <code>sentry-cli sourcemaps upload</code>
command, like so:
<pre lang="sh"><code>sentry-cli sourcemaps upload -p project1 -p
project2 /path/to/sourcemaps
</code></pre>
</li>
<li>Note that users on old versions of self-hosted Sentry may need to
upgrade their self-hosted server to a newer version to take advantage of
multi-project uploads.</li>
</ul>
</li>
</ul>
<h3>Various fixes & improvements</h3>
<ul>
<li>ref: Rename <code>fixup_js_file_end</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2475">#2475</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>ref: Use slice instead of vec for assemble artifact request (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2498">#2498</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>ref: Separate <code>LegacyUploadContext</code> for legacy uploads
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2494">#2494</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>feat: Remove organization and project info log (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2490">#2490</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
</ul>
<h2>2.44.0</h2>
<h3>Various fixes & improvements</h3>
<ul>
<li>feat(sourcemaps): Support injecting indexed sourcemaps (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2470">#2470</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>test(sourcemaps): Assert injection outputs (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2483">#2483</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
</ul>
<h2>2.43.1</h2>
<h3>Various fixes & improvements</h3>
<ul>
<li>build: Bump <code>tokio</code> to <code>1.44.2</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2474">#2474</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
<li>chore: Fix nightly clippy lints (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2469">#2469</a>)
by <a
href="https://github.com/loewenheim"><code>@loewenheim</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/bed438e9c66f6df95e02d707c9c18ef1407f58ff"><code>bed438e</code></a>
meta: Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/783922560dc06887f965dca3695837b2d6ef95c7"><code>7839225</code></a>
release: 2.45.0</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/47e426d94284ccc28412ae966ad1848ac6426bcd"><code>47e426d</code></a>
ref: Rename <code>fixup_js_file_end</code> (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2475">#2475</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f5ea48c24810b57d307455e262fc1580c30627c3"><code>f5ea48c</code></a>
feat(sourcemaps): Multi-project sourcemaps upload (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2497">#2497</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/f540dc1c8a1e9d89d8043d97a69c5a2263c370db"><code>f540dc1</code></a>
ref: Use slice instead of vec for assemble artifact request</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/8a63fec22c64ae2830fe3da0d640c2e2109dd465"><code>8a63fec</code></a>
ref: Separate <code>LegacyUploadContext</code> for legacy uploads</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/b241c4a434323c0853e735768c6278d515bbe25d"><code>b241c4a</code></a>
feat: Remove organization and project info log (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2490">#2490</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/046ab9de581247076d9e65cc8ea023fe35d62d08"><code>046ab9d</code></a>
chore: update issue templates (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2493">#2493</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/4a0270fdf416ac31681abb4d48b9629fcf1d92d9"><code>4a0270f</code></a>
build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2485">#2485</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/1571be7371a54408f9082f66fbf099ff0ca40a76"><code>1571be7</code></a>
build(deps): bump github/codeql-action from 3.28.16 to 3.28.17</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.43.0...2.45.0">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 0364537 commit 1a72ed3
File tree
3 files changed
+46
-46
lines changed- packages
- react-router
- remix
3 files changed
+46
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
6545 | 6545 | | |
6546 | 6546 | | |
6547 | 6547 | | |
6548 | | - | |
6549 | | - | |
6550 | | - | |
6551 | | - | |
| 6548 | + | |
| 6549 | + | |
| 6550 | + | |
| 6551 | + | |
6552 | 6552 | | |
6553 | 6553 | | |
6554 | 6554 | | |
6555 | 6555 | | |
6556 | 6556 | | |
6557 | 6557 | | |
6558 | | - | |
6559 | | - | |
6560 | | - | |
6561 | | - | |
| 6558 | + | |
| 6559 | + | |
| 6560 | + | |
| 6561 | + | |
6562 | 6562 | | |
6563 | 6563 | | |
6564 | 6564 | | |
6565 | 6565 | | |
6566 | 6566 | | |
6567 | 6567 | | |
6568 | | - | |
6569 | | - | |
6570 | | - | |
6571 | | - | |
| 6568 | + | |
| 6569 | + | |
| 6570 | + | |
| 6571 | + | |
6572 | 6572 | | |
6573 | 6573 | | |
6574 | 6574 | | |
6575 | 6575 | | |
6576 | 6576 | | |
6577 | 6577 | | |
6578 | | - | |
6579 | | - | |
6580 | | - | |
6581 | | - | |
| 6578 | + | |
| 6579 | + | |
| 6580 | + | |
| 6581 | + | |
6582 | 6582 | | |
6583 | 6583 | | |
6584 | 6584 | | |
6585 | 6585 | | |
6586 | 6586 | | |
6587 | 6587 | | |
6588 | | - | |
6589 | | - | |
6590 | | - | |
6591 | | - | |
| 6588 | + | |
| 6589 | + | |
| 6590 | + | |
| 6591 | + | |
6592 | 6592 | | |
6593 | | - | |
6594 | | - | |
6595 | | - | |
6596 | | - | |
| 6593 | + | |
| 6594 | + | |
| 6595 | + | |
| 6596 | + | |
6597 | 6597 | | |
6598 | 6598 | | |
6599 | 6599 | | |
6600 | 6600 | | |
6601 | 6601 | | |
6602 | 6602 | | |
6603 | | - | |
6604 | | - | |
6605 | | - | |
6606 | | - | |
| 6603 | + | |
| 6604 | + | |
| 6605 | + | |
| 6606 | + | |
6607 | 6607 | | |
6608 | 6608 | | |
6609 | 6609 | | |
6610 | 6610 | | |
6611 | 6611 | | |
6612 | 6612 | | |
6613 | | - | |
6614 | | - | |
6615 | | - | |
6616 | | - | |
| 6613 | + | |
| 6614 | + | |
| 6615 | + | |
| 6616 | + | |
6617 | 6617 | | |
6618 | 6618 | | |
6619 | 6619 | | |
| |||
6634 | 6634 | | |
6635 | 6635 | | |
6636 | 6636 | | |
6637 | | - | |
6638 | | - | |
6639 | | - | |
6640 | | - | |
| 6637 | + | |
| 6638 | + | |
| 6639 | + | |
| 6640 | + | |
6641 | 6641 | | |
6642 | 6642 | | |
6643 | 6643 | | |
6644 | 6644 | | |
6645 | 6645 | | |
6646 | 6646 | | |
6647 | 6647 | | |
6648 | | - | |
6649 | | - | |
6650 | | - | |
6651 | | - | |
6652 | | - | |
6653 | | - | |
6654 | | - | |
6655 | | - | |
| 6648 | + | |
| 6649 | + | |
| 6650 | + | |
| 6651 | + | |
| 6652 | + | |
| 6653 | + | |
| 6654 | + | |
| 6655 | + | |
6656 | 6656 | | |
6657 | 6657 | | |
6658 | 6658 | | |
| |||
0 commit comments