Skip to content

chore(deps): update dependency posthog-js to v1.433.4 - #1586

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/posthog-js-1.x-lockfile
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/posthog-js-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 10, 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
posthog-js (source) 1.393.41.433.4 age confidence

Release Notes

PostHog/posthog-js (posthog-js)

v1.433.4

Compare Source

1.433.4

Patch Changes
  • #​4941 07c1045 Thanks @​marandaneto! - Capture causes and AggregateError members with relationship metadata and individual stacks, limiting output to 50 entries and 1,000 member inspections.
    (2026-09-15)

  • #​4898 372afba Thanks @​posthog! - Contain a throw from a third-party patched AbortController.abort() when our own fetch timeout fires, so it is retried instead of escaping as an uncaught error, and report a single outcome per request.
    (2026-09-15)

  • #​4910 38b61f9 Thanks @​posthog! - Keep the end of a session recording when one replay event is too large to stringify: that event is dropped and the rest of the buffer still ships, instead of the size estimate throwing and stopping the unload flush.
    (2026-09-15)

  • #​4909 5d4f1f7 Thanks @​posthog! - Keep the session recording observers that started when one of them fails to initialize, and report the failed observers in the recorder debug properties.
    (2026-09-15)

  • Updated dependencies [07c1045]:

v1.433.3

Compare Source

1.433.3

Patch Changes

v1.433.2

Compare Source

1.433.2

Patch Changes
  • #​4846 bd4543e Thanks @​posthog! - Keep session recording snapshots from different windows of the same session in separate uploads to preserve their window attribution.
    (2026-09-14)

  • #​4954 3c68c08 Thanks @​marandaneto! - Respect Retry-After, including repeated headers, up to 30 seconds on retryable browser responses without shortening exponential backoff.
    (2026-09-14)

  • Updated dependencies [3c68c08]:

v1.433.1

Compare Source

1.433.1

Patch Changes

v1.433.0

Compare Source

1.433.0

Minor Changes
  • #​4916 d037ea1 Thanks @​mayteio! - Read Meta's _fbc and _fbp cookies for the Conversions API. When the Meta pixel is on the page, its _fbc cookie holds the true ad click time, so that value now wins over the time PostHog stamps on the pageview that follows the click, and a click that landed before the SDK loaded is no longer lost. The _fbp browser ID is captured as the $fbp person property, which makes it available to a conversion sent later from a backend. Both cookies are read under the same switches as the URL click ID: save_campaign_params: false turns the reads off, and cookieless mode skips them.
    (2026-09-14)

v1.432.0

Compare Source

1.432.0

Minor Changes
  • #​4958 4a46fab Thanks @​marandaneto! - Add a resetError callback to React error-boundary fallbacks so applications can retry rendering without remounting the boundary.
    (2026-09-14)
Patch Changes

v1.431.8

Compare Source

1.431.8

Patch Changes
  • #​4935 6a78625 Thanks @​marandaneto! - Fix false dead clicks after synchronous DOM updates. Clicks stopped from bubbling are now evaluated too, which may increase dead-click counts for inert controls.
    (2026-09-14)

v1.431.7

Compare Source

1.431.7

Patch Changes

v1.431.6

Compare Source

1.431.6

Patch Changes
  • #​4936 ee6fd02 Thanks @​marandaneto! - Prevent buffered session replay data from crossing projects that share a persistence name during page navigation.
    (2026-09-14)

v1.431.5

Compare Source

1.431.5

Patch Changes

v1.431.4

Compare Source

1.431.4

Patch Changes

v1.431.3

Compare Source

1.431.3

Patch Changes

v1.431.2

Compare Source

1.431.2

Patch Changes

v1.431.1

Compare Source

1.431.1

Patch Changes
  • #​4934 b15ae1f Thanks @​marandaneto! - Exclude internal SDK console diagnostics from exception autocapture and report recoverable recorder diagnostics as warnings.
    (2026-09-14)

v1.431.0

Compare Source

1.431.0

Minor Changes
  • #​4918 c666606 Thanks @​pauldambra! - Add metrics.network config to record HTTP and HTTPS fetch and XMLHttpRequest durations as histograms, with an optional custom metric name and attributes.
    (2026-09-14)
Patch Changes

v1.430.4

Compare Source

1.430.4
Patch Changes
  • #​4946 aeaea15 Thanks @​marandaneto! - Fix console capture continuing after stop or duplicating after restart when another library wraps the console.
    (2026-09-14)

