Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) ^20.5.0^20.5.3 age confidence
@commitlint/config-conventional (source) ^20.5.0^20.5.3 age confidence
@nuxt/eslint (source) ^1.15.2^1.16.0 age confidence
@nuxtjs/mcp-toolkit (source) ^0.13.4^0.18.0 age confidence
@types/node (source) ^22.19.17^22.20.1 age confidence
@vitest/coverage-v8 (source) ^3.2.4^3.2.7 age confidence
@vitest/eslint-plugin ^1.6.15^1.6.24 age confidence
@vue/test-utils ^2.4.6^2.4.11 age confidence
eslint (source) ^10.2.0^10.8.0 age confidence
eslint-plugin-perfectionist (source) ^5.8.0^5.10.0 age confidence
eslint-plugin-prettier ^5.5.5^5.5.6 age confidence
eslint-plugin-security ^4.0.0^4.0.1 age confidence
happy-dom ^20.8.9^20.11.1 age confidence
meeting-schedules-parser ^4.4.0^4.5.0 age confidence
nuxt-security (source) ^2.5.1^2.6.0 age confidence
playwright-core (source) ^1.59.1^1.62.0 age confidence
pnpm (source) 10.33.010.34.5 age confidence
pnpm (source) >=10.33.0>=10.34.5 age confidence
prettier (source) ^3.8.2^3.9.6 age confidence
sass-embedded ^1.99.0^1.100.0 age confidence
vitest (source) ^3.2.4^3.2.7 age confidence
vue-tsc (source) ^3.2.6^3.3.8 age confidence
zod (source) ^4.3.6^4.4.3 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.5.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

nuxt/eslint (@​nuxt/eslint)

v1.16.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-modules/mcp-toolkit (@​nuxtjs/mcp-toolkit)

v0.18.0

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Dependency Updates 📦

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.17.2...@​nuxtjs/mcp-toolkit@0.18.0

v0.17.2

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.17.1...@​nuxtjs/mcp-toolkit@0.17.2

v0.17.1

Compare Source

What's Changed

Features 🚀
  • feat(module): add MCP Apps to named handlers via sub-folders & attachTo by @​HugoRCD in #​248
  • feat(module): add Nitro runtime hooks for MCP request lifecycle by @​HugoRCD in #​250
Bug Fixes 🐞
Dependency Updates 📦

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.16.1...@​nuxtjs/mcp-toolkit@0.17.1

v0.16.1

Compare Source

What's Changed

Features 🚀
  • feat(module): add list helpers for tools, resources, and prompts by @​HugoRCD in #​238
  • feat(module): auto-default mcp service and user/session tagging by @​HugoRCD in #​242
Bug Fixes 🐞
  • fix(module): disable cache swr by default to preserve observability by @​HugoRCD in #​246
Refactoring 🛠
Dependency Updates 📦

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.15.0...@​nuxtjs/mcp-toolkit@0.16.1

v0.16.0

Compare Source

v0.15.0

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
  • fix: silence default o11y logs and warn when evlog is disabled by @​HugoRCD in #​234
Documentation 📚
Dependency Updates 📦

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.14.0...@​nuxtjs/mcp-toolkit@0.15.0

v0.14.0

Compare Source

What's Changed

Features 🚀
Bug Fixes 🐞
Refactoring 🛠
Dependency Updates 📦

New Contributors

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.13.4...@​nuxtjs/mcp-toolkit@0.14.0

vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.7

Compare Source

   🐞 Bug Fixes
  • browser: Check fs access in builtin commands [backport to v3]  -  by @​hi-ogawa, Hiroshi Ogawa and OpenCode (claude-opus-4-8) in #​10679 (b795e)
    View changes on GitHub

v3.2.6

Compare Source

v3.2.5

Compare Source

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.23

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.6.22

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.21

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.19

Compare Source

No significant changes

    View changes on GitHub

v1.6.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.16

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/test-utils (@​vue/test-utils)

v2.4.11

Compare Source

compare changes

🩹 Fixes
  • Drop legacy Mutation Event listener entries (#​2844)
  • Handle setData() correctly for components using both setup() and data() (#​2846)
  • Export GlobalMountOptions type (#​2851)
  • Set spec-compliant event.code on keydown/keyup (#​2850)
❤️ Contributors

v2.4.10

Compare Source

v2.4.9

Compare Source

compare changes

🩹 Fixes
  • Tolerate duplicate attachTo cleanup (#​2830)
📖 Documentation
🏡 Chore
  • Migrate renovate config (5d37934)
🤖 CI
  • Pin github actions to commit hashes (75dcef3)
❤️ Contributors

v2.4.8

Compare Source

compare changes

🩹 Fixes
  • Correct declaration entrypoint (#​2826)
🤖 CI
❤️ Contributors

v2.4.7

Compare Source

compare changes

🚀 Enhancements
  • Add Chinese docs translation (#​2552)
  • SetData()/shallowMount with initialData for components using the Composition API / <script setup> (#​2655)
🩹 Fixes
  • Preserve code from keyboard events (#​2434)
  • Switch browser and require exports definitions (#​2501)
  • Re-add peer dependencies but with wider range (#​2511)
  • Resolve warnings in docs:dev (30b7491)
  • Resolve TypeScript type errors in .vitepress/config (#​2549)
  • Accept FunctionalComponent as selector (0bb947f)
  • Text() misses content for array functional component (#​2579)
  • Use await in test (c5482b4)
  • deps: Update dependency vue-component-type-helpers to v3 (#​2683)
  • Remove wrapper div when unmount (#​2700)
  • Make mount options slots compatible with noUncheckedIndexedAccess true (#​2713)
  • Add missing peerDependency @​vue/compiler-dom (75801ba)
  • docs: Declare css module for vitepress typecheck (ddaca97)
💅 Refactors
  • Enforce consistent usage of type imports (#​2734)
📖 Documentation
  • Clarify findComponent vs getComponent (#​2435)
  • Update fr docs (67064ef)
  • Add note about partial transition stub support (#​2431)
  • Fix missing data at passing data section essentials guide (dda205e)
  • Fix missing data at passing data section essentials guide fr (ae2c72c)
  • Fix plugin TS declaration example (#​2466)
  • Fixed incorrect checkbox value check (#​2495)
  • Capital letter in sentence fix (#​2499)
  • Import missing DOMWrapper on Implementation of the plugin section (#​2519)
  • Add migration step for deprecated ref syntax in findAllComponents (#​2498)
  • Correct anchor hash links and fix typo (#​2551)
  • Center logo on home (#​2559)
  • zh-cn: Review a-crash-course (#​2563)
  • Use code-group for install commands (#​2571)
  • zh-cn: Review event-handing.md (#​2572)
  • zh-cn: Enhance conditional-rendering.md (#​2562)
  • zh-cn: Review easy-to-test (#​2567)
  • zh-cn: Review passing-data.md (#​2575)
  • zh-cn: Review async-suspense.md (#​2576)
  • zh: 优化 API 文档格式和内容 (#​2569)
  • zh: 更新 Vitest 模拟日期和计时器的说明 (#​2578)
  • zh-cn: Review http-requests.md (#​2580)
  • zh-cn: Review forms (#​2582)
  • zh-cn: Guide/advanced/slots.md (#​2565)
  • zh: Review extending-vtu (#​2583)
  • zh: Review index (#​2584)
  • Fix modelValue test example (85bfdf4)
  • Removes broken link from plugins.md (69bc1ce)
  • zh: Review transitions, component-instance, and reusability-composition (#​2616)
  • zh: Review v-model and vuex (#​2617)
  • zh: Review all the rest advanced guide (#​2619)
  • zh: Review migration (#​2623)
  • Fix a typo in transitions.md (#​2635)
  • Update crash-course to script setup (c81aa79)
  • Update Essentials section to setup (composition api) (#​2647)
  • Typos in examples (#​2678)
  • Typo in easy-to-test.md (#​2710)
  • Add note about mocking requestAnimationFrame for transitions (2324c65)
  • Updated example TodoApp to script setup (#​2727)
  • Remove "Using data" section from "Conditional Rendering" guide and fix passing data test example (#​2743)
  • Follow-up fixes for the conditional rendering guide (#​2744)
  • Mention shallowMount stub name changes in migration guide (80e051a)
  • Update conditional rendering documentation to clarify isVisible() usage with attachTo (#​2799)
  • Restore Options API component for data() mounting example (#​2804)
  • Promote Vitest as recommended test runner (#​2805)
  • api: Note that setValue does not accept objects on <select> (#​2819)
🏡 Chore
  • Add api/index.md to docs:translation:compare (6b8681c)
  • Remove unnecessary generic arguments (cfd70c6)
  • Ignore TS error in config object (9d0a618)
  • Simplify eslint packages (c1d0ffd)
  • Use eslint v9 with flat config (2f19fdf)
  • Expose Stubs type publicly (#​2492)
  • Update documentation file path (9c96594)
  • Use pnpm v10 (e4c2cb3)
  • Pnpm approve build (81c54e9)
  • Use github issue forms (#​2673)
  • Exclude class components from test type-checking (0899008)
  • Add explicit coverage include for vitest v4 (51672b9)
  • Update to prettier v3.7 (fed9e7c)
  • Migrate to oxfmt (81c1de9)
  • Migrate to oxlint (a361908)
  • Prepare TypeScript 6 migration settings (55e1262)
  • Adjust tsd config for TypeScript 6 (7d23eb5)
  • Avoid TypeScript 6 target deprecation warning (81d063c)
🤖 CI
  • Remove node v22 build (7ebf58d)
  • Add node v22 build (57540ee)
  • Use "pool: threads" instead of vmThreads (d0cbb54)
  • Remove node v18 and add v24 (fd9cf95)
  • Add trusted publishing release workflow (#​2825)
❤️ Contributors
eslint/eslint (eslint)

v10.8.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

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.

@renovate renovate Bot added the Scope: Dependencies Library, framework, or package updates label Apr 20, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 405f903 to 816580b Compare April 27, 2026 19:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from dc6746c to bb4a43a Compare May 6, 2026 17:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 20d243b to 075fb07 Compare May 13, 2026 17:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f06717a to 95685a9 Compare May 19, 2026 22:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 35452b8 to 8088f18 Compare June 7, 2026 17:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 83bcb3a to ea0d04d Compare June 14, 2026 09:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2173030 to 8d5dee3 Compare June 21, 2026 14:12
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f64000f to 20db0c1 Compare June 29, 2026 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Dependencies Library, framework, or package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants