Skip to content

chore(deps): bump the all-dependencies group with 2 updates#94

Merged
KevinDeBenedetti merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-e1a687067e
Jan 27, 2026
Merged

chore(deps): bump the all-dependencies group with 2 updates#94
KevinDeBenedetti merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-e1a687067e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the all-dependencies group with 2 updates: @nuxt/ui and @j178/prek.

Updates @nuxt/ui from 4.3.0 to 4.4.0

Release notes

Sourced from @​nuxt/ui's releases.

v4.4.0

🚀 Features

  • Calendar: add weekNumbers prop (#4555) (7a1a71b)
  • ChangelogVersions: handle scroll options in indicator prop (#5257) (6a925cd)
  • CommandPalette/InputMenu/SelectMenu/Tree: handle virtualizer estimateSize as function (#5748) (d51b424)
  • CommandPalette: add input prop (#5736) (12052e8)
  • CommandPalette: add size prop (#5878) (3ae04c6)
  • components: add by prop (#5906) (36cd5e5)
  • components: add valueKey prop (#5905) (55646ea)
  • Editor: add placeholder.mode prop (d90acb3), closes #5785
  • Editor: add size prop in menus (#5889) (571d50d)
  • Editor: add taskList handler (#5837) (db04197)
  • Editor: add support for code inside links (2ed2d5d)
  • Editor: handle boolean in image and mention props (b6fa83a), closes #5820
  • EditorMentionMenu: handle async search with ignoreFilter prop (#5880) (f8d1883)
  • InputMenu/Select/SelectMenu: expose viewportRef for infinite scroll (#5836) (f4a945c)
  • InputMenu/SelectMenu: add clear prop (#5643) (ec6b8ec)
  • Link: support custom navigate function in vue (#5860) (f51e58a)
  • ProseTd/ProseTh: handle align prop (859390e), closes #5795
  • Timeline/Stepper: add wrapper slot and fix dynamic slot conditions (#5868) (8610d4d)
  • Timeline: add select event (#5826) (8e431be)

🐛 Bug Fixes

  • Banner: isolate banner visibility using per-instance CSS variables (#5751) (c7332eb)
  • Banner: prevent XSS via id prop injection (4e334a0)
  • CommandPalette/ContextMenu/DropdownMenu: keyboard selection on link items (3f5bdb3)
  • CommandPalette: prevent XSS in search highlight (e12ceb6)
  • ContentSurround: align next link to right on tablet without prev (#5833) (b3adccc)
  • defineShortcuts: check shift modifier for special character shortcuts (bd344d7), closes #5911
  • Editor: set contentType when updating value (c37d6f7), closes #5709
  • Editor: support all heading levels by default (3046c3e)
  • EditorToolbar: prevent onClick from being called twice on items (cbed0cc), closes #5784
  • EditorToolbar: prevent disabled dropdown when items have no kind (d473f63)
  • Error/Main: render as main instead of div (6ccb1f5)
  • FileUpload: emit null when clearing file (#5892) (1d9a2fd)
  • FileUpload: keep input visible when preview is disabled with multiple files (597ac29), closes #5875
  • locale: improve cs and sk terminology for correct inflection (#5789) (af6f288)
  • module: only override primary color and md size default variants (f422de8)
  • ProseCodeTree: prevent infinite update loop with expandAll prop (c79cb77), closes #5828
  • useOverlay: refine close event argument extraction (#5775) (182af20)

👋 New Contributors

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

4.4.0 (2026-01-21)

Features

  • Calendar: add weekNumbers prop (#4555) (7a1a71b)
  • ChangelogVersions: handle scroll options in indicator prop (#5257) (6a925cd)
  • CommandPalette/InputMenu/SelectMenu/Tree: handle virtualizer estimateSize as function (#5748) (d51b424)
  • CommandPalette: add input prop (#5736) (12052e8)
  • CommandPalette: add size prop (#5878) (3ae04c6)
  • components: add by prop (#5906) (36cd5e5)
  • components: add valueKey prop (#5905) (55646ea)
  • Editor: add placeholder.mode prop (d90acb3), closes #5785
  • Editor: add size prop in menus (#5889) (571d50d)
  • Editor: add taskList handler (#5837) (db04197)
  • Editor: add support for code inside links (2ed2d5d)
  • Editor: handle boolean in image and mention props (b6fa83a), closes #5820
  • EditorMentionMenu: handle async search with ignoreFilter prop (#5880) (f8d1883)
  • InputMenu/Select/SelectMenu: expose viewportRef for infinite scroll (#5836) (f4a945c)
  • InputMenu/SelectMenu: add clear prop (#5643) (ec6b8ec)
  • Link: support custom navigate function in vue (#5860) (f51e58a)
  • ProseTd/ProseTh: handle align prop (859390e), closes #5795
  • Timeline/Stepper: add wrapper slot and fix dynamic slot conditions (#5868) (8610d4d)
  • Timeline: add select event (#5826) (8e431be)

Bug Fixes

  • Banner: isolate banner visibility using per-instance CSS variables (#5751) (c7332eb)
  • Banner: prevent XSS via id prop injection (4e334a0)
  • CommandPalette/ContextMenu/DropdownMenu: keyboard selection on link items (3f5bdb3)
  • CommandPalette: prevent XSS in search highlight (e12ceb6)
  • ContentSurround: align next link to right on tablet without prev (#5833) (b3adccc)
  • defineShortcuts: check shift modifier for special character shortcuts (bd344d7), closes #5911
  • Editor: set contentType when updating value (c37d6f7), closes #5709
  • Editor: support all heading levels by default (3046c3e)
  • EditorToolbar: prevent onClick from being called twice on items (cbed0cc), closes #5784
  • EditorToolbar: prevent disabled dropdown when items have no kind (d473f63)
  • Error/Main: render as main instead of div (6ccb1f5)
  • FileUpload: emit null when clearing file (#5892) (1d9a2fd)
  • FileUpload: keep input visible when preview is disabled with multiple files (597ac29), closes #5875
  • locale: improve cs and sk terminology for correct inflection (#5789) (af6f288)
  • module: only override primary color and md size default variants (f422de8)
  • ProseCodeTree: prevent infinite update loop with expandAll prop (c79cb77), closes #5828
  • useOverlay: refine close event argument extraction (#5775) (182af20)
Commits
  • 59707ff chore(release): v4.4.0
  • 556f367 docs(mcp): add sections param to tools for reduced response size
  • f325890 docs(llms): improve mdc transform
  • 47b82ef docs(components): add missing external types (#5397)
  • 8e431be feat(Timeline): add select event (#5826)
  • 4c83430 docs(i18n): improve locale documentation for date/time formatting
  • 3046c3e fix(Editor): support all heading levels by default
  • 7a1a71b feat(Calendar): add weekNumbers prop (#4555)
  • 0cdd77a chore(deps): update all non-major dependencies (v4) (#5908)
  • f51e58a feat(Link): support custom navigate function in vue (#5860)
  • Additional commits viewable in compare view

Updates @j178/prek from 0.2.29 to 0.3.0

Release notes

Sourced from @​j178/prek's releases.

0.3.0

Release Notes

Released on 2026-01-22.

Highlights

  • prek cache gc (also available via prek gc for pre-commit compatibility) is finally here! You can now run prek cache gc to clean up unused repos, hook envs and tool versions from prek cache.

  • language: bun is now supported, making it possible to write and run hooks with Bun.

Enhancements

  • Implement prek cache gc (#1410)

    • Bootstrap tracking configs from workspace cache (#1417)
    • Show total size prek cache gc removed (#1418)
    • Show accurate repo and hook details in prek cache gc -v (#1420)
    • prek cache gc remove specific unused tool versions (#1422)
    • Fix unused tool versions not removed in prek cache gc (#1436)
  • Add language: bun support (#1411)

    • Use git ls-remote --tags to list bun versions (#1439)
  • Accept --stage as an alias for --hook-stage in prek run (#1398)

  • Expand ~ tilde in PREK_HOME (#1431)

  • Support refs to trees (#1449)

Bug fixes

  • Avoid file lock warning for in-process contention (#1406)
  • Resolve relative repo paths from config file directory (#1443)
  • fix: use split() instead of resolve(None) for builtin hook argument parsing (#1415)

Documentation

  • Add simple-icons and ast-grep to the users of prek (#1403)
  • Improve JSON schema for repo field (#1432)
  • Improve JSON schema for builtin and meta hooks (#1427)
  • Add pronunciation entry to FAQ (#1442)
  • Add commitizen to the list of projects using prek (#1413)
  • Move docs to zensical (#1421)

Other Changes

  • Refactor config layout (#1407)

... (truncated)

Changelog

Sourced from @​j178/prek's changelog.

0.3.0

Released on 2026-01-22.

Highlights

  • prek cache gc (also available via prek gc for pre-commit compatibility) is finally here! You can now run prek cache gc to clean up unused repos, hook envs and tool versions from prek cache.

  • language: bun is now supported, making it possible to write and run hooks with Bun.

Enhancements

  • Implement prek cache gc (#1410)

    • Bootstrap tracking configs from workspace cache (#1417)
    • Show total size prek cache gc removed (#1418)
    • Show accurate repo and hook details in prek cache gc -v (#1420)
    • prek cache gc remove specific unused tool versions (#1422)
    • Fix unused tool versions not removed in prek cache gc (#1436)
  • Add language: bun support (#1411)

    • Use git ls-remote --tags to list bun versions (#1439)
  • Accept --stage as an alias for --hook-stage in prek run (#1398)

  • Expand ~ tilde in PREK_HOME (#1431)

  • Support refs to trees (#1449)

Bug fixes

  • Avoid file lock warning for in-process contention (#1406)
  • Resolve relative repo paths from config file directory (#1443)
  • fix: use split() instead of resolve(None) for builtin hook argument parsing (#1415)

Documentation

  • Add simple-icons and ast-grep to the users of prek (#1403)
  • Improve JSON schema for repo field (#1432)
  • Improve JSON schema for builtin and meta hooks (#1427)
  • Add pronunciation entry to FAQ (#1442)
  • Add commitizen to the list of projects using prek (#1413)
  • Move docs to zensical (#1421)

Other Changes

  • Refactor config layout (#1407)

Contributors

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the all-dependencies group with 2 updates: [@nuxt/ui](https://github.com/nuxt/ui) and [@j178/prek](https://github.com/j178/prek).


Updates `@nuxt/ui` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v4/CHANGELOG.md)
- [Commits](nuxt/ui@v4.3.0...v4.4.0)

Updates `@j178/prek` from 0.2.29 to 0.3.0
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.2.29...v0.3.0)

---
updated-dependencies:
- dependency-name: "@nuxt/ui"
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@j178/prek"
  dependency-version: 0.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Jan 27, 2026
@github-actions
Copy link
Contributor

📊 Test Coverage Report

Metric Coverage Status
Statements 100%
Branches 96.34%
Functions 100%
Lines 100%

Detailed Coverage

  • Covered: 131 / 131 lines
  • Threshold: 60% (minimum required)

Coverage report generated by Vitest

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@KevinDeBenedetti KevinDeBenedetti merged commit ad8d66a into main Jan 27, 2026
6 checks passed
@KevinDeBenedetti KevinDeBenedetti deleted the dependabot/npm_and_yarn/all-dependencies-e1a687067e branch January 27, 2026 21:17
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.

2 participants