Skip to content

Update all non-major dependencies#880

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

Update all non-major dependencies#880
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 19, 2026

This PR contains the following updates:

Package Change Age Confidence
@inlang/paraglide-js (source) ^2.18.0^2.18.1 age confidence
@lucide/svelte (source) ^1.16.0^1.17.0 age confidence
@netlify/edge-functions (source) ^3.0.7^3.0.8 age confidence
@remix-run/headers (source) ^0.21.0^0.21.1 age confidence
@sentry/deno (source) ^10.53.1^10.55.0 age confidence
@sentry/svelte (source) ^10.53.1^10.55.0 age confidence
@sveltejs/kit (source) ^2.60.1^2.61.1 age confidence
lefthook ^2.1.6^2.1.9 age confidence
svelte (source) ^5.55.8^5.55.10 age confidence
tsx (source) ^4.22.2^4.22.3 age confidence
ua-parser-js (source) ^2.0.9^2.0.10 age confidence
vite (source) ^8.0.13^8.0.14 age confidence
vitest (source) ^4.1.6^4.1.7 age confidence

Release Notes

opral/paraglide-js (@​inlang/paraglide-js)

v2.18.1

Patch Changes
  • 6eb7d02: Fix input match generation so Infinity selectors match both numeric Infinity values and string "Infinity" values.
  • c16730d: Pin default jsDelivr plugin URLs to exact versions in generated project settings.
lucide-icons/lucide (@​lucide/svelte)

v1.17.0: Version 1.17.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.16.0...1.17.0

netlify/primitives (@​netlify/edge-functions)

v3.0.8

Compare Source

Dependencies
  • The following workspace dependencies were updated
remix-run/remix (@​remix-run/headers)

v0.21.1

Patch Changes
  • Expose parser-specific header modules from @remix-run/headers via dedicated subpath exports and migrate internal header-parser consumers (including multipart parser) to import from those subpaths.
getsentry/sentry-javascript (@​sentry/deno)

v10.55.0

Compare Source

