Skip to content

Commit 52c9fe5

Browse files
chore(deps): update dependency posthog-node to v5.4.0 (#583)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [posthog-node](https://redirect.github.com/PostHog/posthog-js-lite) ([source](https://redirect.github.com/PostHog/posthog-js-lite/tree/HEAD/posthog-node)) | dependencies | minor | [`5.1.1` -> `5.4.0`](https://renovatebot.com/diffs/npm/posthog-node/5.1.1/5.4.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/PostHog/posthog-js-lite/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PostHog/posthog-js-lite) | --- ### Release Notes <details> <summary>PostHog/posthog-js-lite (posthog-node)</summary> ### [`v5.4.0`](https://redirect.github.com/PostHog/posthog-js-lite/blob/HEAD/posthog-node/CHANGELOG.md#540--2025-09-07) [Compare Source](https://redirect.github.com/PostHog/posthog-js-lite/compare/posthog-node-v5.3.1...posthog-node-v5.4.0) feat: respect local evaluation preferences with `sendFeatureFlags`; add property overrides from the event to those local computations so that the locally evaluated flags can be more accuratee. NB: this change chagnes the default behavior of `capture` and `captureImmediately` – we will now only send feature flag data along with those events if `sendFeatureFlags` is explicitly specified, instead of optimistically sending along locally evaluated flags by default. ### [`v5.3.1`](https://redirect.github.com/PostHog/posthog-js-lite/blob/HEAD/posthog-node/CHANGELOG.md#531---2025-07-07) [Compare Source](https://redirect.github.com/PostHog/posthog-js-lite/compare/posthog-node-v5.2.1...posthog-node-v5.3.1) 1. feat: decouple feature flag local evaluation from personal API keys; support decrypting remote config payloads without relying on the feature flags poller ### [`v5.2.1`](https://redirect.github.com/PostHog/posthog-js-lite/blob/HEAD/posthog-node/CHANGELOG.md#521---2025-07-07) [Compare Source](https://redirect.github.com/PostHog/posthog-js-lite/compare/posthog-node-v5.1.1...posthog-node-v5.2.1) 1. feat: add captureExceptionImmediate method on posthog client </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c3f3a9 commit 52c9fe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lucide-react": "0.525.0",
2929
"next": "15.3.5",
3030
"posthog-js": "1.257.0",
31-
"posthog-node": "5.1.1",
31+
"posthog-node": "5.4.0",
3232
"prettier": "3.6.2",
3333
"react": "19.1.0",
3434
"react-dom": "19.1.0",
@@ -1781,7 +1781,7 @@
17811781

17821782
"posthog-js": ["posthog-js@1.257.0", "", { "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", "web-vitals": "^4.2.4" }, "peerDependencies": { "@rrweb/types": "2.0.0-alpha.17", "rrweb-snapshot": "2.0.0-alpha.17" }, "optionalPeers": ["@rrweb/types", "rrweb-snapshot"] }, "sha512-Ujg9RGtWVCu+4tmlRpALSy2ZOZI6JtieSYXIDDdgMWm167KYKvTtbMPHdoBaPWcNu0Km+1hAIBnQFygyn30KhA=="],
17831783

1784-
"posthog-node": ["posthog-node@5.1.1", "", {}, "sha512-6VISkNdxO24ehXiDA4dugyCSIV7lpGVaEu5kn/dlAj+SJ1lgcDru9PQ8p/+GSXsXVxohd1t7kHL2JKc9NoGb0w=="],
1784+
"posthog-node": ["posthog-node@5.4.0", "", {}, "sha512-13rDwau+tKT9ud5LwbLf22hGUY4m9S4z0Stm+bs8LCOxf2IIKpofiS7kcahIKLYs2ASZ472/dDErFaMEzcfQhw=="],
17851785

17861786
"preact": ["preact@10.26.9", "", {}, "sha512-SSjF9vcnF27mJK1XyFMNJzFd5u3pQiATFqoaDy03XuN00u4ziveVVEGt5RKJrDR8MHE/wJo9Nnad56RLzS2RMA=="],
17871787

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lucide-react": "0.525.0",
4141
"next": "15.3.5",
4242
"posthog-js": "1.257.0",
43-
"posthog-node": "5.1.1",
43+
"posthog-node": "5.4.0",
4444
"prettier": "3.6.2",
4545
"react": "19.1.0",
4646
"react-dom": "19.1.0",

0 commit comments

Comments
 (0)