Skip to content

chore: Update all non-major dependencies#241

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 15, 2026
Merged

chore: Update all non-major dependencies#241
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) ^1.15.2^1.16.0 age adoption passing confidence
@nuxt/kit (source) ^4.4.7^4.4.8 age adoption passing confidence
@nuxt/schema (source) ^4.4.7^4.4.8 age adoption passing confidence
@nuxtjs/critters ^0.9.0^0.9.2 age adoption passing confidence
@shopify/hydrogen (source) ^2026.4.2^2026.4.3 age adoption passing confidence
@tailwindcss/typography ^0.5.19^0.5.20 age adoption passing confidence
@types/node (source) ^25.9.2^25.9.3 age adoption passing confidence
@vitest/coverage-v8 (source) ^4.1.8^4.1.9 age adoption passing confidence
better-sqlite3 ^12.10.0^12.10.1 age adoption passing confidence
docus ^5.12.0^5.12.1 age adoption passing confidence
eslint (source) ^10.4.1^10.5.0 age adoption passing confidence
giget ^3.2.0^3.3.0 age adoption passing confidence
happy-dom ^20.10.2^20.10.3 age adoption passing confidence
motion-v ^2.2.1^2.3.0 age adoption passing confidence
nuxt (source) ^4.4.7^4.4.8 age adoption passing confidence
nuxt (source) ^3.21.7^3.21.8 age adoption passing confidence
reka-ui ^2.9.9^2.9.10 age adoption passing confidence
tailwindcss (source) ^4.3.0^4.3.1 age adoption passing confidence
vitest (source) ^4.1.8^4.1.9 age adoption passing confidence
vue (source) ^3.5.35^3.5.38 age adoption passing confidence
vue-tsc (source) ^3.3.4^3.3.5 age adoption passing confidence

Release Notes

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

v1.16.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/nuxt (@​nuxt/kit)

v4.4.8

Compare Source

4.4.8 is a hotfix release to address an issue running the dev server on MacOS.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Shorter socket name for macOs with tmp fallback (#​35265)
  • kit: Respect type option in findPath (#​35272)
  • deps: Update nuxt/scripts presets (905621594)
  • nuxt: Revert unhead dependency back to v2 (e6d578fea)
📖 Documentation
  • Fix many typos (#​35266)
  • Explain static fallback pages (#​35277)
  • Change null to undefined in data-fetching docs to match actual types (#​35301)
  • Fix broken internal links, useAsyncData watch type, and NuxtError type (#​35303)
❤️ Contributors
nuxt-modules/critters (@​nuxtjs/critters)

v0.9.2

Compare Source

v0.9.2 is a re-release of 0.9.1.

👉 Changelog

compare changes

🤖 CI
  • run nuxt-module-build prepare before build in prepack (d699a34)
❤️ Contributors
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.20

Compare Source

Fixed
  • Support installing with stable versions of Tailwind CSS v4 (#​424)
WiseLibs/better-sqlite3 (better-sqlite3)

v12.10.1

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.10.0...v12.10.1

nuxt-content/docus (docus)

v5.12.1

Compare Source

Bug Fixes
eslint/eslint (eslint)

v10.5.0

Compare Source

unjs/giget (giget)

v3.3.0

Compare Source

compare changes

🚀 Enhancements
🏡 Chore
❤️ Contributors
capricorn86/happy-dom (happy-dom)

v20.10.3

Compare Source

motiondivision/motion-vue (motion-v)

v2.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unovue/reka-ui (reka-ui)

v2.9.10

Compare Source

   🐞 Bug Fixes
  • Combobox: Keep content open when interacting with associated label  -  by @​benjamincanac and Claude Opus 4.8 (1M context) in #​2686 (ed753)
  • Dialog: Honor disableOutsidePointerEvents on modal content  -  by @​zernonia and Claude Opus 4.8 (1M context) in #​2677 and #​2679 (5496c)
  • DismissableLayer: Keep body pointer-events locked when nested layer closes  -  by @​zernonia and Claude Opus 4.8 (1M context) in #​2674 and #​2678 (034d2)
  • Listbox: Prevent virtualized list from scrolling page on mount  -  by @​benjamincanac and Claude Opus 4.8 (1M context) in #​2675 (c5dc8)
  • useId: Honor configured id source before vue useId  -  by @​Mat4m0 in #​2683 (b2e78)
    • Behavior change: on Vue 3.5+, ConfigProvider's useId option now takes precedence over Vue's native useId, matching the documented Reka UI configuration behavior and avoiding SSR hydration mismatches when an app provides a stable ID source.
    View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)

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)
vuejs/core (vue)

v3.5.38

Compare Source

v3.5.37

Compare Source

v3.5.36

Compare Source

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

v3.3.5

Compare Source

language-core

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor-patch branch from 09141a3 to c7f0960 Compare June 15, 2026 08:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c7f0960 to 5129ec2 Compare June 15, 2026 08:01
@renovate renovate Bot merged commit 185071a into main Jun 15, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch June 15, 2026 15:51
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