Skip to content

build(deps): Bump posthog-node from 5.46.0 to 5.46.1 - #612

Merged
NiveditJain merged 1 commit into
mainfrom
dependabot/bun/posthog-node-5.46.1
Jul 28, 2026
Merged

build(deps): Bump posthog-node from 5.46.0 to 5.46.1#612
NiveditJain merged 1 commit into
mainfrom
dependabot/bun/posthog-node-5.46.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps posthog-node from 5.46.0 to 5.46.1.

Release notes

Sourced from posthog-node's releases.

posthog-node@5.46.1

5.46.1

Patch Changes

  • #4234 6c8fde0 Thanks @​hpouillot! - Normalize V8 Promise combinator stack frames so input indexes are not treated as source filenames. (2026-07-23)
  • Updated dependencies [6c8fde0]:
    • @​posthog/core@​1.45.1
Changelog

Sourced from posthog-node's changelog.

5.46.1

Patch Changes

  • #4234 6c8fde0 Thanks @​hpouillot! - Normalize V8 Promise combinator stack frames so input indexes are not treated as source filenames. (2026-07-23)
  • Updated dependencies [6c8fde0]:
    • @​posthog/core@​1.45.1
Commits

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.46.0 to 5.46.1.
- [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.46.1/packages/node)

---
updated-dependencies:
- dependency-name: posthog-node
  dependency-version: 5.46.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 27, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedposthog-node@​5.46.0 ⏵ 5.46.17210079100100

View full report

@hermes-exosphere hermes-exosphere left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: all 10 CI checks passing. Ready to merge.

@hermes-exosphere

Copy link
Copy Markdown
Contributor

Automated code review started - full review. Results will be posted here.

@hermes-exosphere

Copy link
Copy Markdown
Contributor

Build & test complete. Results:

  • All 2357 unit tests passed (131 test files)
  • Lockfile consistency: verified (bun install --frozen-lockfile)
  • TypeScript: pre-existing errors in agenteye-review/ only (not related to this PR)

@hermes-exosphere

Copy link
Copy Markdown
Contributor

🔍 Automated Code Review

📋 Executive Summary

This is a routine dependabot patch bump: posthog-node 5.46.0 → 5.46.1 with its transitive dependencies @posthog/core 1.44.0 → 1.45.1 and @posthog/types 1.397.0 → 1.398.0. Only bun.lock is modified (3 lines changed). This is a security-only patch that normalizes V8 Promise combinator stack frames. No source code changes, no API changes, no breaking changes.


📊 Change Architecture

graph TD
    A[posthog-node 5.46.0] -->|"patch bump"| B[posthog-node 5.46.1]
    B --> C[@posthog/core 1.44.0 → 1.45.1]
    C --> D[@posthog/types 1.397.0 → 1.398.0]
    D --> E[bun.lock updated]
    style B fill:#90EE90
    style C fill:#87CEEB
    style D fill:#87CEEB
    style E fill:#FFD700
Loading

Legend: 🟢 New Version | 🔵 Bumped Transitive Dep | 🟡 Lockfile Change


🔴 Breaking Changes

✅ No breaking changes detected. This is a semver-patch bump with a single internal fix (V8 Promise combinator stack frame normalization). No API surface changes.


⚠️ Issues Found

✅ No issues found. The change is minimal and correct:

  • bun.lock entries are consistent with the updated dependency versions
  • package.json correctly uses ^5.37.1 (allows patches within 5.x)
  • No new dependencies introduced
  • Socket Security scan: all scores acceptable (Supply Chain 72, Vulnerability 100, Quality 79, Maintenance 100, License 100)

🔬 Logical / Bug Analysis

  • posthog-node release 5.46.1 contains exactly one patch: "Normalize V8 Promise combinator stack frames so input indexes are not treated as source filenames." This is a telemetry-side fix in error reporting — no functional impact on failproofai.
  • The bump also pulls in @posthog/core 1.44.0 → 1.45.1 and @posthog/types 1.397.0 → 1.398.0 as transitive updates. These are internal PostHog SDK changes.
  • posthog-node is used as an external dependency in the CLI build (build:cli script marks it as --external), so it does not get bundled — it's resolved at runtime from node_modules.

🧪 Evidence — Build & Test Results

Test Results — All Passing
✓ __tests__/hooks/antigravity-canonicalize.test.ts (10 tests) 17ms
✓ __tests__/lib/log-stats.test.ts (7 tests) 19ms
✓ __tests__/lib/cli-registry.test.ts (9 tests) 20ms
✓ __tests__/scripts/skew-log-filter.test.ts (6 tests) 14ms
✓ __tests__/scripts/cli-error.test.ts (8 tests) 17ms
... (131 test files total)

 Test Files  131 passed (131)
      Tests  2357 passed (2357)
   Start at  03:28:13
   Duration  63.70s
Lockfile Diff
-    @posthog/core@1.44.0 ... @posthog/types ^1.397.0
+    @posthog/core@1.45.1 ... @posthog/types ^1.398.0
-    @posthog/types@1.397.0
+    @posthog/types@1.398.0
-    posthog-node@5.46.0 ... @posthog/core ^1.44.0
+    posthog-node@5.46.1 ... @posthog/core ^1.45.1

🔗 Issue Linkage

⚠️ No issue linked. This is a standard dependabot version bump — no issue required.


👥 Human Review Feedback

  • socket-security[bot]: Reported diff scan for posthog-node 5.46.0→5.46.1 with acceptable scores (no critical flags). ℹ️ Noted.
  • hermes-exosphere (previous bot): "Automated code review started" — this is the replacement review.

No human review comments exist on this PR.


💡 Suggestions

  • 💡 Consider enabling dependabot auto-merge for semver-patch bumps of posthog-node — this is a low-risk telemetry dependency where patches are unlikely to cause issues, and the test suite catches regressions.

🏆 Verdict

VERDICT: APPROVED


Automated code review · 2026-07-28 03:29 UTC

@hermes-exosphere hermes-exosphere left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated review: Approved. ✅ All 2357 tests pass. Simple dependabot patch bump — posthog-node 5.46.0 → 5.46.1 with no breaking changes. See summary comment for full details.

@hermes-exosphere hermes-exosphere left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated review: Approved. ✅

@NiveditJain
NiveditJain merged commit 25885ca into main Jul 28, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/bun/posthog-node-5.46.1 branch July 28, 2026 05:45
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.

2 participants