Skip to content

Commit

Permalink
chore(deps): update dependency @sentry/vite-plugin to v3.1.1 (#714)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@sentry/vite-plugin](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin)
([source](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins))
| [`3.1.0` ->
`3.1.1`](https://renovatebot.com/diffs/npm/@sentry%2fvite-plugin/3.1.0/3.1.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvite-plugin/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fvite-plugin/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fvite-plugin/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvite-plugin/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-javascript-bundler-plugins
(@&#8203;sentry/vite-plugin)</summary>

###
[`v3.1.1`](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#311)

- fix(core): Disable release creation and source maps upload in dev mode
([#&#8203;666](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/666))

This fix disables any external calls to the Sentry API for managing
releases or uploading source maps, when detecting that the plugin is
running in dev-mode. While this rarely actually happened,
it also polluted the dev server output with unnecessary logs about
missing auth tokens, which shouldn't
    be required in dev mode.

</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/gnosisguild/zodiac-pilot).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 4807c5d commit 2a5d3a9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployables/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@depay/web3-mock": "14.19.1",
"@playwright/test": "1.50.0",
"@react-router/dev": "7.1.3",
"@sentry/vite-plugin": "3.1.0",
"@sentry/vite-plugin": "3.1.1",
"@tailwindcss/vite": "4.0.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
Expand Down
36 changes: 30 additions & 6 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 2a5d3a9

Please sign in to comment.