chore(deps): bump posthog-node from 4.18.0 to 5.29.2#504
chore(deps): bump posthog-node from 4.18.0 to 5.29.2#504dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 4.18.0 to 5.29.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.29.2/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.29.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryBumps Confidence Score: 5/5Safe to merge — only core PostHog APIs are used and all remain compatible with v5. The codebase uses only PostHog constructor, capture, and shutdown, which are stable across v4 and v5. No feature-flag APIs are used, so the one documented v5 breaking change is irrelevant. Transitive removal of axios is a net improvement. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[metrics.ts] -->|new PostHog / capture / shutdown| B[posthog-node v5.29.2]
B --> C["@posthog/core 1.25.2"]
B -.->|optional peer| D[rxjs]
E[posthog-node v4.18.0] --> F[axios 1.13.5]
F --> G[follow-redirects]
style E fill:#ffcccc,stroke:#cc0000
style F fill:#ffcccc,stroke:#cc0000
style G fill:#ffcccc,stroke:#cc0000
style B fill:#ccffcc,stroke:#007700
style C fill:#ccffcc,stroke:#007700
Reviews (1): Last reviewed commit: "chore(deps): bump posthog-node from 4.18..." | Re-trigger Greptile |
Bumps posthog-node from 4.18.0 to 5.29.2.
Release notes
Sourced from posthog-node's releases.
... (truncated)
Changelog
Sourced from posthog-node's changelog.
... (truncated)
Commits
71e99fdchore: update versions and lockfile [version bump]64363a5chore: update versions and lockfile [version bump]749f62echore: update versions and lockfile [version bump]8571c13chore: update versions and lockfile [version bump]356fb33chore: update versions and lockfile [version bump]4d6cef4chore: update versions and lockfile [version bump]bec9814chore: update versions and lockfile [version bump]ee9b06afix(node): fix flaky nestjs interceptor test (#3293)287eb91chore: update versions and lockfile [version bump]7327809chore: update versions and lockfile [version bump]Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for posthog-node since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)