v1.430.3

Compare Source

1.430.3

Patch Changes
  • #​4923 2ae0f26 Thanks @​marandaneto! - Fix session recording failing to restart after capturing events while stopped with expired config.
    (2026-09-12)

v1.430.2

Compare Source

1.430.2

Patch Changes
  • #​4897 a140fa7 Thanks @​fasyy612! - Send each replay session's snapshots in their own request so a session rotation no longer files the new session's first snapshot under the old session.
    (2026-09-11)

v1.430.1

Compare Source

1.430.1

Patch Changes

v1.430.0

Compare Source

1.430.0

Minor Changes
  • #​4834 5f2b0fe Thanks @​posthog! - Add posthog-js/full, posthog-js/no-external and posthog-js/full/no-external entry points, so desktop apps and other CSP-restricted builds can require a bundle instead of deep-importing an ES module from dist/
    (2026-09-11)
Patch Changes
  • #​4860 8207df8 Thanks @​posthog! - Back off automatic feature flag refreshes on idle visible pages only when remote_config_refresh_interval_ms is omitted, preserving explicitly configured intervals.
    (2026-09-11)

  • #​4901 65aafcc Thanks @​marandaneto! - Preserve batched event timestamps so delayed retries do not shift event times and prevent deduplication.
    (2026-09-11)

  • Updated dependencies [8207df8]:

v1.429.5

Compare Source

1.429.5

Patch Changes
  • #​4579 19e78cc Thanks @​turnipdabeets! - Cap the retry delay for log exports at 30 seconds, the ceiling the logs contract states. It previously doubled to 64 times the flush interval — 192s on web, 640s on React Native — so a log export now resumes within 30 seconds of a failing endpoint recovering, at the cost of more retry requests while that endpoint is down.
    (2026-09-10)

  • #​4579 19e78cc Thanks @​turnipdabeets! - Keep backing off a failing log flush while new records arrive, instead of the next record resetting the retry to the flush interval.
    (2026-09-10)

  • #​4579 19e78cc Thanks @​turnipdabeets! - Logs and metrics now always send service.name and telemetry.sdk.*, even when a resourceAttributes value is too large to encode in full. Previously that value could crowd them out, and the records reached PostHog with no service attribution.
    (2026-09-10)

  • Updated dependencies [19e78cc, 19e78cc, 19e78cc, 19e78cc, 19e78cc, 19e78cc, 19e78cc]:

v1.429.4

Compare Source

1.429.4

Patch Changes
  • #​4862 3278cd0 Thanks @​pauldambra! - Call the original console method with the console as its receiver when recording console logs. The wrapper passed undefined instead, and passed no receiver at all when reporting its own failures, which a console implementation is free to reject.
    (2026-09-10)

  • #​4887 0da006c Thanks @​posthog! - Error tracking no longer counts an injected script as your own code. A stack frame is in_app only when its filename names a script your app was served — http(s), file, blob, app, capacitor, ionic, a bundler scheme, or a bare path. A frame served over any other scheme, such as an in-app browser bridge on iabjs:// or an extension content script on chrome-extension://, is kept for context but no longer groups the issue under your code.
    (2026-09-10)

  • #​4837 99b4fc7 Thanks @​pauldambra! - Stop recording autoplay attribute mutations on <video> and <audio> during session replay. The check compared a lowercase tag name against Element.tagName, which is uppercase for HTML elements, so a looping background video emitted a mutation for every autoplay toggle.
    (2026-09-10)

  • Updated dependencies [0da006c]:

v1.429.3

Compare Source

1.429.3

Patch Changes

v1.429.2

Compare Source

1.429.2

Patch Changes

v1.429.1

Compare Source

1.429.1

Patch Changes

v1.429.0

Compare Source

1.429.0

Minor Changes
  • #​4707 b441eb2 Thanks @​posthog! - Segment integration: allow segment to accept an integration config with filterProperties, so customers can filter PostHog-generated enrichment properties before Segment sends an event to its destinations. Returning null or throwing leaves the original Segment event unenriched.
    (2026-09-09)
Patch Changes

v1.428.11

Compare Source

1.428.11

Patch Changes
  • #​4725 d5abece Thanks @​bs1180! - fix(surveys): don't show the default "Start typing..." placeholder when the survey's placeholder text is empty
    (2026-09-09)

v1.428.10

