Skip to content

chore(deps): update all non-major dependencies#1645

Merged
danielroe merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 8, 2026
Merged

chore(deps): update all non-major dependencies#1645
danielroe merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@clack/prompts (source) 1.1.01.2.0 age confidence
@nuxt/ui (source) 4.6.04.6.1 age confidence
@playwright/test (source) 1.58.21.59.1 age confidence
c12 ^3.3.3^3.3.4 age confidence
eslint (source) 10.1.010.2.0 age confidence
h3 (source) ^1.15.10^1.15.11 age confidence
jsdom 29.0.129.0.2 age confidence
knip (source) 6.1.06.3.0 age confidence
listhen 1.9.01.9.1 age confidence
nitropack 2.13.22.13.3 age confidence
oxc-parser (source) 0.121.00.124.0 age confidence
playwright-core (source) 1.58.21.59.1 age confidence
tinyexec ^1.0.4^1.1.1 age confidence
tinyglobby (source) 0.2.150.2.16 age confidence
ts-jest (source) 29.4.629.4.9 age confidence
vue (source) ^3.5.31^3.5.32 age confidence

Release Notes

bombshell-dev/clack (@​clack/prompts)

v1.2.0

Compare Source

Minor Changes
  • 9786226: Externalize fast-string-width and fast-wrap-ansi to avoid double dependencies
  • 090902c: Adds date prompt with format support (YMD, MDY, DMY)
Patch Changes
  • 134a1a1: Fix the path prompt so directory: true correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
  • bdf89a5: Adds placeholder option to autocomplete. When the placeholder is set and the input is empty, pressing tab will set the value to placeholder.
  • 336495a: Apply guide to wrapped multi-line messages in confirm prompt.
  • 9fe8de6: Respect withGuide: false in autocomplete and multiselect prompts.
  • 29a50cb: Fix path directory mode so pressing Enter with an existing directory initialValue submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
  • Updated dependencies [9786226]
  • Updated dependencies [bdf89a5]
  • Updated dependencies [417b451]
  • Updated dependencies [090902c]
nuxt/ui (@​nuxt/ui)

v4.6.1

Compare Source

Bug Fixes
  • ai: use part.state for streaming detection and deprecate isReasoningStreaming (d2d7543)
  • ChatMessage: hide files slot when no file parts exist (9cddc8e)
  • ChatMessages: keep indicator visible until first content arrives (195cce8)
  • ChatMessages: reset scroll icon when messages are cleared (#​6239) (4ba3eef)
  • ChatPrompt: guard enter during composition (#​6280) (a911ca8)
  • DashboardSidebar: always pass collapsed: false in mobile menu slots (957a0f5), closes #​6157
  • Modal/Slideover/Drawer: suppress reka ui title and description warnings (3451b8d), closes #​6240
  • module: inline defaultVariants and prefix in dev template (314e23b)
  • module: transpile reka-ui to prevent injection errors (#​6286) (b822c43)
microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source

unjs/c12 (c12)

v3.3.4

Compare Source

compare changes

🏡 Chore
📦 Build
eslint/eslint (eslint)

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

  • a2af743 docs: add language to configuration objects (#​20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#​20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#​20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#​20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#​20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#​20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#​20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#​20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#​20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#​20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#​20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#​20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#​20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#​20645) (kuldeep kumar)
h3js/h3 (h3)

v1.15.11

Compare Source

compare changes

🏡 Chore
jsdom/jsdom (jsdom)

v29.0.2

Compare Source

  • Significantly improved and sped up getComputedStyle(). Computed value rules are now applied across a broader set of properties, and include fixes related to inheritance, defaulting keywords, custom properties, and color-related values such as currentcolor and system colors. (@​asamuzaK)
  • Fixed CSS 'background' and 'border' shorthand parsing. (@​asamuzaK)
webpro-nl/knip (knip)

v6.3.0: Release 6.3.0

Compare Source

  • Re-gen sponsorships chart (83ee489)
  • Add testimonial (be16c54)
  • Add deferred resolve entries as direct entry paths to avoid ws exclusion (91a1835)
  • Add rolldown plugin (resolve #​1661) (44bfd62)
  • Housekeep plugins a bit (dc69868)
  • Improve module.register handling (b9e36ea)
  • Housekeep release script (f81bd0f)

v6.2.0: Release 6.2.0

Compare Source

v6.1.1: Release 6.1.1

Compare Source

unjs/listhen (listhen)

v1.9.1

Compare Source

compare changes

🔥 Performance
  • Do not call Array.push multiple times (6526551)
  • Migrate to copy-paste from clipboardy (#​211)
  • Migrate to tinyclip from copy-paste (#​217)
📖 Documentation
  • Add jsdocs for exported functions and types (#​171)
🏡 Chore
❤️ Contributors
nitrojs/nitro (nitropack)

v2.13.3

Compare Source

compare changes

📦 Dependency Updates
Package From To
httpxy ^0.3.1 ^0.5.0
h3 ^1.15.9 ^1.15.10
esbuild ^0.27.4 ^0.27.5
rollup ^4.59.0 ^4.60.1
@vercel/nft ^1.4.0 ^1.5.0
c12 ^3.3.3 ^3.3.4
citty ^0.2.1 ^0.2.2
defu ^6.1.4 ^6.1.6
globby ^16.1.1 ^16.2.0
listhen ^1.9.0 ^1.9.1
unstorage ^1.17.4 ^1.17.5
cookie-es ^2.0.0 ^2.0.1
youch ^4.1.0 ^4.1.1
oxc-project/oxc (oxc-parser)

v0.124.0

⚡ Performance
  • fb52383 napi/parser, linter/plugins: Clear buffers and source texts earlier (#​21025) (overlookmotel)
  • 3b7dec4 napi/parser, linter/plugins: Use utf8Slice for decoding UTF-8 strings (#​21022) (overlookmotel)
  • 012c924 napi/parser, linter/plugins: Speed up decoding strings in raw transfer (#​21021) (overlookmotel)
  • 55e1e9b napi/parser, linter/plugins: Initialize vars as 0 (#​21020) (overlookmotel)
  • c25ef02 napi/parser, linter/plugins: Simplify branch condition in deserializeStr (#​21019) (overlookmotel)
  • 9f494c3 napi/parser, linter/plugins: Raw transfer use String.fromCharCode in string decoding (#​21018) (overlookmotel)
  • 0503a78 napi/parser, linter/plugins: Faster deserialization of raw fields (#​20923) (overlookmotel)
  • a24f75e napi/parser: Optimize string deserialization for non-ASCII sources (#​20834) (Joshua Tuddenham)

v0.123.0

tinylibs/tinyexec (tinyexec)

v1.1.1

Compare Source

What's Changed

Full Changelog: tinylibs/tinyexec@1.1.0...1.1.1

SuperchupuDev/tinyglobby (tinyglobby)

v0.2.16

Compare Source

Fixed
Changed
  • Overhauled and optimized most internals by Torathion
  • Ignore patterns are no longer compiled twice by webpro
kulshekhar/ts-jest (ts-jest)

v29.4.9

Compare Source

v29.4.8

Compare Source

v29.4.7

Compare Source

Features
vuejs/core (vue)

v3.5.32

Compare Source

Bug Fixes
Reverts

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danielroe as a code owner April 6, 2026 02:54
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 6, 2026

Open in StackBlitz

npm i https://pkg.pr.new/nuxt/test-utils/@nuxt/test-utils@1645
npm i https://pkg.pr.new/nuxt/test-utils/vitest-environment-nuxt@1645

commit: c4b003a

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7c4c02b to ea79684 Compare April 7, 2026 15:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea79684 to c4b003a Compare April 8, 2026 06:44
@danielroe danielroe merged commit 02b76bf into main Apr 8, 2026
7 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch April 8, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant