Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/simple-icons ^1.2.62^1.2.64 age confidence
@​iconify/collections ^1.0.628^1.0.635 age confidence
@nuxthub/core (source) ^0.10.1^0.10.4 age confidence
@types/node (source) ^25.0.2^25.0.3 age confidence
@unocss/nuxt (source) ^66.5.10^66.5.12 age confidence
pnpm (source) 10.25.010.27.0 age confidence
vite (source) ^7.2.7^7.3.0 age confidence
vitest (source) ^4.0.15^4.0.16 age confidence
vue-tsc (source) ^3.1.8^3.2.1 age confidence

Release Notes

nuxt-hub/core (@​nuxthub/core)

v0.10.4

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • types: Properly export ModuleHooks (d2060fd)
  • db: Add ts declaration for hub:db:schema (#​733)
  • db: Update neon-http connection string format in setup.ts (#​750)
📖 Documentation
  • Restructure docs, update routes & navigation (#​717)
  • Add og image (7edb2fc)
  • Clarify D1 migrations not run during build (#​734)
  • Auto-generate wrangler bindings from config (#​732)
  • Clean up prose tabs spacing (#​738)
  • blob: Add @​nuxt/image integration guide (#​729)
  • installation: Update module installation command (#​749)
🏡 Chore
❤️ Contributors

v0.10.3

Compare Source

compare changes

🚀 Enhancements
  • db: Support drizzle casing (#​731)
  • Auto-generate wrangler bindings from hub config (#​716)
🩹 Fixes
  • db: Pass mode to drizzle for mysql (#​730)
  • build: Merge nitro generated env to root in wrangler.json (#​720)
❤️ Contributors

v0.10.2

Compare Source

compare changes

🚀 Enhancements
  • blob: Add support for access and improve s3 driver (#​709)
  • db: Add drizzle-orm/neon-http support (#​713)
🩹 Fixes
  • db: Resolve JSON $type<> types in schema (#​723)
  • Make sure to run tsdown in new context for proper types generation (038ea73)
📖 Documentation
  • Add PageHeaderLinks and MCP server (#​705)
  • Remove unused badge (2a37e09)
🏡 Chore
❤️ Contributors
unocss/unocss (@​unocss/nuxt)

v66.5.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.11

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

vitejs/vite (vite)

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v3.2.1

Compare Source

language-core
component-meta
component-type-helpers
  • fix: npm package is missing build files (#​5893)
language-service
  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

v3.2.0

Compare Source

vscode
  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#​5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#​5849) (#​5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#​5856)
  • test: add test for embedded grammars (#​5861) - Thanks to @​serkodev!
language-service
component-meta
  • feat: add tags to slots and exposed (#​5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#​5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#​5875)
  • refactor: de-dependency from component-type-helpers (#​5876)
  • refactor: search prop defaults with symbol declarations (#​5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#​5887)
typescript-plugin
  • feat: include leading dot when finding references to CSS classes (#​5852)
  • fix: missing module error after file rename (#​5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#​5847)
  • fix: always pass rest parameters for future compatibility (#​5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#​5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#​5873)
  • fix: handle type imports in component auto-import(#​5874)
language-core
  • feat: revert overcorrection of v-for type inference (#​5836)
  • feat: align v-for key type with Object.keys (#​5837) - Thanks to @​serkodev!
  • feat: narrow component and directive types (#​5841)
  • feat: support <!-- @&#8203;strictTemplates --> magic comment (#​5845)
  • fix: correctly resolve <script src=""> (#​5838)
  • fix: preserve template slot wrappers during createIfBranch (#​5844) - Thanks to @​serkodev!
  • fix: include end tag locations when renaming global components
  • refactor: replace dynamic types generation with static files (#​5872)
  • refactor: improve Vue version detection and plugin resolution
component-type-helpers
  • refactor: remove ComponentType helper
workspace
  • chore: update testing infrastructure (#​5848)
  • chore: use tsgo in development (#​5860)
  • chore: reduce local dependencies and update workflows (#​5863)
  • chore: upgrade tsslint and vite to pre-release versions
  • chore: delete tests for Vue 3.4 (#​5871)

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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from a687c92 to 277d41c Compare August 31, 2025 11:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b950254 to 682f873 Compare September 8, 2025 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from dd0712a to 49e5eb5 Compare September 16, 2025 02:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f13e24e to 8fc4932 Compare September 20, 2025 05:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fe445bb to ba82c2a Compare December 14, 2025 03:44
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 14, 2025
@renovate renovate bot closed this Dec 14, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Dec 15, 2025
@renovate renovate bot reopened this Dec 15, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 49649a3 to ad94047 Compare December 20, 2025 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f909d71 to 6bb82b4 Compare December 26, 2025 06:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d5c1dae to 4cf220e Compare December 31, 2025 06:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cf220e to e93f783 Compare January 1, 2026 10:45
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