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
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
valibot (source) ^1.1.0 -> ^1.2.0 age confidence

Release Notes

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

v1.11.0

Compare Source

   🚀 Features
    View changes on GitHub
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

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

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 09:09
@github-actions github-actions bot added the v2 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@5521

commit: 2e0081e

@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from c48f6ca to c5c1cfe Compare November 25, 2025 02:46
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from c5c1cfe to 8fd31d9 Compare November 27, 2025 04:33
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 8fd31d9 to ba266fc Compare November 27, 2025 08:50
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from ba266fc to 48d0568 Compare November 27, 2025 12:04
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 48d0568 to 685e256 Compare November 27, 2025 15:30
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 685e256 to 8aca01a Compare November 27, 2025 17:09
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 8aca01a to 23468c4 Compare November 28, 2025 03:14
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 23468c4 to 2f38d59 Compare November 28, 2025 23:14
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 2f38d59 to c82d6d8 Compare November 29, 2025 10:39
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from c82d6d8 to 3d66d6b Compare November 29, 2025 20:42
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 3d66d6b to 2e0081e Compare December 1, 2025 08:42
@benjamincanac benjamincanac merged commit 107a74b into v2 Dec 1, 2025
5 checks passed
@benjamincanac benjamincanac deleted the renovate/v2-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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants