Skip to content

Update dependency posthog-js to v1.434.6 - #334

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 Aug 20, 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.363.61.434.6 age confidence

Release Notes

PostHog/posthog-js (posthog-js)

v1.434.6

Compare Source

1.434.6

Patch Changes
  • #​5016 4770179 Thanks @​posthog! - Keep session recording active when a cross-origin image or video taints a canvas.
    (2026-09-22)

v1.434.5

Compare Source

1.434.5

Patch Changes
  • #​5021 9cd834c Thanks @​posthog! - Stop reporting dead clicks on controls inside open shadow roots (such as web components or micro-frontends) when the click updates content inside the shadow root.
    (2026-09-21)

v1.434.4

Compare Source

1.434.4

Patch Changes
  • #​5042 ed9fc04 Thanks @​ioannisj! - Fix $session_id being sent as null when a sibling tab resets the session before this tab captures its first event (#​5036)
    (2026-09-21)

v1.434.3

Compare Source

1.434.3

Patch Changes
  • #​5008 3a8035f Thanks @​nachogarcia! - Retry /flags in the browser SDK on HTTP 502/504 and on request timeouts, bounded by the new feature_flag_request_max_retries config (default 1, set 0 to disable). Plain transport failures are deliberately left to the existing status-zero circuit breaker.
    (2026-09-21)
  • Updated dependencies [3a8035f]:

v1.434.2

Compare Source

1.434.2

Patch Changes

v1.434.1

Compare Source

1.434.1

Patch Changes
  • #​4980 7e07338 Thanks @​posthog! - Capture the document navigation timing in the replay network waterfall when recording starts after the page has loaded, and stop recording a partial duplicate of that entry when recording starts while the page is still loading
    (2026-09-18)

v1.434.0

Compare Source

1.434.0

Minor Changes
  • #​5014 5e86154 Thanks @​pauldambra! - Rename the metrics.network default attributes to the OTel HTTP client semantic conventions: http.request.method, server.address, server.port, url.scheme, url.template, http.response.status_code and error.type replace method, host, path and status_class.
    (2026-09-17)
Patch Changes

v1.433.10

Compare Source

1.433.10

Patch Changes
  • #​4960 c8e53fa Thanks @​posthog! - Log a console warning when session replay stops capturing canvas frames (browser without OffscreenCanvas, a CSP that blocks blob: workers, or a failing canvasCapture.maskRegionsFn), and stop changing WebGL and WebGPU canvas settings when canvas capture fails to start
    (2026-09-17)

  • #​4977 0257a29 Thanks @​lucasheriques! - Share survey choice and question shuffling between web and React Native through surveys core. Use Fisher-Yates for web questions, preserve Other-last choice ordering, and avoid mutating configured choices.
    (2026-09-17)

  • Updated dependencies [0257a29]:

v1.433.9

Compare Source

1.433.9

Patch Changes
  • #​5007 c3043f4 Thanks @​marandaneto! - Add a session diagnostic when stale replay configuration cannot be refreshed, without changing recording behavior.
    (2026-09-17)

v1.433.8

Compare Source

1.433.8

Patch Changes
  • #​4709 c1d1faf Thanks @​posthog! - Prefer synchronous compression for events captured with send_instantly, including the initial $pageview, to avoid delaying request dispatch on asynchronous compression.
    (2026-09-17)

v1.433.7

Compare Source

1.433.7

Patch Changes

v1.433.6

Compare Source

1.433.6

Patch Changes
  • #​4926 ec4062b Thanks @​posthog! - Stop treating a <link rel=preload as=style> resource hint as a stylesheet when recording. Because it carries the URL of the sheet it preloads, the recorder matched it to the loaded stylesheet and inlined the whole sheet onto it, putting the CSS in every full snapshot twice and reporting a failed stylesheet deferral on every snapshot.
    (2026-09-16)

v1.433.5

Compare Source

1.433.5

