Skip to content

fix(deps): update npm dependencies - #162

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm
Open

fix(deps): update npm dependencies#162
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@fontsource-variable/open-sans (source) 5.2.75.3.0 age confidence
@fontsource/poppins (source) 5.2.75.3.0 age confidence
@material-symbols/metadata (source) ^0.44.6^0.45.0 age confidence
@nuxt/eslint (source) 1.15.21.16.0 age confidence
@nuxt/test-utils 4.0.34.1.0 age confidence
@tailwindcss/vite (source) 4.3.04.3.3 age confidence
@types/lodash (source) 4.17.244.17.25 age confidence
@types/node (source) 25.9.225.9.5 age confidence
@vitest/ui (source) 4.1.84.1.10 age confidence
@vue/language-server (source) 3.3.53.3.9 age confidence
@vueuse/core (source) 14.3.014.4.0 age confidence
@vueuse/nuxt (source) 14.3.014.4.0 age confidence
daisyui (source) 5.5.235.7.14 age confidence
eslint (source) 10.4.110.8.0 age confidence
happy-dom 20.10.220.11.1 age confidence
material-symbols (source) ^0.44.6^0.45.0 age confidence
pako 2.1.02.2.0 age confidence
playwright (source) 1.61.01.62.1 age confidence
pnpm (source) 11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b9902997969291611.19.0 age confidence
tailwindcss (source) 4.3.04.3.3 age confidence
typescript-eslint (source) 8.61.08.65.0 age confidence

Release Notes

fontsource/font-files (@​fontsource-variable/open-sans)

v5.3.0

Compare Source

fontsource/font-files (@​fontsource/poppins)

v5.3.0

Compare Source

marella/material-symbols (@​material-symbols/metadata)

v0.45.10

Compare Source

v0.45.9

Compare Source

v0.45.8

Compare Source

v0.45.7

Compare Source

v0.45.5

Compare Source

v0.45.4

Compare Source

v0.45.3

Compare Source

v0.45.2

Compare Source

v0.45.1

Compare Source

nuxt/eslint (@​nuxt/eslint)

v1.16.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v4.1.0

Compare Source

