Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/gateway (source) ^2.0.18 -> ^2.0.21 age confidence
@ai-sdk/mcp (source) ^0.0.11 -> ^0.0.12 age confidence
@ai-sdk/vue (source) ^2.0.108 -> ^2.0.113 age confidence
@iconify-json/lucide ^1.2.79 -> ^1.2.81 age confidence
@iconify-json/simple-icons ^1.2.62 -> ^1.2.63 age confidence
@nuxt/eslint-config (source) ^1.11.0 -> ^1.12.1 age confidence
@nuxt/icon ^2.1.0 -> ^2.1.1 age confidence
@nuxtjs/mcp-toolkit (source) ^0.5.1 -> ^0.5.2 age confidence
@regle/core (source) ^1.12.1 -> ^1.14.1 age confidence
@regle/rules (source) ^1.12.1 -> ^1.14.1 age confidence
@release-it/conventional-changelog ^10.0.2 -> ^10.0.3 age confidence
@tanstack/vue-virtual (source) ^3.13.12 -> ^3.13.13 age confidence
ai (source) ^5.0.108 -> ^5.0.113 age confidence
eslint (source) ^9.39.1 -> ^9.39.2 age confidence
nuxt-og-image (source) ^5.1.12 -> ^5.1.13 age confidence
pnpm (source) 10.24.0 -> 10.25.0 age confidence
release-it ^19.0.6 -> ^19.1.0 age confidence
zod (source) ^4.1.13 -> ^4.2.0 age confidence

Release Notes

vercel/ai (@​ai-sdk/gateway)

v2.0.21

Compare Source

Patch Changes

v2.0.20

Compare Source

Patch Changes
  • Updated dependencies [8a87693]
    • ai@​5.0.20

v2.0.19

Compare Source

Patch Changes
nuxt/eslint (@​nuxt/eslint-config)

v1.12.1

Compare Source

No significant changes

    View changes on GitHub
nuxt/icon (@​nuxt/icon)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/mcp-toolkit (@​nuxtjs/mcp-toolkit)

v0.5.2

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: nuxt-modules/mcp-toolkit@v0.5.1...v0.5.2

victorgarciaesgi/regle (@​regle/core)

v1.14.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.14.0

Compare Source

   🚀 Features

Regle now offers an MCP server that can be used to get documentation and autocomplete for Regle.

Install MCP Server

Docs: https://reglejs.dev/integrations/mcp-server

    View changes on GitHub

v1.13.1

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v1.13.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v1.12.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
release-it/conventional-changelog (@​release-it/conventional-changelog)

v10.0.3

Compare Source

TanStack/virtual (@​tanstack/vue-virtual)

v3.13.13

Compare Source

Patch Changes
  • Fix: Notify framework when count changes to update getTotalSize() (#​1085)

    Fixed an issue where getTotalSize() would return stale values when the count option changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manual useMemo workarounds.

    Before: When filtering items, the list container would maintain its previous height, causing excessive blank space (when count decreased) or inaccessible items (when count increased).

    After: Height updates automatically when count changes, providing the correct user experience.

    This fix applies to all framework adapters and has minimal performance impact (< 0.1ms per change).

  • Updated dependencies [2542c5a, 96e32a6]:

eslint/eslint (eslint)

v9.39.2

Compare Source

nuxt-modules/og-image (nuxt-og-image)

v5.1.13

Compare Source

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

v10.25.0

Compare Source

release-it/release-it (release-it)

v19.1.0

Compare Source

  • Ignore .npmrc (8ccd060)
  • Update lockfile (c4cd2ba)
  • Support interactive shell in non-CI mode for 2FA flow (resolve #​1263) (a10b20d)
  • Add --workspaces=false to get rid of the null/matches error (14a4907)
  • Remove npm config env var warnings (b8c1247)
  • doc(readme): add release-it-beautiful-changelog plugin to list of plugins (#​1261) (1b68c21)
  • Add 403 to consider resource alive (7969849)
colinhacks/zod (zod)

v4.2.0

Compare Source

Features

Implement Standard JSON Schema

standard-schema/standard-schema#134

Implement z.fromJSONSchema()
const jsonSchema = {
  type: "object",
  properties: {
    name: { type: "string" },
    age: { type: "number" }
  },
  required: ["name"]
};

const schema = z.fromJSONSchema(jsonSchema);
Implement z.xor()
const schema = z.xor(
  z.object({ type: "user", name: z.string() }),
  z.object({ type: "admin", role: z.string() })
);
// Exactly one of the schemas must match
Implement z.looseRecord()
const schema = z.looseRecord(z.string(), z.number());
// Allows additional properties beyond those defined

Commits:


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 benjamincanac as a code owner December 8, 2025 13:11
@github-actions github-actions bot added the v4 #4488 label Dec 8, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 8, 2025

npm i https://pkg.pr.new/@nuxt/ui@5626

commit: 86a9016

@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from d8e8d70 to 27bd35b Compare December 8, 2025 13:27
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 27bd35b to 89f2fdb Compare December 8, 2025 18:32
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 89f2fdb to 0c833f2 Compare December 9, 2025 10:55
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 0c833f2 to f6195f5 Compare December 10, 2025 04:14
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from f6195f5 to d7338bf Compare December 11, 2025 02:20
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from d7338bf to 4d54a10 Compare December 11, 2025 07:50
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 4d54a10 to e6e54fe Compare December 11, 2025 10:00
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from e6e54fe to f6f11c4 Compare December 11, 2025 17:07
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from f6f11c4 to 0fd77b2 Compare December 11, 2025 22:51
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 0fd77b2 to 1a58139 Compare December 12, 2025 04:56
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 1a58139 to 4b09e67 Compare December 12, 2025 12:33
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 4b09e67 to 747b97f Compare December 12, 2025 23:25
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from 747b97f to 8c724f3 Compare December 13, 2025 18:45
@renovate renovate bot force-pushed the renovate/v4-all-minor-patch branch from d1053f9 to 86a9016 Compare December 15, 2025 09:23
@benjamincanac benjamincanac merged commit af5adf1 into v4 Dec 15, 2025
17 checks passed
@benjamincanac benjamincanac deleted the renovate/v4-all-minor-patch branch December 15, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v4 #4488

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants