Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps posthog-js from 1.281.0 to 1.284.0.

Release notes

Sourced from posthog-js's releases.

[email protected]

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

[email protected]

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

... (truncated)

Commits
  • 4562b6a chore: update versions and lockfile
  • 882d823 feat(surveys): add URL prefill and auto-submit support (#2529)
  • 291dab1 Update generated references
  • f883b65 chore: update versions and lockfile
  • 6c48a04 fix: bump version (#2532)
  • 068d55e feat: add bot pageview collection behind preview flag (#2520)
  • 43c0470 chore: add web analytics files to code owners (#2530)
  • 1ad4b1d Update generated references
  • 6c735ab chore: update versions and lockfile
  • 46e3ca6 chore: add capture on viewed to playground (#2517)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.281.0 to 1.284.0.
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/[email protected]@1.284.0)

---
updated-dependencies:
- dependency-name: posthog-js
  dependency-version: 1.284.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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