chore(deps): Bump the minor-updates group across 1 directory with 18 updates#324
Merged
Merged
Conversation
Deploying rainbow with
|
| Latest commit: |
260e12d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f756c069.rainbow-ctx.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-mino-0b2y.rainbow-ctx.pages.dev |
Owner
|
@dependabot recreate |
83c4b1b to
7795f82
Compare
…updates Bumps the minor-updates group (incl. @sentry/react to 10.63.0, vite, vitest, recharts, @tanstack/*, oxlint/oxfmt). Syncs pre-commit oxlint/oxfmt revs to package.json. @sentry/react 10.63.0 deprecates sendDefaultPii; replace it with an explicit dataCollection.userInfo: false in instrumentation.ts.
7de7cdf to
260e12d
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This Dependabot PR updates a batch of minor dependencies and adjusts Sentry initialization configuration to align with the updated @sentry/react version.
Changes:
- Bump multiple runtime/dev dependencies (Sentry, TanStack Query/Router, Vite/Vitest, tooling).
- Update Sentry initialization options in
src/instrumentation.ts. - Update pre-commit hook version for
oxfmt.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/instrumentation.ts | Updates Sentry init configuration (PII/data-collection related). |
| package.json | Bumps dependency version ranges for runtime + dev tooling. |
| pnpm-lock.yaml | Updates resolved package versions/transitive dependency graph. |
| .pre-commit-config.yaml | Bumps oxfmt pre-commit hook revision to match tooling update. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
7
to
+11
| Sentry.init({ | ||
| dsn: env.VITE_SENTRY_DSN, | ||
| sendDefaultPii: false, | ||
| dataCollection: { | ||
| userInfo: false, | ||
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions