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.93 age confidence
@iconify-json/simple-icons ^1.2.64^1.2.71 age confidence
@libsql/client (source) ^0.15.15^0.17.0 age confidence
@nuxt/content (source) ^3.10.0^3.11.2 age confidence
@nuxt/eslint (source) ^1.12.1^1.15.1 age confidence
@nuxt/test-utils ^3.21.0^3.23.0 age confidence
@nuxt/ui (source) ^4.3.0^4.4.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.39.0 age confidence
@vercel/nft ^1.1.1^1.3.1 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.1 age confidence
resend ^6.6.0^6.9.2 age confidence
tailwindcss (source) ^4.1.18^4.2.0 age confidence
vitest (source) 4.0.164.0.18 age confidence
vue (source) ^3.5.26^3.5.28 age confidence
vue-tsc (source) ^3.2.1^3.2.5 age confidence
wrangler (source) 4.54.04.67.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.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.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.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.39.0

Compare Source

Important Changes
  • feat(tanstackstart-react): Auto-instrument server function middleware (#​19001)

    The sentryTanstackStart Vite plugin now automatically instruments middleware in createServerFn().middleware([...]) calls. This captures performance data without requiring manual wrapping with wrapMiddlewaresWithSentry().

  • feat(nextjs): New experimental automatic vercel cron monitoring (#​19192)

    Setting _experimental.vercelCronMonitoring to true in your Sentry configuration will automatically create Sentry cron monitors for your Vercel Cron Jobs.

    Please note that this is an experimental unstable feature and subject to change.

    // next.config.ts
    export default withSentryConfig(nextConfig, {
      _experimental: {
        vercelCronMonitoring: true,
      },
    });
  • feat(node-core): Add node-core/light (#​18502)

    This release adds a new light-weight @sentry/node-core/light export to @sentry/node-core. The export acts as a light-weight SDK that does not depend on OpenTelemetry and emits no spans.

    Use this SDK when:

    • You only need error tracking, logs or metrics without tracing data (no spans)
    • You want to minimize bundle size and runtime overhead
    • You don't need spans emitted by OpenTelemetry instrumentation

    It supports error tracking and reporting, logs, metrics, automatic request isolation (requires Node.js 22+) and basic tracing via our Sentry.startSpan* APIs.

    Install the SDK by running

    npm install @​sentry/node-core

    and add Sentry at the top of your application's entry file:

    import * as Sentry from '@​sentry/node-core/light';
    
    Sentry.init({
      dsn: '__DSN__',
    });
Other Changes
  • feat(browser): Add mode option for the browser session integration (#​18997)
  • feat(browser): Include culture context with events (#​19148)
  • feat(browser): Trace continuation from server-timing headers (#​18673)
  • feat(core,cloudflare): Enable certain fields with env variables (#​19245)
  • feat(deps): bump @​isaacs/brace-expansion from 5.0.0 to 5.0.1 (#​19149)
  • feat(deps): bump @​sentry/bundler-plugin-core from 4.8.0 to 4.9.0 (#​19190)
  • feat(deps): Bump glob in @sentry/react-router (#​19162)
  • feat(deps): bump hono from 4.11.1 to 4.11.7 (#​19068)
  • feat(hono): Add base for Sentry Hono middleware (Cloudflare) (#​18787)
  • feat(nextjs): Set cloudflare runtime (#​19084)
  • feat(node-core): Add outgoing fetch trace propagation to light mode (#​19262)
  • feat(react): Add lazyRouteManifest option to resolve lazy-route names (#​19086)
  • feat(vercel-ai): Add rerank support and fix token attribute mapping (#​19144)
  • fix(core): Avoid blocking the process for weightBasedFlushing (#​19174)
  • fix(core): Avoid blocking the process when calling flush on empty buffer (#​19062)
  • fix(core): Ensure partially set SDK metadata options are preserved (#​19102)
  • fix(core): Fix truncation to only keep last message in vercel (#​19080)
  • fix(core): Intercept .withResponse() to preserve OpenAI stream instrumentation (#​19122)
  • fix(core): Prevent infinite recursion when event processor throws (#​19110)
  • fix(core): Record client report with reason for HTTP 413 responses (#​19093)
  • fix(core): Remove outdated _experiments.enableMetrics references from metrics JSDoc (#​19252)
  • fix(core): Respect event.event_id in scope.captureEvent return value (#​19113)
  • fix(core): use sessionId for MCP transport correlation (#​19172)
  • fix(deps): Bump @nestjs/platform-express to 11.1.13 (#​19206)
  • fix(deps): Bump diff to 5.2.2 (#​19228)
  • fix(deps): Bump js-yaml to 3.14.2 and 4.1.1 (#​19216)
  • fix(deps): Bump lodash to 4.17.23 (#​19211)
  • fix(deps): Bump mdast-util-to-hast to 13.2.1 (#​19205)
  • fix(deps): Bump node-forge to 1.3.2 (#​19183)
  • fix(deps): Bump react-router to 6.30.3 (#​19212)
  • fix(deps): Bump sinon to 21.0.1 in @sentry/ember (#​19246)
  • fix(deps): Bump vite to 5.4.21 (#​19214)
  • fix(nextjs): Expose an event id when captureUnderscoreErrorException captures an exception (#​19185)
  • fix(nextjs): Populate SENTRY_SERVER_MODULES in Turbopack (#​19231)
  • fix(node): Use snake_case for Fastify's request-handler op. (#​18729)
  • fix(nuxt): Avoid logging database skip warning when debug is disabled (#​19095)
  • fix(nuxt): Respect configured environment settings (#​19243)
  • fix(profiling-node): 137 ABI should not be pruned for node 24 (#​19236)
  • fix(replay): Improve error messages when compression worker fails to load (#​19008)
  • fix(svelte): Bump svelte dev dependency to 3.59.2 (#​19208)
  • fix(sveltekit): Detect used adapter via svelte.config.js (#​19270)
  • fix(tanstackstart-react): Use auto.middleware.tanstackstart as middleware trace origin (#​19137)
  • ref(core): Move shouldPropagateTraceForUrl from opentelemetry to core (#​19254)
  • ref(core): Move shouldPropagateTraceForUrl from opentelemetry to core (#​19258)
  • ref(sveltekit): Use untrack to read route id without invalidation (#​19272)
Internal Changes
  • chore: Add cursor rules for AI integrations contributions (#​19167)
  • chore: Add Makefiles for dev-packages to make it convenient to run tests (#​19203)
  • chore: bump prettier to 3.8 (#​19198)
  • chore(bugbot): Add rule to flag not-unref'd timers (#​19082)
  • chore(deps-dev): bump @​sveltejs/kit from 2.49.5 to 2.50.1 (#​19089)
  • chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 (#​19189)
  • chore(deps-dev): bump vite from 3.2.11 to 5.4.21 (#​19227)
  • chore(deps-dev): bump webpack from 5.95.0 to 5.104.1 (#​19199)
  • chore(deps-dev): bump yaml from 2.2.2 to 2.8.2 (#​19087)
  • chore(deps): Bump Apollo Server from v3 to v5 in integration tests (#​19202)
  • chore(deps): Bump express in test utils + e2e apps (#​19159)
  • chore(deps): Bump Lerna to v9 (#​19244)
  • chore(deps): Bump mongoose in integration tests (#​19175)
  • chore(deps): Bump solidjs to 1.9.11 to fix seroval alerts (#​19150)
  • chore(deps): Bump webpack from 5.97.0 to 5.104.0 in ember-classic e2e test (#​19239)
  • chore(deps): Bump webpack from 5.104.0 to 5.104.1 in ember-classic e2e test (#​19247)
  • chore(e2e): Add banner to readme (#​19138)
  • chore(llm): Add skill for fixing security vulnerabilities (#​19178)
  • chore(node-core): Fix node-core integration test assertions (#​19219)
  • ci: Ignore ticket creation for base branches other than develop/master (#​19103)
  • ci(e2e): Remove nextjs-turbo canary tests (#​19118)
  • ref: Removes unused eslint rule (via yarn fix) (#​19266)
  • test(e2e): Bump nextjs-t3 to next 15 (#​19130)
  • test(e2e): Migrate test app nextjs-turbo into nextjs-15 (#​19107)

Work in this release was contributed by @​limbonaut and @​rfoel. Thank you for your contributions!

v10.38.0

Compare Source

Important Changes
  • feat(tanstackstart-react): Auto-instrument request middleware (#​18989)

    The sentryTanstackStart Vite plugin now automatically instruments middleware arrays in createFileRoute(). This captures performance data without requiring manual wrapping with wrapMiddlewaresWithSentry().

Other Changes
  • feat: Use v4.8.0 bundler plugins (#​18993)
  • feat(browser): Add logs.metrics bundle (#​19020)
  • feat(browser): Add replay.logs.metrics bundle (#​19021)
  • feat(browser): Add tracing.replay.logs.metrics bundle (#​19039)
  • feat(deps): bump import-in-the-middle from 2.0.1 to 2.0.6 (#​19042)
  • feat(node): Add AI manual instrumentation exports to Node (#​19063)
  • feat(wasm): initialised sentryWasmImages for webworkers (#​18812)
  • fix(core): Classify custom AggregateErrors as exception groups (#​19053)
  • fix(nextjs): Turn off debugID injection if sourcemaps are explicitly disabled (#​19010)
  • fix(react): Avoid String(key) to fix Symbol conversion error (#​18982)
  • fix(react): Prevent lazy route handlers from updating wrong navigation span (#​18898)
Internal Changes - feat(deps-dev): bump @​types/rsvp from 4.0.4 to 4.0.9 ([#​19038](https://redirect.github.com/getsentry/sentry-javascript/pull/19038)) - ci(build): Run full test suite on new bundle with logs+metrics ([#​19065](https://redirect.github.com/getsentry/sentry-javascript/pull/19065)) - ci(deps): bump actions/create-github-app-token from 1 to 2 ([#​19028](https://redirect.github.com/getsentry/sentry-javascript/pull/19028)) - ci(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 ([#​19029](https://redirect.github.com/getsentry/sentry-javascript/pull/19029)) - chore: Add external contributor to CHANGELOG.md ([#​19005](https://redirect.github.com/getsentry/sentry-javascript/pull/19005)) - chore(aws-serverless): Fix local cache issues ([#​19081](https://redirect.github.com/getsentry/sentry-javascript/pull/19081)) - chore(dependabot): Allow all packages to update ([#​19024](https://redirect.github.com/getsentry/sentry-javascript/pull/19024)) - chore(dependabot): Update ignore patterns and add more groups ([#​19037](https://redirect.github.com/getsentry/sentry-javascript/pull/19037)) - chore(dependabot): Update ignore patterns and add more groups ([#​19043](https://redirect.github.com/getsentry/sentry-javascript/pull/19043)) - chore(deps-dev): bump @​edge-runtime/types from 3.0.1 to 4.0.0 ([#​19032](https://redirect.github.com/getsentry/sentry-javascript/pull/19032)) - chore(deps-dev): bump @​vercel/nft from 0.29.4 to 1.3.0 ([#​19030](https://redirect.github.com/getsentry/sentry-javascript/pull/19030)) - chore(deps): bump @​actions/artifact from 2.1.11 to 5.0.3 ([#​19031](https://redirect.github.com/getsentry/sentry-javascript/pull/19031)) - chore(deps): bump hono from 4.11.4 to 4.11.7 in /dev-packages/e2e-tests/test-applications/cloudflare-hono ([#​19009](https://redirect.github.com/getsentry/sentry-javascript/pull/19009)) - chore(deps): bump next from 16.0.9 to 16.1.5 in /dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents ([#​19012](https://redirect.github.com/getsentry/sen

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 17 times, most recently from b2932df to 5e1dada Compare January 26, 2026 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8607a82 to 8ae5ae5 Compare February 3, 2026 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ae5ae5 to 4e58f91 Compare February 8, 2026 07:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 61d3a0e to 57134d7 Compare February 18, 2026 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57134d7 to 046b72a Compare February 22, 2026 12:57
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