Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@ai-sdk/anthropic (source) 3.0.753.0.103 age adoption passing confidence dependencies patch
@ai-sdk/openai (source) 3.0.623.0.89 age adoption passing confidence dependencies patch
@antfu/eslint-config 8.2.08.3.0 age adoption passing confidence devDependencies minor
@fontsource/manrope (source) 5.2.85.3.0 age adoption passing confidence devDependencies minor
@sentry/react (source) 10.52.010.68.0 age adoption passing confidence devDependencies minor
@tailwindcss/vite (source) 4.2.44.3.3 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.100.95.101.4 age adoption passing confidence devDependencies minor
@tanstack/react-query-devtools (source) 5.100.95.101.4 age adoption passing confidence devDependencies minor
@types/node (source) 25.6.025.9.5 age adoption passing confidence devDependencies minor
@types/react (source) 19.2.1419.2.17 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) 6.0.16.0.4 age adoption passing confidence devDependencies patch
ai (source) 6.0.1756.0.237 age adoption passing confidence dependencies patch
dayjs (source) 1.11.201.11.21 age adoption passing confidence devDependencies patch
dexie (source) 4.4.24.4.4 age adoption passing confidence devDependencies patch
electron 41.5.041.10.3 age adoption passing confidence devDependencies minor
electron-builder (source) 26.8.126.15.3 age adoption passing confidence devDependencies minor
electron-log 5.4.35.4.4 age adoption passing confidence devDependencies patch
electron-updater (source) 6.8.36.8.9 age adoption passing confidence devDependencies patch
eslint (source) 10.3.010.8.0 age adoption passing confidence devDependencies minor
eslint-plugin-react-refresh 0.5.20.5.3 age adoption passing confidence devDependencies patch
framer-motion 12.38.012.43.0 age adoption passing confidence devDependencies minor
jotai 2.20.02.20.2 age adoption passing confidence devDependencies patch
lucide-react (source) 1.14.01.27.0 age adoption passing confidence devDependencies minor
nanoid 5.1.115.1.16 age adoption passing confidence dependencies patch
opencc-js 1.3.01.4.1 age adoption passing confidence devDependencies minor
pnpm (source) 10.11.010.34.5 age adoption passing confidence packageManager minor
pnpm/action-setup v4.1.0v4.4.0 age adoption passing confidence action minor
prettier (source) 3.8.33.9.6 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.7.2^0.8.0 age adoption passing confidence devDependencies minor
radix-ui (source) 1.4.31.6.7 age adoption passing confidence dependencies minor
react (source) 19.2.619.2.8 age adoption passing confidence devDependencies patch
react-dom (source) 19.2.619.2.8 age adoption passing confidence devDependencies patch
react-scan (source) 0.5.60.5.7 age adoption passing confidence devDependencies patch
softprops/action-gh-release v2.2.1v2.6.2 age adoption passing confidence action minor
tailwind-merge 3.5.03.6.0 age adoption passing confidence devDependencies minor
tailwindcss (source) 4.2.44.3.3 age adoption passing confidence devDependencies minor

Release Notes

vercel/ai (@​ai-sdk/anthropic)

v3.0.103

Compare Source

Patch Changes
  • 7865a71: fix(anthropic): report thinking tokens as reasoning token usage

v3.0.102

Compare Source

Patch Changes
  • b4c4426: feat (provider/anthropic): support fallbacks 'default' mode, which routes safety classifier refusals to Anthropic's recommended fallback model (adds the server-side-fallback-2026-07-01 beta automatically)
  • b4c4426: feat (provider/anthropic): support mid-conversation tool changes via the toolChanges system message provider option, emitting tool_addition/tool_removal content blocks and the mid-conversation-tool-changes-2026-07-01 beta
  • b4c4426: feat (provider/anthropic): add claude-opus-5 model id with frontier-tier capabilities (128k output tokens, structured output, adaptive thinking, xhigh effort, sampling parameter rejection, thinking-disabled only at effort high or below)

v3.0.101

Compare Source

Patch Changes
  • 0608dca: fix (provider/anthropic): use current-generation capability defaults for unrecognized Claude model IDs while retaining conservative defaults for legacy Claude and non-Claude models.

v3.0.100

Compare Source

Patch Changes
  • b7afc80: Warn when an unknown model uses the default 4096 max output token limit.

v3.0.99

Compare Source

Patch Changes
  • db8cff6: fix(amazon-bedrock): sanitize unsupported JSON Schema constraints in native Anthropic structured output
  • 94d0f86: fix(provider/anthropic): warn when parallel tool use is requested with JSON tool structured output

v3.0.98

Compare Source

Patch Changes

v3.0.97

Compare Source

Patch Changes

v3.0.96

Compare Source

v3.0.95

Compare Source

v3.0.94

Compare Source

Patch Changes
  • 0952964: Prevent prototype pollution when synchronously parsing provider JSON inputs and expose secureJsonParse from provider-utils.
  • 764baab: Normalize a bare https://api.anthropic.com base URL to include /v1.
  • Updated dependencies [0952964]

v3.0.93

Compare Source

v3.0.92

Compare Source

Patch Changes

v3.0.91

Compare Source

Patch Changes

v3.0.90

Patch Changes
  • 28ff5a7: fix(anthropic): correctly map delta type when code execution tools are used

v3.0.89

Patch Changes

v3.0.88

Patch Changes

v3.0.87

Patch Changes

v3.0.86

Compare Source

Patch Changes
  • 6086c60: fix(anthropic): reorder assistant content b/w client and provider tool use

v3.0.85

Compare Source

Patch Changes

v3.0.84

Patch Changes

v3.0.82

Compare Source

Patch Changes
  • 2a91a17: feat(provider/anthropic): add support for claude-fable-5 and the fallbacks API parameter

v3.0.81

Compare Source

Patch Changes
  • 4084fcd: feat(provider/anthropic): add support for claude-opus-4-8

v3.0.80

Compare Source

Patch Changes
  • 263d3e6: fix(provider/anthropic): fix remaining errors with Anthropic code_execution tool dynamic calls from latest web_fetch or web_search

v3.0.79

Compare Source

Patch Changes
  • d61a788: Handle errors from anthropic websearch tool

v3.0.78

Compare Source

Patch Changes
  • 6e28d25: fix(anthropic): propagate toModelOutput providerOption to anthropic tool results

v3.0.77

Compare Source

Patch Changes
  • d53314d: feat(anthropic): add the new advisor tool

v3.0.76

Compare Source

Patch Changes
antfu/eslint-config (@​antfu/eslint-config)

v8.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • markdown: Scope user rule overrides away from md files  -  by @​antfu and Claude Opus 4.7 (1M context) in #​844 (8d25a)
    View changes on GitHub
fontsource/font-files (@​fontsource/manrope)

v5.3.0

Compare Source

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

v10.68.0

