Skip to content

Bump daisyui from 4.12.23 to 5.6.2 - #510

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/daisyui-5.6.2
Closed

Bump daisyui from 4.12.23 to 5.6.2#510
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/daisyui-5.6.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps daisyui from 4.12.23 to 5.6.2.

Release notes

Sourced from daisyui's releases.

v5.6.2

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.6.2

💚 Thank you for using daisyUI!

v5.6.1

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.6.1

💚 Thank you for using daisyUI!

v5.6.0

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.6.0

💚 Thank you for using daisyUI!

v5.5.23

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.5.23

💚 Thank you for using daisyUI!

v5.5.22

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.5.22

💚 Thank you for using daisyUI!

... (truncated)

Changelog

Sourced from daisyui's changelog.

5.6.2 (2026-06-26)

Bug Fixes

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

5.6.1 (2026-06-26)

Bug Fixes

  • expose btn-active as a utility class. closes: #4584 (99316ff)

5.6.0 (2026-06-25)

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

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui) from 4.12.23 to 5.6.2.
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/commits/v5.6.2/packages/daisyui)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 3, 2026
Comment thread package.json
"chart.js": "^4.5.1",
"chartkick": "^5.0.1",
"daisyui": "^4.12.23",
"daisyui": "^5.6.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

dependencies.daisyui uses a permissive caret range (^5.6.2) for a semver-major upgrade; pin exact version/checksum and ensure lockfile usage to prevent silent upstream changes.

Details

✨ AI Reasoning
​The change updates the project's declared dependency version for a third-party package to a new semver-major release while still using a caret range (allowing non-deterministic installs). This increases the probability of silent upstream changes being pulled into builds compared to the previous pinned minor/patch constraint. The diff only modifies the dependency version string and does not add any lockfile, checksum, or install-scripts restrictions; the explicit version change to a new major release constitutes a worsening of dependency stability and policy compliance.

🔧 How do I fix it?
Include lockfiles in your repo and CI. Pin exact versions or SHAs in manifests. Enable checksum verification. Set ignore-scripts in npm or equivalent. Enforce a 72hr minimum package age policy to avoid newly published malicious packages.

Reply @AikidoSec feedback: [FEEDBACK] to get better review comments in the future.
Reply @AikidoSec ignore: [REASON] to ignore this issue.
More info

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #515.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/daisyui-5.6.2 branch July 6, 2026 11:55
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.

0 participants