Skip to content

chore(deps): bump posthog-node from 5.19.0 to 5.28.0#271

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/posthog-node-5.28.0
Open

chore(deps): bump posthog-node from 5.19.0 to 5.28.0#271
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/posthog-node-5.28.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps posthog-node from 5.19.0 to 5.28.0.

Release notes

Sourced from posthog-node's releases.

posthog-node@5.28.0

5.28.0

Minor Changes

posthog-node@5.27.1

5.27.1

Patch Changes

  • #3186 4601bbc Thanks @​dmarticus! - Add semver comparison operators to local feature flag evaluation: semver_eq, semver_neq, semver_gt, semver_gte, semver_lt, semver_lte, semver_tilde, semver_caret, and semver_wildcard (2026-03-05)

posthog-node@5.27.0

5.27.0

Minor Changes

posthog-node@5.26.2

5.26.2

Patch Changes

  • Updated dependencies [5e8d5fc]:
    • @​posthog/core@​1.23.2

posthog-node@5.26.1

5.26.1

Patch Changes

  • #3163 0dc03b0 Thanks @​gustavohstrassburger! - Improve local feature flag evaluation debugging by adding timestamp tracking. Locally evaluated flags now include timing information in $feature_flag_called events to help debug cache TTL and timing issues, matching what's available for remote evaluation. (2026-03-02)

posthog-node@5.26.0

5.26.0

Minor Changes

  • #3144 d43e90d Thanks @​dustinbyrne! - feat: getFeatureFlagResult, getAllFlags, getAllFlagsAndPayloads now have context-sensitive overrides which do not require distinctId as a parameter, instead reading it from the current context. (2026-02-25)

  • #3144 d43e90d Thanks @​dustinbyrne! - feat: Add enterContext() to attach a context to the current async execution context (2026-02-25)

... (truncated)

Changelog

Sourced from posthog-node's changelog.

5.28.0

Minor Changes

5.27.1

Patch Changes

  • #3186 4601bbc Thanks @​dmarticus! - Add semver comparison operators to local feature flag evaluation: semver_eq, semver_neq, semver_gt, semver_gte, semver_lt, semver_lte, semver_tilde, semver_caret, and semver_wildcard (2026-03-05)

5.27.0

Minor Changes

5.26.2

Patch Changes

  • Updated dependencies [5e8d5fc]:
    • @​posthog/core@​1.23.2

5.26.1

Patch Changes

  • #3163 0dc03b0 Thanks @​gustavohstrassburger! - Improve local feature flag evaluation debugging by adding timestamp tracking. Locally evaluated flags now include timing information in $feature_flag_called events to help debug cache TTL and timing issues, matching what's available for remote evaluation. (2026-03-02)

5.26.0

Minor Changes

  • #3144 d43e90d Thanks @​dustinbyrne! - feat: getFeatureFlagResult, getAllFlags, getAllFlagsAndPayloads now have context-sensitive overrides which do not require distinctId as a parameter, instead reading it from the current context. (2026-02-25)

  • #3144 d43e90d Thanks @​dustinbyrne! - feat: Add enterContext() to attach a context to the current async execution context (2026-02-25)

5.25.0

Minor Changes

  • #3132 301e75a Thanks @​benjackwhite! - Officially adds support for super properties added with .register (it was available as a function but did not actually work previously)

... (truncated)