Compare Source

  • feat(cloudflare): Add @​sentry/cloudflare/vite orchestrion plugin (#​21967)
  • feat(nestjs): Support WebSocket errors in SentryGlobalFilter (#​22224)
  • feat(node,server-utils): Set cache.key on dataloader spans and capture redis delete operations as cache.remove (#​22389)
  • feat(server-utils): Allow integrations to be part of marker (#​22094)
  • feat(server-utils): Migrate FirebaseInstrumentation to orchestrion (#​22141)
  • feat(server-utils): Warn when bundler config has instrumented module in external (#​22379)
  • feat(v10): Add http.route attribute to http.server spans with parameterized routes (#​22564)
  • feat(v10): Add url.full and url.path to http.server spans (#​22533)
  • feat(v10/cloudflare): Auto-instrument Durable Object classes (#​22541)
  • feat(v10/cloudflare): Auto-instrument the worker entry with withSentry (#​22540)
  • feat(v10/cloudflare): Auto-instrument WorkerEntrypoint classes (#​22543)
  • feat(v10/cloudflare): Auto-instrument Workflow classes (#​22542)
  • feat(v10/cloudflare): Read wrangler config and resolve the Sentry options module (#​22538)
  • feat(v10/core): Add instrumentStateGraph API (#​22491)
  • feat(v10/core): Add url.full attribute to core fetch instrumentation (#​22436)
  • feat(v10/core): Support filtering stackFrameVariables by variable name (#​22526)
  • feat(v10/react-router): Make instrumentation API the default (#​22525)
  • fix(cloudflare,deno,node): Align types of vercelai (#​22343)
  • fix(core): Instrument Anthropic client in place instead of via a deep proxy (#​22305)
  • fix(replay): Set text/javascript MIME type on compression worker Blob (#​22377)
  • fix(sveltekit): Adapt frame rewriting for kit 3 (#​22407)
  • fix(v10): Pin @apm-js-collab/code-transformer-bundler-plugins to 0.7.1 (#​22497)
  • fix(v10/cloudflare): Import prismaIntegration from server-utils (#​22535)
  • fix(v10/core): Avoid functionToStringIntegration causing infinite recursions (#​22527)
  • fix(v10/core): Avoid propagating baggage: "undefined" when DSC is missing (#​22440)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​22342)
  • chore: Add external contributor to CHANGELOG.md (#​22405)
  • chore(deps): Bump axios from 1.16.0 to 1.18.0 in /dev-packages/e2e-tests/test-applications/nestjs-basic (#​22395)
  • chore(deps): Bump morgan from 1.10.0 to 1.11.0 (#​22187)
  • chore(size-limit): weekly auto-bump (#​22182)
  • ci(v10): Add v10 to build and license-compliance branch filters (#​22499)
  • feat(deps): Bump axios from 1.16.0 to 1.18.0 (#​22396)
  • ref(server-utils): Remove unneeded orchestrion config (#​22384)
  • ref(server-utils): Small fastify cleanup (#​22385)
  • test: Remove unnecessary test waits (#​22383)
  • test(sveltekit-3): Fix import defineEnvVars from @sveltejs/kit/env (#​22390)
  • test(v10/cloudflare): Add Vite-build support to the integration-test runner (#​22539)

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

Bundle size 📦

Path Size
@​sentry/browser 27.11 KB
@​sentry/browser - with treeshaking flags 25.59 KB
@​sentry/browser (incl. Tracing) 45.51 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.25 KB
@​sentry/browser (incl. Tracing, Profiling) 50.15 KB
@​sentry/browser (incl. Tracing, Replay) 83.84 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.79 KB
@​sentry/browser (incl. Feedback) 43.88 KB
@​sentry/browser (incl. sendFeedback) 31.79 KB
@​sentry/browser (incl. FeedbackAsync) 36.8 KB
@​sentry/browser (incl. Metrics) 28.17 KB
@​sentry/browser (incl. Logs) 28.39 KB
@​sentry/browser (incl. Metrics & Logs) 29.07 KB
@​sentry/react 28.87 KB
@​sentry/react (incl. Tracing) 47.72 KB
@​sentry/vue 32.41 KB
@​sentry/vue (incl. Tracing) 47.43 KB
@​sentry/svelte 27.13 KB
CDN Bundle 29.45 KB
CDN Bundle (incl. Tracing) 47.42 KB
CDN Bundle (incl. Logs, Metrics) 30.99 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.69 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.34 KB
CDN Bundle (incl. Tracing, Replay) 84.04 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.32 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.71 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.94 KB
CDN Bundle - uncompressed 87.8 KB
CDN Bundle (incl. Tracing) - uncompressed 143.35 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.4 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.23 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.24 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.79 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.17 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.03 KB
@​sentry/nextjs (client) 50.2 KB
@​sentry/sveltekit (client) 45.92 KB
@​sentry/core/server 78.45 KB
@​sentry/core/browser 65.16 KB
@​sentry/node-core 61.77 KB
@​sentry/node 122.9 KB
@​sentry/node (incl. diagnostics channel injection) 147.76 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 68.39 KB
@​sentry/node/light 50.21 KB
@​sentry/node - without tracing 73.19 KB
@​sentry/aws-serverless 82.24 KB
@​sentry/cloudflare (withSentry) - minified 193.11 KB
@​sentry/cloudflare (withSentry) 475.28 KB

v10.67.0

Compare Source

Important Changes
  • feat(sveltekit): Add support for SvelteKit 3 (#​22264)

    The SvelteKit SDK now supports the pre-release of SvelteKit 3, including client-side pageload and navigation tracing and server-side native tracing, alongside continued SvelteKit 2 support. No Sentry-specific setup changes are required. The SDK detects your SvelteKit version and picks the right implementation automatically.

Other Changes
  • feat(aws-serverless): Use orchestrion aws-sdk integration under diagnostics-channel opt-in (#​22143)
  • feat(cloudflare): Auto-instrument Workers AI binding via env instrumentation (#​22126)
  • feat(cloudflare): Instrument Cloudflare rate limiter bindings (#​22035)
  • feat(core): Instrument workers-ai-provider (#​22119)
  • feat(core): Rename queryParams to urlQueryParams (#​22217)
  • feat(mongodb): implement orchestrion mongodb integration (#​22308)
  • feat(mongoose): implement orchestrion mongoose integration (#​22202)
  • feat(node): Rewrite tedious instrumentation to orchestrion tracing channels (#​22238)
  • feat(nuxt): Add _experimental.useDiagnosticsChannelInjection (#​22323)
  • feat(remix): Add orchestrion-based remix instrumentation (#​22244)
  • feat(replay): Allow skipping the final flush on stop() via { flush: false } (#​22300)
  • feat(server-utils): Add @​opentelemetry/instrumentation-koa orchestrion integration (#​22146)
  • feat(server-utils): Add orchestrion aws-sdk channel integration core (#​22142)
  • feat(server-utils): Allow passing custom transforms to orchestrion (#​22319)
  • feat(server-utils): Port Bedrock aws-sdk extension and add integration tests (#​22166)
  • feat(server-utils): Port S3, Kinesis, DynamoDB, SecretsManager and StepFunctions aws-sdk extensions (#​22164)
  • feat(server-utils): Port SQS, SNS and Lambda aws-sdk extensions with trace propagation (#​22165)
  • feat(server-utils): Rewrite SentryLangChainInstrumentation to orchestrion (#​22266)
  • feat(server-utils): Rewrite SentryLangGraphInstrumentation to orchestrion (#​22268)
  • feat(vue): Set navigation.route.id from the route name (#​22372)
  • fix(bundler): do not import type from optional peer dep (#​22304)
  • fix(cloudflare): Bind Durable Object built-in handlers (#​22340)
  • fix(cloudflare): Instrument custom WorkerEntrypoint RPC methods (#​22310)
  • fix(cloudflare): Route DO teardown through original waitUntil (#​22339)
  • fix(cloudflare): Skip spans for Cloudflare-internal Durable Object SQL queries (#​22376)
  • fix(core): Prevent functionToStringIntegration from throwing on cross-origin realms (#​22273)
  • fix(core): Prevent infinite recursion when console is instrumented twice (#​21959)
  • fix(nextjs): Mark internal chunk frames as not in_app (#​22354)
  • fix(node): Register tracer provider when OTel API global pre-exists with a different version (#​22374)
  • fix(node-native): Don't drop breadcrumbs from event loop block events (#​22322)
  • fix(serve-rutils): Orchestrion diagnostics for async and require (#​22327)
  • fix(server-utils): Only skip loader thread (#​22336)
  • fix(sveltekit): Detect SvelteKit server build via Vite Environment API (#​21629)
  • fix(vercelai): Avoid double-capturing v4 tool errors in orchestrion mode (#​22293)
  • fix(vue): Support pinia 4 in peer dependency range (#​22324)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​22357)
  • chore: Add external contributor to CHANGELOG.md (#​22359)
  • chore: Remove @apm-js-collab/code-transformer as a dependency (#​22317)
  • chore(changelog): Add callout for SvelteKit 3 support (#​22371)
  • chore(ci): Use openrouter keys for claude in ci (#​22381)
  • chore(skills): Add libraries to framework update watcher (#​22326)
  • docs(agents): Prefer reusing existing utils before adding new ones (#​22370)
  • feat(deps): Bump @​opentelemetry/semantic-conventions from 1.42.0 to 1.43.0 in the opentelemetry group ([#​22333

Note

PR body was truncated to here.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ca2a469 to d2b98a8 Compare June 15, 2025 11:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6149b6e to 99e96ad Compare June 23, 2025 02:37
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 18481ea to d0be774 Compare June 29, 2025 09:25
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d0be774 to 3ff0218 Compare July 9, 2025 12:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from cef7dbf to b9874d9 Compare July 30, 2025 11:05
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5110433 to 1f8a019 Compare August 1, 2025 12:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 3b91fed to cda8056 Compare August 19, 2025 09:14
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 44caa98 to f6a20ce Compare August 25, 2025 10:50
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 757e722 to 1dfd24e Compare August 30, 2025 07:23
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1dfd24e to 004b886 Compare August 30, 2025 08:41
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 004b886 to c99abb4 Compare August 30, 2025 09:02
@renovate

renovate Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 4 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated fluent-ffmpeg@2.1.3
Progress: resolved 48, reused 0, downloaded 0, added 0
Progress: resolved 69, reused 0, downloaded 0, added 0
Progress: resolved 74, reused 0, downloaded 0, added 0
Progress: resolved 77, reused 0, downloaded 0, added 0
Progress: resolved 78, reused 0, downloaded 0, added 0
Progress: resolved 161, reused 0, downloaded 0, added 0
Progress: resolved 170, reused 0, downloaded 0, added 0
Progress: resolved 189, reused 0, downloaded 0, added 0
Progress: resolved 204, reused 0, downloaded 0, added 0
Progress: resolved 232, reused 0, downloaded 0, added 0
Progress: resolved 258, reused 0, downloaded 0, added 0
Progress: resolved 283, reused 0, downloaded 0, added 0
Progress: resolved 291, reused 0, downloaded 0, added 0
Progress: resolved 312, reused 0, downloaded 0, added 0
Progress: resolved 324, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/marchen-dev/marchen-player/packages/electron-ipc:
 ERR_PNPM_TRUST_DOWNGRADE  High-risk trust downgrade for "semver@6.3.1" (possible package takeover)

This error happened while installing the dependencies of electron@41.5.0
 at @electron/get@2.0.3

Trust checks are based solely on publish date, not semver. A package cannot be installed if any earlier-published version had stronger trust evidence. Earlier versions had provenance attestation, but this version has no trust evidence. A trust downgrade may indicate a supply chain incident.

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