Skip to content

chore(deps-dev): bump the npm-minor-patch group across 1 directory with 2 updates - #355

Merged
github-actions[bot] merged 2 commits into
depsfrom
dependabot/npm_and_yarn/deps/npm-minor-patch-c2137299b8
Aug 5, 2026
Merged

chore(deps-dev): bump the npm-minor-patch group across 1 directory with 2 updates#355
github-actions[bot] merged 2 commits into
depsfrom
dependabot/npm_and_yarn/deps/npm-minor-patch-c2137299b8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 2 updates in the / directory: daisyui and lint-staged.

Updates daisyui from 5.7.9 to 5.7.13

Release notes

Sourced from daisyui's releases.

v5.7.13

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

📦 Install this update:

npm i -D daisyui@5.7.13

💚 Thank you for using daisyUI!

v5.7.12

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

📦 Install this update:

npm i -D daisyui@5.7.12

💚 Thank you for using daisyUI!

v5.7.11

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

📦 Install this update:

npm i -D daisyui@5.7.11

💚 Thank you for using daisyUI!

v5.7.10

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

📦 Install this update:

npm i -D daisyui@5.7.10

💚 Thank you for using daisyUI!

Changelog

Sourced from daisyui's changelog.

5.7.13 (2026-08-02)

Bug Fixes

5.7.12 (2026-08-02)

Bug Fixes

  • prevent select arrow to rotate when select is focused but not open (#4655) (3362dc2)

5.7.11 (2026-08-02)

Bug Fixes

5.7.10 (2026-08-02)

Bug Fixes

  • move tooltip default position in l3 in main definition (#4653). closes: #4647 (7923f53)
Commits

Updates lint-staged from 17.2.0 to 17.3.0

Release notes

Sourced from lint-staged's releases.

v17.3.0

Minor Changes

  • #1825 16b3f74 - It is now possible to run multiple tasks in parallel for a single glob by configuring it with an array of tasks (which run sequentially), and then placing another array inside it (where the tasks will run in parallel). The following demonstrates the order tasks will start in:

    {
      "*.ts": ["first", "second", ["third", "third"], "fourth"]
    }

    As a concrete example, lint-staged's own configuration is:

    /** @type {import('./lib/index.js').Configuration} */
    export default {
      "*": [
        [
          "oxfmt --check --no-error-on-unmatched-pattern",
          "oxlint --no-error-on-unmatched-pattern",
        ],
      ],
      "*.ts": () => "tsc",
    };

    which means:

    1. for all staged files, run the two commands in parallel with staged filenames appended, for example:
      • oxfmt --check --no-error-on-unmatched-pattern lib/index.js
      • oxlint --no-error-on-unmatched-pattern lib/index.js
    2. additionally, if any *.ts files are staged, run tsc without appending any arguments
    3. The two sets of commands also run in parallel

Patch Changes

  • #1829 15f7e53 - During an in-progress merge, files that are unchanged from the branch being merged are now skipped. Technically, files are only included if there are staged changes against both HEAD and MERGE_HEAD.
Changelog

Sourced from lint-staged's changelog.

17.3.0

Minor Changes

  • #1825 16b3f74 - It is now possible to run multiple tasks in parallel for a single glob by configuring it with an array of tasks (which run sequentially), and then placing another array inside it (where the tasks will run in parallel). The following demonstrates the order tasks will start in:

    {
      "*.ts": ["first", "second", ["third", "third"], "fourth"]
    }

    As a concrete example, lint-staged's own configuration is:

    /** @type {import('./lib/index.js').Configuration} */
    export default {
      "*": [
        [
          "oxfmt --check --no-error-on-unmatched-pattern",
          "oxlint --no-error-on-unmatched-pattern",
        ],
      ],
      "*.ts": () => "tsc",
    };

    which means:

    1. for all staged files, run the two commands in parallel with staged filenames appended, for example:
      • oxfmt --check --no-error-on-unmatched-pattern lib/index.js
      • oxlint --no-error-on-unmatched-pattern lib/index.js
    2. additionally, if any *.ts files are staged, run tsc without appending any arguments
    3. The two sets of commands also run in parallel

Patch Changes

  • #1829 15f7e53 - During an in-progress merge, files that are unchanged from the branch being merged are now skipped. Technically, files are only included if there are staged changes against both HEAD and MERGE_HEAD.
Commits
  • d153443 Merge pull request #1828 from lint-staged/changeset-release/main
  • 5162c14 chore(changeset): release
  • a4db9a4 Merge pull request #1831 from lint-staged/linter-updates
  • ea96cab style: enable oxlint "suspicious" category
  • 2fae007 style: add @e18e/eslint-plugin
  • 2280c38 Merge pull request #1829 from lint-staged/fix-merge-conflict-files
  • 1453ae6 test: relax assertion so that it passes in worktree
  • 15f7e53 fix: lint only files changed against HEAD and MERGE_HEAD, during a merge
  • dedfc31 Merge pull request #1825 from lint-staged/parallel-tasks-inside-sequence
  • 286e25c feat: allow running parallel tasks by nesting arrays
  • 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

…th 2 updates

Bumps the npm-minor-patch group with 2 updates in the / directory: [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui) and [lint-staged](https://github.com/lint-staged/lint-staged).


Updates `daisyui` from 5.7.9 to 5.7.13
- [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.7.13/packages/daisyui)

Updates `lint-staged` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.2.0...v17.3.0)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-version: 5.7.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: lint-staged
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the devops DevOps related label Aug 5, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 5, 2026 07:06
@chrome-grid

chrome-grid Bot commented Aug 5, 2026

Copy link
Copy Markdown

🟪🔷 netrunner :: intrusion report

░▒▓ N E T R U N N E R ▓▒░
   🟪 GRID STATUS: JACKED IN   |   netrunner-review: pass

The PR updates two npm dependencies, daisyui and lint-staged, to their latest minor versions. The CI results show that the automerge was skipped, but there are no failed checks. The updates appear to be safe with no known CVEs or compatibility issues.


📡 NETWATCH · gate checks

automergeskipped

☠️ GLITCH TRACE · flaws & patches

⚪ TRACE — The dependency updates for daisyui and lint-staged are minor version bumps. These updates are generally safe and should not introduce breaking changes. The new versions do not have any known CVEs.

🟢 VERDICT // JACKED IN — deck's clean, netrunner-review gate open.

"Looks good, choom. Keep your deck updated and your chrome shiny."
netrunner 🟪🔷

verdict: APPROVE · model: mistral-medium-2508

@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
github-actions Bot merged commit 0c26360 into deps Aug 5, 2026
10 checks passed
@chrome-grid

chrome-grid Bot commented Aug 5, 2026

Copy link
Copy Markdown

🟪🔷 netrunner :: intrusion report

░▒▓ N E T R U N N E R ▓▒░
   🟪 GRID STATUS: JACKED IN   |   netrunner-review: pass

CI passed. The PR updates two npm dependencies to their latest minor versions. No security vulnerabilities or compatibility issues were found.


📡 NETWATCH · gate checks

Run vitestsuccess
codecov/patchsuccess
Run nextestsuccess
syncskipped
Convention & traceability gatesuccess
npm Security Auditsuccess
dependency-reviewsuccess
Rust Security Auditsuccess
automergeskipped

🟢 VERDICT // JACKED IN — deck's clean, netrunner-review gate open.

"Looks solid, choom. Your chrome's polished and no ICE in sight. Keep running smooth."
netrunner 🟪🔷

verdict: APPROVE · model: mistral-medium-2508

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/deps/npm-minor-patch-c2137299b8 branch August 5, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops DevOps related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant