Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/vue (source) ^4.0.89^4.0.92 age confidence
@libsql/client (source) ^0.17.4^0.18.0 age confidence
@posthog/ai (source) ^8.9.3^8.10.1 age confidence
@types/react-dom (source) ^19.2.5^19.2.7 age confidence
@vercel/connect (source) ^2.0.1^2.0.2 age confidence
ai (source) ^7.0.89^7.0.92 age confidence
ai (source) ^7.0.89^7.0.92 age confidence
evlog (source) ^2.28.0^2.28.1 age confidence
fastify (source) >=5.12.1>=5.12.3 age confidence
fastify (source) ^5.12.1^5.12.3 age confidence
happy-dom ^20.12.0^20.14.0 age confidence
jose ^6.2.10^6.2.11 age confidence
microsandbox ^0.6.16^0.6.17 age confidence
motion-v ^2.4.0^2.4.1 age confidence
posthog-js (source) ^1.424.1^1.427.1 age confidence
tsdown (source) ^0.22.14^0.23.0 age confidence
tsdown@0.22.8>rolldown (source) 1.2.61.2.7 age confidence

Release Notes

tursodatabase/libsql-client-ts (@​libsql/client)

v0.18.0

Compare Source

PostHog/posthog-js (@​posthog/ai)

v8.10.1

Compare Source

Patch Changes
  • #​4736 c16a7ce Thanks @​bernatixer! - Only terminal Responses API statuses become $ai_stop_reason (a queued or in-progress background run no longer records a lifecycle state as its stop reason), and the native OpenAI wrapper now names a truncated run by incomplete_details.reason (e.g. max_output_tokens) instead of the bare incomplete, matching the LangChain callback
    (2026-09-03)
  • Updated dependencies [dbbb58e]:

v8.10.0

Compare Source

Minor Changes
  • #​4687 657b173 Thanks @​AhmadHammad21! - Add a Google ADK (@google/adk) observability adapter. @posthog/ai/adk exposes PostHogADKPlugin, an ADK BasePlugin that captures a full $ai_generation event (input, output, model, token usage, latency, finish reason, trace id, session id, distinct id and groups) for every model call an ADK agent makes, funnelling through the shared captureAiGeneration primitive so PostHog derives cost from the model and tokens.
    (2026-09-02)
vercel/vercel (@​vercel/connect)

v2.0.2

Compare Source

Patches
  • Don't ignore modules directory when transpiling: 2fa62da
vercel/ai (ai)

v7.0.92

Compare Source

Patch Changes
  • a51cc94: fix(ai): preserve provider metadata from empty smooth stream deltas
  • d1904d3: fix(ai): surface fallback errors for empty HTTP response bodies
  • 84e5a79: fix(ai): skip smoothStream delays while the document is hidden
  • a8e8ad0: fix(ai): expose call ID and abort reason in streamText onAbort callbacks
  • Updated dependencies [a7e324b]

v7.0.91

Compare Source

Patch Changes
  • 802af1e: Add configurable recovery for provider errors received after streamText response streaming begins. Explicitly configuring streamRetries enables isolated retry attempts, including one bounded callback-directed recovery through StreamTextOnErrorRetryCallback with streamRetries: 0; recovered results and metadata reflect only the successful attempt, while the existing StreamTextOnErrorCallback contract and logging-only observer behavior remain compatible.
  • Updated dependencies [5484f27]
  • Updated dependencies [36eb7ee]
  • Updated dependencies [622fa7f]

v7.0.90

Compare Source

Patch Changes
evloghq/evlog (evlog)

v2.28.1

Compare Source

What's Changed

Continuous Integration 🔄
  • ci: delete neon preview branches on pr close and skip changeset-release deploys by @​HugoRCD in #​650
Documentation 📚
Dependency Updates 📦

Full Changelog: https://github.com/evloghq/evlog/compare/@evlog/cli@0.6.1...evlog@2.28.1

fastify/fastify (fastify)

v5.12.3

Compare Source

v5.12.2

Compare Source

⚠️ Security release

What's Changed

Full Changelog: fastify/fastify@v5.12.1...v5.12.2

