Skip to content

deps: all non-major dependencies#694

Merged
dejanvasic85 merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 27, 2026
Merged

deps: all non-major dependencies#694
dejanvasic85 merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@dejanvasic85

@dejanvasic85 dejanvasic85 commented Jun 27, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change Pending
@sentry/nextjs (source) dependencies minor 10.61.010.62.0
daisyui (source) dependencies minor 5.5.235.6.3
prettier (source) devDependencies patch 3.8.43.8.5 3.9.0

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs)

v10.62.0

Compare Source

Important Changes
  • feat(server-runtimes): Add v7 support for vercelAiIntegration (#​21613)

    The vercelAiIntegration now supports v7 of the ai package. Note that v7 is not yet supported on Cloudflare.

Other Changes
  • fix(node): Avoid failing at runtime if tracingChannel is not available (#​21783)
  • fix(sveltekit): Avoid capturing preloaded 400 errors on client (#​21784)

Work in this release was contributed by @​hyunbinseo. Thank you for your contribution!

Internal Changes
  • chore(github): Update tracked packages (#​21789)
  • feat(core): Add spanKindToName helper for reverse span-kind lookup (#​21780)
  • ref(aws-serverless): Streamline AwsLambda instrumentation (#​21758)
  • ref(node): Fix server-utils name for VercelAI integration (#​21809)
  • ref(node): Streamline amqplib instrumentation (#​21753)
  • ref(node): Streamline Firebase instrumentation (#​21748)
  • test: Pin webpack to 5.107.0 (#​21781)
  • test(e2e): Add no-browser-session lighthouse e2e test mode (#​21787)
  • test(e2e): Add more test modes, pre-init and element timing (#​21760)
saadeghi/daisyui (daisyui)

v5.6.3

Compare Source

Bug Fixes

v5.6.2

Compare Source

Bug Fixes
  • Missing outline and separators for joined buttons. closes: #​4586 (3f94950)

v5.6.1

Compare Source

Bug Fixes

v5.6.0

Compare Source

Features
  • add new Aura component
  • add new OTP component
  • add new Megamenu component
  • add vertical range slider with range-vertical
  • add HTML popover support for modal
  • add tooltip alignment utilities with tooltip-start, tooltip-center, and tooltip-end, closes #​4229
  • add new calendar style integration for Vanilla Calendar Pro
  • make rating size modifiers responsive, closes #​4367
  • improve input, textarea, select, and floating label sizing, closes #​4370
  • improve collapse overflow behavior when closed, closes #​4419
  • improve filter keyboard navigation and reset behavior, refs #​4424
  • simplify join styles and prevent nested join leakage, closes #​4506
  • rewrite button styles and improve checked, disabled, soft, ghost, link, and focus states, see #​4430
  • add default styling for customizable select selectedcontent, refs #​4549
  • allow menu elements as .menu containers
  • add selected/selectable card focus and checked styling
Bug Fixes
  • respect prefers-reduced-motion for loading indicators, closes #​4298
  • revert dropdown overflow clipping for details inside .menu, closes #​4343
  • align horizontal and vertical menu items correctly, closes #​4381
  • prefix CSS variables inside var() without replacing fallback content, closes #​4372, closes #​4408
  • only apply root scroll background image to :root
  • improve root color, scroll gutter, and scroll lock separation
  • keep card outline visible on focus-visible, closes #​4421
  • improve collapse details/summary transitions and styling, closes #​4515
  • highlight select trigger while native picker is open, closes #​4528
  • dropdown animation inside modal
  • Safari quirks for datetime inputs
  • remove text-wrap: balance from menu items
  • make highlighted mockup-code lines span full scroll width, closes #​4542
  • clear React Day Picker range middle cell background, closes #​4455
  • use defined Pikaday theme colors for events and ranges, closes #​4496
  • keep .kbd legible inside colored buttons, closes #​4353
  • prevent footer grid styles from displaying script/style/template children, closes #​4471
  • prevent FAB trigger and labels from being text-selected in Safari
  • fan out first fab-flower action when no main action exists, closes #​4531
  • add modal overlay transition for stacked dialogs
  • adjust swap layers, closes #​4574
  • make swap-active work with rotate and flip, closes #​4553
  • give select-ghost picker a non-transparent background, closes #​4521
  • improve button border style for keyboard and mouse navigation
  • make diff work inside card and fix CDN hover gallery layering, closes #​4416, closes #​4474
  • improve disabled input label color contrast
  • clean up file input styling
  • improve alert noise size
  • improve diff thumb styling
  • fix menu typo from previous changes
Docs
  • add daisyUI 5.6 blog post
  • add docs for Aura, OTP, Megamenu, vertical range, tooltip alignment, popover modal, selectable cards, responsive floating labels, and select dropdown max height
  • add clipboard button to markdown code blocks, closes #​4536
  • add select dropdown max-height example, closes #​4440
  • add collapse usage examples inspired by outside-click patterns, refs #​4479
  • allow hyphens and spaces in theme generator theme names
  • fix mockup-browser background color snippet
  • improve focus indicators for code blocks and headings
  • add Angular install note for modern CSS / color-mix() rendering
  • use CDN-safe alert icon classes
  • add tooltip component to llms.txt
  • document read-only rating pattern in daisyUI skill files
Chores
  • update Bun, Tailwind CSS, Lightning CSS, PostCSS, Prettier, and related dependencies
  • add package exports for daisyui
  • update daisyUI skill files for new and changed components
prettier/prettier (prettier)

v3.8.5

Compare Source

diff

Flow: Support readonly as a variance annotation (#​19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};

// Prettier 3.8.4
SyntaxError

// Prettier 3.8.5
type T = {
  readonly foo: string,
};

Configuration

📅 Schedule: (in timezone Australia/Melbourne)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Summary by CodeRabbit

  • Chores
    • Updated several project dependencies to newer versions, including monitoring, UI styling, and formatting tools.

@dejanvasic85 dejanvasic85 enabled auto-merge (squash) June 27, 2026 20:25
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
williamstownsc Ready Ready Preview, Comment Jun 27, 2026 8:26pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 62a2b149-b769-44e2-ae49-d28fc40f1cd2

📥 Commits

Reviewing files that changed from the base of the PR and between b644cd8 and 704b650.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

Three npm dependency versions are incremented in package.json: @sentry/nextjs from 10.61.0 to 10.62.0, daisyui from 5.5.23 to 5.6.3, and prettier from 3.8.4 to 3.8.5.

Changes

Dependency Version Bumps

Layer / File(s) Summary
npm dependency version bumps
package.json
@sentry/nextjs bumped to 10.62.0, daisyui to 5.6.3, and prettier to 3.8.5.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

  • Dependency Dashboard #646: Tracks Renovate-managed updates for @sentry/nextjs, daisyui, and prettier, matching the bumps in this PR.

Possibly related PRs

Poem

🐇 Hop, hop, a version leap,
Three packages updated from their sleep.
Sentry watches, DaisyUI blooms,
Prettier formats through all the rooms.
The bunny approves — all in good shape! 🌼

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly indicates a non-major dependency update and matches the package version bumps in the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all-minor-patch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dejanvasic85 dejanvasic85 merged commit 587d224 into main Jun 27, 2026
6 checks passed
@dejanvasic85 dejanvasic85 deleted the renovate/all-minor-patch branch June 27, 2026 20:28
@coderabbitai coderabbitai Bot mentioned this pull request Jun 28, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant