Commit 52c9fe5
authored
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) |
[](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
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
1781 | 1781 | | |
1782 | 1782 | | |
1783 | 1783 | | |
1784 | | - | |
| 1784 | + | |
1785 | 1785 | | |
1786 | 1786 | | |
1787 | 1787 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments