Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#644
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 9, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@clack/prompts (source) ^1.0.1^1.3.0 age confidence
@eslint/config-inspector ^1.4.2^1.5.0 age confidence
@eslint/js (source) ^9.39.3^9.39.4 age confidence
@iconify-json/simple-icons ^1.2.71^1.2.81 age confidence
@nuxt/content (source) ^3.11.2^3.13.0 age confidence
@nuxt/devtools (source) ^3.2.1^3.2.4 age confidence
@nuxt/devtools-kit (source) ^3.2.1^3.2.4 age confidence
@nuxt/test-utils ^4.0.0^4.0.3 age confidence
@nuxt/ui (source) 2.15.22.22.3 age confidence
@nuxtjs/plausible ^3.0.1^3.0.2 age confidence
@stylistic/eslint-plugin (source) ^5.9.0^5.10.0 age confidence
@types/node (source) ^25.3.0^25.6.2 age confidence
@typescript-eslint/eslint-plugin (source) ^8.56.1^8.59.2 age confidence
@typescript-eslint/parser (source) ^8.56.1^8.59.2 age confidence
@typescript-eslint/scope-manager (source) ^8.56.1^8.59.2 age confidence
@typescript-eslint/types (source) ^8.56.1^8.59.2 age confidence
@typescript-eslint/utils (source) ^8.56.1^8.59.2 age confidence
@vueuse/core (source) ^14.2.1^14.3.0 age confidence
@vueuse/nuxt (source) ^14.2.1^14.3.0 age confidence
eslint (source) ^9.39.3^9.39.4 age confidence
eslint-config-flat-gitignore ^2.2.1^2.3.0 age confidence
eslint-flat-config-utils ^3.0.1^3.2.0 age confidence
eslint-plugin-format ^2.0.0^2.0.1 age confidence
eslint-plugin-import-lite ^0.5.2^0.6.0 age confidence
eslint-plugin-import-x ^4.16.1^4.16.2 age confidence
eslint-plugin-jsdoc ^62.7.1^62.9.0 age confidence
eslint-plugin-pnpm (source) ^1.5.0^1.6.0 age confidence
eslint-plugin-promise ^7.2.1^7.3.0 age confidence
eslint-plugin-regexp ^3.0.0^3.1.0 age confidence
eslint-plugin-vue (source) ^10.8.0^10.9.1 age confidence
eslint-webpack-plugin ^5.0.2^5.0.3 age confidence
eslint-webpack-plugin ^4.1.0^4.2.0 age confidence
globals ^17.3.0^17.6.0 age confidence
mlly ^1.8.0^1.8.2 age confidence
pnpm (source) 10.30.210.33.4 age confidence
taze ^19.9.2^19.11.0 age confidence
unimport ^5.6.0^5.7.0 age confidence
vite-plugin-eslint2 (source) ^5.0.5^5.1.0 age confidence
vite-plugin-eslint2 (source) ^5.0.0^5.1.0 age confidence
vitest (source) ^4.0.18^4.1.5 age confidence
vue (source) ^3.5.29^3.5.34 age confidence

Release Notes

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

v1.3.0

Compare Source

Minor Changes
  • ea5702e: fix: add engines field expressing node >=20.12 requirement
  • 814ab9a: Add new multiline prompt for multi-line text input.
Patch Changes

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]

v1.1.0

Compare Source

Minor Changes
  • e3333fb: Replaces picocolors with Node.js built-in styleText.
Patch Changes
  • c3666e2: destruct limitOption param for better code readability, tweak types definitions
  • ba3df8e: Fixes withGuide support in intro, outro, and cancel messages.
  • Updated dependencies [e3333fb]
eslint/config-inspector (@​eslint/config-inspector)

v1.5.0

Compare Source

Features
  • update deps, support eslint v10 (8e00b7e)
eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

nuxt/content (@​nuxt/content)

v3.13.0

Compare Source

Bug Fixes
  • get mdc configs by calling mdc:configSources hook (#​3736) (57f5552)
  • preview: move formatDate/formatDateTime into runtime subtree (#​3749) (4a76b2a)

v3.12.0

Compare Source

Features
Bug Fixes
nuxt/devtools (@​nuxt/devtools)

v3.2.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes
Features
nuxt/test-utils (@​nuxt/test-utils)

v4.0.3

Compare Source

4.0.3 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • runtime-utils: Lazily import root-component in mount + render helpers (#​1665)
  • runtime-utils: Insert compilerOptions conditionally (#​1659)
  • config: Enable sourcemaps when vitest coverage is enabled (#​1674)
  • module: Exclude test files from Nuxt plugin registration (#​1666)
  • runtime-utils: Provide NuxtLink isActive slot props (#​1640)
  • e2e: Wait for HTTP readiness before resolving startServer (#​1675)
🏡 Chore
❤️ Contributors

v4.0.2

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • config: Respect override dev value (#​1602)
🤖 CI
  • Use pnpm publish to resolve workspace dependencies (#​1651)
❤️ Contributors

v4.0.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • config: Rename deps.optimizer.web to client for vitest4 (#​1593)
  • runtime-utils: Fix mockNuxtImport types when using string target (#​1592)
  • config: Pass non-project options for non-nuxt simple setup (#​1582)
  • config: Do not import defineConfig from vite (1aa5e8748)
  • runtime: Handle ResourceLoader removal in jsdom v28 (#​1611)
  • config,vitest-environment: Directly import peerDeps (#​1617)
  • runtime-utils: Align mount options merge w/ vue-test-utils (#​1610)
  • vitest-environment: Avoid vitest/environments import warning (#​1627)
  • runtime: Avoid error when vue/test-utils is not installed (#​1646)
  • config: Prefer project h3 version if present (#​1641)
🏡 Chore
  • Bump vitest-environment-nuxt versions (f5ec72127)
  • Use workspace dependency (14fb254a7)
  • Example playwright config improve type annotation for devices (#​1581)
  • pkg-pr-new prerelease vitest-environment-nuxt (#​1601)
  • Allow explicit any (633c93c2a)
  • Switch unit test target to dir and move type unit tests to test:types (#​1618)
  • Update lockfile (8306abf00)
✅ Tests
  • Add failing test for stubbed global provide (#​1314)
  • Update assertions deprecated in vitest 4.1 (#​1629)
  • Change example/workspace to use glob based projects setup (#​1585)
🤖 CI
  • Pin github actions to full-length commit shas (2832fd6d5)
  • Avoid checkout for reproduction comment (e4e67ab09)
  • Rename workflow (99318b9fc)
  • Correctly publish pkg-pr-new prerelease (#​1598)
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v2.22.3

Compare Source

v2.22.2

Compare Source

🐛 Bug Fixes

  • Meter: correct vertical alignment of progress bar (#​4735) (875be4b)
  • SelectMenu/InputMenu: ensure object compare with by prop (#​4791) (44382cd)

New Contributors

Full Changelog: nuxt/ui@v2.22.1...v2.22.2

v2.22.1

Compare Source

🐛 Bug Fixes

Full Changelog: nuxt/ui@v2.22.0...v2.22.1

v2.22.0

Compare Source

✨ Highlights

  • deps: update @nuxt/module-builder to v1 (#​3801)

The module has been updated to use nuxt/module-builder@1.0.0!

🚨 Breaking Changes

  • Form: drop explicit support for zod and valibot (#​3618)

We now rely on standard-schema for Form validation with valibot and zod. Make sure to upgrade to valibot@1.0.0 / zod@3.24.0 if you use them in your app.

🐛 Bug Fixes

Full Changelog: nuxt/ui@v2.21.1...v2.22.0

v2.21.1

Compare Source

🚀 Features

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.21.0...v2.21.1

v2.21.0

Compare Source

🚀 Features

🐛 Bug Fixes

New Contributors

Full Changelog: nuxt/ui@v2.20.0...v2.21.0

v2.20.0

Compare Source

🚨 Breaking Changes

  • Form: resolve async validation in yup & issue directly mutate state (#​2701)

🚀 Features

🐛 Bug Fixes

  • AvatarGroup/ButtonGroup/MeterGroup: allow deeply partial ui config (#​2542) (bf58086)
  • Carousel: wrong ui type with strategy (07ef771)
  • components: replace as const with correct type in config (#​2652) (51c8b8e)
  • DatePicker: undefined dayIndex (#​2545) (ce955d2)
  • Form: resolve async validation in yup & issue directly mutate state (#​2701) (f3632dd)
  • Form: use parsed value from joi instead of original state (#​2587) (acecff4)
  • InputMenu/SelectMenu: use by prop to compare objects & support dot notation in value-attribute (#​2566) (7154254)
  • Link: exactQuery prop type (#​2781) (4cde571)
  • Notification: element renders even when no notification is present (#​2561) (d4e408c)
  • Table: data outdated when rows change (#​2600) (b23f2de)
  • Table: missing type on props loadingState (#​2551) (6e66990)
  • Table: prevent onClick while blocking element (#​2592) (9703786)
  • types: improve DeepPartial type for App Config (#​2621) (976b03f)

👋 New Contributors

Full Changelog: nuxt/ui@v2.19.2...v2.20.0

v2.19.2

Compare Source

v2.19.1

Compare Source

🐛 Bug Fixes

  • InputMenu/SelectMenu: regex breaks build (cb6f5f2)

Full Changelog: nuxt/ui@v2.19.0...v2.19.1

v2.19.0

Compare Source

Read our updated documentation on https://ui.nuxt.com/.

🚨 Breaking Changes

In #​2485, the expandable feature of the Table component has changed. You should use v-model:expand to achieve the functionality that was previously implemented using the #expand slot.

🚀 Features

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.18.7...v2.19.0

v2.18.7

Compare Source

🚀 Enhancements

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.18.6...v2.18.7

v2.18.6

Compare Source

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Feb 9, 2026

Deploying nuxt-eslint with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4703003
Status:🚫  Build failed.

View logs

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from ae6d776 to 2434fee Compare February 15, 2026 10:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from d60d790 to bc8d9ee Compare February 22, 2026 18:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a296c6a to 56d58cc Compare February 24, 2026 00:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from cc2fa54 to 285a23f Compare March 10, 2026 06:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from fea1abe to ff0b062 Compare March 17, 2026 02:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e56ca51 to 8384d92 Compare March 23, 2026 19:29
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 23, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​nuxt/​devtools-kit@​3.2.1 ⏵ 3.2.41001007196100
Updated@​typescript-eslint/​parser@​8.56.1 ⏵ 8.59.2100 +110071 +198100
Updated@​stylistic/​eslint-plugin@​5.9.0 ⏵ 5.10.01001007592100
Updated@​typescript-eslint/​types@​8.56.1 ⏵ 8.59.2100 +110076 +198100
Updated@​vueuse/​core@​14.2.1 ⏵ 14.3.099 +110077 +192100
Updated@​iconify-json/​simple-icons@​1.2.71 ⏵ 1.2.811001007796100
Updated@​typescript-eslint/​utils@​8.56.1 ⏵ 8.59.21001007798100
Updated@​typescript-eslint/​scope-manager@​8.56.1 ⏵ 8.59.2100 +110078 +198100
Updated@​nuxt/​test-utils@​4.0.0 ⏵ 4.0.397 +110079 +191100
Updated@​typescript-eslint/​eslint-plugin@​8.56.1 ⏵ 8.59.299 +110080 +198100
Addedpathe@​2.0.31001009282100
Updated@​vueuse/​nuxt@​14.2.1 ⏵ 14.3.0100 +110083 +192100
Updatedeslint-config-flat-gitignore@​2.2.1 ⏵ 2.3.0100 +1100100 +383100
Updatedeslint-plugin-format@​2.0.0 ⏵ 2.0.199 +110010085100
Updatedglobals@​17.3.0 ⏵ 17.6.0100 +110086 +195100
Updatedeslint-plugin-import-lite@​0.5.2 ⏵ 0.6.010010087 -287100
Updatedeslint-plugin-pnpm@​1.5.0 ⏵ 1.6.010010010087100
Updatedeslint-plugin-regexp@​3.0.0 ⏵ 3.1.094 +110010087100
Updated@​nuxtjs/​plausible@​3.0.1 ⏵ 3.0.288 +110010094 +2100
Updatedeslint-plugin-import-x@​4.16.1 ⏵ 4.16.29710010088100
Updated@​eslint/​js@​9.39.3 ⏵ 9.39.410010010089 -1100
Updatedeslint@​9.39.3 ⏵ 9.39.48910010096100
Updated@​eslint/​config-inspector@​1.4.2 ⏵ 1.5.099100100 +589 -3100
Updated@​nuxt/​content@​3.11.2 ⏵ 3.13.095 +110090 +195 -1100
Updatedeslint-plugin-vue@​10.8.0 ⏵ 10.9.197 +11009196100
Updatedeslint-webpack-plugin@​5.0.2 ⏵ 5.0.39910010091 +2100
Updatedeslint-plugin-jsdoc@​62.7.1 ⏵ 62.9.097 +110010092100
Updatedeslint-flat-config-utils@​3.0.1 ⏵ 3.2.010010010092 +3100
Updated@​clack/​prompts@​1.0.1 ⏵ 1.3.010010010095100
Updated@​nuxt/​kit@​3.21.1 ⏵ 4.4.49910010095100
Updated@​nuxt/​devtools@​3.2.1 ⏵ 3.2.49810010096100
Updated@​types/​node@​25.3.0 ⏵ 25.6.2100 +1100100 +20100 +5100

View full report

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 30, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

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.

0 participants