-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 5d1e8b8
authored
feat(deps): Bump @sentry/cli from 2.50.2 to 2.51.1 (#17382)
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.50.2
to 2.51.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.51.1</h2>
<h3>Various fixes & improvements</h3>
<ul>
<li>fix(logs): Mark <code>logs</code> command as beta (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2690">#2690</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
</ul>
<h2>2.51.0</h2>
<h3>Logs command</h3>
<p>This release introduces a <a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2664">new
<code>sentry-cli logs list</code> command</a>, which lists your Sentry
logs. For more details, see <code>sentry-cli logs list
--help</code>.</p>
<p>Please note: if you receive a <code>403</code> error when using the
new command, you may need to generate a new auth token with different
permissions. You can do this by navigating to <em>Settings</em> →
<em>Developer Settings</em> → <em>Personal Tokens</em> in Sentry. On the
<em>Personal Tokens</em> page, generate a token with
<code>org:read</code> scope, and pass this to the command using
<code>--auth-token</code> or by setting the
<code>SENTRY_AUTH_TOKEN</code> environment variable.</p>
<h3>Various fixes & improvements</h3>
<ul>
<li>fix(js): Stop calling <code>releases files upload-sourcemaps</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2676">#2676</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</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.51.1</h2>
<h3>Various fixes & improvements</h3>
<ul>
<li>fix(logs): Mark <code>logs</code> command as beta (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2690">#2690</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
</ul>
<h2>2.51.0</h2>
<h3>Logs command</h3>
<p>This release introduces a <a
href="https://redirect.github.com/getsentry/sentry-cli/pull/2664">new
<code>sentry-cli logs list</code> command</a>, which lists your Sentry
logs. For more details, see <code>sentry-cli logs list
--help</code>.</p>
<p>Please note: if you receive a <code>403</code> error when using the
new command, you may need to generate a new auth token with different
permissions. You can do this by navigating to <em>Settings</em> →
<em>Developer Settings</em> → <em>Personal Tokens</em> in Sentry. On the
<em>Personal Tokens</em> page, generate a token with
<code>org:read</code> scope, and pass this to the command using
<code>--auth-token</code> or by setting the
<code>SENTRY_AUTH_TOKEN</code> environment variable.</p>
<h3>Various fixes & improvements</h3>
<ul>
<li>fix(js): Stop calling <code>releases files upload-sourcemaps</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2676">#2676</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/8aad1359f66da1e50f331685422d0e4250257f34"><code>8aad135</code></a>
meta: Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/a9b642b45bcce35df381e57305d4a2d35c4ff0d8"><code>a9b642b</code></a>
release: 2.51.1</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/8ff1b1c8fdcef02170db581f643f4447ef84505c"><code>8ff1b1c</code></a>
revert: "build: Pin Rust toolchain minor version (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2687">#2687</a>)"
(<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2692">#2692</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/c5eeb6e98357abe7aae763fc9db2e06b6899eff4"><code>c5eeb6e</code></a>
fix(logs): Mark <code>logs</code> command as beta (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2690">#2690</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/657ede2269235b6441cc60f720ceecdec8d11168"><code>657ede2</code></a>
test: Test <code>logs</code> help message (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2689">#2689</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/1dcc54dc77b95aa5d13a646de2c1f9f4e8d24da5"><code>1dcc54d</code></a>
build: Pin Rust toolchain minor version (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2687">#2687</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/2a127c8e22f6163ed4f0a82f7376189dbd485610"><code>2a127c8</code></a>
chore: Fix latest clippy lints (<a
href="https://redirect.github.com/getsentry/sentry-cli/issues/2684">#2684</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/e986daa8c094dd81509c338b1681841b8d4fe8fd"><code>e986daa</code></a>
Merge branch 'release/2.51.0'</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/81d4eb13f756a804c8439e801795cf3b4e11fc39"><code>81d4eb1</code></a>
meta: Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-cli/commit/b01f97c79d0ac43996200d21ceb8f9569c43b9fb"><code>b01f97c</code></a>
release: 2.51.0</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.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-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 8c7f99e commit 5d1e8b8
File tree
3 files changed
+56
-55
lines changed- packages
- react-router
- remix
3 files changed
+56
-55
lines changedOriginal 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 | |
---|---|---|---|
| |||
6924 | 6924 |
| |
6925 | 6925 |
| |
6926 | 6926 |
| |
6927 | - | ||
6927 | + | ||
6928 | 6928 |
| |
6929 | 6929 |
| |
6930 | 6930 |
| |
| |||
6966 | 6966 |
| |
6967 | 6967 |
| |
6968 | 6968 |
| |
6969 | - | ||
6970 | - | ||
6971 | - | ||
6972 | - | ||
6973 | - | ||
6974 | - | ||
6975 | - | ||
6976 | - | ||
6977 | - | ||
6978 | - | ||
6979 | - | ||
6980 | - | ||
6981 | - | ||
6982 | - | ||
6983 | - | ||
6984 | - | ||
6985 | - | ||
6986 | - | ||
6987 | - | ||
6988 | - | ||
6989 | - | ||
6990 | - | ||
6991 | - | ||
6992 | - | ||
6993 | - | ||
6994 | - | ||
6995 | - | ||
6996 | - | ||
6997 | - | ||
6998 | - | ||
6999 | - | ||
7000 | - | ||
7001 | - | ||
7002 | - | ||
7003 | - | ||
7004 | - | ||
7005 | - | ||
7006 | - | ||
7007 | - | ||
7008 | - | ||
7009 | - | ||
7010 | - | ||
7011 | - | ||
7012 | - | ||
6969 | + | ||
6970 | + | ||
6971 | + | ||
6972 | + | ||
6973 | + | ||
6974 | + | ||
6975 | + | ||
6976 | + | ||
6977 | + | ||
6978 | + | ||
6979 | + | ||
6980 | + | ||
6981 | + | ||
6982 | + | ||
6983 | + | ||
6984 | + | ||
6985 | + | ||
6986 | + | ||
6987 | + | ||
6988 | + | ||
6989 | + | ||
6990 | + | ||
6991 | + | ||
6992 | + | ||
6993 | + | ||
6994 | + | ||
6995 | + | ||
6996 | + | ||
6997 | + | ||
6998 | + | ||
6999 | + | ||
7000 | + | ||
7001 | + | ||
7002 | + | ||
7003 | + | ||
7004 | + | ||
7005 | + | ||
7006 | + | ||
7007 | + | ||
7008 | + | ||
7009 | + | ||
7010 | + | ||
7011 | + | ||
7012 | + | ||
7013 | 7013 |
| |
7014 | 7014 |
| |
7015 | 7015 |
| |
7016 | 7016 |
| |
7017 | 7017 |
| |
7018 | 7018 |
| |
7019 | 7019 |
| |
7020 | - | ||
7021 | - | ||
7022 | - | ||
7023 | - | ||
7024 | - | ||
7025 | - | ||
7026 | - | ||
7027 | - | ||
7020 | + | ||
7021 | + | ||
7022 | + | ||
7023 | + | ||
7024 | + | ||
7025 | + | ||
7026 | + | ||
7027 | + | ||
7028 | 7028 |
| |
7029 | 7029 |
| |
7030 | 7030 |
| |
| |||
28567 | 28567 |
| |
28568 | 28568 |
| |
28569 | 28569 |
| |
28570 | + | ||
28570 | 28571 |
| |
28571 | 28572 |
| |
28572 | 28573 |
| |
|
0 commit comments