Skip to content

chore(deps): update dependency posthog-js to v1.373.5#186

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

chore(deps): update dependency posthog-js to v1.373.5#186
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/posthog-js-1-x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
posthog-js (source) 1.364.11.373.5 age confidence

Release Notes

PostHog/posthog-js (posthog-js)

v1.373.5

Compare Source

1.373.5

Patch Changes
  • #​3613 221973e Thanks @​lucasheriques! - Surveys: submit open text questions with Cmd/Ctrl+Enter. The textarea still inserts a newline on plain Enter (native behaviour), matching the convention used by Slack, GitHub, Discord, and ChatGPT for multi-line inputs. Single-line "Other:" inputs continue to submit on plain Enter as before.
    (2026-05-15)
  • Updated dependencies []:

v1.373.4

Compare Source

1.373.4

Patch Changes

v1.373.3

Compare Source

1.373.3

Patch Changes

v1.373.2

Compare Source

1.373.2

Patch Changes

v1.373.1

Compare Source

1.373.1

Patch Changes

v1.373.0

Compare Source

1.373.0

Minor Changes
Patch Changes

v1.372.10

Compare Source

1.372.10

Patch Changes
  • #​3544 d120042 Thanks @​ksvat! - fix: stop session recording before destroying sessionManager in opt_out_capturing() with cookieless_mode: "on_reject". Previously, queued/throttled rrweb events (e.g. mousemove) could fire after the sessionManager was set to undefined and throw [SessionRecording] must be started with a valid sessionManager. Also adds a defensive early-return in onRRwebEmit so any remaining late events bail out instead of throwing.
    (2026-05-07)

  • #​3542 94a5ba0 Thanks @​TueHaulund! - Preserve <style> textContent when the browser's CSSOM serialization would
    emit empty longhands from var() inside a shorthand. When a stylesheet has
    e.g. padding: var(--p); padding-bottom: var(--pb);, browsers store the
    shorthand's longhands with empty token lists per the CSS Custom Properties
    spec, and CSSStyleRule.cssText re-emits them as padding-top: ; padding-right: ; padding-left: ;. The previous behavior replaced the
    <style> text with that corrupted output, silently dropping layout rules
    on replay. We now detect the empty-longhand pattern and keep the original
    textContent in that case. Affects users of any CSS-in-JS framework that
    combines var() with shorthands (Chakra UI v3, Panda CSS, Emotion, etc.).
    Same class of bug as rrweb-io/rrweb#1667. (2026-05-07)

  • Updated dependencies []:

v1.372.9

Compare Source

1.372.9
Patch Changes
  • #​3537 026e09d Thanks @​TueHaulund! - Pull in the canvas-manager fix from @posthog/rrweb 0.0.61: skip canvas
    snapshots while the WebGL context is lost so transparent bitmaps don't
    poison the worker's fingerprint dedup map and silently kill canvas
    recording for the rest of the session. Also wraps getCanvas() in
    try/catch so DOM/shadow-root traversal errors can't cancel the rAF
    loop. See PR #​3527 for context. (2026-05-05)
  • Updated dependencies []:

v1.372.8

Compare Source

1.372.8
Patch Changes

v1.372.7

Compare Source

1.372.7
Patch Changes

v1.372.6

Compare Source

1.372.6
Patch Changes

v1.372.5

Compare Source

1.372.5

Patch Changes

v1.372.4

Compare Source

1.372.4

Patch Changes

v1.372.3

Compare Source

1.372.3
Patch Changes

v1.372.2

Compare Source

1.372.2
Patch Changes

v1.372.1

Compare Source

1.372.1

Patch Changes

v1.372.0

Compare Source

1.372.0

Minor Changes
Patch Changes

v1.371.4

Compare Source

1.371.4

Patch Changes

v1.371.3

Compare Source

1.371.3

Patch Changes

v1.371.2

Compare Source

1.371.2

