Skip to content

chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates - #226

Merged
Sev7eNup merged 1 commit into
mainfrom
dependabot/npm_and_yarn/src/nodepilot-ui/npm-minor-patch-4e69259696
Aug 19, 2026
Merged

chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates#226
Sev7eNup merged 1 commit into
mainfrom
dependabot/npm_and_yarn/src/nodepilot-ui/npm-minor-patch-4e69259696

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 3 updates in the /src/nodepilot-ui directory: @carbon/icons-react, cron-parser and zustand.

Updates @carbon/icons-react from 11.85.0 to 11.86.0

Release notes

Sourced from @​carbon/icons-react's releases.

v11.86.0

v11.86.0 (2025-7-7)

stylelint-config-carbon@1.21.0

Housekeeping 🏠

@carbon/icons-vue@10.111.0

Housekeeping 🏠

  • chore(deps): bump pbkdf2 in /packages/icons-vue/examples/vue-cli (#19745) (a6d03f5f6)

@carbon/layout@11.36.0

Housekeeping 🏠

  • chore(deps): bump brace-expansion in /packages/layout/examples/preview (#19726) (93f1b8961)

@carbon/pictograms@12.55.0

New features 🚀

Housekeeping 🏠

@carbon/pictograms-react@11.81.0

Housekeeping 🏠

@carbon/react@1.86.0

New features 🚀

Bug fixes 🐛

  • fix: Filterable multiselect focus while tabbing issue (#19816) (c75c0d8cb)
  • fix(pagination): fix the pagination loses focus (#19744) (f62852297)
  • fix(numberinput): update onChange value type to Number for type="text" (#19742) (67aed3fe8)
  • fix(TileGroup): add generic type support for value and onchange handler (#19649) (5fb1e0d60)
  • fix(OverflowMenu): fix types (#19158) (5bbffc494)
  • fix(Switcher): restrict props passed to children (#19161) (fa4ccb1ef)
  • fix: Refactored the Treeview component to use contexts to communicate with TreeNode (#19626) (43703bfb7)
  • fix(ui-shel): prevent premature switcher close on Safari (#19765) (73ca993b0)
  • fix: treeView story crashes on node click (#19746) (ed28a965a)
  • fix(TimePicker): Assignment of className props only to the container element (#19573) (6d47ef474)

... (truncated)

Commits

Updates cron-parser from 5.8.1 to 5.10.0

Release notes

Sourced from cron-parser's releases.

v5.10.0

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.9.0...v5.10.0

v5.9.0

What's Changed

New Contributors

Full Changelog: harrisiirak/cron-parser@v5.8.1...v5.9.0

Changelog

Sourced from cron-parser's changelog.

v5.10.0 - 2026-08-14

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.9.0...v5.10.0

v5.9.0 - 2026-08-13

What's Changed

New Contributors

Full Changelog: harrisiirak/cron-parser@v5.8.1...v5.9.0

Commits
  • 609feef chore: bump version
  • 0bf36c8 fix: pad short expressions from the leading field slot (#443)
  • 85f3644 fix: anchor the worktree ignore patterns to the project root
  • c138f2d ci: comment on fixed issues after release
  • f1d5c14 chore: keep git worktrees inside the repo and out of tooling
  • 1efe56e chore: bump version
  • 9ea56e1 fix: keep a hashed step wider than its range from emptying the field (#437)
  • da1d21b fix: compensate DST transitions wider than one hour (#435)
  • b587efa fix: keep explicit range bounds when stringifying stepped fields (#279) (#440)
  • See full diff in compare view

Updates zustand from 5.0.14 to 5.0.15

Release notes

Sourced from zustand's releases.

v5.0.15

Fix some issues in devtools and persist middleware.

What's Changed

Full Changelog: pmndrs/zustand@v5.0.14...v5.0.15

Commits
  • 2115efb v5.0.15
  • 1f531ba chore(deps): update dev dependencies (#3560)
  • aa6d2a1 docs: add zustand-devtools-bridge (#3559)
  • 3febf8c fix(persist): clearStorage() should invalidate concurrent async rehydration (...
  • f44cecc fix(devtools): correct V8 stack regex when source path contains spaces (#3531)
  • beca84e fix: update broken README links from docs/guides/ to docs/learn/guides/ (#3542)
  • 038f496 docs(persist): clarify createJSONStorage behavior and warn about production u...
  • a1f685c docs: fix missing code highlights in tic-tac-toe tutorial (#3527)
  • 07cee61 docs: fix missing highlight on setXIsNext line in tic-tac-toe tutorial (#3524)
  • 566b5bf Fix dead link in README.md: update immer guide path (#3519)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
… updates

Bumps the npm-minor-patch group with 3 updates in the /src/nodepilot-ui directory: [@carbon/icons-react](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons-react), [cron-parser](https://github.com/harrisiirak/cron-parser) and [zustand](https://github.com/pmndrs/zustand).


Updates `@carbon/icons-react` from 11.85.0 to 11.86.0
- [Release notes](https://github.com/carbon-design-system/carbon/releases)
- [Changelog](https://github.com/carbon-design-system/carbon/blob/main/docs/release.md)
- [Commits](https://github.com/carbon-design-system/carbon/commits/v11.86.0/packages/icons-react)

Updates `cron-parser` from 5.8.1 to 5.10.0
- [Release notes](https://github.com/harrisiirak/cron-parser/releases)
- [Changelog](https://github.com/harrisiirak/cron-parser/blob/master/CHANGELOG.md)
- [Commits](harrisiirak/cron-parser@v5.8.1...v5.10.0)

Updates `zustand` from 5.0.14 to 5.0.15
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.14...v5.0.15)

---
updated-dependencies:
- dependency-name: "@carbon/icons-react"
  dependency-version: 11.86.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: cron-parser
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: zustand
  dependency-version: 5.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the npm-minor-patch group in /src/nodepilot-ui with 3 updates chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates Aug 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/src/nodepilot-ui/npm-minor-patch-4e69259696 branch from 0b9e14e to 30b7cf7 Compare August 19, 2026 19:17
@Sev7eNup
Sev7eNup merged commit fd71966 into main Aug 19, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/src/nodepilot-ui/npm-minor-patch-4e69259696 branch August 19, 2026 20:23
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