Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps posthog-node from 5.9.3 to 5.10.3.

Release notes

Sourced from posthog-node's releases.

[email protected]

5.10.3

Patch Changes

[email protected]

5.10.2

Patch Changes

  • #2470 a581328 Thanks @​luke-belton! - Fix crash caused by calling getFeatureFlagPayloads for a flag that depends on a static cohort

[email protected]

5.10.1

Patch Changes

  • #2465 1721aba Thanks @​haacked! - Fix bug where flag doesn't fallback to the server correctly when one condition is a static cohort condition but a later condition matches.

[email protected]

5.10.0

Minor Changes

  • #2417 daf919b Thanks @​dmarticus! - feat: Add evaluation environments support for feature flags

    This PR implements support for evaluation environments in the posthog-node SDK, allowing users to specify which environment tags their SDK instance should use when evaluating feature flags.

    Users can now configure the SDK with an evaluationEnvironments option:

    const client = new PostHog('api-key', {
      host: 'https://app.posthog.com',
      evaluationEnvironments: ['production', 'backend', 'api'],
    })

    When set, only feature flags that have at least one matching evaluation tag will be evaluated for this SDK instance. Feature flags with no evaluation tags will always be evaluated.

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from posthog-node's changelog.

5.10.3

Patch Changes

5.10.2

Patch Changes

  • #2470 a581328 Thanks @​luke-belton! - Fix crash caused by calling getFeatureFlagPayloads for a flag that depends on a static cohort

5.10.1

Patch Changes

  • #2465 1721aba Thanks @​haacked! - Fix bug where flag doesn't fallback to the server correctly when one condition is a static cohort condition but a later condition matches.

5.10.0

Minor Changes

  • #2417 daf919b Thanks @​dmarticus! - feat: Add evaluation environments support for feature flags

    This PR implements support for evaluation environments in the posthog-node SDK, allowing users to specify which environment tags their SDK instance should use when evaluating feature flags.

    Users can now configure the SDK with an evaluationEnvironments option:

    const client = new PostHog('api-key', {
      host: 'https://app.posthog.com',
      evaluationEnvironments: ['production', 'backend', 'api'],
    })

    When set, only feature flags that have at least one matching evaluation tag will be evaluated for this SDK instance. Feature flags with no evaluation tags will always be evaluated.

Patch Changes

5.9.5

Patch Changes

... (truncated)

Commits
  • eaee6dd chore: update versions and lockfile
  • c47f1ba Update generated references
  • 86d6525 chore: update versions and lockfile
  • a581328 fix(flags): Don't evaluate flag payloads locally with static cohort condition...
  • 9563ab7 Update generated references
  • 067c742 chore: update versions and lockfile
  • 1721aba fix(flags): Static cohort bug in multi-condition flags (#2465)
  • 431063a Update generated references
  • 217fd1d chore: update versions and lockfile
  • 7d45a7a fix: remove deprecated attribute $exception_personURL from exception events (...
  • 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-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.9.3 to 5.10.3.
- [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/[email protected]/packages/node)

---
updated-dependencies:
- dependency-name: posthog-node
  dependency-version: 5.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@vercel
Copy link

vercel bot commented Oct 27, 2025

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

Project Deployment Preview Comments Updated (UTC)
open-sign Ready Ready Preview Comment Oct 27, 2025 0:09am

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.

1 participant