Bump daisyui from 4.12.23 to 5.6.2 - #510
Conversation
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>
| "chart.js": "^4.5.1", | ||
| "chartkick": "^5.0.1", | ||
| "daisyui": "^4.12.23", | ||
| "daisyui": "^5.6.2", |
There was a problem hiding this comment.
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
|
Superseded by #515. |
Bumps daisyui from 4.12.23 to 5.6.2.
Release notes
Sourced from daisyui's releases.
... (truncated)
Changelog
Sourced from daisyui's changelog.
... (truncated)
Commits
5736ac2chore(release): 5.6.23f94950fix: Missing outline and separators for joined buttons. closes: #4586f38608cchore(release): 5.6.199316fffix: exposebtn-activeas a utility class. closes: #4584958633cfix: package versions8b3160echore(release): 5.6.0e37aa03feat: daisyUI 5.6742a4fdchore(release): 5.5.230e3736bfix: drawer layer issuead00308chore(release): 5.5.22Dependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)