Skip to content

chore(deps): bump posthog-js from 1.373.5 to 1.383.2 - #14

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/posthog-js-1.376.0
Closed

chore(deps): bump posthog-js from 1.373.5 to 1.383.2#14
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/posthog-js-1.376.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Copy link
Copy Markdown

Bumps posthog-js from 1.373.5 to 1.383.2.

Release notes

Sourced from posthog-js's releases.

posthog-js@1.383.2

1.383.2

Patch Changes

posthog-js@1.383.1

1.383.1

Patch Changes

  • #3770 e481b0c Thanks @​dustinbyrne! - Respect capture_pageview: false when opting out in cookieless on_reject mode. (2026-06-08)
  • Updated dependencies []:
    • @​posthog/types@​1.383.1
    • @​posthog/core@​1.30.12

posthog-js@1.383.0

1.383.0

Minor Changes

  • #3771 227c9b0 Thanks @​dustinbyrne! - feat(persistence): add split_storage config option to store the feature-flag config cluster in its own localStorage entry (<name>__flags) instead of the single main persistence blob. This payload is large and changes rarely, so keeping it out of the main blob stops it riding on every high-frequency main-blob write and broadcasting on cross-tab storage events. Reads are unchanged: on load the entry is merged back into the in-memory props, and the old main-blob location is read once and migrated forward so upgrades never miss a cached flag. The split only applies when persistence resolves to localStorage / localStorage+cookie (it is pointless for memory / sessionStorage and impossible for cookie), and reset() / opt-out wipe every entry. Defaults to false for backwards compatibility; the new 2026-05-30 config default opts in automatically. (2026-06-08)

  • #3727 393f9e2 Thanks @​pauldambra! - feat(surveys): extend split_storage to also move the survey config ($surveys) out of the main persistence blob into its own <name>__surveys localStorage entry, on top of the feature-flag split. Surveys now stamp a $surveys_loaded_at freshness timestamp on every /surveys load — the survey analogue of $feature_flag_evaluated_at — so a stale __surveys entry can no longer win over a fresher survey payload written back into the main blob by a gate-off / older-SDK tab. With no timestamp on either side (migration leftover) the group entry still wins, so the migration path is unchanged. Same backend and reset() / opt-out semantics as the flag split. (2026-06-08)

Patch Changes

posthog-js@1.382.0

1.382.0

Minor Changes

  • #3749 9877710 Thanks @​pauldambra! - Stop classifying intentional repeated clicks as rageclicks. From the 2026-05-30 config defaults, rageclick detection now ignores:

    • text-editing surfaces (textarea, text-like inputs, and contenteditable elements), where rapid clicks are double/triple-click text selection rather than rage (rageclick.ignore_text_selection)
    • +/- stepper buttons, added to the default content_ignorelist

    Symbol-only keywords in content_ignorelist (e.g. +, -, >, <) now match the element's text exactly instead of as a substring, so labels like sign-up, 5 > 3, or C++ are no longer treated as repeatedly-clicked controls. The heatmaps rageclick marker now applies the same suppression as the $rageclick event.

... (truncated)

Commits
  • 65f9a67 chore: update versions and lockfile [version bump]
  • 7820929 refactor: reduce duplicate code found by dry4ts (#3748)
  • 6c64a4e chore: update versions and lockfile [version bump]
  • 9140a67 feat(ai): populate $ai_base_url on Vercel and OpenAI Agents paths (#3751)
  • 98e248b chore: update versions and lockfile [version bump]
  • e481b0c fix: respect capture_pageview on cookieless opt out (#3770)
  • 5f287bb chore: update versions and lockfile [version bump]
  • e243ea4 chore(release): re-enable @​posthog/mcp publish + initial release (#3772)
  • fce860d chore: update versions and lockfile [version bump]
  • 227c9b0 chore(release): restore changesets after failed release (#3771)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 24, 2026
@vercel

vercel Bot commented May 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
atlas-hr Ready Ready Preview, Comment Jun 9, 2026 10:31am
atlas-hr-fq24 Ready Ready Preview, Comment Jun 9, 2026 10:31am

Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.373.5 to 1.383.2.
- [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/posthog-js@1.373.5...posthog-js@1.383.2)

---
updated-dependencies:
- dependency-name: posthog-js
  dependency-version: 1.376.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump posthog-js from 1.373.5 to 1.376.0 chore(deps): bump posthog-js from 1.373.5 to 1.383.2 Jun 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/posthog-js-1.376.0 branch from b2956bb to 0308ca0 Compare June 9, 2026 10:10
@dependabot @github

dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Author

Superseded by #23.

@dependabot dependabot Bot closed this Jun 14, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/posthog-js-1.376.0 branch June 14, 2026 11:12
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants