build(deps): bump @sentry/vite-plugin from 2.22.1 to 2.22.6 #289

Closed
opened 2026-04-05 20:04:18 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 10/21/2024

Bumps @sentry/vite-plugin from 2.22.1 to 2.22.6.

Release notes

Sourced from @​sentry/vite-plugin's releases.

2.22.6

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#619)

2.22.5

  • fix: Ignore stderr output from git command (#613)
  • feat: Update Sentry telemetry to v8 (#604)
  • deps: Update @sentry/cli to 2.36.1 (#609)

2.22.4

  • feat(react-component-annotate): Handle function body returning a ternary (#598)
  • fix: Allow injection plugins to apply to files with query parameters and fragments in their name (#597)

Work in this release contributed by @​Thristhart. Thank you for your contribution!

2.22.3

  • fix(core): Always instantiate global Error class in injected code snippets (#594)

2.22.2

  • fix: Disable debug ID injection when sourcemaps.disable is set (#589)
Changelog

Sourced from @​sentry/vite-plugin's changelog.

2.22.6

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#619)

2.22.5

  • fix: Ignore stderr output from git command (#613)
  • feat: Update Sentry telemetry to v8 (#604)
  • deps: Update @sentry/cli to 2.36.1 (#609)

2.22.4

  • feat(react-component-annotate): Handle function body returning a ternary (#598)
  • fix: Allow injection plugins to apply to files with query parameters and fragments in their name (#597)

Work in this release contributed by @​Thristhart. Thank you for your contribution!

2.22.3

  • fix(core): Always instantiate global Error class in injected code snippets (#594)

2.22.2

  • fix: Disable debug ID injection when sourcemaps.disable is set (#589)
Commits
  • 3a82986 release: 2.22.6
  • e387b5b meta: Update changelog for 2.22.6
  • de626ec fix(core): Use sha256 instead of md5 to generate uuids from string (#619)
  • e7f1af4 Merge branch 'release/2.22.5'
  • a3c6cc9 release: 2.22.5
  • 42c2411 meta: Update changelog for 2.22.5
  • 75a5d1d fix: Ignore stderr output from git command (#613)
  • b8b5b55 meta: Update changelog for 2.22.5
  • be799ee feat: Update Sentry telemetry to v8 (#604)
  • 7959c7b deps: Update @sentry/cli to 2.36.1 (#609)
  • 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)
*Originally created by @dependabot[bot] on 10/21/2024* Bumps [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 2.22.1 to 2.22.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/vite-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>2.22.6</h2> <ul> <li>fix(core): Use sha256 instead of md5 to generate uuids from string (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/619">#619</a>)</li> </ul> <h2>2.22.5</h2> <ul> <li>fix: Ignore stderr output from git command (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/613">#613</a>)</li> <li>feat: Update Sentry telemetry to v8 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/604">#604</a>)</li> <li>deps: Update <code>@sentry/cli</code> to <code>2.36.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/609">#609</a>)</li> </ul> <h2>2.22.4</h2> <ul> <li>feat(react-component-annotate): Handle function body returning a ternary (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/598">#598</a>)</li> <li>fix: Allow injection plugins to apply to files with query parameters and fragments in their name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/597">#597</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/Thristhart"><code>@​Thristhart</code></a>. Thank you for your contribution!</p> <h2>2.22.3</h2> <ul> <li>fix(core): Always instantiate global <code>Error</code> class in injected code snippets (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/594">#594</a>)</li> </ul> <h2>2.22.2</h2> <ul> <li>fix: Disable debug ID injection when <code>sourcemaps.disable</code> is set (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/589">#589</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/vite-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>2.22.6</h2> <ul> <li>fix(core): Use sha256 instead of md5 to generate uuids from string (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/619">#619</a>)</li> </ul> <h2>2.22.5</h2> <ul> <li>fix: Ignore stderr output from git command (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/613">#613</a>)</li> <li>feat: Update Sentry telemetry to v8 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/604">#604</a>)</li> <li>deps: Update <code>@sentry/cli</code> to <code>2.36.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/609">#609</a>)</li> </ul> <h2>2.22.4</h2> <ul> <li>feat(react-component-annotate): Handle function body returning a ternary (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/598">#598</a>)</li> <li>fix: Allow injection plugins to apply to files with query parameters and fragments in their name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/597">#597</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/Thristhart"><code>@​Thristhart</code></a>. Thank you for your contribution!</p> <h2>2.22.3</h2> <ul> <li>fix(core): Always instantiate global <code>Error</code> class in injected code snippets (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/594">#594</a>)</li> </ul> <h2>2.22.2</h2> <ul> <li>fix: Disable debug ID injection when <code>sourcemaps.disable</code> is set (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/589">#589</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/3a8298640c95af52b9c4a3230b5c7dc7330efc9d"><code>3a82986</code></a> release: 2.22.6</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/e387b5b21ee2f88f6ec6185a1f9be1d0814a1ac5"><code>e387b5b</code></a> meta: Update changelog for 2.22.6</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/de626ecff26b8e509b72c4fc98289a2ecd930b60"><code>de626ec</code></a> fix(core): Use sha256 instead of md5 to generate uuids from string (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/619">#619</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/e7f1af4ac15bbff27e40e466a1df9b4fc843062e"><code>e7f1af4</code></a> Merge branch 'release/2.22.5'</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/a3c6cc982ad112752c24ab84e089b12bb0151d04"><code>a3c6cc9</code></a> release: 2.22.5</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/42c241174e148e62eae089396893ebedd3787099"><code>42c2411</code></a> meta: Update changelog for 2.22.5</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/75a5d1debb8793a572ab495361b613138b452bb2"><code>75a5d1d</code></a> fix: Ignore stderr output from git command (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/613">#613</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/b8b5b55115193288c351ac17856d1d105d5d6af2"><code>b8b5b55</code></a> meta: Update changelog for 2.22.5</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/be799ee15e3e88a90d0c7b6e4ff664475dda719f"><code>be799ee</code></a> feat: Update Sentry telemetry to v8 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/604">#604</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7959c7b5cb661c4cf45cd17859b72f3b49ef0011"><code>7959c7b</code></a> deps: Update <code>@sentry/cli</code> to <code>2.36.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/609">#609</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/2.22.1...2.22.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/vite-plugin&package-manager=npm_and_yarn&previous-version=2.22.1&new-version=2.22.6)](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>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#289