4.1.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • e2e: Silence server logs and allow customising log level (#​1735)
  • runtime: Improve app.root and app.teleports html tag setup (#​1726)
🩹 Fixes
  • e2e: Add warning message for e2e in nuxt vitest setup (#​1691)
  • runtime-utils: Ensure RouterLink stub works with pages: false (#​1687)
  • config: Patch ssr.resolve.conditions to remove import (#​1732)
  • config: Browser setup in defineVitestProject (#​1724)
  • config: Inline config for useRuntimeConfig() composable (#​1737)
  • config: Nested browser-mode Nuxt Vitest projects with viteEnvironmentApi (#​1708)
📦 Build
🏡 Chore
  • Drop pkg.pr.new nitro resolution (#​1681)
  • Migrate to pnpm v11 (#​1701)
  • Move h3-next to optional dependencies (#​1733)
✅ Tests
  • Add test for autoImport: false (#​1688)
🤖 CI
  • Add agent-scan workflow to flag bot-authored PRs (13dd49cde)
  • Migrate agentscan-action to v2 (08f8ee220)
❤️ Contributors
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.3

Compare Source

Fixed
  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#​20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#​20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#​20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#​20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#​20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#​20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#​20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#​20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#​20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#​20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#​20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respects the page's lang attribute on Windows (#​20318)
  • Prevent @tailwindcss/upgrade from rewriting ignored files when run from a subdirectory (#​20329)
  • Ensure earlier @source rules pointing to nested files are scanned when later @source rules point to files in parent folders (#​20335)
  • Prevent @tailwindcss/vite from triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#​20336)

v4.3.2

Compare Source

Fixed
  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#​20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#​20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#​20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#​20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#​20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#​20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#​20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#​20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#​20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#​20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#​20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#​20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#​20289)

v4.3.1

Compare Source

Added
  • Add --silent option to suppress output in @tailwindcss/cli (#​20100)
Fixed
  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#​20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#​20052)
  • Allow @apply to be used with CSS mixins (#​19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#​20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#​20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#​20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#​20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#​20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#​20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#​20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#​20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#​20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#​19588)
  • Allow @variant to be used inside addBase (#​19480)
  • Ensure @source globs with symlinks are preserved (#​20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#​20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#​20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#​20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#​20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#​20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#​20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#​20228)
Changed
  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#​20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#​20196)
vitest-dev/vitest (@​vitest/ui)

v4.1.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.9

Compare Source

vuejs/language-tools (@​vue/language-server)

v3.3.9

Compare Source

component-meta
language-core
language-service
  • fix: preserve trailing modifiers when completing in the middle of a directive (#​6133) - Thanks to @​lazerg!
  • fix: only replace current directive modifier on completion - Thanks to @​KazariEX!
  • fix: preserve current modifier when filtering completion duplicates - Thanks to @​KazariEX!
workspace
  • feat: migrate build and tests to typescript-native-bridge (#​6129)

v3.3.8

Compare Source

language-core
workspace

v3.3.7

Compare Source

language-core
  • fix: wrap single expression event handlers to avoid ASI after return (#​6115) - Thanks to @​KazariEX!
typescript-plugin
  • fix: filter const globals from template completions

v3.3.6

Compare Source

language-core
  • fix: make generic component internal context inference type-safe across .d.ts boundary (#​6104) - Thanks to @​Holiden!
  • fix: do not treat non-trivial property accesses as compound - Thanks to @​KazariEX!
  • fix: treat semicolon-terminated expressions as compound - Thanks to @​KazariEX!
  • fix: preserve return types for compound event handlers - Thanks to @​KazariEX!
  • fix: use WeakMap to cache inline TS ASTs - Thanks to @​KazariEX!
  • fix: match upstream CSS v-bind parsing behavior - Thanks to @​KazariEX!
  • fix: include setup bindings as potential component names (#​6111) - Thanks to @​KazariEX!
  • perf: reduce boundary code feature allocations - Thanks to @​KazariEX!
  • refactor: centralize code features and deprecate allCodeFeatures - Thanks to @​KazariEX!
vueuse/vueuse (@​vueuse/core)

v14.4.0

Compare Source

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

v5.7.14

Compare Source

Bug Fixes

v5.7.13

Compare Source

Bug Fixes

v5.7.12

Compare Source

Bug Fixes
  • prevent select arrow to rotate when select is focused but not open (#​4655) (3362dc2)

v5.7.11

Compare Source

Bug Fixes

v5.7.10

Compare Source

Bug Fixes

v5.7.9

Compare Source

Bug Fixes
  • missing CDN responsive class names (46040b1)

v5.7.8

Compare Source

Bug Fixes

v5.7.7

Compare Source

Bug Fixes

v5.7.6

Compare Source

Bug Fixes
  • missing import for nested layers (a804cf7)

v5.7.5

Compare Source

Bug Fixes
  • handle prefixed nested and type selectors (51fd870)

v5.7.4

Compare Source

Bug Fixes
  • prevent avatar stretch in flex (2d52299)
  • prevent kbd shrink (59fee43)
  • prevent radial-progress shrink in a flex. (9efb4ed)

v5.7.3

Compare Source

Bug Fixes

v5.7.2

Compare Source

Bug Fixes
  • select, input, textarea, rating size modifiers in the CDN file. closes: #​4631 (f8443be)

v5.7.1

Compare Source

Bug Fixes

v5.7.0

Compare Source

Features
  • New modifier menu-paged for navigating inside and outside of nested menus (63566ce)

v5.6.22

Compare Source

Bug Fixes
  • collapse compatibility with Tailwind CSS utility class in colgroup. closes: #​4463 (f905291)

v5.6.21

Compare Source

Bug Fixes

v5.6.20

Compare Source

Bug Fixes
  • Allow footer-center to receive responsive prefixes. Closes: #​4493 (c52612e)

v5.6.19

Compare Source

Bug Fixes

v5.6.18

Compare Source

Bug Fixes
  • add margin-inline-end: auto to .fieldset-legend to prevent iOS legend stretch (#​4627). closes: #​4611 (44c26c0)

v5.6.17

Compare Source

Bug Fixes

v5.6.16

Compare Source

Bug Fixes

v5.6.15

Compare Source

Bug Fixes

v5.6.14

Compare Source

Bug Fixes
  • tabs-border line size (539a61c)
  • disabled select style in fieldset. closes: #​4604
  • fix: prevent --join-* propagation to children of .join-item. closes: #​4597
  • fix: show open collapse ::details-content when prefers-reduced-motion. closes: #​4612

v5.6.13

Compare Source

Bug Fixes
  • modal-start and modal-end RTL (0958416)

v5.6.12

Compare Source

Bug Fixes
  • email input RTL style in join (76148f7)

v5.6.11

Compare Source

Bug Fixes

v5.6.10

Compare Source

Bug Fixes

v5.6.9

Compare Source

Bug Fixes

v5.6.8

Compare Source

Bug Fixes
  • indicator center and middle misalign when item is a child. closes: #​4602 (6ceb65b)

v5.6.7

Compare Source

Bug Fixes
  • loading in prefers-reduced-motion now has slow animation instead of no animation. closes: #​4599 (f25acfd)

v5.6.6

Compare Source

Bug Fixes

v5.6.5

Compare Source

Bug Fixes
  • prevent tab conflict with Tailwind's new optional tab class (1b6f11a), closes #​4595

v5.6.4

Compare Source

Bug Fixes
  • tooltip position in RTL (e7f8a4f)

v5.6.3

Compare Source

Bug Fixes

v5.6.2

Compare Source

Bug Fixes
  • Missing outline and separators for joined buttons. closes: [#​4586](https

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) June 24, 2026 14:46
@renovate

renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Command failed: corepack use pnpm@11.19.0

@renovate
renovate Bot force-pushed the renovate/npm branch 2 times, most recently from 31c11a3 to d0a84dc Compare June 25, 2026 11:54
@renovate renovate Bot changed the title chore(deps): update npm dependencies fix(deps): update npm dependencies Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/npm branch 9 times, most recently from 933b2c6 to 067dc97 Compare July 2, 2026 10:57
@renovate
renovate Bot force-pushed the renovate/npm branch 8 times, most recently from d44ee89 to cb58b92 Compare July 9, 2026 23:00
@renovate
renovate Bot force-pushed the renovate/npm branch 8 times, most recently from cd2c4bd to 9f03bf8 Compare July 15, 2026 13:10
@renovate
renovate Bot force-pushed the renovate/npm branch 11 times, most recently from 105aa61 to ab898a6 Compare August 3, 2026 16:18
@renovate
renovate Bot force-pushed the renovate/npm branch 12 times, most recently from 96bf1a3 to 625ed04 Compare August 10, 2026 14:51
@renovate
renovate Bot force-pushed the renovate/npm branch 6 times, most recently from 2d810ef to 88d1d05 Compare August 13, 2026 22:49
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.

0 participants