duffelhq / duffel-components

A javascript library to render ancillaries given some offer data
6 stars 3 forks source link

chore(deps): update dependency @sentry/cli to v2.31.1 #280

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/cli (source) 2.21.2 -> 2.31.1 age adoption passing confidence

Release Notes

getsentry/sentry-cli (@​sentry/cli) ### [`v2.31.1`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2311) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.31.0...2.31.1) ##### Various fixes & improvements - fix(proguard): Don't require auth token with --no-upload flag ([#​2047](https://togithub.com/getsentry/sentry-cli/issues/2047)) by [@​markushi](https://togithub.com/markushi) - fix(debug-files): Improve error when `check` passed a directory ([#​2034](https://togithub.com/getsentry/sentry-cli/issues/2034)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - fix(xcode): Improve Xcode error msg when config load fails ([#​2028](https://togithub.com/getsentry/sentry-cli/issues/2028)) by [@​elramen](https://togithub.com/elramen) ### [`v2.31.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2310) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.30.5...2.31.0) With this change, dSYM uploads to the legacy endpoint and release file uploads are routed to the region URL directly (e.g. to https://us.sentry.io instead of https://sentry.io). This change only affects users using the CLI to interact with SaaS Sentry; everything stays the same for self-hosted users. ##### Other changes - build: `make lint` only with default features ([#​1994](https://togithub.com/getsentry/sentry-cli/issues/1994)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.30.5`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2305) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.30.4...2.30.5) Release made for technical reasons. There are no code changes in this version. ### [`v2.30.4`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2304) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.30.3...2.30.4) Release made for technical reasons. There are no code changes in this version. ### [`v2.30.3`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2303) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.30.2...2.30.3) ##### Various fixes & improvements - fix: Handle .env errors ([#​1987](https://togithub.com/getsentry/sentry-cli/issues/1987)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.30.2`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2302) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.30.1...2.30.2) This release re-enables Python releases. There are no code changes. ### [`v2.30.1`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2301) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.30.0...2.30.1) ##### Various fixes & improvements - fix(sourcemaps): allow complex file extensions ([#​1976](https://togithub.com/getsentry/sentry-cli/issues/1976)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.30.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2300) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.29.1...2.30.0) ##### Cron Monitor Changes The `monitors run` subcommand now no longer accepts `--auth-token` or other means of authentication using token-based auth. It is now required to use DSN based auth to monitor cron jobs using the sentry-cli. ### [`v2.29.1`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2291) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.29.0...2.29.1) Updated version 2.29.0 changelog. No code changes. ### [`v2.29.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2290) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.28.6...2.29.0) ##### Source maps fixes This release fixes the behavior of `sourcemaps inject` and `sourcemaps upload`. We now treat minified and non-minified source files the same way in both commands, which was always the desired behavior, and is also consistent with our JS bundler plugins. **Please be aware that from now on, `sourcemaps inject` will inject debug IDs into all JS source files at the path provided to the command.** If you only wish for some of the files to have debug IDs injected, you need to modify the path(s) passed to `sourcemaps inject` or you need to use the `--ignore` or `--ignore-file` options to exclude the files you do not wish to inject the debug IDs into. In the `sourcemaps upload` command, we have eliminated the "Minified Scripts" section in the Source Maps Upload Report. Instead, these minified scripts will appear under "Scripts." ##### Auth token validation Sentry CLI now validates that you have provided an auth token whenever you run a command that requires authentication to succeed. If you fail to provide an auth token when running such a command, the Sentry CLI will exit with an error message explaining that the auth token is required but missing. ##### Other fixes & improvements - fix(sourcemaps): Add `.cjs` and `.mjs` to default `sourcemaps upload` extensions ([#​1961](https://togithub.com/getsentry/sentry-cli/issues/1961)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - fix(xcode): Only parse Plist when required during RN source maps upload ([#​1940](https://togithub.com/getsentry/sentry-cli/issues/1940)) by [@​krystofwoldrich](https://togithub.com/krystofwoldrich) - fix(files): Fail when deleting all files fails with 404 error ([#​1949](https://togithub.com/getsentry/sentry-cli/issues/1949)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - fix: support windows on arm via x64 binary ([#​1943](https://togithub.com/getsentry/sentry-cli/issues/1943)) by [@​MarshallOfSound](https://togithub.com/MarshallOfSound) ### [`v2.28.6`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2286) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.28.5...2.28.6) ##### Various fixes & improvements - fix(deploys): Revert "fix(deploys): Use `--project` argument ([#​1930](https://togithub.com/getsentry/sentry-cli/issues/1930))" ([#​1942](https://togithub.com/getsentry/sentry-cli/issues/1942)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.28.5`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2285) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.28.4...2.28.5) ##### Various fixes & improvements - fix(deploys): Use `--project` argument ([#​1930](https://togithub.com/getsentry/sentry-cli/issues/1930)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.28.4`](https://togithub.com/getsentry/sentry-cli/releases/tag/2.28.4) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.28.0...2.28.4) This release re-enables releases to PyPI, in addition to the following fix: ##### Various fixes & improvements - fix(deploys): Use `--project` argument ([#​1930](https://togithub.com/getsentry/sentry-cli/issues/1930)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.28.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2280) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.27.0...2.28.0) ##### New features - New cron monitor configuration options ([#​1922](https://togithub.com/getsentry/sentry-cli/issues/1922)) by [@​szokeasaurusrex](https://togithub.com/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](https://togithub.com/getsentry/sentry-cli/issues/1917)) by [@​jbg](https://togithub.com/jbg) ### [`v2.27.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2270) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.26.0...2.27.0) ##### Improvements - Prefer `--url` argument over empty auth token URL ([#​1914](https://togithub.com/getsentry/sentry-cli/issues/1914)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - feat(xcode): Print redirected output file path when going to the background ([#​1920](https://togithub.com/getsentry/sentry-cli/issues/1920)) by [@​krystofwoldrich](https://togithub.com/krystofwoldrich) ##### 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](https://togithub.com/getsentry/sentry-cli/issues/1916)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ##### Other - Remove `dsyms/associate` API usage ([#​1886](https://togithub.com/getsentry/sentry-cli/issues/1886)) by [@​Swatinem](https://togithub.com/Swatinem) ### [`v2.26.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2260) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.25.3...2.26.0) ##### Various fixes & improvements - meta: Revert "meta: Temporarily disable npm targets for v1 release ([#​1903](https://togithub.com/getsentry/sentry-cli/issues/1903))" ([#​1908](https://togithub.com/getsentry/sentry-cli/issues/1908)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Add "--environment" option to "monitors run" (supplement "-e" shorthand) ([#​1881](https://togithub.com/getsentry/sentry-cli/issues/1881)) by [@​skalee](https://togithub.com/skalee) - meta: Temporarily disable npm targets for v1 release ([#​1903](https://togithub.com/getsentry/sentry-cli/issues/1903)) by [@​lforst](https://togithub.com/lforst) ### [`v2.25.3`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2253) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.25.2...2.25.3) - No documented changes. ### [`v2.25.2`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2252) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.25.1...2.25.2) - No documented changes. ### [`v2.25.1`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2251) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.25.0...2.25.1) - fix: Upload Xcode debug files and source maps background upload ([#​1896](https://togithub.com/getsentry/sentry-cli/issues/1896)) by [@​krystofwoldrich](https://togithub.com/krystofwoldrich) - revert: Fixed a `curl` issue on Windows ([#​1815](https://togithub.com/getsentry/sentry-cli/issues/1815)) by [@​xpirt](https://togithub.com/xpirt) ### [`v2.25.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2250) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.24.1...2.25.0) ##### Various fixes & improvements - fix(api): Fix panic that occurred when `sentry-cli login` called with `--auth-token` ([#​1893](https://togithub.com/getsentry/sentry-cli/issues/1893)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.24.1`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2241) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.24.0...2.24.1) ##### Various fixes & improvements - Revert [#​1885](https://togithub.com/getsentry/sentry-cli/issues/1885), which was causing an [error in the `sentry-cli login` command](https://togithub.com/getsentry/sentry-cli/issues/1888) ([#​1889](https://togithub.com/getsentry/sentry-cli/issues/1889)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.24.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2240) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.23.2...2.24.0) ##### Various fixes & improvements - feat(sourcemaps): Improve `sourcemaps resolve` command output ([#​1880](https://togithub.com/getsentry/sentry-cli/issues/1880)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - feat(api): Validate Auth Tokens client-side ([#​1885](https://togithub.com/getsentry/sentry-cli/issues/1885)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.23.2`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2232) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.23.1...2.23.2) ##### Various fixes & improvements - ref: Removed unneeded identity `map` ([#​1883](https://togithub.com/getsentry/sentry-cli/issues/1883)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - ci: Skip fallback download in tests ([#​1878](https://togithub.com/getsentry/sentry-cli/issues/1878)) by [@​lforst](https://togithub.com/lforst) - ref: Emit better log message for fallback postinstall script ([#​1877](https://togithub.com/getsentry/sentry-cli/issues/1877)) by [@​lforst](https://togithub.com/lforst) - fix: Manually download binary if optional dependency binary can't be found after installation ([#​1874](https://togithub.com/getsentry/sentry-cli/issues/1874)) by [@​lforst](https://togithub.com/lforst) - fix(hybrid-cloud): Updates organization list to handle single org fanout ([#​1872](https://togithub.com/getsentry/sentry-cli/issues/1872)) by [@​GabeVillalobos](https://togithub.com/GabeVillalobos) ### [`v2.23.1`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2231) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.23.0...2.23.1) ##### Various fixes & improvements - ref: upgrade git2 so safe.directory is implemented more correctly ([#​1866](https://togithub.com/getsentry/sentry-cli/issues/1866)) by [@​asottile-sentry](https://togithub.com/asottile-sentry) - fix(hybrid-cloud): Adds region fan-out to organizations list command ([#​1860](https://togithub.com/getsentry/sentry-cli/issues/1860)) by [@​GabeVillalobos](https://togithub.com/GabeVillalobos) - fix: install the x64 cli on windows-on-arm hosts ([#​1858](https://togithub.com/getsentry/sentry-cli/issues/1858)) by [@​MarshallOfSound](https://togithub.com/MarshallOfSound) ### [`v2.23.0`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2230) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.22.3...2.23.0) ##### Various fixes & improvements - build: Bump tempfile dependency ([#​1857](https://togithub.com/getsentry/sentry-cli/issues/1857)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - build: Fix CLI in Xcode Cloud by Disabling Link-time Optimizations ([#​1855](https://togithub.com/getsentry/sentry-cli/issues/1855)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 ([#​1675](https://togithub.com/getsentry/sentry-cli/issues/1675)) by [@​dependabot](https://togithub.com/dependabot) - chore(deps): bump word-wrap from 1.2.3 to 1.2.5 ([#​1856](https://togithub.com/getsentry/sentry-cli/issues/1856)) by [@​dependabot](https://togithub.com/dependabot) - feat(api): More descriptive `releases propose-version` error ([#​1854](https://togithub.com/getsentry/sentry-cli/issues/1854)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - meta: Restructure Bug Report Issue Template ([#​1852](https://togithub.com/getsentry/sentry-cli/issues/1852)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - fix(sourcemaps): don't attempt to treat remote URL as a local file path ([#​1850](https://togithub.com/getsentry/sentry-cli/issues/1850)) by [@​brettdh](https://togithub.com/brettdh) - feat(api): Validate `monitors run` command's `--timezone` argument ([#​1847](https://togithub.com/getsentry/sentry-cli/issues/1847)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v2.22.3`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2223) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.22.2...2.22.3) ref: Transition to binaries over npm ([#​1836](https://togithub.com/getsentry/sentry-cli/issues/1836)) ### [`v2.22.2`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2222) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.22.1...2.22.2) This release contains no changes and was done for technical purposes. ### [`v2.22.1`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2221) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.21.5...2.22.1) This release contains no changes and was done for technical purposes. ### [`v2.21.5`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2215) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.21.4...2.21.5) This release contains no changes and was done for technical purposes. ### [`v2.21.4`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2214) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.21.3...2.21.4) ##### Various fixes & improvements - Improved error message if a project slug is missing ([#​1811](https://togithub.com/getsentry/sentry-cli/issues/1811)) by [@​cleptric](https://togithub.com/cleptric) - Fixed a `curl` issue on Windows ([#​1815](https://togithub.com/getsentry/sentry-cli/issues/1815)) by [@​xpirt](https://togithub.com/xpirt) - Added support for monitor upserts ([#​1807](https://togithub.com/getsentry/sentry-cli/issues/1807)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Fixed a bug in sourcemap `sourceRoot` handling ([#​1818](https://togithub.com/getsentry/sentry-cli/issues/1818)) by [@​loewenheim](https://togithub.com/loewenheim) ### [`v2.21.3`](https://togithub.com/getsentry/sentry-cli/blob/HEAD/CHANGELOG.md#2213) [Compare Source](https://togithub.com/getsentry/sentry-cli/compare/2.21.2...2.21.3) ##### Various fixes & improvements - feat: Deprecate `sourcemaps explain` ([#​1797](https://togithub.com/getsentry/sentry-cli/issues/1797)) by [@​loewenheim](https://togithub.com/loewenheim) - Allow log-level parameter to affect log from reading config ([#​1789](https://togithub.com/getsentry/sentry-cli/issues/1789)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - feat: Add shell completion generation ([#​1775](https://togithub.com/getsentry/sentry-cli/issues/1775)) by [@​NickyMeuleman](https://togithub.com/NickyMeuleman) - fix: Log messages for invalid objects ([#​1771](https://togithub.com/getsentry/sentry-cli/issues/1771)) by [@​loewenheim](https://togithub.com/loewenheim)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.