Skip to content

chore(deps): Bump the minor-updates group across 1 directory with 18 updates#324

Merged
Amund211 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-updates-5221ff201e
Jul 13, 2026
Merged

chore(deps): Bump the minor-updates group across 1 directory with 18 updates#324
Amund211 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-updates-5221ff201e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploying rainbow with  Cloudflare Pages  Cloudflare Pages

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

View logs

@Amund211

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-updates-5221ff201e branch from 83c4b1b to 7795f82 Compare July 13, 2026 11:20
…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.
@Amund211 Amund211 force-pushed the dependabot/npm_and_yarn/minor-updates-5221ff201e branch from 7de7cdf to 260e12d Compare July 13, 2026 11:32
@Amund211 Amund211 requested a review from Copilot July 13, 2026 11:33
@Amund211 Amund211 merged commit d8a8780 into main Jul 13, 2026
11 checks passed
@Amund211 Amund211 deleted the dependabot/npm_and_yarn/minor-updates-5221ff201e branch July 13, 2026 11:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread src/instrumentation.ts
Comment on lines 7 to +11
Sentry.init({
dsn: env.VITE_SENTRY_DSN,
sendDefaultPii: false,
dataCollection: {
userInfo: false,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants