Skip to content

fix(deps): update all non-major dependencies#212

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

fix(deps): update all non-major dependencies#212
kodiakhq[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 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
@sentry/node (source) ^10.57.0^10.60.0 age confidence
@vitest/coverage-v8 (source) ^4.1.8^4.1.9 age confidence
evlog (source) ^2.19.1^2.19.2 age confidence
lint-staged ^17.0.7^17.0.8 age confidence
oxfmt (source) ^0.54.0^0.56.0 age confidence
oxlint (source) ^1.69.0^1.71.0 age confidence
pg (source) ^8.21.0^8.22.0 age confidence
pnpm (source) 10.34.310.34.4 age confidence
tsdown (source) ^0.22.2^0.22.3 age confidence
vitest (source) ^4.1.8^4.1.9 age confidence

Release Notes

getsentry/sentry-javascript (@​sentry/node)

v10.60.0

Compare Source

v10.59.0

Compare Source

Important Changes
  • feat(react-router): Add support for React Router v8 (#​21633)

    The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

  • feat(react): Add version-agnostic React Router SPA exports (#​21633)

    @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation.
    The new exports replace the version-specific V6/V7 variants, which are now deprecated:

    Deprecated New
    reactRouterV6BrowserTracingIntegration / V7 reactRouterBrowserTracingIntegration
    withSentryReactRouterV6Routing / V7 wrapReactRouterRouting
    wrapCreateBrowserRouterV6 / V7 wrapCreateBrowserRouter
    wrapCreateMemoryRouterV6 / V7 wrapCreateMemoryRouter
    wrapUseRoutesV6 / V7 wrapUseRoutes

    The deprecated exports continue to work and will be removed in the next major version.

Other Changes
  • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#​21548)
  • feat(bun): Add orchestrion bun build plugin (#​21410)
  • feat(cloudflare): Instrument sync KV (#​21316)
  • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#​21603)
  • feat(deno): Add orchestrion deno runtime hook (#​21451)
  • feat(hono): Extend peer dependency range (#​21550)
  • feat(node): Collapse orchestrion opt-in to a single option (#​20900)
  • fix: Diagnostics channel Node v18 (#​21631)
  • fix(browser): Clean up pageload readystatechange listener (#​21632)
  • fix(core): Capture scopes on span before emitting spanStart event (#​21644)
  • fix(core): Defer TwP sampling by reading trace state from the scope (#​21549)
  • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#​21645)
  • fix(core): Set production as default sentry.environment attribute value on streamed spans (#​21637)
  • fix(nextjs): Register safe random ID context at module load (#​21573)
Internal Changes
  • chore: Change deprecation/deprecation to oxlint equivalent (#​21604)
  • chore: Switch license headers to SPDX format (#​21357)
  • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#​21511)
  • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#​21514)
  • chore(deps): Bump react-router-6 to 6.30.4 (#​21566)
  • ci: Assign server team as codeowner for server-utils package (#​21601)
  • ci: Dedup flaky test issues across esm/cjs variants (#​21595)
  • ci: Do not apply Bug label to flaky test issues (#​21593)
  • ci: Pin react-router latest and add eslint disable for deprecated attribute (#​21624)
  • ci(deps): Bump actions/download-artifact from 7 to 8 (#​21303)
  • ci(security-fixes): Enable cron trigger (#​21547)
  • docs: Clarify comment and PR-body guidelines for agents (#​21596)
  • feat(deps-dev): Bump @​sveltejs/kit from 2.53.3 to 2.60.1 in /dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5 (#​21212)
  • feat(deps-dev): Bump esbuild from 0.19.12 to 0.28.1 in /dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev (#​21512)
  • feat(deps): Bump @​babel/core from 7.29.0 to 7.29.6 (#​21574)
  • feat(deps): Bump @​prisma/adapter-pg from 7.2.0 to 7.8.0 (#​21106)
  • feat(deps): Bump hono from 4.12.21 to 4.12.25 (#​21610)
  • feat(deps): Bump launch-editor from 2.12.0 to 2.14.1 (#​21577)
  • feat(deps): Bump protobufjs from 7.5.9 to 7.6.4 (#​21578)
  • feat(deps): Bump vite from 5.4.21 to 6.4.3 (#​21576)
  • fix(node): Restore eslint-disable in vendored tedious instrumentation (#​21616)
  • ref(aws-serverless): Remove unused parts of vendored aws-sdk instrumentation (#​21563)
  • ref(aws-serverless): Streamline aws-sdk instrumentation (#​21564)
  • ref(aws-serverless): Use @sentry/conventions (#​21597)
  • ref(build): Switch TypeScript moduleResolution to bundler (#​21559)
  • ref(ci): Dedupe matrix test failures in CI failure reporter (#​21538)
  • ref(ci): Skip PR review reminders for changes-requested PRs (#​21526)
  • ref(nestjs): Set nest span op/origin at span creation (#​21531)
  • ref(nestjs): Use @sentry/conventions (#​21492)
  • ref(nextjs): Use @sentry/conventions (#​21493)
  • ref(node-core): Use @sentry/conventions (#​21494)
  • ref(node): Set generic-pool span origin at span creation (#​21533)
  • ref(node): Streamline connect (#​21404)
  • ref(node): Streamline graphql instrumentation (#​21556)
  • ref(node): Streamline hapi instrumentation (#​21602)
  • ref(node): Streamline ioredis instrumentation (#​21560)
  • ref(node): Streamline knex instrumentation (#​21561)
  • ref(node): Streamline koa (#​21554)
  • ref(node): Streamline mongodb instrumentation (#​21619)
  • ref(node): Streamline mongoose instrumentation (#​21481)
  • ref(node): Streamline mysql2 instrumentation (#​21509)
  • ref(node): Streamline pg instrumentation (#​21583)
  • ref(node): Streamline redis instrumentation (#​21582)
  • ref(node): Streamline tedious instrumentation (#​21598)
  • ref(node): Streamline vendored fs instrumentation (#​21532)
  • ref(opentelemetry): Use @sentry/conventions (#​21495)
  • ref(protocol): Strictly type profile chunk platform item header (#​21562)
  • ref(react-router): Use @sentry/conventions (#​21496)
  • ref(remix): Use @sentry/conventions (#​21497)
  • ref(server-utils): Move orchestrion into server-utils
  • ref(server-utils): Use @sentry/conventions (#​21490)
  • ref(tanstackstart-react): Use @sentry/conventions (#​21498)
  • test(cloudflare): Add mTLS instrumentation test (#​21569)
  • test(cloudflare): Increasing timeout and exit with reason (#​21571)
  • test(cloudflare): Prevent spurious unhandled rejection in integration test runner (#​21545)
  • test(cloudflare): Remove mock in DO tests (#​21634)
  • test(cloudflare): Skip flaky DO RPC private-fields integration test (#​21544)
  • test(hono): Fix flaky query_string transaction matcher (#​21542)
  • test(node-core): Fix flaky cron instrumentation test (#​21553)
  • test(node): Make amqplib integration test order-independent (#​21541)
  • test(node): Make amqplib v1 integration test order-independent (#​21534)
  • test(node): Use random port in hono tracing scenario to avoid CI flakes (#​21536)
  • test(remix-hydrogen): Fix flaky navigation transaction test (#​21535)

Bundle size 📦

Path Size
@​sentry/browser 26.8 KB
@​sentry/browser - with treeshaking flags 25.27 KB
@​sentry/browser (incl. Tracing) 44.83 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.03 KB
@​sentry/browser (incl. Tracing, Profiling) 49.5 KB
@​sentry/browser (incl. Tracing, Replay) 83.11 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 72.96 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 87.7 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.07 KB
@​sentry/browser (incl. Feedback) 43.58 KB
@​sentry/browser (incl. sendFeedback) 31.49 KB
@​sentry/browser (incl. FeedbackAsync) 36.51 KB
@​sentry/browser (incl. Metrics) 27.86 KB
@​sentry/browser (incl. Logs) 28.09 KB
@​sentry/browser (incl. Metrics & Logs) 28.76 KB
@​sentry/react 28.56 KB
@​sentry/react (incl. Tracing) 47.08 KB
@​sentry/vue 31.82 KB
@​sentry/vue (incl. Tracing) 46.66 KB
@​sentry/svelte 26.83 KB
CDN Bundle 29.16 KB
CDN Bundle (incl. Tracing) 47.19 KB
CDN Bundle (incl. Logs, Metrics) 30.67 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.45 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.05 KB
CDN Bundle (incl. Tracing, Replay) 83.63 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 84.86 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.34 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.56 KB
CDN Bundle - uncompressed 86.72 KB
CDN Bundle (incl. Tracing) - uncompressed 142.7 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 91.31 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 146.58 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 213.21 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 258.78 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 262.65 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 272.16 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 276.02 KB
@​sentry/nextjs (client) 49.42 KB
@​sentry/sveltekit (client) 45.21 KB
@​sentry/core/server 74.43 KB
@​sentry/core/browser 61.85 KB
@​sentry/node-core 60.45 KB
@​sentry/node 121.76 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 68.4 KB
@​sentry/node/light 49.78 KB
@​sentry/node - without tracing 72.53 KB
@​sentry/aws-serverless 83.37 KB
@​sentry/cloudflare (withSentry) - minified 170.46 KB
@​sentry/cloudflare (withSentry) 426.62 KB

v10.58.0

Compare Source

Important Changes
  • feat(hono): Add support for the Deno runtime (#​21450)

    @sentry/hono now supports the Deno runtime via a new @sentry/hono/deno entry point.
    Install @sentry/deno as a peer dependency and initialize Sentry through the sentry() middleware:

    import { Hono } from 'hono';
    import { sentry } from '@​sentry/hono/deno';
    
    const app = new Hono();
    
    app.use(
      sentry(app, {
        dsn: '__DSN__', // or Deno.env.get('SENTRY_DSN')
        tracesSampleRate: 1.0,
      }),
    );
    
    Deno.serve(app.fetch);
  • feat(core): Extract objects as structured logs in consoleLoggingIntegration (#​21385)

    The consoleLoggingIntegration now extracts structured log attributes when the first argument is a plain object.

    // Object keys become log attributes
    console.log({ userId: 123, action: 'login' }, 'User logged in');
    // → attributes: { userId: 123, action: "login" }
    
    // Non-object first args use template + parameters (unchanged)
    console.log('Hello', 'world', 123);
    // → sentry.message.template: "Hello {} {}"
  • feat(react-router): Stabilize the instrumentation API (#​21470)

    React Router's instrumentation API is now stable — the @experimental markers have been removed from createSentryServerInstrumentation, createSentryClientInstrumentation, and the related helpers and types.
    The manual server wrappers wrapServerLoader and wrapServerAction are now deprecated in favor of it. Export instrumentations = [Sentry.createSentryServerInstrumentation()] from your entry.server.tsx to instrument all loaders and actions without wrapping them individually.

Other Changes
  • feat(hono): Add HTTP connection info to server spans (#​21408)
  • feat(node-core): Attach log message and fields to pino error events (#​21422)
  • feat(react-router): Always build client instrumentation and deprecate useInstrumentationAPI (#​21432)
  • feat(react-router): Rename client navigation roots from the route pattern (#​21463)
  • fix(astro): Resolve middleware export types (#​21414)
  • fix(browser): Ignore __sentry_wrapped__ inherited from Function.prototype (#​21506)
  • fix(core): Avoid double counting cached input tokens for Vercel AI SDK v6 (#​21488)
  • fix(core): Keep safeJoin side-effect-free for DOM elements (#​21356)
  • fix(deno): Use correct paths for module and types fields in package.json (#​21449)
  • fix(nextjs): Mark redirect server actions as ok instead of internal_error (#​21521)
  • fix(react-router): Mark instrumentation API active on invocation (#​21420)
  • fix(redis): Bring span attributes into alignment with conventions
  • fix(sveltekit): Add default exports condition (#​21472)
  • fix(tanstackstart-react): Preserve middleware context types (#​21441)
  • perf(core): Reuse unchanged Vercel AI messages JSON

Work in this release was contributed by @​archievi, @​AyaanFaisal21, @​itosa-kazu, and @​bkchr. Thank you for your contributions!

Internal Changes
  • chore: Pin OTel to <2.8.0 in ts 3.8 test app (#​21474)
  • chore(ci): Add dependabot auto-triage pipeline (#​21318)
  • chore(dependabot): Group react-router packages to bump in unison (#​21442)
  • chore(deps-dev): Bump the react-router group across 1 directory with 3 updates (#​21448)
  • chore(deps): Bump @​hapi/content from 6.0.1 to 6.0.2 (#​21180)
  • chore(deps): Bump getsentry/craft from 2.26.2 to 2.26.9 (#​21444)
  • chore(deps): Bump hono from 4.12.18 to 4.12.21 in /dev-packages/e2e-tests/test-applications/cloudflare-hono (#​21340)
  • chore(deps): Bump nx to 22.7.5 (#​21527)
  • chore(deps): Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#​21302)
  • chore(size-limit): weekly auto-bump (#​21501)
  • ci(dependabot-triage): Add outcome step (#​21507)
  • ci(deps): Bump actions/github-script from 7 to 9 (#​21300)
  • ci(deps): Bump anthropics/claude-code-action from 1.0.124 to 1.0.142 (#​21445)
  • feat(deps): Bump shell-quote from 1.8.3 to 1.8.4 (#​21412)
  • feat(deps): Bump the remix group with 4 updates (#​21447)
  • feat(nestjs): Migrate vendored nest instrumentation to Sentry APIs (#​21516)
  • ref: Remove unused SENTRY_BUILD_PRESERVE_MODULES env check from rollup configs (#​21487)
  • ref: Rename published internal packages (#​21371)
  • ref(nestjs): Streamline nestjs-core (#​21434)
  • ref(node): Drop eslint-ignores and oxlint exemption in generic-pool instrumentation (#​21435)
  • ref(node): Migrate vendored generic-pool instrumentation to Sentry APIs (#​21523)
  • ref(node): Streamline dataloader instrumentation (#​21475)
  • ref(node): Streamline generic-pool (#​21363)
  • test: Skip nuxt-5 E2E test (#​21524)
  • test(astro): Add Astro 7 e2e app (#​21471)
  • test(node): Remove generic-pool fake unit test (#​21439)
  • test(node): Replace lru-memoizer fake unit test with integration coverage (#​21437)
  • test(react-router): Add Redis-backed DB-span coverage to rr7 (#​21398)
  • test(react-router): Finalize instrumentation api e2e coverage (#​21468)
  • test(react-router): Fix e2e tests (#​21485)
  • test(react-router): Verify client fetch instrumentation hook fires (#​21402)
  • test(tanstackstart-react): Initialize Sentry from a dedicated client init file (#​21397)

Bundle size 📦

Path Size
@​sentry/browser 26.76 KB
@​sentry/browser - with treeshaking flags 25.23 KB
@​sentry/browser (incl. Tracing) 44.63 KB
@​sentry/browser (incl. Tracing + Span Streaming) 46.82 KB
@​sentry/browser (incl. Tracing, Profiling) 49.32 KB
@​sentry/browser (incl. Tracing, Replay) 82.93 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 72.78 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 87.51 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 99.9 KB
@​sentry/browser (incl. Feedback) 43.52 KB
@​sentry/browser (incl. sendFeedback) 31.45 KB
@​sentry/browser (incl. FeedbackAsync) 36.44 KB
@​sentry/browser (incl. Metrics) 27.8 KB
@​sentry/browser (incl. Logs) 28.03 KB
@​sentry/browser (incl. Metrics & Logs) 28.71 KB
@​sentry/react 28.51 KB
@​sentry/react (incl. Tracing) 46.88 KB
@​sentry/vue 31.66 KB
@​sentry/vue (incl. Tracing) 46.48 KB
@​sentry/svelte 26.78 KB
CDN Bundle 29.09 KB
CDN Bundle (incl. Tracing) 47.07 KB
CDN Bundle (incl. Logs, Metrics) 30.6 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.33 KB
CDN Bundle (incl. Replay, Logs, Metrics) 68.97 KB
CDN Bundle (incl. Tracing, Replay) 83.52 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 84.74 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.23 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.45 KB
CDN Bundle - uncompressed 86.51 KB
CDN Bundle (incl. Tracing) - uncompressed 142.38 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 91.11 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 146.26 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 213 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 258.46 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 262.33 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 271.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 275.7 KB
@​sentry/nextjs (client) 49.27 KB
@​sentry/sveltekit (client) 45.04 KB
@​sentry/core/server 74.29 KB
@​sentry/core/browser 61.74 KB
@​sentry/node-core 60.28 KB
@​sentry/node 127.39 KB
@​sentry/node - without tracing 72.37 KB
@​sentry/aws-serverless 84.26 KB
@​sentry/cloudflare (withSentry) - minified 169.62 KB
@​sentry/cloudflare (withSentry) 423.68 KB
vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.9

Compare Source

🐞 Bug Fixes
  • Fix importOriginal with optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #​10546 (a5180)
  • browser:
    • Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in #​10555 (7fb29)
    • Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in #​10497 and #​10556 (fbc62)
  • mocker:
    • Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in #​10548 (2c955)
  • pool:
    • Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in #​10543 and #​10564 (934b0)
View changes on GitHub
HugoRCD/evlog (evlog)

v2.19.2

Compare Source

What's Changed

Bug Fixes 🐞
Dependency Updates 📦

New Contributors

Full Changelog: https://github.com/HugoRCD/evlog/compare/evlog@2.19.0...evlog@2.19.2

lint-staged/lint-staged (lint-staged)

v17.0.8

Compare Source

Patch Changes
  • #​1809 179b437 - Fix lint-staged discarding the ongoing merge conflict status (.git/MERGE_HEAD) when using the --hide-unstaged or --hide-all options.

  • #​1811 3d0b2c0 - Fix issues with Git commands that are successful but also emit warnings to stderr, by ignoring the stderr output completely when the process exits with code 0. This was the behavior when using nano-spawn and execa, but when switching to tinyexec in 16.3.0 both stdout and stderr were used as interleaved output.

oxc-project/oxc (oxfmt)

v0.56.0

Compare Source

v0.55.0

Compare Source

🚀 Features
  • 9a2788b linter/unicorn: Implement prefer-export-from rule (#​22935) (AliceLanniste)
oxc-project/oxc (oxlint)

v1.71.0

Compare Source

🚀 Features
  • 0dc2405 linter: Add schema for eslint/no-restricted-properties (#​23619) (Sysix)
  • b638d0e linter: Add schema for node/callback-return (#​23615) (Sysix)
  • eb8bedc linter: Add schema for import/extensions (#​23557) (WaterWhisperer)
  • 46f3625 linter: Implement node/no-sync rule (#​23589) (fujitani sora)
  • b01739a linter: Add schema for unicorn/numeric-separators-style (#​23554) (Mikhail Baev)
  • 68afd2a linter/node: Implement no-mixed-requires rule (#​23539) (fujitani sora)
  • a421215 linter: Add schema for eslint/prefer-destructuring (#​23410) (WaterWhisperer)
  • 84438be linter/jsdoc: Added missing options to require-param-description (#​23416) (kapobajza)
  • 51910df linter/jsdoc: Add missing options to require-param-type rule (#​23418) (kapobajza)
  • e90925f linter/unicorn: Implement prefer-number-coercion rule (#​23497) (Shekhu☺️)
  • dd1c866 linter/vue: Implement no-async-in-computed-properties rule (#​23493) (bab)
  • b02444e linter: Add schema for react/jsx-no-script-url (#​23475) (WaterWhisperer)
  • a8dce46 linter/unicorn: Implement max-nested-calls rule (#​23461) (arieleli01212)
🐛 Bug Fixes
  • a303c23 linter/jsx-a11y: Align anchor-is-valid config with upstream (#​23446) (camc314)
📚 Documentation
  • b50bf4d linter: Remove manually written options doc for eslint/arrow-body-style (#​23490) (Mikhail Baev)

v1.70.0

Compare Source

🚀 Features
  • 2e8bda4 linter/vue: Implement no-dupe-keys rule (#​23350) (bab)
  • 1490a0a linter/react: Implement react-compiler rule (#​23202) (Boshen)
  • dd560ae linter/unicorn: Implement no-array-fill-with-reference-type rule (#​23397) (Mikhail Baev)
  • af36c2f linter: Add schema for react/jsx-curly-brace-presence (#​23400) (WaterWhisperer)
  • 47d34a3 linter: Add schema for react/jsx-handler-names (#​23393) (WaterWhisperer)
  • f4250d0 linter: Add schema for unicorn/import-style (#​23386) (WaterWhisperer)
  • 30c74ce linter: Add schema for jsx_a11y/no-noninteractive-element-to-interactive-role (#​23384) (Sysix)
  • cfbe8dc linter: Add schema for jsx_a11y/no-interactive-element-to-noninteractive-role (#​23382) (WaterWhisperer)
  • d15b7ff linter: Add schema for typescript/no-restricted-types (#​23381) (WaterWhisperer)
  • 028a811 linter: Add schema for jsx-a11y/media-has-caption (#​23377) (Sysix)
  • b3b1038 linter: Add schema for jsx-a11y/label-has-associated-control (#​23376) (Sysix)
  • 7ada6b2 linter: Add schema for jsx_a11y/no-distracting-elements (#​23379) (WaterWhisperer)
  • ee3dd49 linter: Add schema for jsx-a11y/img-redundant-alt (#​23374) (Sysix)
  • df5f8dd linter: Add short descriptions to most lint rules. (#​23365) (Connor Shea)
  • e3fd735 linter: Add schema for jsx_a11y/alt-text (#​23369) (Sysix)
  • 0f2fff4 linter: Add schema for react/exhaustive-deps (#​23372) (Mikhail Baev)
  • e3e4e10 linter: Add schema for react_perf/jsx-no-new-object-as-prop (#​23368) (Mikhail Baev)
  • 9366d44 linter: Add schema for unicorn/prefer-at (#​23366) (WaterWhisperer)
  • f57b55d linter: Add schema for typescript/array-type (#​23355) (Sysix)
  • 0dcf912 linter: Add schema for typescript/ban-ts-comment (#​23354) (Sysix)
  • 51fa83e linter: Add schema for react/no-did-update-set-state (#​23357) (Mikhail Baev)
  • 59db0bd linter: Add schema for consistent-generic-constructors (#​23353) (Sysix)
  • c4775c0 linter: Add schema for typescript/consistent-type-assertions (#​23349) (Sysix)
  • 6e516f7 linter: Add schema for typescript/consistent-type-imports (#​23348) (Sysix)
  • 012134d linter: Add schema for react/jsx-no-target-blank (#​23345) (WaterWhisperer)
  • 0806aae linter: Add schema for jsx_a11y/no-noninteractive-tabindex (#​23337) (Mikhail Baev)
  • 0708b5a linter: Add schema for react/jsx-filename-extension (#​23315) (Mikhail Baev)
  • 150bce1 linter: Add schema for typescript/no-empty-object-type (#​23309) (Sysix)
  • f9e36f1 linter: Add schema for typescript/no-duplicate-type-constituents (#​23308) (Sysix)
  • 937accf linter: Add schema for typescript/no-invalid-void-type (#​23307) (Sysix)
  • 3e042b9 linter: Add schema for typescript/no-misused-promises (#​23306) (Sysix)
  • da212d1 linter: Add schema for typescript/no-unnecessary-condition

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from RedStar071 as a code owner June 21, 2026 01:39
@github-project-automation github-project-automation Bot moved this to Todo in Wolfstar Jun 21, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 495ca19 to f9e4b2a Compare June 23, 2026 12:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f9e4b2a to a572c23 Compare June 23, 2026 12:12
@github-project-automation github-project-automation Bot moved this from Todo to Review Approved in Wolfstar Jun 23, 2026
@kodiakhq kodiakhq Bot merged commit 69c3acf into main Jun 23, 2026
10 checks passed
@kodiakhq kodiakhq Bot deleted the renovate/all-minor-patch branch June 23, 2026 13:09
@github-project-automation github-project-automation Bot moved this from Review Approved to Done in Wolfstar Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant