Skip to content

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

Merged
danielroe merged 1 commit intomainfrom
renovate/all-minor-patch
Feb 25, 2026
Merged

chore(deps): update all non-major dependencies#2119
danielroe merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxt/eslint-config (source) 1.14.01.15.2 age confidence devDependencies minor
@types/node (source) ^24.10.12^24.10.13 age confidence resolutions patch
@types/node (source) ^24.10.12^24.10.13 age confidence devDependencies patch
@unhead/vue (source) ^2.1.4^2.1.6 age confidence devDependencies patch
@vitest/coverage-v8 (source) ^4.0.0^4.0.18 age confidence devDependencies patch
actions/stale v10.1.1v10.2.0 age confidence action minor
docus ^5.5.0^5.6.1 age confidence dependencies minor
eslint (source) 10.0.010.0.2 age confidence devDependencies patch
happy-dom ^20.5.3^20.7.0 age confidence devDependencies minor
installed-check ^10.0.0^10.0.1 age confidence devDependencies patch
knip (source) ^5.83.1^5.85.0 age confidence devDependencies minor
pnpm (source) 10.29.210.30.2 age confidence packageManager minor
tailwindcss (source) ^4.1.18^4.2.1 age confidence dependencies minor
vitest (source) ^4.0.0^4.0.18 age confidence devDependencies patch
vue (source) 3.5.283.5.29 age confidence resolutions patch
vue (source) 3.5.283.5.29 age confidence devDependencies patch
vue-tsc (source) ^3.2.4^3.2.5 age confidence devDependencies patch

Release Notes

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

v1.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.15.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.15.0

Compare Source

   🚀 Features
    View changes on GitHub
unjs/unhead (@​unhead/vue)

v2.1.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
actions/stale (actions/stale)

v10.2.0

Compare Source

nuxt-content/docus (docus)

v5.6.1

Compare Source

Features
Bug Fixes

v5.6.0

Compare Source

Features
Bug Fixes
  • assistant: stop floating input overlay from intercepting clicks (#​1277) (53628af)
  • layer: ensure i18n activation for nav transform (7a48865)
  • layer: reduce noisy dev warnings for optional AI assistant (#​1276) (2747a09)
  • layer: use native sqlite connector (33334ce)

v5.5.1

Compare Source

Features
Bug Fixes
Reverts
  • Revert "chore: make sure to use Nuxt 4.3.0 everywhere" (f40ac5e)
eslint/eslint (eslint)

v10.0.2

Compare Source

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

capricorn86/happy-dom (happy-dom)

v20.7.0

Compare Source

🎨 Features

v20.6.5

Compare Source

👷‍♂️ Patch fixes

v20.6.4

Compare Source

👷‍♂️ Patch fixes

v20.6.3

Compare Source

👷‍♂️ Patch fixes
  • Refactors query selector parser to be able to handle complex rules - By @​capricorn86 in task #​1910
  • Fixes issue related to using query selector for attribute in XML document - By @​capricorn86 in task #​1912
  • Fixes issue with using quotes within quotes for attribute query selector (e.g. [data-value="it's a test"]) - By @​capricorn86 in task #​2034

v20.6.2

Compare Source

👷‍♂️ Patch fixes
  • Update entities package version to resolve missing export for vue and vue-compat v3.5 - By @​acollins1991 in task #​2066

v20.6.1

Compare Source

v20.6.0

Compare Source

v20.5.5

Compare Source

v20.5.4

Compare Source

👷‍♂️ Patch fixes
voxpelli/node-installed-check (installed-check)

v10.0.1

Compare Source

🩹 Fixes
🧹 Chores
webpro-nl/knip (knip)

v5.85.0: Release 5.85.0

Compare Source

v5.84.1: Release 5.84.1

Compare Source

v5.84.0: Release 5.84.0

Compare Source

pnpm/pnpm (pnpm)

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.29.3

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v4.2.1

Compare Source

Fixed
  • Allow trailing dash in functional utility names for backwards compatibility (#​19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#​19711)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#​19613)
vuejs/core (vue)

v3.5.29

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.2.5

Compare Source

language-core
language-service
language-plugin-pug
workspace
  • docs: document all packages with consistent README structure (#​5953)
  • docs: update tsconfig schema of plugins option - Thanks to @​KazariEX!

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 danielroe as a code owner February 16, 2026 02:52
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 16, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/image@2119

commit: 70dd38e

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 16, 2026

Deploying nuxt-image with  Cloudflare Pages  Cloudflare Pages

Latest commit: 70dd38e
Status: ✅  Deploy successful!
Preview URL: https://eae7bf98.nuxt-image.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-image.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from d45689a to b1e00fc Compare February 23, 2026 14:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a7cf94a to 23f8057 Compare February 24, 2026 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a9aa6ce to 8e4a1d1 Compare February 25, 2026 09:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e4a1d1 to 70dd38e Compare February 25, 2026 09:27
@danielroe danielroe merged commit 2c22030 into main Feb 25, 2026
10 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch February 25, 2026 09:42
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