Skip to content

build(deps): bump posthog-node from 5.34.2 to 5.34.6#3677

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/posthog-node-5.34.6
May 19, 2026
Merged

build(deps): bump posthog-node from 5.34.2 to 5.34.6#3677
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/posthog-node-5.34.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps posthog-node from 5.34.2 to 5.34.6.

Release notes

Sourced from posthog-node's releases.

posthog-node@5.34.6

5.34.6

Patch Changes

  • #3623 e119eec Thanks @​richardsolomou! - Fix six edge cases in local feature flag evaluation. gt/gte/lt/lte now compare numerically when both sides parse as finite numbers — previously a string override like "10" against numeric value 9 slipped into lexicographic comparison and returned false, and parseFloat's NaN return value leaked through the old != null guard. is_not_set now resolves locally — true when the property key is absent, false when present — instead of always throwing InconclusiveMatchError and forcing the flag to return undefined. Flag-level condition properties with negation: true are now correctly inverted, matching the existing cohort-path behavior in matchPropertyGroup. An inactive flag (active: false) now short-circuits to false even when ensure_experience_continuity: true — previously it threw InconclusiveMatchError and resolved to undefined. is_set now returns true for properties whose value is null or undefined as long as the key is present — is_set is about key presence, not value. Cohort property groups containing a flag-type property no longer silently skip the dependency; the cohort eval is now marked inconclusive so the flag returns undefined instead of a wrong definitive answer. (2026-05-19)

posthog-node@5.34.5

5.34.5

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.29.5

posthog-node@5.34.4

5.34.4

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.29.4

posthog-node@5.34.3

5.34.3

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.29.3
Changelog

Sourced from posthog-node's changelog.

5.34.6

Patch Changes

  • #3623 e119eec Thanks @​richardsolomou! - Fix six edge cases in local feature flag evaluation. gt/gte/lt/lte now compare numerically when both sides parse as finite numbers — previously a string override like "10" against numeric value 9 slipped into lexicographic comparison and returned false, and parseFloat's NaN return value leaked through the old != null guard. is_not_set now resolves locally — true when the property key is absent, false when present — instead of always throwing InconclusiveMatchError and forcing the flag to return undefined. Flag-level condition properties with negation: true are now correctly inverted, matching the existing cohort-path behavior in matchPropertyGroup. An inactive flag (active: false) now short-circuits to false even when ensure_experience_continuity: true — previously it threw InconclusiveMatchError and resolved to undefined. is_set now returns true for properties whose value is null or undefined as long as the key is present — is_set is about key presence, not value. Cohort property groups containing a flag-type property no longer silently skip the dependency; the cohort eval is now marked inconclusive so the flag returns undefined instead of a wrong definitive answer. (2026-05-19)

5.34.5

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.29.5

5.34.4

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.29.4

5.34.3

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.29.3
Commits
  • 5f95335 chore: update versions and lockfile [version bump]
  • e119eec fix(node): correct edge cases in local feature flag evaluation (#3623)
  • 44b9d2a chore: update versions and lockfile [version bump]
  • 6fbda2e chore: update versions and lockfile [version bump]
  • 5b4eda1 chore: update versions and lockfile [version bump]
  • See full diff 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 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-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.34.2 to 5.34.6.
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.34.6/packages/node)

---
updated-dependencies:
- dependency-name: posthog-node
  dependency-version: 5.34.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 19, 2026
@github-actions github-actions Bot merged commit 87d0408 into master May 19, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/posthog-node-5.34.6 branch May 19, 2026 15:33
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