ikenfin / vite-plugin-sentry

Vite plugin acting as an interface to SentryCLI
165 stars 16 forks source link

Bump @sentry/cli from 2.20.5 to 2.28.6 #443

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps @sentry/cli from 2.20.5 to 2.28.6.

Release notes

Sourced from @​sentry/cli's releases.

2.28.6

Various fixes & improvements

2.28.5

Various fixes & improvements

2.28.4

This release re-enables releases to PyPI, in addition to the following fix:

Various fixes & improvements

2.28.0

New features

  • New cron monitor configuration options (#1922) by @​szokeasaurusrex
    • The sentry-cli monitors run command now has two new command line arguments: --failure-issue-threshold and --recovery-threshold. These arguments allow the user to specify the number of consecutive failed checkins that trigger an issue to be created and the number of successful checkins that trigger the issue to be resolved, respectively.

Various fixes & improvements

  • fix(sourcemaps): print source map URL instead of {source_url} on error (#1917) by @​jbg

2.27.0

Improvements

Fixes

  • Correct error message for querying events/issues on non-existing project. The message now states that the project could not be found, instead of stating that the organization could not be found. (#1916) by @​szokeasaurusrex

Other

2.26.0

Various fixes & improvements

2.25.3

  • No documented changes.

2.25.2

  • No documented changes.

2.25.1

... (truncated)

Changelog

Sourced from @​sentry/cli's changelog.

2.28.6

Various fixes & improvements

2.28.5

Various fixes & improvements

2.28.0

New features

  • New cron monitor configuration options (#1922) by @​szokeasaurusrex
    • The sentry-cli monitors run command now has two new command line arguments: --failure-issue-threshold and --recovery-threshold. These arguments allow the user to specify the number of consecutive failed checkins that trigger an issue to be created and the number of successful checkins that trigger the issue to be resolved, respectively.

Various fixes & improvements

  • fix(sourcemaps): print source map URL instead of {source_url} on error (#1917) by @​jbg

2.27.0

Improvements

Fixes

  • Correct error message for querying events/issues on non-existing project. The message now states that the project could not be found, instead of stating that the organization could not be found. (#1916) by @​szokeasaurusrex

Other

2.26.0

Various fixes & improvements

2.25.3

  • No documented changes.

2.25.2

  • No documented changes.

... (truncated)

Commits


Dependabot compatibility score

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 commands and options
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 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)
sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f505f93) 69.23% compared to head (d688eb5) 69.23%. Report is 1 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #443 +/- ## ======================================= Coverage 69.23% 69.23% ======================================= Files 4 4 Lines 52 52 Branches 8 8 ======================================= Hits 36 36 Misses 16 16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 7 months ago

Superseded by #447.