Compare Source

1.428.10

Patch Changes

v1.428.9

Compare Source

1.428.9

Patch Changes

v1.428.8

Compare Source

v1.428.7

Compare Source

1.428.7

Patch Changes
  • #​4842 f93160d Thanks @​marandaneto! - Restore retry queue connectivity tracking when a page returns from the back-forward cache, without reactivating it after an explicit shutdown().
    (2026-09-08)

v1.428.6

Compare Source

1.428.6

Patch Changes
  • #​4791 b2affdc Thanks @​posthog! - Prefer sendBeacon for unbatched events, such as { send_instantly: true } captures, once PostHog's own pagehide handler (or unload fallback) marks the page as unloading. Captures from beforeunload or earlier pagehide listeners retain their normal transport. Preserve response-capable transports on active pages so failed requests can be retried, including when fetch is unavailable.
    (2026-09-08)
  • Updated dependencies [b2affdc]:

v1.428.5

Compare Source

v1.428.4

Compare Source

1.428.4

Patch Changes
  • #​4828 4ae6405 Thanks @​marandaneto! - Prevent waking an idle tab from extending the previous session recording across the entire idle gap.
    (2026-09-08)

v1.428.3

Compare Source

1.428.3

Patch Changes
  • #​4805 4cd5717 Thanks @​marandaneto! - Wait for the initial remote config outcome before using cached autocapture enablement, so a newly disabled project does not capture events while its settings load. Disabled remote requests retain local startup behavior, and failed or incomplete responses retain the cached fallback.
    (2026-09-07)

v1.428.2

Compare Source

1.428.2

Patch Changes
  • #​4803 87b34af Thanks @​marandaneto! - Preserve Error details, causes, aggregate errors, and custom enumerable properties in event properties, including cross-realm Errors. Apply string truncation to ordinary capture properties and retain custom toJSON serialization for exception additional properties.
    (2026-09-07)
  • Updated dependencies [87b34af]:

v1.428.1

Compare Source

1.428.1

Patch Changes

v1.428.0

Compare Source

1.428.0

Minor Changes
  • #​4809 3a5b322 Thanks @​marandaneto! - Add best-effort in-app browser attribution using $webview_app and $webview_app_version, without changing existing $browser or $browser_version values. Detect explicit user-agent markers for Facebook, Facebook Lite, Messenger, Instagram, Threads, LinkedIn, Twitter, TikTok, WhatsApp, Snapchat, WeChat, LINE, Google, Bing, Pinterest, Naver, and KakaoTalk. Unknown apps and versions are omitted; missing markers do not imply a standalone browser.
    (2026-09-07)
Patch Changes

v1.427.3

Compare Source

1.427.3

Patch Changes
  • #​4815 c207020 Thanks @​marandaneto! - Prevent queued session recording mutations from capturing content beneath DOM or shadow ancestors that have become blocked.
    (2026-09-07)

  • #​4785 74ca945 Thanks @​marandaneto! - Clarify feature flag return-value terminology across SDK APIs. A false value is a conclusive off evaluation, while undefined means no evaluation is available. Remote evaluation omits globally inactive flags, whereas backend local evaluation can resolve cached inactive definitions to false.
    (2026-09-07)

  • #​4797 fd4ece8 Thanks @​posthog! - Prevent exception autocapture from throwing when the handler it wraps belongs to another compartment or a destroyed document.
    (2026-09-07)

  • #​4754 d73455e Thanks @​posthog! - Session replay now reports why a recording holds its buffer. An epoch that starts without user interaction keeps its snapshots and uploads nothing, while $recording_status still reads active. Captured events now carry $sdk_debug_replay_flush_hold_reason (no_interaction_since_recording_started or no_interaction_since_session_rotated), and the SDK logs the reason once per held epoch in debug mode. Discarding a recording (for example when the server turns replay off) also no longer uploads the stylesheet mutations the recorder emits as it stops.
    (2026-09-07)

  • #​4788 95b159a Thanks @​fasyy612! - fix(replay): reset the idle clock on a session-id rotation so the new session's first snapshot is not dropped as idle and its recording does not start hours early
    (2026-09-07)

  • #​4770 24f1937 Thanks @​fasyy612! - fix(replay): drain the compression queue synchronously on a session-id rotation so the old session's unflushed tail ships under the old session id instead of being discarded
    (2026-09-07)

  • #​4666 5e74132 Thanks @​robbie-c! - Preserve universally safe JSON-LD properties and allowlisted tree structure when replay redacts other fields. Keep only DOM-backed ID fragments. Keep only @type values shaped like a Schema.org term, and limit types and payloads. Publish a reusable sanitization contract fixture.
    (2026-09-07)

  • #​4814 21dcebd Thanks @​posthog! - Prevent invalid clock values from breaking UUID generation and continue capturing replay chunks after a chunk fails.
    (2026-09-07)

  • Updated dependencies [74ca945, 5e74132, 21dcebd]:

