Skip to content

chore(deps): bump posthog-node from 5.29.5 to 5.33.5#137

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/posthog-node-5.33.5
Open

chore(deps): bump posthog-node from 5.29.5 to 5.33.5#137
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/posthog-node-5.33.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps posthog-node from 5.29.5 to 5.33.5.

Release notes

Sourced from posthog-node's releases.

posthog-node@5.33.5

5.33.5

Patch Changes

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

posthog-node@5.33.4

5.33.4

Patch Changes

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

posthog-node@5.33.3

5.33.3

Patch Changes

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

posthog-node@5.33.2

5.33.2

Patch Changes

posthog-node@5.33.1

5.33.1

Patch Changes

  • Updated dependencies [8aee3d5]:
    • @​posthog/core@​1.28.1

posthog-node@5.33.0

5.33.0

Minor Changes

  • #3476 f8bc02f Thanks @​dmarticus! - Add evaluateFlags() and a new flags option on capture() so a single /flags request powers both flag branching and event enrichment per incoming request:

... (truncated)

Changelog

Sourced from posthog-node's changelog.

5.33.5

Patch Changes

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

5.33.4

Patch Changes

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

5.33.3

Patch Changes

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

5.33.2

Patch Changes

5.33.1

Patch Changes

  • Updated dependencies [8aee3d5]:
    • @​posthog/core@​1.28.1

5.33.0

Minor Changes

  • #3476 f8bc02f Thanks @​dmarticus! - Add evaluateFlags() and a new flags option on capture() so a single /flags request powers both flag branching and event enrichment per incoming request:

    const flags = await posthog.evaluateFlags(distinctId, { personProperties: { plan: 'enterprise' } })
    if (flags.isEnabled('new-dashboard')) {
      renderNewDashboard()
    }
    posthog.capture({ distinctId, event: 'page_viewed', flags })

... (truncated)

Commits
  • a417a52 chore: update versions and lockfile [version bump]
  • 550b3bd chore: update versions and lockfile [version bump]
  • fac0f9e chore: update versions and lockfile [version bump]
  • 4b7edd3 chore: update versions and lockfile [version bump]
  • e2f88e1 chore: update versions and lockfile [version bump]
  • 2a1c739 chore: update versions and lockfile [version bump]
  • f8bc02f feat(node): add evaluateFlags() API for single-call flag evaluation (#3476)
  • c1ac939 chore: update versions and lockfile [version bump]
  • b02194b chore: update versions and lockfile [version bump]
  • 70ba8f8 feat(flags): support mixed targeting in local evaluation (#3474)
  • 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 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.29.5 to 5.33.5.
- [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.33.5/packages/node)

---
updated-dependencies:
- dependency-name: posthog-node
  dependency-version: 5.33.5
  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 May 11, 2026
@vercel

vercel Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
omerakben-com Ready Ready Preview, Comment May 11, 2026 7:33pm

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