Skip to content

Commit

Permalink
fix(deps): update dependency @sentry/remix to v8.27.0 (#949)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sentry/remix](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/remix) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`8.26.0` -> `8.27.0`](https://renovatebot.com/diffs/npm/@sentry%2fremix/8.26.0/8.27.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fremix/8.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fremix/8.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fremix/8.26.0/8.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fremix/8.26.0/8.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/remix)</summary>

### [`v8.27.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/8.27.0)

[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.26.0...8.27.0)

##### Important Changes

-   **fix(nestjs): Exception filters in main app module are not being executed ([#&#8203;13278](https://togithub.com/getsentry/sentry-javascript/issues/13278))**

    With this release nestjs error monitoring is no longer automatically set up after adding the `SentryModule` to your
    application, which led to issues in certain scenarios. You will now have to either add the `SentryGlobalFilter` to
    your main module providers or decorate the `catch()` method in your existing global exception filters with the newly
    released `@WithSentry()` decorator. See the [docs](https://docs.sentry.io/platforms/javascript/guides/nestjs/) for
    more details.

##### Other Changes

-   feat: Add options for passing nonces to feedback integration ([#&#8203;13347](https://togithub.com/getsentry/sentry-javascript/issues/13347))
-   feat: Add support for SENTRY_SPOTLIGHT env var in Node ([#&#8203;13325](https://togithub.com/getsentry/sentry-javascript/issues/13325))
-   feat(deps): bump [@&#8203;prisma/instrumentation](https://togithub.com/prisma/instrumentation) from 5.17.0 to 5.18.0 ([#&#8203;13327](https://togithub.com/getsentry/sentry-javascript/issues/13327))
-   feat(feedback): Improve error message for 403 errors ([#&#8203;13441](https://togithub.com/getsentry/sentry-javascript/issues/13441))
-   fix(deno): Don't rely on `Deno.permissions.querySync` ([#&#8203;13378](https://togithub.com/getsentry/sentry-javascript/issues/13378))
-   fix(replay): Ensure we publish replay CDN bundles ([#&#8203;13437](https://togithub.com/getsentry/sentry-javascript/issues/13437))

Work in this release was contributed by [@&#8203;charpeni](https://togithub.com/charpeni). Thank you for your contribution!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker).
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 8e87140 commit 69affec
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 91 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@remix-run/express": "2.11.2",
"@remix-run/node": "2.11.2",
"@remix-run/react": "2.11.2",
"@sentry/remix": "8.26.0",
"@sentry/remix": "8.27.0",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
Expand Down
174 changes: 84 additions & 90 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 69affec

Please sign in to comment.