Patch Changes
  • #​3453 96f19b7 Thanks @​turnipdabeets! - Lift OTLP log serialization helpers from posthog-js into @​posthog/core so the
    upcoming React Native logs feature consumes the same builders. Browser gains
    two fixes as a side effect: NaN and ±Infinity attribute values no longer get
    silently dropped during JSON encoding, and the scope.version OTLP field is
    now populated with the SDK version (changes the server's instrumentation_scope
    column from "posthog-js@" to "posthog-js@"). (2026-04-23)
  • Updated dependencies [96f19b7]:

v1.371.1

Compare Source

1.371.1

Patch Changes
  • #​3425 2da17e8 Thanks @​marandaneto! - Classify SDK-owned persistence keys with an explicit event exposure policy so new internal persistence state must be intentionally marked as event-visible, hidden, or derived.
    (2026-04-23)
  • Updated dependencies []:

v1.371.0

Compare Source

1.371.0

Patch Changes
  • #​3432 1a8b727 Thanks @​richardsolomou! - refactor: rename __add_tracing_headers to addTracingHeaders. The __ prefix signalled an internal/experimental option, but the config is a public API (documented for linking LLM traces to session replays). __add_tracing_headers continues to work as a deprecated alias on the browser SDK.

    Also exposes patchFetchForTracingHeaders from @posthog/core so non-browser SDKs can reuse the implementation. (2026-04-23)

  • Updated dependencies [1a8b727]:

v1.370.1

Compare Source

1.370.1

Patch Changes

v1.370.0

Compare Source

1.370.0

Minor Changes
Patch Changes

v1.369.5

Compare Source

1.369.5

Patch Changes

v1.369.4

Compare Source

1.369.4

Patch Changes

v1.369.3

Compare Source

1.369.3

Patch Changes

v1.369.2

Compare Source

1.369.2

Patch Changes

v1.369.1

Compare Source

1.369.1

Patch Changes
  • #​3393 85ae4d9 Thanks @​haacked! - Exclude active feature flag payloads from event properties
    (2026-04-16)

  • #​3392 00cd1ce Thanks @​haacked! - Fix unnecessary persisted config and activation properties (including product tours, surveys, and session recording config) added to captured events
    (2026-04-16)

  • Updated dependencies []:

v1.369.0

Compare Source

1.369.0

Minor Changes
Patch Changes

v1.368.2

Compare Source

1.368.2

Patch Changes

v1.368.1

Compare Source

1.368.1

Patch Changes
  • #​3379 d7c71b1 Thanks @​dmarticus! - Fix bootstrapped feature flags being overwritten by partial /flags response when advanced_only_evaluate_survey_feature_flags is enabled
    (2026-04-14)
  • Updated dependencies []:

v1.368.0

Compare Source

1.368.0

Minor Changes
Patch Changes

v1.367.0

Compare Source

1.367.0

Minor Changes
Patch Changes

v1.366.2

Compare Source

1.366.2

Patch Changes

v1.366.1

Compare Source

1.366.1

Patch Changes

v1.366.0

Compare Source

1.366.0

Minor Changes
Patch Changes

v1.365.5

Compare Source

1.365.5

Patch Changes

v1.365.4

Compare Source

1.365.4

Patch Changes
  • #​3353 3939856 Thanks @​lucasheriques! - Expose the current question index on .survey-box via a data-question-index attribute. This gives consumers rendering surveys via the API a reliable way to know which question is currently displayed without parsing input ids or class names — works for every question type, including link questions which render no input or rating element.
    (2026-04-08)
  • Updated dependencies []:

v1.365.3

Compare Source

1.365.3

Patch Changes

v1.365.2

Compare Source

1.365.2

Patch Changes
  • #​3323 c387f6d Thanks @​pauldambra! - perf(replay): reduce memory and CPU cost of event compression by caching gzipped empty arrays and eliminating redundant JSON.stringify for size estimation
    (2026-04-08)
  • Updated dependencies [c387f6d]:

v1.365.1

Compare Source

1.365.1

Patch Changes

v1.365.0

Compare Source

1.365.0

Minor Changes
Patch Changes

v1.364.7

Compare Source

1.364.7

Patch Changes

v1.364.6

Compare Source

1.364.6

Patch Changes

v1.364.5

Compare Source

1.364.5

Patch Changes

v1.364.4

Compare Source

1.364.4

Patch Changes

v1.364.3

Compare Source

1.364.3

Patch Changes

v1.364.2

Compare Source

1.364.2

Patch Changes

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 added the dependencies Pull requests that update a dependency file label Apr 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 6, 2026

🚀 Preview Environment Ready!

Name Status URL
zephyr-landing ✅ Active https://zackary-chapple-15014-zephyr-landing-zephyr-websi-9017f2c... ↗

Details:

  • Latest Commit: a43ffff
  • Updated at: 5/5/2026, 4:47:26 PM

@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from afbb076 to effd0f8 Compare April 6, 2026 13:38
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.364.6 chore(deps): update dependency posthog-js to v1.364.7 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch 5 times, most recently from 748ac28 to d5d2225 Compare April 10, 2026 08:55
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.364.7 chore(deps): update dependency posthog-js to v1.365.0 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from d5d2225 to 6de5c53 Compare April 11, 2026 01:17
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.365.0 chore(deps): update dependency posthog-js to v1.365.1 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch 3 times, most recently from a91c582 to 53135d4 Compare April 11, 2026 13:22
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.365.1 chore(deps): update dependency posthog-js to v1.365.3 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 53135d4 to eeae5e8 Compare April 11, 2026 17:17
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.365.3 chore(deps): update dependency posthog-js to v1.365.4 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch 3 times, most recently from 7be98f0 to ae5625f Compare April 12, 2026 04:31
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.365.4 chore(deps): update dependency posthog-js to v1.365.5 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from ae5625f to e2c7421 Compare April 12, 2026 14:04
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.365.5 chore(deps): update dependency posthog-js to v1.366.0 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from e2c7421 to 696f77d Compare April 12, 2026 16:46
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.366.0 chore(deps): update dependency posthog-js to v1.366.1 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 696f77d to eec044b Compare April 12, 2026 21:25
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.366.1 chore(deps): update dependency posthog-js to v1.367.0 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch 2 times, most recently from 2b1c651 to ad6f375 Compare April 17, 2026 07:50
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch 3 times, most recently from 2120ff0 to 7543dfe Compare April 24, 2026 09:37
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.369.3 chore(deps): update dependency posthog-js to v1.369.4 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 7543dfe to 7ebc53f Compare April 24, 2026 15:59
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.369.4 chore(deps): update dependency posthog-js to v1.369.5 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 7ebc53f to 1a669ca Compare April 25, 2026 13:11
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.369.5 chore(deps): update dependency posthog-js to v1.370.0 Apr 25, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 1a669ca to c413ec5 Compare April 25, 2026 14:41
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.370.0 chore(deps): update dependency posthog-js to v1.370.1 Apr 25, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from c413ec5 to 12051f8 Compare April 26, 2026 08:26
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.370.1 chore(deps): update dependency posthog-js to v1.371.0 Apr 26, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 12051f8 to baf8e39 Compare April 26, 2026 14:29
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.371.0 chore(deps): update dependency posthog-js to v1.371.1 Apr 26, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from baf8e39 to 8f3eafe Compare April 26, 2026 16:34
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.371.1 chore(deps): update dependency posthog-js to v1.371.2 Apr 26, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 8f3eafe to 358afff Compare April 27, 2026 11:30
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.371.2 chore(deps): update dependency posthog-js to v1.371.3 Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 358afff to 9944bc3 Compare April 27, 2026 15:52
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.371.3 chore(deps): update dependency posthog-js to v1.371.4 Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 9944bc3 to 96e43ee Compare April 27, 2026 19:14
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.371.4 chore(deps): update dependency posthog-js to v1.372.1 Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch 5 times, most recently from 85de05f to 467378c Compare April 30, 2026 17:32
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.372.1 chore(deps): update dependency posthog-js to v1.372.3 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1-x-lockfile branch from 467378c to c079647 Compare May 2, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants