Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2025

This PR contains the following updates:

Package Change Age Confidence
posthog-node (source) 5.8.2 -> 5.10.0 age confidence

Release Notes

PostHog/posthog-js (posthog-node)

v5.10.0

Compare Source

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

v5.9.5

Compare Source

Patch Changes

v5.9.4

Compare Source

Patch Changes

v5.9.3

Compare Source

Patch Changes
  • #​2406 ea58d34 Thanks @​dmarticus! - Use SubtleCrypto directly to compute SHA-1 hashes, fix "module not found" warning in edge runtimes.

v5.9.2

Compare Source

Patch Changes

v5.9.1

Compare Source

Patch Changes

v5.9.0

Compare Source

Minor Changes
Patch Changes

v5.8.8

Compare Source

Patch Changes

v5.8.7

Compare Source

Patch Changes
  • fix: don't sort condition sets with variant overrides to the top - conditions are now evaluated in their original order to match server-side logic

v5.8.6

Compare Source

Patch Changes

v5.8.5

Compare Source

Patch Changes

v5.8.4

Compare Source

Patch Changes

v5.8.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the bump bump deps label Sep 11, 2025
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.8.3 chore(deps): update dependency posthog-node to v5.8.4 Sep 12, 2025
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch from 7b6f60f to aaebd49 Compare September 12, 2025 05:02
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch from aaebd49 to b7571a8 Compare September 19, 2025 10:39
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.8.4 chore(deps): update dependency posthog-node to v5.8.5 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch from b7571a8 to d5c89dd Compare September 20, 2025 13:10
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.8.5 chore(deps): update dependency posthog-node to v5.8.6 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch from d5c89dd to 1f9993b Compare September 22, 2025 21:41
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.8.6 chore(deps): update dependency posthog-node to v5.8.8 Sep 22, 2025
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.8.8 chore(deps): update dependency posthog-node to v5.9.0 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch 2 times, most recently from 8fc0365 to 1ea09af Compare September 24, 2025 15:11
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.9.0 chore(deps): update dependency posthog-node to v5.9.1 Sep 24, 2025
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.9.1 chore(deps): update dependency posthog-node to v5.9.2 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch from 1ea09af to 5c8fc5a Compare September 29, 2025 11:31
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch from 5c8fc5a to 90cf39a Compare October 7, 2025 01:02
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.9.2 chore(deps): update dependency posthog-node to v5.9.3 Oct 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.9.3 chore(deps): update dependency posthog-node to v5.9.4 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch 2 times, most recently from f9a3709 to 1e71180 Compare October 9, 2025 12:35
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.9.4 chore(deps): update dependency posthog-node to v5.9.5 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/posthog-node-5.x branch from 1e71180 to 132326f Compare October 14, 2025 11:38
@renovate renovate bot changed the title chore(deps): update dependency posthog-node to v5.9.5 chore(deps): update dependency posthog-node to v5.10.0 Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump bump deps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants