Skip to content

Commit 1b061b5

Browse files
chore(deps): update dependency posthog-node to v4.12.0 (#356)
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 | [`4.11.7` -> `4.12.0`](https://renovatebot.com/diffs/npm/posthog-node/4.11.7/4.12.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> ### [`v4.12.0`](https://redirect.github.com/PostHog/posthog-js-lite/blob/HEAD/posthog-node/CHANGELOG.md#4120--2025-04-17) [Compare Source](https://redirect.github.com/PostHog/posthog-js-lite/compare/posthog-node-v4.11.7...posthog-node-v4.12.0) 1. chore: roll out new feature flag evaluation backend to majority of customers </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Chores: - Upgrade posthog-node package from version 4.11.7 to 4.12.0 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 471c838 commit 1b061b5

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
@@ -16,7 +16,7 @@
1616
"lucide-react": "0.488.0",
1717
"next": "15.3.0",
1818
"posthog-js": "1.236.2",
19-
"posthog-node": "4.11.7",
19+
"posthog-node": "4.12.0",
2020
"prettier": "3.5.3",
2121
"react": "19.1.0",
2222
"react-dom": "19.1.0",
@@ -1345,7 +1345,7 @@
13451345

13461346
"posthog-js": ["posthog-js@1.236.2", "", { "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-dSPRp/2/IWxtNuNeqevJ+ueGxJfLr67YrRWfemivJ0fJseArnZp4nWvj0Qz+qIMv7TU6a0lq6dEuAoERQDb1jQ=="],
13471347

1348-
"posthog-node": ["posthog-node@4.11.7", "", { "dependencies": { "axios": "^1.8.2" } }, "sha512-nG6LcJBD2kdI9zbOqUm52821G0y2j9W7DK8P68exQAs/A5VNPwMKwwYO3b/1KamcUPLGf6A7vDyog0zKGK1/Hg=="],
1348+
"posthog-node": ["posthog-node@4.12.0", "", { "dependencies": { "axios": "^1.8.2" } }, "sha512-YWib8aiPXcICAZa29ZuLyjFaJE8dbxbd+v2apoIEPbyMqOra9bKPYVI8XK15Q44vflaaCOOAtTV8A9DefZSbVQ=="],
13491349

13501350
"preact": ["preact@10.26.5", "", {}, "sha512-fmpDkgfGU6JYux9teDWLhj9mKN55tyepwYbxHgQuIxbWQzgFg5vk7Mrrtfx7xRxq798ynkY4DDDxZr235Kk+4w=="],
13511351

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lucide-react": "0.488.0",
2727
"next": "15.3.0",
2828
"posthog-js": "1.236.2",
29-
"posthog-node": "4.11.7",
29+
"posthog-node": "4.12.0",
3030
"prettier": "3.5.3",
3131
"react": "19.1.0",
3232
"react-dom": "19.1.0",

0 commit comments

Comments
 (0)