Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.74 -> ^1.2.77 age confidence
@iconify-json/simple-icons ^1.2.59 -> ^1.2.60 age confidence
@iconify-json/vscode-icons ^1.2.36 -> ^1.2.37 age confidence
@nuxt/eslint-config (source) ^1.10.0 -> ^1.11.0 age confidence
@nuxthub/core (source) ^0.9.0 -> ^0.9.1 age confidence
better-sqlite3 ^12.4.6 -> ^12.5.0 age confidence
happy-dom ^20.0.10 -> ^20.0.11 age confidence
nuxt-component-meta ^0.14.2 -> ^0.15.0 age confidence
pnpm (source) 10.23.0 -> 10.24.0 age confidence
prettier (source) ^3.6.2 -> ^3.7.3 age confidence
unplugin-auto-import ^20.2.0 -> ^20.3.0 age confidence
valibot (source) ^1.1.0 -> ^1.2.0 age confidence
vite (source) ^7.2.4 -> ^7.2.6 age confidence
vue (source) ^3.5.24 -> ^3.5.25 age confidence
wrangler (source) ^4.50.0 -> ^4.51.0 age confidence

Release Notes

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

v1.11.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-hub/core (@​nuxthub/core)

v0.9.1

Compare Source

compare changes

🚀 Enhancements
  • Use prose-img from @nuxt/ui-pro (#​573)
  • types: Export HubBlob interface for external use (#​658)
  • Self hosting first (#​686)
🩹 Fixes
  • Prefer nitro.static over _generate (#​601)
  • types: Add missing type definition for databaseMigrationsDirs (#​635)
  • migrations: Do not return after first successful migrate (#​659)
📖 Documentation
  • Update changelog date (9e9d6fe)
  • Add image in changelog (94aee1c)
  • cache: Add note on cache key normalization and escapeKey usage (#​632)
🏡 Chore
❤️ Contributors
WiseLibs/better-sqlite3 (better-sqlite3)

v12.5.0

Compare Source

What's Changed

  • Update SQLite to version 3.51.1 in #​1424

Full Changelog: WiseLibs/better-sqlite3@v12.4.6...v12.5.0

capricorn86/happy-dom (happy-dom)

v20.0.11

Compare Source

nuxt-content/nuxt-component-meta (nuxt-component-meta)

v0.15.0

Compare Source

  • lit: fix (f0d5da9)
  • chore(deps): update all non-major dependencies (#​91) (8dfae0d)
  • chore(deps): update actions/checkout action to v6 (#​100) (8ebcb9b)
  • fix: better type detection and exclude duplicate components (0d125c6)
  • feat: introduce overrides option to modify metadata (#​99) (fa5bf4b)
  • chore(deps): update actions/checkout action to v5 (#​92) (7f246fc)
  • chore(deps): update actions/setup-node action to v6 (#​96) (760ea87)
pnpm/pnpm (pnpm)

v10.24.0

Compare Source

prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

unplugin/unplugin-auto-import (unplugin-auto-import)

v20.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
open-circle/valibot (valibot)

v1.2.0

Compare Source

Many thanks to @​EskiMojo14, @​makenowjust, @​ysknsid25 and @​jacekwilczynski for contributing to this release.

Read the release notes on our website for a quick overview of the most exciting new features in this release.

  • Add toBigint, toBoolean, toDate, toNumber and toString transformation actions (pull request #​1212)
  • Add examples action to add example values to a schema (pull request #​1199)
  • Add getExamples method to extract example values from a schema (pull request #​1199)
  • Add isbn validation action to validate ISBN-10 and ISBN-13 strings (pull request #​1097)
  • Add exports for RawCheckAddIssue, RawCheckContext, RawCheckIssueInfo, RawTransformAddIssue, RawTransformContext and RawTransformIssueInfo types for better developer experience with rawCheck and rawTransform actions (pull request #​1359)
  • Change build step to tsdown
  • Fix ReDoS vulnerability in EMOJI_REGEX used by emoji action
vitejs/vite (vite)

v7.2.6

Compare Source

7.2.6 (2025-12-01)

vuejs/core (vue)

v3.5.25

Compare Source

Bug Fixes
cloudflare/workers-sdk (wrangler)

v4.51.0

Compare Source

Minor Changes
  • #​11345 d524e55 Thanks @​penalosa! - Enable experimental support for autoconfig-powered Astro projects

  • #​11228 43903a3 Thanks @​petebacondarwin! - Support CLOUDFLARE_ENV environment variable for selecting the active environment

    This change enables users to select the environment for commands such as CLOUDFLARE_ENV=prod wrangler versions upload. The --env command line argument takes precedence.

    The CLOUDFLARE_ENV environment variable is mostly used with the @cloudflare/vite-plugin to select the environment for building the Worker to be deployed. This build also generates a "redirected deploy config" that is flattened to only contain the active environment.
    To avoid accidentally deploying a version that is built for one environment to a different environment, there is an additional check to ensure that if the user specifies an environment in Wrangler it matches the original selected environment from the build.

Patch Changes

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 November 24, 2025 10:20
@github-actions github-actions bot added the v3 #1289 label Nov 24, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 24, 2025

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

commit: 60c7065

@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from fbfd893 to 39b3547 Compare November 25, 2025 02:47
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 39b3547 to f81f36a Compare November 26, 2025 16:16
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from f81f36a to 94ecece Compare November 27, 2025 04:35
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 94ecece to 9ffd0dd Compare November 27, 2025 08:51
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 9ffd0dd to f03bde4 Compare November 27, 2025 12:05
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from f03bde4 to 3128b35 Compare November 27, 2025 15:31
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 3128b35 to 6cf6f09 Compare November 27, 2025 17:10
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 6cf6f09 to 73d7ff8 Compare November 28, 2025 03:15
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 73d7ff8 to b5c0ab7 Compare November 28, 2025 23:15
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from b5c0ab7 to 497b3eb Compare November 29, 2025 03:07
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 497b3eb to 2cdc591 Compare November 29, 2025 10:40
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 2cdc591 to 82b869a Compare November 29, 2025 20:43
@benjamincanac benjamincanac merged commit 91b6338 into v3 Dec 1, 2025
9 checks passed
@benjamincanac benjamincanac deleted the renovate/v3-all-minor-patch branch December 1, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v3 #1289

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants