Skip to content

chore(deps): update devdependencies (non-major)#385

Merged
rhuanbarreto merged 1 commit into
mainfrom
renovate/devdependencies-(non-major)
May 30, 2026
Merged

chore(deps): update devdependencies (non-major)#385
rhuanbarreto merged 1 commit into
mainfrom
renovate/devdependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
@sentry/node-core (source) devDependencies minor 10.53.110.54.0 10.55.0 OpenSSF Scorecard
oxfmt (source) devDependencies minor 0.51.00.52.0 OpenSSF Scorecard
oxlint (source) devDependencies minor 1.66.01.67.0 OpenSSF Scorecard
posthog-node (source) devDependencies patch 5.35.25.35.5 5.35.6 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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
oxc-project/oxc (oxfmt)

v0.52.0

Compare Source

🚀 Features
  • 16b8058 oxfmt: Support vite-plus/resolveConfig for vite.config.ts (#​22454) (leaysgur)
oxc-project/oxc (oxlint)

v1.67.0

Compare Source

🚀 Features
PostHog/posthog-js (posthog-node)

v5.35.5

Compare Source

Patch Changes

v5.35.4

Compare Source

Patch Changes

v5.35.3

Compare Source

Patch Changes

Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

🚦 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 rhuanbarreto as a code owner May 29, 2026 20:33
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 29, 2026

Copy link
Copy Markdown

Deploying archgate-cli with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4ebe025
Status: ✅  Deploy successful!
Preview URL: https://f43936b1.archgate-cli.pages.dev
Branch Preview URL: https://renovate-devdependencies--no.archgate-cli.pages.dev

View logs

@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Code Coverage

Metric Value
Lines 90.3% (6735 / 7458)
Threshold 90% minimum — met
Platforms Linux + Windows

Full HTML report available in workflow artifacts.

Per-directory breakdown
Directory Coverage Lines
src/commands/ 88.0% 2082 / 2365
src/engine/ 93.1% 1379 / 1481
src/formats/ 100.0% 141 / 141
src/helpers/ 90.3% 3133 / 3471

@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 0a306ad to 3057cf0 Compare May 29, 2026 21:31
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 3057cf0 to 4ebe025 Compare May 30, 2026 17:58
@rhuanbarreto rhuanbarreto merged commit a4df00f into main May 30, 2026
20 of 28 checks passed
@rhuanbarreto rhuanbarreto deleted the renovate/devdependencies-(non-major) branch May 30, 2026 19:30
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.

1 participant