Skip to content

Bump posthog-node from 5.18.1 to 5.24.2#109

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/posthog-node-5.24.2
Closed

Bump posthog-node from 5.18.1 to 5.24.2#109
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/posthog-node-5.24.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps posthog-node from 5.18.1 to 5.24.2.

Release notes

Sourced from posthog-node's releases.

posthog-node@5.24.2

5.24.2

Patch Changes

  • Updated dependencies [933c763]:
    • @​posthog/core@​1.14.0

posthog-node@5.24.1

5.24.1

Patch Changes

  • Updated dependencies [8a5a3d5]:
    • @​posthog/core@​1.13.0

posthog-node@5.24.0

5.24.0

Minor Changes

  • #2897 b7fa003 Thanks @​matheus-vb! - Add $feature_flag_error to $feature_flag_called events to track flag evaluation failures (2026-01-20)

Patch Changes

posthog-node@5.23.0

5.23.0

Minor Changes

  • #2900 23770e9 Thanks @​dmarticus! - Renamed evaluationEnvironments to evaluationContexts for clearer semantics. The term "contexts" better reflects that this feature is for specifying evaluation contexts (e.g., "web", "mobile", "checkout") rather than deployment environments (e.g., "staging", "production").

    Deprecated

    • posthog.init option evaluationEnvironments is now deprecated in favor of evaluationContexts. The old property will continue to work and will log a deprecation warning. It will be removed in a future major version.

    Migration Guide

    // Before
    posthog.init('<ph_project_api_key>', {
        evaluationEnvironments: ['production', 'web', 'checkout'],
    })
    // After
    posthog.init('<ph_project_api_key>', {
    evaluationContexts: ['production', 'web', 'checkout'],

... (truncated)

Changelog

Sourced from posthog-node's changelog.

5.24.2

Patch Changes

  • Updated dependencies [933c763]:
    • @​posthog/core@​1.14.0

5.24.1

Patch Changes

  • Updated dependencies [8a5a3d5]:
    • @​posthog/core@​1.13.0

5.24.0

Minor Changes

  • #2897 b7fa003 Thanks @​matheus-vb! - Add $feature_flag_error to $feature_flag_called events to track flag evaluation failures (2026-01-20)

Patch Changes

5.23.0

Minor Changes

  • #2900 23770e9 Thanks @​dmarticus! - Renamed evaluationEnvironments to evaluationContexts for clearer semantics. The term "contexts" better reflects that this feature is for specifying evaluation contexts (e.g., "web", "mobile", "checkout") rather than deployment environments (e.g., "staging", "production").

    Deprecated

    • posthog.init option evaluationEnvironments is now deprecated in favor of evaluationContexts. The old property will continue to work and will log a deprecation warning. It will be removed in a future major version.

    Migration Guide

    // Before
    posthog.init('<ph_project_api_key>', {
        evaluationEnvironments: ['production', 'web', 'checkout'],
    })
    // After
    posthog.init('<ph_project_api_key>', {
    evaluationContexts: ['production', 'web', 'checkout'],
    })
    </code></pre>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/PostHog/posthog-js/commit/2b10214aed5f2b040ff865e18bb204814ca7c3d9&quot;&gt;&lt;code&gt;2b10214&lt;/code&gt;&lt;/a> chore: update versions and lockfile [version bump]</li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/933c7639ae30390ca562a0891d59649711b53522&quot;&gt;&lt;code&gt;933c763&lt;/code&gt;&lt;/a> chore: person profiles rn, core and web lite (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/2917&quot;&gt;#2917&lt;/a&gt;)&lt;/li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/0ca8ab65261eaba7480e742be58c1bd1f3a1a5d1&quot;&gt;&lt;code&gt;0ca8ab6&lt;/code&gt;&lt;/a> chore: update versions and lockfile [version bump]</li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/45bbc6ddf47183eee38e9b2c68509fc32038ded2&quot;&gt;&lt;code&gt;45bbc6d&lt;/code&gt;&lt;/a> chore: update versions and lockfile [version bump]</li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/b7fa003ef6ef74bdf4666be0748d89a5a6169054&quot;&gt;&lt;code&gt;b7fa003&lt;/code&gt;&lt;/a> feat(flags): Add $feature_flag_error property to track flag evaluation failur...</li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/7339c3a0cc993d4332ec3285f5c2d65f437c8809&quot;&gt;&lt;code&gt;7339c3a&lt;/code&gt;&lt;/a> chore: update versions and lockfile [version bump]</li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/23770e9e2eed1aca5c2bc7a34a6d64dc115b0d11&quot;&gt;&lt;code&gt;23770e9&lt;/code&gt;&lt;/a> chore(flags): rename <code>evaluation_environments</code> to <code>evaluation_contexts</code> (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/2900&quot;&gt;#2900&lt;/a&gt;)&lt;/li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/03f9927a679770ed343401cfad352381f45ea743&quot;&gt;&lt;code&gt;03f9927&lt;/code&gt;&lt;/a> chore: update versions and lockfile [version bump]</li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/5e885981a87bf5552e5fd594494707a0fe0b84a0&quot;&gt;&lt;code&gt;5e88598&lt;/code&gt;&lt;/a> chore: Node engine constraint includes Node 20 (<a href="https://github.com/PostHog/posthog-js/tree/HEAD/packages/node/issues/2932&quot;&gt;#2932&lt;/a&gt;)&lt;/li>
    <li><a href="https://github.com/PostHog/posthog-js/commit/c9b773aefd25fcc81a60dff02348e8e724b87565&quot;&gt;&lt;code&gt;c9b773a&lt;/code&gt;&lt;/a> chore: Bump node to min. 22.22 due to DDoS CVE (ai, node, nuxt and <code>@​posthog/n</code>...</li>
    <li>Additional commits viewable in <a href="https://github.com/PostHog/posthog-js/commits/posthog-node@5.24.2/packages/node&quot;&gt;compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    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.18.1 to 5.24.2.
- [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.24.2/packages/node)

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

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 Jan 27, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 27, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Superseded by #112.

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/posthog-node-5.24.2 branch February 3, 2026 04:37
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