Skip to content

chore: Bump the npm-minor-patch group in /frontend with 2 updates#241

Closed
dependabot[bot] wants to merge 1 commit into
homologfrom
dependabot/npm_and_yarn/frontend/npm-minor-patch-106a94b755
Closed

chore: Bump the npm-minor-patch group in /frontend with 2 updates#241
dependabot[bot] wants to merge 1 commit into
homologfrom
dependabot/npm_and_yarn/frontend/npm-minor-patch-106a94b755

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group in /frontend with 2 updates: @mui/x-date-pickers and @sentry/nextjs.

Updates @mui/x-date-pickers from 9.6.0 to 9.7.0

Release notes

Sourced from @​mui/x-date-pickers's releases.

v9.7.0

We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​mustafajw07

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​romgrk, @​sai6855, @​siriwatknp

Data Grid

@mui/x-data-grid@9.7.0

@mui/x-data-grid-pro@9.7.0 pro

Same changes as in @mui/x-data-grid@9.7.0.

@mui/x-data-grid-premium@9.7.0 premium

Same changes as in @mui/x-data-grid-pro@9.7.0.

Date and Time Pickers

@mui/x-date-pickers@9.7.0

  • [fields] Announce cardinal day in the day section aria-valuetext (#22922) @​LukasTy
  • [fields] Avoid focusing the field on blank space clicks (#22285) @​LukasTy
  • [pickers] Commit TimeClock value when the drag ends outside the clock (#22877) @​LukasTy
  • [pickers] Respect explicit notched prop on the outlined PickersTextField (#22875) @​LukasTy

@mui/x-date-pickers-pro@9.7.0 pro

Same changes as in @mui/x-date-pickers@9.7.0.

Charts

@mui/x-charts@9.7.0

  • [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @​sai6855

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

9.7.0

Jun 25, 2026

We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​mustafajw07

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​romgrk, @​sai6855, @​siriwatknp

Data Grid

@mui/x-data-grid@9.7.0

@mui/x-data-grid-pro@9.7.0 pro

Same changes as in @mui/x-data-grid@9.7.0.

@mui/x-data-grid-premium@9.7.0 premium

Same changes as in @mui/x-data-grid-pro@9.7.0.

Date and Time Pickers

@mui/x-date-pickers@9.7.0

  • [fields] Announce cardinal day in the day section aria-valuetext (#22922) @​LukasTy
  • [fields] Avoid focusing the field on blank space clicks (#22285) @​LukasTy
  • [pickers] Commit TimeClock value when the drag ends outside the clock (#22877) @​LukasTy
  • [pickers] Respect explicit notched prop on the outlined PickersTextField (#22875) @​LukasTy

@mui/x-date-pickers-pro@9.7.0 pro

Same changes as in @mui/x-date-pickers@9.7.0.

Charts

... (truncated)

Commits
  • e2ce909 [release] v9.7.0 (#22945)
  • fdfe873 [fields] Announce cardinal day in the day section aria-valuetext (#22922)
  • e6febb3 [charts][data-grid][pickers] Enforce top-level type imports (#22679)
  • 08bdc47 [pickers] Commit TimeClock value when the drag ends outside the clock (#22877)
  • 3737ff0 [fields] Avoid focusing the field on blank space clicks (#22285)
  • bf9ddd5 [internal] Use @​base-ui/utils/platform for platform detection (#22710)
  • 691a8d1 [pickers] Respect explicit notched prop on the outlined PickersTextField (#...
  • See full diff in compare view

Updates @sentry/nextjs from 10.60.0 to 10.61.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.61.0

Important Changes

  • feat(core): Enable streamGenAiSpans by default (#21732)

    The SDK now extracts all gen_ai spans out of a transaction and sends them as v2 envelope items by default. This prevents gen_ai spans from being dropped when the transaction payload exceeds size limits. Because they are no longer constrained by transaction size limits, AI message data is also no longer truncated by default. Set enableTruncation: true on the respective AI integration to re-enable truncation. To keep the previous behavior, set streamGenAiSpans: false.

    Self-hosted Sentry users should opt out with streamGenAiSpans: false, since streamed gen_ai spans may not be ingested by their Sentry instance.

Other Changes

  • feat(cloudflare): Add batch, exec, and withSession D1 instrumentation (#21292)
  • feat(cloudflare): Instrument SQL API in sqlite durable objects (#21656)
  • feat(core): Add db.query.summary functionality (#21670)
  • feat(core): Add top-level Sentry.setAttribute(s) APIs (#21705)
  • fix(hono): Name transactions after the matched route handler (#21700)
  • fix(react-router): Bump peerDependencies for react-router 8 (#21762)
  • fix(replays): Record replay trace_ids with span streaming (#21714)
  • build: add rollup plugin for compile-time ESM/CJS code branching (#21715)
  • chore: Fix version bump for bundler plugin fixtures (#21707)
  • chore(node-integration-tests): Improve node test runner naming (#21685)
  • docs: Update contributing guide for E2E tests (#21763)
  • feat: Adopt bindTracingChannelToSpan across runtimes (#21642)
  • feat: Remove Otel from fsIntegration (#21654)
  • feat(deps): Bump http-proxy-middleware from 2.0.9 to 2.0.10 (#21709)
  • feat(server-utils): Add tracingChannel-to-span binding (#21641)
  • fix(tests): Add dedicated route for Hono query_string tests (#21731)
  • ref: Export SPAN_KIND from core and drop OTel SpanKind imports (#21668)
  • test: Make bundler plugins tests work after release
  • test: Remove duplicated test (#21699)
  • test: retry npm install on network hiccups (#21689)
  • test(cloudflare): Increase node count for memory tests (#21719)
  • test(e2e): Add sentry-sdk-init measure and marks (#21687)
  • test(e2e): Add more lighthouse react e2e test SDK init modes (#21711)
  • test(node): Add esm/cjs specific test runner utils (#21729)
  • test(node): Increase cron integration test timeout to 60s (#21704)
  • test(node): Streamline amqplib tests (#21723)
  • test(node): Update mysql tests for better coverage and correctness (#21684)
  • test(node): Use different ports for redis tests (#21727)

Bundle size 📦

Path Size

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.61.0

Important Changes

  • feat(core): Enable streamGenAiSpans by default (#21732)

    The SDK now extracts all gen_ai spans out of a transaction and sends them as v2 envelope items by default. This prevents gen_ai spans from being dropped when the transaction payload exceeds size limits. Because they are no longer constrained by transaction size limits, AI message data is also no longer truncated by default. Set enableTruncation: true on the respective AI integration to re-enable truncation. To keep the previous behavior, set streamGenAiSpans: false.

    Self-hosted Sentry users should opt out with streamGenAiSpans: false, since streamed gen_ai spans may not be ingested by their Sentry instance.

Other Changes

  • feat(cloudflare): Add batch, exec, and withSession D1 instrumentation (#21292)
  • feat(cloudflare): Instrument SQL API in sqlite durable objects (#21656)
  • feat(core): Add db.query.summary functionality (#21670)
  • feat(core): Add top-level Sentry.setAttribute(s) APIs (#21705)
  • fix(hono): Name transactions after the matched route handler (#21700)
  • fix(react-router): Bump peerDependencies for react-router 8 (#21762)
  • fix(replays): Record replay trace_ids with span streaming (#21714)
  • build: add rollup plugin for compile-time ESM/CJS code branching (#21715)
  • chore: Fix version bump for bundler plugin fixtures (#21707)
  • chore(node-integration-tests): Improve node test runner naming (#21685)
  • docs: Update contributing guide for E2E tests (#21763)
  • feat: Adopt bindTracingChannelToSpan across runtimes (#21642)
  • feat: Remove Otel from fsIntegration (#21654)
  • feat(deps): Bump http-proxy-middleware from 2.0.9 to 2.0.10 (#21709)
  • feat(server-utils): Add tracingChannel-to-span binding (#21641)
  • fix(tests): Add dedicated route for Hono query_string tests (#21731)
  • ref: Export SPAN_KIND from core and drop OTel SpanKind imports (#21668)
  • test: Make bundler plugins tests work after release
  • test: Remove duplicated test (#21699)
  • test: retry npm install on network hiccups (#21689)
  • test(cloudflare): Increase node count for memory tests (#21719)
  • test(e2e): Add sentry-sdk-init measure and marks (#21687)
  • test(e2e): Add more lighthouse react e2e test SDK init modes (#21711)
  • test(node): Add esm/cjs specific test runner utils (#21729)
  • test(node): Increase cron integration test timeout to 60s (#21704)
  • test(node): Streamline amqplib tests (#21723)
  • test(node): Update mysql tests for better coverage and correctness (#21684)
  • test(node): Use different ports for redis tests (#21727)
Commits
  • a5f654b release: 10.61.0
  • c3f2b30 Merge pull request #21774 from getsentry/prepare-release/10.61.0
  • fcf3dc9 meta(changelog): Update changelog for 10.61.0
  • 28cffd1 docs: Update contributing guide for E2E tests (#21763)
  • b72a360 feat(cloudflare): Instrument SQL API in sqlite durable objects (#21656)
  • a8de444 fix(react-router): Bump peerDependencies for react-router 8 (#21762)
  • 2905c3a feat(cloudflare): Add batch, exec, and withSession D1 instrumentation (#21292)
  • b31ef48 fix(tests): Add dedicated route for Hono query_string tests (#21731)
  • ce6f731 test(node): Update mysql tests for better coverage and correctness (#21684)
  • ff4c9ba chore(github): Add cron schedule for "track framework updates" (#21754)
  • Additional commits viewable in compare view

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

Bumps the npm-minor-patch group in /frontend with 2 updates: [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) and [@sentry/nextjs](https://github.com/getsentry/sentry-javascript).


Updates `@mui/x-date-pickers` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v9.7.0/packages/x-date-pickers)

Updates `@sentry/nextjs` from 10.60.0 to 10.61.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.60.0...10.61.0)

---
updated-dependencies:
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 26, 2026
@dependabot
dependabot Bot requested a review from arthuurw as a code owner June 26, 2026 10:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 26, 2026
@github-actions

Copy link
Copy Markdown

Coverage Report for frontend

Status Category Percentage Covered / Total
🔵 Lines 84.6% (🎯 95%) 3188 / 3768
🔵 Statements 82.74% (🎯 95%) 3473 / 4197
🔵 Functions 73.17% (🎯 95%) 903 / 1234
🔵 Branches 77.85% (🎯 90%) 1969 / 2529
File CoverageNo changed files found.
Generated in workflow #393 for commit 1c20774 by the Vitest Coverage Report Action

@arthuurw

Copy link
Copy Markdown
Owner

Superseded — aplicado em fix/fixes-gerais (PR #247, commit 5c70402). Versões consolidadas e validadas (build + suíte verde sob node 22).

@arthuurw arthuurw closed this Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/npm-minor-patch-106a94b755 branch June 26, 2026 17:05
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.

1 participant