capricorn86/happy-dom (happy-dom)

v20.14.0

Compare Source

🎨 Features

v20.13.2

Compare Source

👷‍♂️ Patch fixes

v20.13.1

Compare Source

v20.13.0

Compare Source

🎨 Features

v20.12.2

Compare Source

v20.12.1

Compare Source

panva/jose (jose)

v6.2.11

Compare Source

motiondivision/motion-vue (motion-v)

v2.4.1

Compare Source

   🐞 Bug Fixes
  • layout: Guard promote/relegate by lead status and refresh presence in updatePrevLead  -  by @​rick-hup and Claude Code (0929a)
  • state: Resolve strict-mode type errors in MotionState  -  by @​rick-hup and Claude Code (d238f)
    View changes on GitHub
PostHog/posthog-js (posthog-js)

v1.427.1

Compare Source

1.427.1

Patch Changes
  • #​4786 a04c333 Thanks @​marandaneto! - Prevent automatic and manual exception capture from recursively recapturing stack overflows raised while sending an exception.
    (2026-09-04)

v1.427.0

Compare Source

1.427.0

Minor Changes
Patch Changes

v1.426.4

Compare Source

1.426.4

Patch Changes
  • #​4764 fa2924d Thanks @​marandaneto! - Preserve previously persisted feature flags as an offline fallback when bootstrap flags are provided.
    (2026-09-04)

v1.426.3

Compare Source

1.426.3

Patch Changes
  • #​4761 ebf7318 Thanks @​marandaneto! - Prevent session replay network capture from replacing a downstream fetch wrapper's response with an instrumentation error when the response has no headers.
    (2026-09-04)

v1.426.2

Compare Source

1.426.2

Patch Changes
  • #​4763 7b30da7 Thanks @​marandaneto! - Ship the package ESM entrypoint with an .mjs extension so Node recognizes its module format, while retaining the existing .js bundle for backwards compatibility.
    (2026-09-03)

  • #​4759 c475070 Thanks @​marandaneto! - Preserve explicitly false feature flag values supplied through bootstrap configuration.
    (2026-09-03)

  • #​4767 9d683ca Thanks @​marandaneto! - Preserve the anonymous distinct ID used for feature flag persistence when identify() queues a reload behind an in-flight flags request.
    (2026-09-03)

  • #​4766 ed4ba23 Thanks @​marandaneto! - Limit persisted initial URLs by their encoded cookie size to prevent long URLs and referrers from exceeding browser cookie limits.
    (2026-09-03)

  • #​4762 fbf10d4 Thanks @​marandaneto! - Merge event-specific $groups with groups registered on the browser client.
    (2026-09-03)

  • #​4732 f00e24d Thanks @​posthog! - Polyfill Array.prototype.findLast in the web vitals attribution bundles so they keep capturing on browsers older than Chrome 97 and Safari 15.4
    (2026-09-03)

  • Updated dependencies [c475070, f00e24d]:

v1.426.1

Compare Source

1.426.1

Patch Changes
  • #​4765 d8508b6 Thanks @​marandaneto! - Initialize the Segment enrichment integration when Segment is configured through set_config, so Segment events include PostHog properties such as active feature flags.
    (2026-09-03)

v1.426.0

Compare Source

1.426.0

Minor Changes
Patch Changes
  • #​4760 41ed3af Thanks @​marandaneto! - Require a distinct ID when calling identify and correct its API documentation to match the existing runtime validation.
    (2026-09-03)

  • #​4713 7a027ad Thanks @​posthog! - Gate $groupidentify on person processing. Under identified_only, a group() call promotes the user to identified so the event is kept instead of dropped. Under never, the local group association is retained for subsequent events and feature flags, but $groupidentify is not sent because the server always drops it.
    (2026-09-03)

  • Updated dependencies [41ed3af, dbbb58e]:

v1.425.1

Compare Source

1.425.1

Patch Changes
  • #​4731 9b4008a Thanks @​fasyy612! - fix(replay): re-adopt constructed stylesheets when a shadow host is removed and re-added mid-replay. An SPA navigation can detach and reattach the same web component element; the browser keeps its shadow root and adopted sheets, so the recorder (which already tracks that shadow root) emits no new AdoptedStyleSheet event. The replayer rebuilds the element with a fresh shadow root and previously dropped the adopted styles for the rest of playback, rendering the component unstyled. The replayer now remembers the last adopted styleIds per host and re-adopts them when the shadow root is rebuilt, in both live playback and fast-forward. Fixes playback of existing recordings.
    (2026-09-02)

  • #​4744 77797c9 Thanks @​fasyy612! - fix(replay): keep recording through a session-id rotation when the persisted remote config is past its TTL. A rotation restart transits through stop() before start(), which made the config TTL check treat it as a cold boot: the stale config was discarded, start() bailed silently, and the recorder died with session attribution stuck on the old session id. The rotated session then shipped events with no initial full snapshot, producing recordings whose prefix cannot be played until something else restarted recording. Affects any rotation on a session older than one hour, most visibly posthog.reset() on logout. Cold-boot TTL behavior is unchanged.
    (2026-09-02)

v1.425.0

Compare Source

1.425.0
Minor Changes
Patch Changes
rolldown/tsdown (tsdown)

v0.23.0

Compare Source

   🧭 Migration Guide

Most users can upgrade directly. Before upgrading, run one final build with tsdown@0.22.14 and resolve all deprecation warnings.

  • config:
    • bundle: falseunbundle: true; bundle: true can be removed
    • outExtensionoutExtensions
    • publicDir / --public-dircopy / --copy
    • removeNodeProtocol: truenodeProtocol: 'strip'
    • injectStylecss.inject
  • deps:
    • inlineOnly / deps.onlyAllowBundledeps.onlyBundle
    • skipNodeModulesBundle: truedeps.neverBundle: true
    • resolveDepSubpath now defaults to false; set it to true to preserve the previous behavior
  • dts:
    • Select a generator with dts.generator, for example { generator: 'oxc' }
    • dts.cjsReexport was removed; dual-format builds now generate CJS declarations in a separate pass
  • attw:
    • The default profile changed from strict to esm-only; set profile: 'strict' to preserve the previous checks
  • programmatic API:
    • build() now returns { bundles, watch }; replace const bundles = await build() with const { bundles } = await build()
  • requirements:
    • Node.js 25 is no longer supported; use ^22.18.0, ^24.11.0, or >=26.0.0
    • The packages no longer publish legacy types and typesVersions fallbacks; use TypeScript’s bundler, node16, or nodenext module resolution
   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
rolldown/rolldown (tsdown@0.22.8>rolldown)

v1.2.7

Compare Source

🐛 Bug Fixes
🧪 Testing
⚙️ Miscellaneous Tasks

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 3am on Monday"
  • 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.

@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
evi Ready Ready Preview Sep 6, 2026 5:21pm UTC
evlog-docs Ready Ready Preview, v0 Sep 6, 2026 5:21pm UTC
evlog-render-lab Ready Ready Preview Sep 6, 2026 5:21pm UTC
evlog-telemetry Ready Ready Preview Sep 6, 2026 5:21pm UTC
just-use-evlog Error Error Sep 6, 2026 5:21pm UTC

Request Review

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f6d9d12 to 6b8e2cb Compare September 4, 2026 09:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6b8e2cb to 1b3fa4a Compare September 4, 2026 13:46
@HugoRCD

HugoRCD commented Sep 4, 2026

Copy link
Copy Markdown
Member

@claude fix this branch

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2d78a68 to f03d4bd Compare September 5, 2026 13:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f03d4bd to b4dd266 Compare September 5, 2026 18:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b4dd266 to 114dab5 Compare September 5, 2026 20:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 114dab5 to 2396be2 Compare September 6, 2026 01:42
@pkg-pr-new

pkg-pr-new Bot commented Sep 6, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/@evlog/cli@667
npm i https://pkg.pr.new/evlog@667
npm i https://pkg.pr.new/@evlog/nuxthub@667
npm i https://pkg.pr.new/@evlog/telemetry@667

commit: e1da370

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