Commits
  • 76c18f2 chore: update versions and lockfile [version bump]
  • 33e9fb4 feat(node): Add Posthog NestJS Interceptor (#3197)
  • 133b8c1 chore: update versions and lockfile [version bump]
  • 4601bbc feat(flags): add semver targeting to local evaluation (#3186)
  • 0dd20ea chore: update versions and lockfile [version bump]
  • 2eff595 feat(node): Accept a waitUntil method for serverless environments (#3187)
  • 420d849 chore: update versions and lockfile [version bump]
  • f149eb9 chore: update versions and lockfile [version bump]
  • 0dc03b0 feat(node): Add timestamp tracking for debugging local feature flag evaluatio...
  • e90364f chore: update versions and lockfile [version bump]
  • 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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 9, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Performance Benchmark Results

╔═══════════════════════════════════════════════════════════════╗
║ SMI-1537: V3 Migration Performance Benchmarks ║
╠═══════════════════════════════════════════════════════════════╣
║ Memory Operations: 40x target ║
║ Embedding Search: 150x target ║
║ Recommendation Pipeline: 4x target ║
╚═══════════════════════════════════════════════════════════════╝

Running 50 iterations with 10 warmup...

--- Memory Operations ---

--- Embedding Search ---
Indexing 10K vectors... done

--- Recommendation Pipeline ---
Initializing recommendation pipeline with 1000 skills... done

═══════════════════════════════════════════════════════════════

V3 Migration Benchmark Report

Date: 2026-03-09T01:12:47.136Z
Node.js: v22.22.1

Results

Operation V2 Baseline V3 Result Speedup Target Status
Memory Store 200ms 0.00ms 173611x 40x
Memory Get 150ms 0.00ms 253807x 40x
Memory Delete 180ms 0.00ms 314685x 40x
Embedding Search (10K vectors) 500ms 0.22ms 2241x 150x
Recommendation Pipeline 800ms 0.24ms 3386x 4x

Summary

  • Total Benchmarks: 5
  • Passed: 5
  • Failed: 0
  • All Targets Met: ✅ Yes

Notes

  • V2 baselines are from pre-migration measurements (simulated for this benchmark)
  • Target threshold includes 20% tolerance for environmental variance
  • Memory operations use in-memory Map (real V3 uses optimized SQLite)
  • Embedding search simulates HNSW algorithm efficiency (real V3 uses onnxruntime-node)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/posthog-node-5.28.0 branch from 429c68f to cddedf0 Compare March 9, 2026 01:29
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Performance Benchmark Results

╔═══════════════════════════════════════════════════════════════╗
║ SMI-1537: V3 Migration Performance Benchmarks ║
╠═══════════════════════════════════════════════════════════════╣
║ Memory Operations: 40x target ║
║ Embedding Search: 150x target ║
║ Recommendation Pipeline: 4x target ║
╚═══════════════════════════════════════════════════════════════╝

Running 50 iterations with 10 warmup...

--- Memory Operations ---

--- Embedding Search ---
Indexing 10K vectors... done

--- Recommendation Pipeline ---
Initializing recommendation pipeline with 1000 skills... done

═══════════════════════════════════════════════════════════════

V3 Migration Benchmark Report

Date: 2026-03-09T01:51:09.071Z
Node.js: v22.22.1

Results

Operation V2 Baseline V3 Result Speedup Target Status
Memory Store 200ms 0.00ms 145666x 40x
Memory Get 150ms 0.00ms 271739x 40x
Memory Delete 180ms 0.00ms 332717x 40x
Embedding Search (10K vectors) 500ms 0.12ms 4165x 150x
Recommendation Pipeline 800ms 0.21ms 3742x 4x

Summary

  • Total Benchmarks: 5
  • Passed: 5
  • Failed: 0
  • All Targets Met: ✅ Yes

Notes

  • V2 baselines are from pre-migration measurements (simulated for this benchmark)
  • Target threshold includes 20% tolerance for environmental variance
  • Memory operations use in-memory Map (real V3 uses optimized SQLite)
  • Embedding search simulates HNSW algorithm efficiency (real V3 uses onnxruntime-node)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/posthog-node-5.28.0 branch from cddedf0 to e68e181 Compare March 9, 2026 10:55
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Performance Benchmark Results

╔═══════════════════════════════════════════════════════════════╗
║ SMI-1537: V3 Migration Performance Benchmarks ║
╠═══════════════════════════════════════════════════════════════╣
║ Memory Operations: 40x target ║
║ Embedding Search: 150x target ║
║ Recommendation Pipeline: 4x target ║
╚═══════════════════════════════════════════════════════════════╝

Running 50 iterations with 10 warmup...

--- Memory Operations ---

--- Embedding Search ---
Indexing 10K vectors... done

--- Recommendation Pipeline ---
Initializing recommendation pipeline with 1000 skills... done

═══════════════════════════════════════════════════════════════

V3 Migration Benchmark Report

Date: 2026-03-09T11:25:42.972Z
Node.js: v22.22.1

Results

Operation V2 Baseline V3 Result Speedup Target Status
Memory Store 200ms 0.00ms 188324x 40x
Memory Get 150ms 0.00ms 267380x 40x
Memory Delete 180ms 0.00ms 338983x 40x
Embedding Search (10K vectors) 500ms 0.12ms 4096x 150x
Recommendation Pipeline 800ms 0.12ms 6473x 4x

Summary

  • Total Benchmarks: 5
  • Passed: 5
  • Failed: 0
  • All Targets Met: ✅ Yes

Notes

  • V2 baselines are from pre-migration measurements (simulated for this benchmark)
  • Target threshold includes 20% tolerance for environmental variance
  • Memory operations use in-memory Map (real V3 uses optimized SQLite)
  • Embedding search simulates HNSW algorithm efficiency (real V3 uses onnxruntime-node)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/posthog-node-5.28.0 branch 2 times, most recently from c48edcf to b4788bc Compare March 11, 2026 23:37
@github-actions
Copy link

Performance Benchmark Results

⚠️ Benchmark results not available

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/posthog-node-5.28.0 branch from b4788bc to 96610ae Compare March 12, 2026 02:48
@github-actions
Copy link

Performance Benchmark Results

╔═══════════════════════════════════════════════════════════════╗
║ SMI-1537: V3 Migration Performance Benchmarks ║
╠═══════════════════════════════════════════════════════════════╣
║ Memory Operations: 40x target ║
║ Embedding Search: 150x target ║
║ Recommendation Pipeline: 4x target ║
╚═══════════════════════════════════════════════════════════════╝

Running 50 iterations with 10 warmup...

--- Memory Operations ---

--- Embedding Search ---
Indexing 10K vectors... done

--- Recommendation Pipeline ---
Initializing recommendation pipeline with 1000 skills... done

═══════════════════════════════════════════════════════════════

V3 Migration Benchmark Report

Date: 2026-03-12T03:09:01.199Z
Node.js: v22.22.1

Results

Operation V2 Baseline V3 Result Speedup Target Status
Memory Store 200ms 0.00ms 181488x 40x
Memory Get 150ms 0.00ms 277264x 40x
Memory Delete 180ms 0.00ms 338983x 40x
Embedding Search (10K vectors) 500ms 0.11ms 4389x 150x
Recommendation Pipeline 800ms 0.21ms 3756x 4x

Summary

  • Total Benchmarks: 5
  • Passed: 5
  • Failed: 0
  • All Targets Met: ✅ Yes

Notes

  • V2 baselines are from pre-migration measurements (simulated for this benchmark)
  • Target threshold includes 20% tolerance for environmental variance
  • Memory operations use in-memory Map (real V3 uses optimized SQLite)
  • Embedding search simulates HNSW algorithm efficiency (real V3 uses onnxruntime-node)

Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.19.0 to 5.28.0.
- [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.28.0/packages/node)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/posthog-node-5.28.0 branch from 96610ae to 4fad199 Compare March 12, 2026 05:55
@github-actions
Copy link

Performance Benchmark Results

╔═══════════════════════════════════════════════════════════════╗
║ SMI-1537: V3 Migration Performance Benchmarks ║
╠═══════════════════════════════════════════════════════════════╣
║ Memory Operations: 40x target ║
║ Embedding Search: 150x target ║
║ Recommendation Pipeline: 4x target ║
╚═══════════════════════════════════════════════════════════════╝

Running 50 iterations with 10 warmup...

--- Memory Operations ---

--- Embedding Search ---
Indexing 10K vectors... done

--- Recommendation Pipeline ---
Initializing recommendation pipeline with 1000 skills... done

═══════════════════════════════════════════════════════════════

V3 Migration Benchmark Report

Date: 2026-03-12T06:21:30.009Z
Node.js: v22.22.1

Results

Operation V2 Baseline V3 Result Speedup Target Status
Memory Store 200ms 0.00ms 190114x 40x
Memory Get 150ms 0.00ms 253807x 40x
Memory Delete 180ms 0.00ms 304569x 40x
Embedding Search (10K vectors) 500ms 0.12ms 4126x 150x
Recommendation Pipeline 800ms 0.12ms 6662x 4x

Summary

  • Total Benchmarks: 5
  • Passed: 5
  • Failed: 0
  • All Targets Met: ✅ Yes

Notes

  • V2 baselines are from pre-migration measurements (simulated for this benchmark)
  • Target threshold includes 20% tolerance for environmental variance
  • Memory operations use in-memory Map (real V3 uses optimized SQLite)
  • Embedding search simulates HNSW algorithm efficiency (real V3 uses onnxruntime-node)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants