Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#91
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.82^1.2.95 age confidence
@iconify-json/simple-icons ^1.2.64^1.2.72 age confidence
@libsql/client (source) ^0.15.15^0.17.0 age confidence
@nuxt/content (source) ^3.10.0^3.12.0 age confidence
@nuxt/eslint (source) ^1.12.1^1.15.2 age confidence
@nuxt/test-utils ^3.21.0^3.23.0 age confidence
@nuxt/ui (source) ^4.3.0^4.5.0 age confidence
@nuxthub/core (source) ^0.10.4^0.10.6 age confidence
@nuxtjs/i18n (source) ^10.2.1^10.2.3 age confidence
@playwright/test (source) ^1.57.0^1.58.2 age confidence
@react-email/render (source) ^2.0.1^2.0.4 age confidence
@sentry/nuxt (source) ^10.32.1^10.41.0 age confidence
@vercel/nft ^1.1.1^1.3.2 age confidence
@vitejs/plugin-vue (source) ^6.0.3^6.0.4 age confidence
@vitest/coverage-v8 (source) ^4.0.16^4.0.18 age confidence
@vitest/ui (source) ^4.0.16^4.0.18 age confidence
@vueuse/core (source) ^14.1.0^14.2.1 age confidence
@vueuse/nuxt (source) ^14.1.0^14.2.1 age confidence
awilix ^12.0.5^12.1.1 age confidence
better-sqlite3 ^12.5.0^12.6.2 age confidence
drizzle-kit (source) ^0.31.8^0.31.9 age confidence
happy-dom ^20.0.11^20.7.0 age confidence
import-in-the-middle ^2.0.1^2.0.6 age confidence
nuxt-auth-utils ^0.5.26^0.5.29 age confidence
playwright-core (source) ^1.57.0^1.58.2 age confidence
pnpm (source) 10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a10.30.3 age confidence
resend ^6.6.0^6.9.3 age confidence
tailwindcss (source) ^4.1.18^4.2.1 age confidence
vitest (source) 4.0.164.0.18 age confidence
vue (source) ^3.5.26^3.5.29 age confidence
vue-tsc (source) ^3.2.1^3.2.5 age confidence
wrangler (source) 4.54.04.69.0 age confidence
zod (source) ^4.3.4^4.3.6 age confidence

Release Notes

tursodatabase/libsql-client-ts (@​libsql/client)

v0.17.0

Compare Source

nuxt/content (@​nuxt/content)

v3.12.0

Compare Source

Features
Bug Fixes

v3.11.2

Compare Source

Bug Fixes
  • studio: fallback to env variable to detect ai feature (#​3713) (3fc8b7b)

v3.11.1

Compare Source

Features
  • collections: create studio collections for AI if detected (#​3709) (7744645)
Bug Fixes
  • issue with disabling contentRawMarkdown (5be6b0c)

v3.11.0

Compare Source

Features
  • api: use request fetch (#​3677) (2b32a4d)
  • auto generate markdown version of documents (#​3688) (340fdf4)
  • cast date field from datetime to date string format (#​3673) (f1a2ca4)
  • collection: allow hidden property in editor without redefine validation (#​3661) (24af55a)
  • nuxt-llms: rewriteLLMSTxt option to disable rewriting paths in llms.txt (38e57ec)
Bug Fixes
Performance Improvements
Reverts
  • Revert "chore: upgrade deps" (c4a3228)
  • Revert "chore: upgrade deps" (841b360)
nuxt/eslint (@​nuxt/eslint)

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

v1.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.13.0

Compare Source

   🚀 Features
  • Upgrade eslint-flat-config-utils eslint-plugin-import-lite and eslint-plugin-jsdoc  -  by @​antfu (10bf9)
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.23.0

Compare Source

3.23.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Support h3 v2 (#​1515)
  • module: Add install wizard when freshly installed (#​1538)
🩹 Fixes
  • e2e: Ensure $fetch is not typed as any (1f4754ea9)
🏡 Chore
✅ Tests
  • Add cleanup to resolve-config tests (#​1537)
🤖 CI
  • Prepare build environment in autofix workflow (2c0864ed6)
❤️ Contributors

v3.22.0

Compare Source

3.22.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Unify logic of mount + render helpers (#​1522)
  • module: Run vitest in separate process (#​1524)
  • runtime-utils: Allow skipping initial route change (fd77ec066)
  • runtime: Skip route sync emulation when NuxtPage exists (#​1530)
🔥 Performance
  • module: Skip nuxt-root stub plugin when building (#​1512)
🩹 Fixes
  • runtime-utils: Reject promise on error render + mount helpers (#​1503)
  • runtime-utils: Support new .sync method for syncing route (1148c3cf1)
  • e2e: Always override global env options with inline options (c8f881b3d)
  • runtime-utils: Avoid missing render warn on reject render + suspend helpers (#​1520)
  • e2e: Use server.deps rather than deps (2b3c86921)
  • config: Also call sync() in initial setup (ec555192c)
  • module: Use devtools:before hook instead of direct config check (#​1532)
  • config: Do not override vitest root with nuxt rootDir (#​1531)
💅 Refactors
  • runtime-utils: Do not export addCleanup (86b4998bb)
  • module: Extract nuxt environment options plugin (5ada22a9f)
📖 Documentation
  • Fix link to module authors testing guide (#​1511)
🏡 Chore
✅ Tests
  • Use local kit version for module (79f1e14d5)
  • Add defaultLocale in i18n test (059988fc3)
  • Avoid definePageMeta compiler-hint warning (#​1523)
🤖 CI
❤️ Contributors
nuxt/ui (@​nuxt/ui)

v4.5.0

Compare Source

Features
  • DashboardSidebar/Header: add autoClose prop (#​6089) (2663deb)
  • EditorDragHandle: proxy nested / nestedOptions props and emit hover event (#​5960) (ed60193)
  • Form: add HTML5 validation to programmatic submit (#​6002) (ed552fc)
  • locale: add Belarusian language (#​5972) (ac9e7b3)
  • module: add support for taupe / mauve / mist / olive neutral colors (#​6081) (bc49d3f)
  • NavigationMenu: allow tooltip usage in horizontal orientation (#​5682) (f46b504)
  • NavigationMenu: handle chip in items (#​6064) (401a2c0)
  • ScrollArea: add skipMeasurement virtualize option (#​5721) (548b711)
  • Select/SelectMenu: add hover effects on outline and subtle variants (94b0c31)
  • Theme: new component (#​4387) (c97047d)
  • Toaster: prevent duplicate toasts and add pulse animation (3f6581a)
Bug Fixes
  • BlogPost/ChangelogVersion: use ImgHTMLAttributes type for image prop (#​6007) (0185856)
  • ChatMessages: allow message props to override role defaults (#​6000) (f64ec17)
  • ChatMessages: prevent flash at top before scrolling to bottom on mount (4bdcb83)
  • Checkbox/Switch: prevent data-state conflict when used inside Tooltip (2bb1a8b), closes #​3599
  • CheckboxGroup: update update:modelValue emit type (#​5927) (64d2e88)
  • ColorModeImage: add baseURL support for public paths (#​6006) (db510f3)
  • components: add fixed prop to prevent responsive text size reduction (#​6074) (8f5f44c)
  • components: nullable and optional type support (#​6060) (cd3432b)
  • components: prevent iOS auto-zoom on input fields with font-size below 16px (#​6040) (1262016)
  • ContentNavigation: pass nested child data to slots (#​6043) (e67f77e)
  • defineShortcuts: add alt key guard (#​6020) (8451f45)
  • defineShortcuts: allow shifted special character shortcuts (08facc0)
  • Drawer/Modal/Popover/Slideover: prevent unexpected close on touch when interacting with other overlays (#​5695) (e2c038c)
  • Editor: handle placeholder in RTL mode (#​5977) (3cc16e3)
  • EditorMentionMenu: use char prop as mention prefix instead of always @ (0b9b097), closes #​6035
  • EditorToolbar: proxy size prop to dropdown menu (8f8d989)
  • InputMenu/InputNumber/SelectMenu: proxy size to buttons (1ec1698), closes #​5958
  • InputMenu/Select/SelectMenu: exclude cosmetic items from model value type (#​6044) (22cf1ea)
  • InputMenu/SelectMenu: sort filtered items by match relevance (058c66b), closes #​4672
  • InputMenu: prevent focus on trailing button (88073b6)
  • module: update icon cssLayer option from components to base (#​6076) (e8bc322)
  • NavigationMenu: allow clicking trailing slot in horizontal orientation (7f9996f), closes #​5192 #​6083
  • NavigationMenu: unique auto-generated item values for grouped items (7b317d9)
  • PricingPlan: truncate title (#​6041) (8e86c51)
  • Select: remove useless by prop (14dceaf)
  • Table: improve perfs with shallowRef when watch deep is disabled (#​6023) (bc06ce2)
  • Toast: allow update to keep toast open and reset duration (82afa0a)
  • Toast: improve animation smoothness (#​6065) (ee2c0a5)
  • types: improve DotPathKeys accuracy and GetItemKeys performance (#​6077) (6f7af3e)
  • useEditorMenu: rank filtered results by relevance (f53484a)

v4.4.0

Compare Source

Features
Bug Fixes
  • Banner: isolate banner visibility using per-instance CSS variables (#​5751) (c7332eb)
  • Banner: prevent XSS via id prop injection (4e334a0)
  • CommandPalette/ContextMenu/DropdownMenu: keyboard selection on link items (3f5bdb3)
  • CommandPalette: prevent XSS in search highlight (e12ceb6)
  • ContentSurround: align next link to right on tablet without prev (#​5833) (b3adccc)
  • defineShortcuts: check shift modifier for special character shortcuts (bd344d7), closes #​5911
  • Editor: set contentType when updating value (c37d6f7), closes #​5709
  • Editor: support all heading levels by default (3046c3e)
  • EditorToolbar: prevent onClick from being called twice on items (cbed0cc), closes #​5784
  • EditorToolbar: prevent disabled dropdown when items have no kind (d473f63)
  • Error/Main: render as main instead of div (6ccb1f5)
  • FileUpload: emit null when clearing file (#​5892) (1d9a2fd)
  • FileUpload: keep input visible when preview is disabled with multiple files (597ac29), closes #​5875
  • locale: improve cs and sk terminology for correct inflection (#​5789) (af6f288)
  • module: only override primary color and md size default variants (f422de8)
  • ProseCodeTree: prevent infinite update loop with expandAll prop (c79cb77), closes #​5828
  • useOverlay: refine close event argument extraction (#​5775) (182af20)
nuxt-hub/core (@​nuxthub/core)

v0.10.6

Compare Source

compare changes

🚀 Enhancements
  • db: Add support for database replica (#​808)
🩹 Fixes
  • db: Generate schema types during prepare (#​795)
  • Change Cloudflare D1 API URI (#​794)
  • devtools: Point Drizzle Studio to correct D1 database file (#​806)
  • db: Create package.json during prepare (#​797)
  • db: Resolve Nuxt aliases in schema bundling (#​802)
📖 Documentation
  • Fix typo in schema documentation (#​807)
🏡 Chore
❤️ Contributors

v0.10.5

Compare Source

compare changes

🚀 Enhancements
  • Add support for workflow and other external bundlers (#​779)
🩹 Fixes
  • cli: Handle D1 driver in CLI commands (#​759)
  • blob: Validate multipart upload body (#​763)
  • db: Generate schema types during nuxt prepare (#​758)
  • kv,cache: Merge default binding when driver explicitly set (#​767)
  • Support https dev server with drizzle studio when using pglite (#​753)
  • Enable Node.js compatibility for Cloudflare Workers (#​780)
  • db: Skip tsconfig resolution during schema build (#​785)
  • devtools: Pass local-network-access permission to drizzle studio embed (4f11aae)
  • db: Lazy URL resolution for Docker/K8s deployments (#​790)
  • db: Use libsql in dev mode when cloudflare preset is set (#​775)
  • db: Use dynamic import for migrations plugin (#​788)
📖 Documentation
  • Clarify migration guide for v0.10.3+ (#​770)
  • blob: Add image provider dev limitations (#​782)
❤️ Contributors
nuxt-modules/i18n (@​nuxtjs/i18n)

v10.2.3

Compare Source

This changelog is generated by GitHub Releases

No significant changes

    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

resend/react-email (@​react-email/render)

v2.0.4

Compare Source

Patch Changes
  • 635dc8f: fix ErrorBoundary breaking server rendering

v2.0.3

Compare Source

Patch Changes
  • 366ae71: fix render going into client side rendering and breaking emails silently

v2.0.2

Compare Source

Patch Changes
  • 159f6e4: fix custom selectors overwriting the ones we defined
  • 12ff166: fix pipeable stream errors not being handled
getsentry/sentry-javascript (@​sentry/nuxt)

v10.41.0

Compare Source

v10.40.0

Compare Source

Important Changes
  • feat(tanstackstart-react): Add global sentry exception middlewares (#​19330)

    The sentryGlobalRequestMiddleware and sentryGlobalFunctionMiddleware global middlewares capture unhandled exceptions thrown in TanStack Start API routes and server functions. Add them as the first entries in the requestMiddleware and functionMiddleware arrays of createStart():

    import { createStart } from '@​tanstack/react-start/server';
    import { sentryGlobalRequestMiddleware, sentryGlobalFunctionMiddleware } from '@​sentry/tanstackstart-react/server';
    
    export default createStart({
      requestMiddleware: [sentryGlobalRequestMiddleware, myRequestMiddleware],
      functionMiddleware: [sentryGlobalFunctionMiddleware, myFunctionMiddleware],
    });
  • feat(tanstackstart-react)!: Export Vite plugin from @sentry/tanstackstart-react/vite subpath (#​19182)

    The sentryTanstackStart Vite plugin is now exported from a dedicated subpath. Update your import:

    - import { sentryTanstackStart } from '@​sentry/tanstackstart-react';
    + import { sentryTanstackStart } from '@​sentry/tanstackstart-react/vite';
  • fix(node-core): Reduce bundle size by removing apm-js-collab and requiring pino >= 9.10 (#​18631)

    In order to keep receiving pino logs, you need to update your pino version to >= 9.10, the reason for the support bump is to reduce the bundle size of the node-core SDK in frameworks that cannot tree-shake the apm-js-collab dependency.

  • fix(browser): Ensure user id is consistently added to sessions (#​19341)

    Previously, the SDK inconsistently set the user id on sessions, meaning sessions were often lacking proper coupling to the user set for example via Sentry.setUser().
    Additionally, the SDK incorrectly skipped starting a new session for the first soft navigation after the pageload.
    This patch fixes these issues. As a result, metrics around sessions, like "Crash Free Sessions" or "Crash Free Users" might change.
    This could also trigger alerts, depending on your set thresholds and conditions.
    We apologize for any inconvenience caused!

    While we're at it, if you're using Sentry in a Single Page App or meta framework, you might want to give the new 'page' session lifecycle a try!
    This new mode no longer creates a session per soft navigation but continues the initial session until the next hard page refresh.
    Check out the docs to learn more!

  • ref!(gatsby): Drop Gatsby v2 support (#​19467)

    We drop support for Gatsby v2 (which still relies on webpack 4) for a critical security update in https://github.com/getsentry/sentry-javascript-bundler-plugins/releases/tag/5.0.0

Other Changes
  • feat(astro): Add support for Astro on CF Workers (#​19265)
  • feat(cloudflare): Instrument async KV API (#​19404)
  • feat(core): Add framework-agnostic tunnel handler (#​18892)
  • feat(deno): Export logs API from Deno SDK (#​19313)
  • feat(deno): Export metrics API from Deno SDK (#​19305)
  • feat(deno): instrument Deno.serve with async context support (#​19230)
  • feat(deps): bump babel-loader from 8.2.5 to 10.0.0 (#​19303)
  • feat(deps): bump body-parser from 1.20.4 to 2.2.2 (#​19191)
  • feat(deps): Bump hono from 4.11.7 to 4.11.10 (#​19440)
  • feat(deps): bump qs from 6.14.1 to 6.14.2 (#​19310)
  • feat(deps): bump the opentelemetry group with 4 updates (#​19425)
  • feat(feedback): Add setTheme() to dynamically update feedback widget color scheme (#​19430)
  • feat(nextjs): Add sourcemaps.filesToDeleteAfterUpload as a top-level option (#​19280)
  • feat(node): Add ignoreConnectSpans option to postgresIntegration ([#&#820

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.

@nuxthub-admin
Copy link
Contributor

nuxthub-admin bot commented Mar 26, 2025

✅ Deployed nuxthub-starter

Deployed nuxthub-starter 93cf872 to preview

🔗 renovate-all-minor-patch.nuxthub-starter-5ah.pages.dev
📌 1a892122.nuxthub-starter-5ah.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 26, 2025

Deploying nuxthub-starter with  Cloudflare Pages  Cloudflare Pages

Latest commit: 93cf872
Status: ✅  Deploy successful!
Preview URL: https://1a892122.nuxthub-starter-5ah.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxthub-starter-5ah.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7992012 to 89d7f26 Compare March 26, 2025 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89d7f26 to 2a796e3 Compare March 26, 2025 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a796e3 to 2921475 Compare March 27, 2025 12:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2921475 to 886d4f8 Compare March 27, 2025 19:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 886d4f8 to 1c1379a Compare March 28, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c1379a to 3348f4d Compare March 28, 2025 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3348f4d to 7ac832d Compare March 31, 2025 06:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ac832d to 580700d Compare March 31, 2025 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 580700d to 93cf872 Compare April 1, 2025 11:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93cf872 to 92a821e Compare April 1, 2025 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92a821e to 919268c Compare April 1, 2025 18:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 919268c to 2013d39 Compare April 2, 2025 10:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2013d39 to 54ed71c Compare April 2, 2025 22:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 54ed71c to 704e765 Compare April 3, 2025 16:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b128fd to 0701f38 Compare April 7, 2025 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0701f38 to 7030822 Compare April 8, 2025 06:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7030822 to fba2ef5 Compare April 8, 2025 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fba2ef5 to efc6653 Compare April 8, 2025 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efc6653 to 43ce2e6 Compare April 8, 2025 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43ce2e6 to 8bd5163 Compare April 9, 2025 13:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bd5163 to 0901132 Compare April 10, 2025 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0901132 to 772bc10 Compare April 14, 2025 08:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 772bc10 to e8f1431 Compare April 14, 2025 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e8f1431 to 01d0444 Compare April 14, 2025 23:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 01d0444 to 0ddc99e Compare April 15, 2025 07:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ddc99e to 0972c7a Compare April 15, 2025 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0972c7a to 9c3071a Compare April 15, 2025 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c3071a to 1489f4a Compare April 16, 2025 06:59
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 5, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
nuxthub-starter da7f7ba Commit Preview URL

Branch Preview URL
Mar 02 2026, 01:22 PM

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