Patch Changes
  • #​4962 85b775a Thanks @​posthog! - Docstrings for identity_hash and setIdentity() now say the hash is signed with the Secret API key from Support settings, not a project secret API key or a personal API key.
    (2026-09-15)
  • Updated dependencies [85b775a]:

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

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 11:59 PM (* 0-23 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate

renovate Bot commented Aug 20, 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: react-beautiful-dnd@13.1.1
npm error Found: react@19.2.4
npm error node_modules/react
npm error   peer react@">=16.8.0" from @emotion/react@11.14.0
npm error   node_modules/@emotion/react
npm error     peer @emotion/react@"^11.0.0-rc.0" from @emotion/styled@11.14.1
npm error     node_modules/@emotion/styled
npm error       peerOptional @emotion/styled@"^11.3.0" from @mui/lab@7.0.1-beta.23
npm error       node_modules/@mui/lab
npm error         @mui/lab@"^7.0.1-beta.19" from the root project
npm error       4 more (@mui/material, @mui/styled-engine, @mui/system, the root project)
npm error     peerOptional @emotion/react@"^11.5.0" from @mui/lab@7.0.1-beta.23
npm error     node_modules/@mui/lab
npm error       @mui/lab@"^7.0.1-beta.19" from the root project
npm error     5 more (@mui/material, @mui/styled-engine, @mui/system, ...)
npm error   peer react@">=16.8.0" from @emotion/styled@11.14.1
npm error   node_modules/@emotion/styled
npm error     peerOptional @emotion/styled@"^11.3.0" from @mui/lab@7.0.1-beta.23
npm error     node_modules/@mui/lab
npm error       @mui/lab@"^7.0.1-beta.19" from the root project
npm error     peerOptional @emotion/styled@"^11.3.0" from @mui/material@7.3.9
npm error     node_modules/@mui/material
npm error       peer @mui/material@"^7.3.9" from @mui/icons-material@7.3.9
npm error       node_modules/@mui/icons-material
npm error         @mui/icons-material@"^7.3.5" from the root project
npm error       2 more (@mui/lab, the root project)
npm error     3 more (@mui/styled-engine, @mui/system, the root project)
npm error   32 more (@emotion/use-insertion-effect-with-fallbacks, ...)
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.8.5 || ^17.0.0 || ^18.0.0" from react-beautiful-dnd@13.1.1
npm error node_modules/react-beautiful-dnd
npm error   react-beautiful-dnd@"^13.1.1" from the root project
npm error
npm error Conflicting peer dependency: react@18.3.1
npm error node_modules/react
npm error   peer react@"^16.8.5 || ^17.0.0 || ^18.0.0" from react-beautiful-dnd@13.1.1
npm error   node_modules/react-beautiful-dnd
npm error     react-beautiful-dnd@"^13.1.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-09-22T03_55_20_833Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-22T03_55_20_833Z-debug-0.log

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
adminv2 Ready Ready Preview Sep 22, 2026 3:57am UTC

Request Review

@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from cdbe3a2 to e2b64fa Compare August 20, 2026 15:55
@renovate renovate Bot changed the title Update dependency posthog-js to v1.418.5 Update dependency posthog-js to v1.418.6 Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from e2b64fa to 65b6061 Compare August 20, 2026 21:55
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 65b6061 to 38d57fe Compare August 21, 2026 15:32
@renovate renovate Bot changed the title Update dependency posthog-js to v1.418.6 Update dependency posthog-js to v1.418.10 Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 38d57fe to 793275b Compare August 25, 2026 12:46
@renovate renovate Bot changed the title Update dependency posthog-js to v1.418.10 Update dependency posthog-js to v1.418.16 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 793275b to 1a3138b Compare August 25, 2026 22:03
@renovate renovate Bot changed the title Update dependency posthog-js to v1.418.16 Update dependency posthog-js to v1.419.4 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 1a3138b to 9a3076e Compare August 26, 2026 11:45
@renovate renovate Bot changed the title Update dependency posthog-js to v1.419.4 Update dependency posthog-js to v1.420.0 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 9a3076e to e2c60ea Compare August 26, 2026 22:21
@renovate renovate Bot changed the title Update dependency posthog-js to v1.420.0 Update dependency posthog-js to v1.421.0 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from e2c60ea to ffa44de Compare August 27, 2026 11:56
@renovate renovate Bot changed the title Update dependency posthog-js to v1.421.0 Update dependency posthog-js to v1.421.1 Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from ffa44de to a9c1e04 Compare August 27, 2026 16:54
@renovate renovate Bot changed the title Update dependency posthog-js to v1.421.1 Update dependency posthog-js to v1.422.0 Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 2b95db8 to 49c673c Compare September 1, 2026 22:08
@renovate renovate Bot changed the title Update dependency posthog-js to v1.424.0 Update dependency posthog-js to v1.424.1 Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 49c673c to 815e220 Compare September 2, 2026 11:59
@renovate renovate Bot changed the title Update dependency posthog-js to v1.424.1 Update dependency posthog-js to v1.425.0 Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 815e220 to 80824d7 Compare September 2, 2026 21:49
@renovate renovate Bot changed the title Update dependency posthog-js to v1.425.0 Update dependency posthog-js to v1.425.1 Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 80824d7 to 1910d88 Compare September 4, 2026 00:54
@renovate renovate Bot changed the title Update dependency posthog-js to v1.425.1 Update dependency posthog-js to v1.426.2 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 1910d88 to c6a205c Compare September 4, 2026 10:17
@renovate renovate Bot changed the title Update dependency posthog-js to v1.426.2 Update dependency posthog-js to v1.426.4 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from c6a205c to b7b14fc Compare September 4, 2026 13:23
@renovate renovate Bot changed the title Update dependency posthog-js to v1.426.4 Update dependency posthog-js to v1.427.1 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from b7b14fc to f048bca Compare September 4, 2026 20:48
@renovate renovate Bot changed the title Update dependency posthog-js to v1.427.1 Update dependency posthog-js to v1.427.2 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from f048bca to b215ba5 Compare September 7, 2026 18:54
@renovate renovate Bot changed the title Update dependency posthog-js to v1.427.2 Update dependency posthog-js to v1.428.1 Sep 7, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from b215ba5 to 45f75d3 Compare September 8, 2026 00:55
@renovate renovate Bot changed the title Update dependency posthog-js to v1.428.1 Update dependency posthog-js to v1.428.3 Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 45f75d3 to e7b802a Compare September 8, 2026 10:28
@renovate renovate Bot changed the title Update dependency posthog-js to v1.428.3 Update dependency posthog-js to v1.428.4 Sep 8, 2026
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.

0 participants