Important Changes
  • feat(hono): Promote @sentry/hono to stable and deprecate honoIntegration (#​21208)

    The @sentry/hono SDK is now stable. See the Sentry Hono SDK docs to get started.

  • docs(tanstackstart-react): Promote SDK status to beta (#​21175)

    This release promotes the @sentry/tanstackstart-react SDK to beta. For details on how to use it, check out the
    Sentry TanStack Start SDK docs. Please reach out on
    GitHub if you have any feedback or concerns.

  • feat(hono): Add shouldHandleError option to sentry() middleware (#​21205)

    The sentry() middleware now accepts a shouldHandleError callback to control which errors are captured and sent to Sentry. By default, 3xx/4xx HTTP errors are ignored and 5xx errors and plain Error objects are captured. Return true from the callback to capture an error, false to suppress it.

    app.use(
      sentry(app, {
        dsn: '__DSN__',
        shouldHandleError(error) {
          const status = (error as { status?: number })?.status;
          // Capture 401/403 in addition to the default 5xx errors
          return status === 401 || status === 403 || typeof status !== 'number' || status >= 500;
        },
      }),
    );
  • test(tanstackstart-react): Move initialization to client entry point (#​21161)

    Change the recommended setup for the SDK to do Sentry.init() in the client entry file to capture telemetry that is emitted ahead of page hydration.

  • feat(tanstackstart-react): Add distributed tracing (#​21144)

    Server and client traces are now automatically connected, allowing you to see the full request lifecycle from server-side rendering through client-side hydration in a single trace.

  • feat(tanstackstart-react): Add server-side route parametrization (#​21147)

    Server transaction names are now parametrized automatically (e.g., GET /users/123 becomes GET /users/$userId), improving transaction grouping in Sentry.

  • feat(tanstackstart-react): Show readable server function names in traces (#​21190)

    Server function spans now show human-readable names (e.g., GET /_serverFn/greet instead of GET /_serverFn/a10e70b3...). The tanstackstart.function.hash.sha256 span attribute has been renamed to tanstackstart.function.id.

Other Changes
  • feat(core): Migrate request data to dataCollection (#​21071)
  • feat(hono): Add warning in Bun for double init (#​21195)
  • feat(hono): Instrument main-app inline middleware spans (#​20999)
  • feat(metrics): Migrate metrics to use dataCollection instead of sendDefaultPii (#​21078)
  • feat(tanstackstart-react): Enable component tracking (#​21149)
  • feat(tanstackstart-react): Filter noisy dev transactions (#​21145)
  • fix(cloudflare): Use original waitUntil to not create a deadlock (#​21197)
  • fix(elysia): Widen accepted Elysia app type to support Elysia options (#​21164)
  • fix(tanstackstart-react): Add server-side replayIntegration no-op stub (#​21148)
Internal Changes
  • chore(changelog): clarify array attributes impact on beforeSend* callbacks (#​21186)
  • chore(ci): Update bugbot instructions (#​21168)
  • chore(sentry-cli): Upgrade to 2.58.6 (#​21165)
  • chore(size-limit): weekly auto-bump (#​21123)
  • feat(deps-dev): Bump @​sveltejs/kit from 2.52.2 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-cloudflare-pages (#​21162)
  • fix(e2e): Fix astro-6 e2e test build by relaxing astro version range (#​21211)
  • meta(agents): Update AI commit attribution guidance (#​21166)
  • ref(browser): Extract browser-specific normalize code out of core (#​21172)
  • ref(node): Stop custom-handling normalization of Domain/DomainEmitter (#​21182)
  • ref(node): Stop using registerSpanErrorInstrumentation() on server (#​21169)
  • test(nitro-3): Update e2e tests for h3 route handler tracing (#​21152)
  • test(nuxt): Fix flaky test and add note about hydration timing to skill (#​21054)
Bundle size 📦
Path Size
@​sentry/browser 26.52 KB
@​sentry/browser - with treeshaking flags 25.01 KB
@​sentry/browser (incl. Tracing) 44.18 KB
@​sentry/browser (incl. Tracing + Span Streaming) 46.35 KB
@​sentry/browser (incl. Tracing, Profiling) 49.04 KB
@​sentry/browser (incl. Tracing, Replay) 82.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 72.65 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 87.42 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 99.76 KB
@​sentry/browser (incl. Feedback) 43.29 KB
@​sentry/browser (incl. sendFeedback) 31.23 KB
@​sentry/browser (incl. FeedbackAsync) 36.2 KB
@​sentry/browser (incl. Metrics) 27.58 KB
@​sentry/browser (incl. Logs) 27.81 KB
@​sentry/browser (incl. Metrics & Logs) 28.49 KB
@​sentry/react 28.3 KB
@​sentry/react (incl. Tracing) 46.39 KB
@​sentry/vue 31.45 KB
@​sentry/vue (incl. Tracing) 46.05 KB
@​sentry/svelte 26.55 KB
CDN Bundle 28.85 KB
CDN Bundle (incl. Tracing) 46.68 KB
CDN Bundle (incl. Logs, Metrics) 30.31 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 47.89 KB
CDN Bundle (incl. Replay, Logs, Metrics) 68.65 KB
CDN Bundle (incl. Tracing, Replay) 83.18 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 84.32 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 88.92 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.05 KB
CDN Bundle - uncompressed 85.52 KB
CDN Bundle (incl. Tracing) - uncompressed 140.7 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 89.91 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 144.37 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 211.71 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 256.69 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 260.34 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 270.07 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 273.71 KB
@​sentry/nextjs (client) 48.85 KB
@​sentry/sveltekit (client) 44.6 KB
@​sentry/core/server 74.15 KB
@​sentry/core/browser 61.61 KB
@​sentry/node-core 60.5 KB
@​sentry/node 127.33 KB
@​sentry/node - without tracing 72.62 KB
@​sentry/aws-serverless 84.54 KB
@​sentry/cloudflare (withSentry) - minified 167.48 KB
@​sentry/cloudflare (withSentry) 419.23 KB

v10.54.0

Compare Source

Important Changes
  • feat(browser): Add fetchStreamPerformanceIntegration for streamed response tracking (#​20778)

    A new integration that tracks the performance of streamed fetch responses. Use this to measure time-to-first-byte and streaming duration for APIs that return chunked/streamed data. This replaces the now deprecated trackFetchStreamPerformance option.

  • feat(core): Add dataCollection client option (#​20965)

    Adds a new dataCollection client option for controlling what data the SDK collects and sends to Sentry. This provides a centralized way to configure data collection behavior across different SDK features. In the future, this option will be used for fine-granular data filtering, while the simple sendDefaultPii boolean option will be deprecated and removed in a future release.

  • feat(core): Support array attributes for spans, logs, and metrics (#​20427)

    Arrays of primitive values (string, number, boolean) are now accepted as attribute values. Arrays containing non-primitive elements will be dropped and won't show up in Sentry. Note that array attributes on logs and metrics were previously stringified in certain cases and will now be sent as arrays instead.

  • feat(hono): Add hono.request spans for internal .request() calls (#​20843)

    The Hono SDK now creates spans for internal .request() calls, providing better visibility into request handling within Hono applications.

Other Changes
  • feat(core): Add data collection filtering utilities (#​20989)
  • feat(core): Convert scope contexts to segment span attributes in span streaming (#​20828)
  • feat(core): Emit sentry.sdk.integrations on streamed segment spans (#​20428)
  • feat(core): HTTP server diagnostics channel utility (#​20779)
  • feat(core): Migrate span streaming envelope to dataCollection (#​21080)
  • feat(core): Migrate Supabase integration to dataCollection (#​21085)
  • feat(core): Migrate trpc to dataCollection (#​21072)
  • feat(deno): Instrument node:http on versions that support it (#​21009)
  • feat(ember): Extract ember-specific logic into custom browserTracingIntegration (#​20702)
  • feat(logs): Migrate log envelope user inference to dataCollection (#​21073)
  • feat(nuxt): Allow custom configuration files paths in Nuxt module (#​20650)
  • feat(replay): Update example worker script (#​20899)
  • feat(serverless): Add server-only context span attributes via processSegmentSpan hooks (#​20842)
  • fix(astro): Avoid injecting meta tags into <head> inside attribute values (#​21089)
  • fix(astro): Use explicit ResponseInit when injecting meta tags in response (#​21021)
  • fix(browser): Add a synthetic stack trace to DOMException with empty stack traces if attachStacktrace is true (#​19988)
  • fix(browser): Fix internal frame detection in minified bundles (#​20802)
  • fix(cloudflare): Avoid repeated flush lock wrapping (#​21156)
  • fix(cloudflare): Skip SDK initialization for OPTIONS/HEAD requests (#​21090)
  • fix(cloudflare, vercel-edge): Disable timer-based flush for serverless runtimes (#​20889)
  • fix(core): Sanitize lone surrogates in log body and attributes (#​20245)
  • fix(deno): Support Deno.serve instrumentation on Deno 2.8 (#​21155)
  • fix(hono): Preserve middleware handler metadata (#​20954)
  • fix(hono): Use generic Hono type in Bun/Node (#​21060)
  • fix(nextjs): Widen project option type to string | string[] (#​21067)
  • fix(node): Improve http.client double-wrap message (#​20705)
  • fix(node): Preserve CallbackManager handlers in LangChain instrumentation (#​20849)
  • fix(react-router): Do not re-write origin on router state changes (#​21056)
  • fix(replay): Set sentry.replay_id attribute on streamed spans (#​20897)
  • fix(replay): Set replay_id on DSC after buffer-to-session conversion (#​20686)
  • fix(solidstart): Use nitro module for build hooks to preserve preset hooks (#​20861)
  • ref(core): Rename types-hoist to types (#​20979)
Internal Changes
  • chore: Add compatibility function for sendDefaultPii (#​20967)
  • chore: Add size-limit for core/server, core/browser (#​20990)
  • chore: Bump rrweb deps to v2.43.0 (#​20844)
  • chore(build): Replace sucrase with esbuild (#​20865)
  • chore(deps): Bump nitropack from 2.13.1 to 2.13.4 (#​20713)
  • chore(deps): Bump ws from 8.20.0 to 8.20.1 (#​20998)
  • chore(deps): Remove redundant yarn resolutions (#​20877)
  • feat(deps): Bump @​tootallnate/once from 1.1.2 to 2.0.1 (#​21108)
  • feat(deps): Bump devalue from 4.3.3 to 5.8.1 (#​20893)
  • feat(deps): Bump protobufjs from 7.5.5 to 7.5.9 (#​20846)
  • ref(aws-serverless): Vendor aws-sdk instrumentation (#​20988)
  • ref(http): Use shared snippets for filtering headers and cookies (#​20970)
  • ref(nestjs): Vendor nestjs-core instrumentation (#​20996)
  • ref(node): Remove unused @opentelemetry/instrumentation-http dependency (#​21113)
  • ref(node): Vendor @fastify/otel (#​21099)
  • ref(node): Vendor @opentelemetry/instrumentation-pg (#​21102)
  • ref(node): Vendor @opentelemetry/sql-common (#​21140)
  • ref(node): Vendor @prisma/instrumentation (#​21098)
  • ref(node): Vendor amqplib instrumentation (#​21003)
  • ref(node): Vendor connect instrumentation (#​20955)
  • ref(node): Vendor dataloader instrumentation (#​20950)
  • ref(node): Vendor fs instrumentation (#​20964)
  • ref(node): Vendor generic-pool instrumentation (#​20949)
  • ref(node): Vendor graphql instrumentation (#​21096)
  • ref(node): Vendor hapi instrumentation (#​21057)
  • ref(node): Vendor kafkajs instrumentation (#​21005)
  • ref(node): Vendor knex instrumentation (#​20963)
  • ref(node): Vendor koa instrumentation (#​20956)
  • ref(node): Vendor lru-memoizer instrumentation (#​20948)
  • ref(node): Vendor minimal types for dataloader and generic-pool instrumentations (#​21013)
  • ref(node): Vendor mongodb instrumentation (#​20966)
  • ref(node): Vendor mongoose instrumentation (#​21058)
  • ref(node): Vendor mysql instrumentation (#​21016)
  • ref(node): Vendor mysql2 instrumentation (#​21031)
  • ref(node): Vendor tedious instrumentation (#​21010)

Work in this release was contributed by @​abcang, @​ahmadio, @​delorge, @​mdnanocom, and @​victorgarciaesgi. Thank you for your contributions!

Bundle size 📦
Path Size
@​sentry/browser 26.68 KB
@​sentry/browser - with treeshaking flags 25.13 KB
@​sentry/browser (incl. Tracing) 44.25 KB
@​sentry/browser (incl. Tracing + Span Streaming) 46.44 KB
@​sentry/browser (incl. Tracing, Profiling) 49.12 KB
@​sentry/browser (incl. Tracing, Replay) 82.93 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 72.68 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 87.53 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 99.85 KB
@​sentry/browser (incl. Feedback) 43.46 KB
@​sentry/browser (incl. sendFeedback) 31.38 KB
@​sentry/browser (incl. FeedbackAsync) 36.38 KB
@​sentry/browser (incl. Metrics) 27.74 KB
@​sentry/browser (incl. Logs) 27.97 KB
@​sentry/browser (incl. Metrics & Logs) 28.65 KB
@​sentry/react 28.37 KB
@​sentry/react (incl. Tracing) 46.43 KB
@​sentry/vue 31.49 KB
@​sentry/vue (incl. Tracing) 46.07 KB
@​sentry/svelte 26.71 KB
CDN Bundle 29.03 KB
CDN Bundle (incl. Tracing) 46.72 KB
CDN Bundle (incl. Logs, Metrics) 30.48 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 47.94 KB
CDN Bundle (incl. Replay, Logs, Metrics) 68.88 KB
CDN Bundle (incl. Tracing, Replay) 83.34 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 84.47 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.07 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.21 KB
CDN Bundle - uncompressed 85.75 KB
CDN Bundle (incl. Tracing) - uncompressed 140.91 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 90.13 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 144.58 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 211.93 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 256.91 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 260.56 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 270.28 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 273.93 KB
@​sentry/nextjs (client) 48.86 KB
@​sentry/sveltekit (client) 44.73 KB
@​sentry/core/server 74.69 KB
@​sentry/core/browser 61.75 KB
@​sentry/node-core 61.12 KB
@​sentry/node 128.03 KB
@​sentry/node - without tracing 73.26 KB
@​sentry/aws-serverless 85.2 KB
@​sentry/cloudflare (withSentry) - minified 169.45 KB
@​sentry/cloudflare (withSentry) 423.36 KB
sveltejs/kit (@​sveltejs/kit)

v2.61.1

Compare Source

Patch Changes
  • fix: regression where routes starting and ending with a route group are not matched correctly (#​15903)

v2.61.0

Compare Source

Minor Changes
  • breaking: the .run() method has been removed from remote queries on both the client and the server. Use await query() directly instead — it now works everywhere (#​15779)

  • feat: remote queries can now be awaited in any context (event handlers, module scope, async callbacks), not just inside reactive contexts. The cache is shared across reactive and non-reactive subscribers, so awaiting a query in an event handler will dedupe with components that have already subscribed to the same query. (#​15779)

  • feat: live query instances are now themselves async-iterable (#​15878)

  • feat: add programmatic submit method to form remote function instances (#​15657)

  • feat: pass form remote function instance into enhance callback (#​15657)

Patch Changes
  • fix: resolve the app payload without using process.env.NODE_ENV (#​15852)

  • fix: support exactOptionalPropertyTypes for optional route params (#​15825)

  • fix: correctly send true value to the server for 'submit' and 'hidden' form fields (#​15858)

  • fix: avoid build warnings about undefined universal hooks (#​15895)

  • fix: prefer default error page when failing to decode the URL pathname (#​15744)

  • fix: disable link prefetching on slow internet connections (#​15885)

  • fix: allow routes ending with optional parameters next to more specific routes (#​15861)

  • fix: remove reliance on Content-Length header in deserialize_binary_form, which caused failures when proxies (e.g. Vercel, Azure) strip the header and use chunked transfer encoding (#​15796)

evilmartians/lefthook (lefthook)

v2.1.9

Compare Source

v2.1.8

Compare Source

  • fix: do not warn if local hooks path is equal to default hooks path (#​1421) by @​mrexox

v2.1.7

Compare Source

sveltejs/svelte (svelte)

v5.55.10

Compare Source

Patch Changes
  • fix: unlink errored and otherwise finished batch (#​18264)

  • perf: walk composedPath() directly in delegated event propagation (#​18268)

  • fix: transfer effects when merging batches (#​18254)

  • fix: allow $derived(await ...) in disconnected effect roots (#​18273)

  • fix: remove temporary raw-text hydration markers (#​18269)

  • fix: propagate async @const blockers through closure references so template expressions like {(() => host)()} correctly wait for the awaited value (#​18309)

  • fix: properly unlink batches (#​18298)

  • fix: settle discarded batch (#​18290)

  • fix: declare let: directives before {@&#8203;const} declarations on slotted elements (#​18271)

  • fix: resume outro-ed branches if they were kept around (#​18291)

  • fix: avoid waterfall-warning when async resolves to same value (#​18297)

  • fix: correctly coordinate component-level effects inside async blocks (#​18260)

  • fix: make unnecessary commit work less likely (#​18263)

  • chore: add tag name to a11y_click_events_have_key_events warning (#​18272)

  • fix: catch rejected promises while merging/committing (#​18266)

v5.55.9

Compare Source

Patch Changes
  • fix: don't unset batch when calling {#await ...} promise (#​18243)

  • fix: promise-ify {#await await ...} expressions on the server and correctly hydrate them on the client (#​18243)

  • fix: deduplicate dependencies that are added outside the init/update cycle (#​18243)

  • fix: avoid false-positive batch invariant error (#​18246)

  • fix: inline primitive constants in attribute values during SSR (#​18232)

privatenumber/tsx (tsx)

v4.22.3

Compare Source

faisalman/ua-parser-js (ua-parser-js)

v2.0.10

Compare Source

  • Fix ReDoS vulnerability by limiting Client Hints input length (GHSA-9h5v-pfqq-x599)
  • Add new method useExtension() in UAParser to extend custom detection rules
  • Add new device vendor: Blackview, Coolpad, CUBOT, T-Mobile
  • Improve browser detection: Huawei Browser, UCBrowser
  • Improve OS detection: iOS
  • Identify WebView user-agent as inapp browser
  • extensions submodule:
    • Add new crawler: atlassian-bot, Audisto Crawler, AwarioBot, AwarioRssBot, AwarioSmartBot, BrightEdge Crawler, HubSpot Crawler, Meta-ExternalAds, Meta-WebIndexer, proximic, yacybot
    • Add new fetcher: Feedly, GoogleDocs, UptimeBot, virustotal
    • Add new library: phpcrawl
  • helpers submodule:
    • Fix isElectron() function return itself
vitejs/vite (vite)

v8.0.14

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • deps: update rolldown-related dependencies (#​22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests
vitest-dev/vitest (vitest)

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 19, 2026

Deploy Preview for pauseai canceled.

Name Link
🔨 Latest commit 77f06a7
🔍 Latest deploy log https://app.netlify.com/projects/pauseai/deploys/6a1b56d4c4363b0008d5b728

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from 32f2ebf to 4ee36ce Compare May 25, 2026 21:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from dc8676b to 26f78bf Compare May 30, 2026 09:24
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 26f78bf to 6389a02 Compare May 30, 2026 17:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6389a02 to 77f06a7 Compare May 30, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants