Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
posthog-js (source) 1.275.3 -> 1.297.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

PostHog/posthog-js (posthog-js)

v1.297.2

Compare Source

1.297.2

Patch Changes

v1.297.1

Compare Source

1.297.1

Patch Changes

v1.297.0

Compare Source

1.297.0

Minor Changes
  • #​2578 91f41ee Thanks @​rafaeelaudibert! - Output confirmation log message to the user when overriding feature flags to improve user feedback on whether the action actually did something or not
    (2025-11-19)
Patch Changes

v1.296.1

Compare Source

1.296.1

Patch Changes

v1.296.0

Compare Source

1.296.0

Minor Changes

v1.295.0

Compare Source

1.295.0

Minor Changes

v1.294.0

Compare Source

1.294.0

Minor Changes

v1.293.0

Compare Source

1.293.0

Minor Changes
Patch Changes

v1.292.0

Compare Source

1.292.0

Minor Changes
  • #​2519 7c16ff7 Thanks @​rodrigomarcolin! - Made rageclick detection fully parametrizable with configurable threshold_px, timeout_ms, and click_count, while preserving previous default behavior.

v1.291.0

Compare Source

1.291.0

Minor Changes

v1.290.0

Compare Source

1.290.0

Minor Changes

v1.289.0

Compare Source

1.289.0

Minor Changes

v1.288.1

Compare Source

1.288.1

Patch Changes

v1.288.0

Compare Source

1.288.0

Minor Changes

v1.287.0

Compare Source

1.287.0

Minor Changes

v1.286.0

Compare Source

1.286.0

Minor Changes
  • #​2547 cd8bcd7 Thanks @​TueHaulund! - Fixed a bug where configuration overrides for session recording would not be applied if the recorder module was still loading

v1.285.2

Compare Source

1.285.2

Patch Changes

v1.285.1

Compare Source

1.285.1

Patch Changes

v1.285.0

Compare Source

1.285.0

Minor Changes

v1.284.0

Compare Source

1.284.0

Minor Changes
  • #​2529 882d823 Thanks @​MattBro! - feat(surveys): add URL prefill and auto-submit support

    Surveys can now be prefilled and automatically submitted via URL parameters.

    New configuration options:

    posthog.init('token', {
        surveys: {
            prefillFromUrl: true,
            autoSubmitIfComplete: true,
            autoSubmitDelay: 800,
        },
    })

    URL format: ?q0=1&q1=8&auto_submit=true

    • q{N} = question index (0-based)
    • Value = choice index or rating value
    • auto_submit=true enables auto-submission

    Supported question types:

    • Single choice (choice index)
    • Multiple choice (multiple q{N} params)
    • Rating (numeric value, validated against scale)

    Use cases:

    • Pre-filled NPS surveys from email campaigns
    • One-click survey responses from notifications
    • SMS surveys with embedded feedback
    • QR code surveys at events

v1.283.0

Compare Source

1.283.0

Minor Changes
  • #​2520 068d55e Thanks @​lricoy! - Add bot pageview collection behind preview flag. Enables tracking bot traffic as $bot_pageview events when the __preview_capture_bot_pageviews flag is enabled.
Patch Changes

v1.282.0

Compare Source

1.282.0

Minor Changes
  • #​2517 46e3ca6 Thanks @​pauldambra! - feat: add a component that will wrap your components and capture an event when they are in view in the browser
Patch Changes

v1.281.0

Compare Source

1.281.0

Minor Changes
Patch Changes

v1.280.1

Compare Source

1.280.1

Patch Changes

v1.280.0

Compare Source

1.280.0

Minor Changes

v1.279.3

Compare Source

1.279.3

Patch Changes

v1.279.2

Compare Source

1.279.2

Patch Changes

v1.279.1

Compare Source

1.279.1

Patch Changes

v1.279.0

Compare Source

1.279.0

Minor Changes

v1.278.0

Compare Source

1.278.0

Minor Changes

v1.277.0

Compare Source

1.277.0

Minor Changes

v1.276.0

Compare Source

1.276.0

Minor Changes

Configuration

📅 Schedule: Branch creation - Between 06:00 AM and 09:59 AM, only on Monday ( * 6-9 * * 1 ) (UTC), 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.

@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.276.0 chore(deps): update dependency posthog-js to v1.277.0 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from cd9b7e0 to 9c469da Compare October 20, 2025 13:45
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.277.0 chore(deps): update dependency posthog-js to v1.278.0 Oct 21, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch 2 times, most recently from b50f641 to 6de31ca Compare October 21, 2025 14:01
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.278.0 chore(deps): update dependency posthog-js to v1.279.0 Oct 21, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 6de31ca to 1d8562f Compare October 22, 2025 02:47
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.279.0 chore(deps): update dependency posthog-js to v1.279.1 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 1d8562f to 929f0af Compare October 22, 2025 12:55
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.279.1 chore(deps): update dependency posthog-js to v1.279.3 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 929f0af to 26aec3a Compare October 23, 2025 16:52
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.279.3 chore(deps): update dependency posthog-js to v1.280.0 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 26aec3a to b9980c9 Compare October 24, 2025 03:09
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.280.0 chore(deps): update dependency posthog-js to v1.280.1 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from b9980c9 to cb8f114 Compare October 27, 2025 19:49
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.280.1 chore(deps): update dependency posthog-js to v1.281.0 Oct 27, 2025
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.281.0 chore(deps): update dependency posthog-js to v1.282.0 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch 2 times, most recently from a717eb6 to 528b1b6 Compare October 31, 2025 14:40
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.282.0 chore(deps): update dependency posthog-js to v1.283.0 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 528b1b6 to 5abe2e5 Compare November 2, 2025 00:39
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.283.0 chore(deps): update dependency posthog-js to v1.284.0 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 5abe2e5 to 8cb6ec2 Compare November 3, 2025 19:40
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.284.0 chore(deps): update dependency posthog-js to v1.285.0 Nov 3, 2025
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.285.0 chore(deps): update dependency posthog-js to v1.285.1 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch 2 times, most recently from 351e9cd to 29eee3f Compare November 5, 2025 11:52
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.285.1 chore(deps): update dependency posthog-js to v1.287.0 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 29eee3f to 5dc7bed Compare November 5, 2025 17:06
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.287.0 chore(deps): update dependency posthog-js to v1.288.0 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 5dc7bed to d3c7124 Compare November 6, 2025 17:48
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.288.0 chore(deps): update dependency posthog-js to v1.288.1 Nov 6, 2025
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.288.1 chore(deps): update dependency posthog-js to v1.289.0 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch 2 times, most recently from a9e9cae to 44a0bbd Compare November 7, 2025 16:47
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.289.0 chore(deps): update dependency posthog-js to v1.290.0 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 44a0bbd to 6bba0ba Compare November 12, 2025 18:57
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.290.0 chore(deps): update dependency posthog-js to v1.292.0 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 6bba0ba to 6ba989a Compare November 15, 2025 12:45
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.292.0 chore(deps): update dependency posthog-js to v1.293.0 Nov 15, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 6ba989a to 4a3a9cb Compare November 18, 2025 02:30
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.293.0 chore(deps): update dependency posthog-js to v1.295.0 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 4a3a9cb to 3ca9663 Compare November 19, 2025 00:29
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.295.0 chore(deps): update dependency posthog-js to v1.296.0 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 3ca9663 to bd708dc Compare November 19, 2025 05:43
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.296.0 chore(deps): update dependency posthog-js to v1.296.1 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch 2 times, most recently from 2267c89 to 8cc4400 Compare November 19, 2025 20:47
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.296.1 chore(deps): update dependency posthog-js to v1.297.0 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/posthog-js-1.x-lockfile branch from 8cc4400 to ade8b70 Compare November 20, 2025 12:49
@renovate renovate bot changed the title chore(deps): update dependency posthog-js to v1.297.0 chore(deps): update dependency posthog-js to v1.297.2 Nov 20, 2025
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.

1 participant