Skip to content

Commit

Permalink
chore(deps): update dependency @sentry/cli to ^2.36.4 (#2182)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sentry/cli](https://docs.sentry.io/hosted/learn/cli/)
([source](https://redirect.github.com/getsentry/sentry-cli)) |
[`^2.36.3` ->
`^2.36.4`](https://renovatebot.com/diffs/npm/@sentry%2fcli/2.36.3/2.36.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fcli/2.36.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fcli/2.36.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fcli/2.36.3/2.36.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fcli/2.36.3/2.36.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-cli (@&#8203;sentry/cli)</summary>

###
[`v2.36.4`](https://redirect.github.com/getsentry/sentry-cli/releases/tag/2.36.4)

[Compare
Source](https://redirect.github.com/getsentry/sentry-cli/compare/2.36.3...2.36.4)

This releases fixes includes a bugfix
([#&#8203;2171](https://redirect.github.com/getsentry/sentry-cli/issues/2171)
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex))
for
[#&#8203;2169](https://redirect.github.com/getsentry/sentry-cli/issues/2169).
The bug caused any command run with `sentry-cli monitors run` to not be
executed whenever sending the cron checkin to Sentry failed, e.g. during
a Sentry outage or due to some other network failure. With the bugfix,
we log the error and execute the program even when there was an error
sending the checkin.

**We recommend that all users using `sentry-cli monitors run` upgrade to
Sentry CLI version 2.36.4 immediately.**

##### Other fixes & improvements

- build: Upgrade `curl-sys`
([#&#8203;2164](https://redirect.github.com/getsentry/sentry-cli/issues/2164))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 8ca7ba2 commit c667bda
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@commitlint/config-conventional": "^19.5.0",
"@databases/pg-migrations": "^5.0.3",
"@databases/pg-test": "^3.1.2",
"@sentry/cli": "^2.36.3",
"@sentry/cli": "^2.36.4",
"@tsconfig/node-lts": "^20.1.3",
"@tsconfig/node20": "^20.1.4",
"@types/chai": "5.0.0",
Expand Down
78 changes: 38 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c667bda

Please sign in to comment.