v1.427.2

Compare Source

1.427.2

Patch Changes
  • #​4787 fd87caf Thanks @​marandaneto! - Prevent failures in automatic and manual exception processing from escaping into customer code.
    (2026-09-04)

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

v1.424.1

Compare Source

1.424.1

Patch Changes
  • #​4711 d90b3c5 Thanks @​posthog! - Prevent failed replay network body reads from escaping into the host page's own fetch() call
    (2026-09-01)

v1.424.0

Compare Source

1.424.0

Minor Changes

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • coderabbit-review-active

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 907ce3f1-8277-4ba9-90f6-f81cbb887688

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Review status

This PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging.

Current step: Awaiting fresh human maintainer or CODEOWNER approval.

Review-state labels are managed by this workflow; do not edit them manually.

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions github-actions Bot added the awaiting-maintainer CodeRabbit approved; waiting for a human maintainer label Sep 10, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 415d8f0 to 3a318dd Compare September 10, 2026 21:03
@renovate renovate Bot changed the title Update dependency posthog-js to v1.427.2 Update dependency posthog-js to v1.428.3 Sep 10, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 10, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 3a318dd to dd233dd Compare September 11, 2026 12:04
@renovate renovate Bot changed the title Update dependency posthog-js to v1.428.3 Update dependency posthog-js to v1.428.4 Sep 11, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 11, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from dd233dd to bfda999 Compare September 11, 2026 20:25
@renovate renovate Bot changed the title Update dependency posthog-js to v1.428.4 Update dependency posthog-js to v1.428.7 Sep 11, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 11, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from bfda999 to 328348d Compare September 12, 2026 09:56
@renovate renovate Bot changed the title Update dependency posthog-js to v1.428.7 Update dependency posthog-js to v1.428.8 Sep 12, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 12, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 328348d to 4801294 Compare September 12, 2026 14:21
@renovate renovate Bot changed the title Update dependency posthog-js to v1.428.8 Update dependency posthog-js to v1.428.9 Sep 12, 2026
@github-actions github-actions Bot removed the awaiting-maintainer CodeRabbit approved; waiting for a human maintainer label Sep 12, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 4801294 to a00b99d Compare September 12, 2026 14:32
@renovate renovate Bot changed the title Update dependency posthog-js to v1.428.9 Update dependency posthog-js to v1.428.10 Sep 12, 2026
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.429.1 chore(deps): update dependency posthog-js to v1.429.2 Sep 13, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from dc31319 to b0a8871 Compare September 13, 2026 10:48
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 13, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from b0a8871 to afb0066 Compare September 13, 2026 16:47
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.429.2 chore(deps): update dependency posthog-js to v1.429.4 Sep 13, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 13, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from afb0066 to a55ff29 Compare September 13, 2026 19:13
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.429.4 chore(deps): update dependency posthog-js to v1.429.5 Sep 13, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 13, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from a55ff29 to f682688 Compare September 14, 2026 09:24
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.429.5 chore(deps): update dependency posthog-js to v1.430.1 Sep 14, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from f682688 to 02349dd Compare September 14, 2026 10:53
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.430.1 chore(deps): update dependency posthog-js to v1.430.2 Sep 14, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 02349dd to 6227873 Compare September 15, 2026 15:31
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 15, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 6227873 to 9c24193 Compare September 15, 2026 20:55
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.430.2 chore(deps): update dependency posthog-js to v1.430.3 Sep 15, 2026
@github-actions github-actions Bot added awaiting-maintainer CodeRabbit approved; waiting for a human maintainer and removed awaiting-maintainer CodeRabbit approved; waiting for a human maintainer labels Sep 15, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 9c24193 to 986fce5 Compare September 17, 2026 19:51
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.430.3 chore(deps): update dependency posthog-js to v1.433.2 Sep 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-maintainer CodeRabbit approved; waiting for a human maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants