Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bump @sentry/cli from 2.26.0 to 2.28.0 #10496

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps @sentry/cli from 2.26.0 to 2.28.0.

Release notes

Sourced from @​sentry/cli's releases.

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

Changelog

Sourced from @​sentry/cli's changelog.

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

Commits
  • 90b9ccc Update CHANGELOG.md
  • 3179135 release: 2.28.0
  • 27ec79d fix(sourcemaps): print source map URL instead of {source_url} on error (#1917)
  • 40733ff chore(deps): bump shlex from 1.1.0 to 1.3.0 (#1909)
  • aae9d2b feat(crons): New monitor configuration options (#1922)
  • 00136f3 Merge branch 'release/2.27.0'
  • 61e2a11 Update CHANGELOG.md
  • 92554a7 release: 2.27.0
  • b13185c feat(xcode): Print redirected output file path when going to the background (...
  • 9721ea0 Remove dsyms/associate API usage (#1886)
  • Additional commits viewable in compare view

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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Feb 5, 2024
@mydea
Copy link
Member

mydea commented Feb 6, 2024

Hmm, this dependabot PR only bumps the yarn.lock, not the actual versions in the package.json, which is what we actually want here, I guess? 🤔 I opened a PR to hopefully fix this: #10509

mydea added a commit that referenced this pull request Feb 6, 2024
…10509)

Currently, it is only updating the yarn.lock, which is not really what
we want, we want the version in the package.json to be raised, which is
what this does (I believe).

See
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy

See #10496 for how
that does not correctly bump right now.
@mydea
Copy link
Member

mydea commented Feb 6, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/cli-2.28.0 branch from fc66f42 to 2bf6625 Compare February 6, 2024 10:53
@mydea
Copy link
Member

mydea commented Feb 6, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/cli-2.28.0 branch from 2bf6625 to fef2564 Compare February 6, 2024 11:10
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.26.0 to 2.28.0.
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.26.0...2.28.0)

---
updated-dependencies:
- dependency-name: "@sentry/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/cli-2.28.0 branch from fef2564 to 9a508eb Compare February 6, 2024 16:00
Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 821537c into develop Feb 6, 2024
79 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/cli-2.28.0 branch February 6, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants