Skip to content

Commit 50871c6

Browse files
chore(deps): update dependency posthog-js to v1.236.5 (#365)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [posthog-js](https://redirect.github.com/PostHog/posthog-js) | dependencies | patch | [`1.236.4` -> `1.236.5`](https://renovatebot.com/diffs/npm/posthog-js/1.236.4/1.236.5) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/PostHog/posthog-js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PostHog/posthog-js) | --- ### Release Notes <details> <summary>PostHog/posthog-js (posthog-js)</summary> ### [`v1.236.5`](https://redirect.github.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#12365---2025-04-22) [Compare Source](https://redirect.github.com/PostHog/posthog-js/compare/v1.236.4...v1.236.5) - fix: dont propagate events in surveys ([#&#8203;1911](https://redirect.github.com/PostHog/posthog-js/issues/1911)) </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-js from version 1.236.4 to 1.236.5 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 e75e7dd commit 50871c6

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
@@ -15,7 +15,7 @@
1515
"fumadocs-ui": "15.2.8",
1616
"lucide-react": "0.503.0",
1717
"next": "15.3.1",
18-
"posthog-js": "1.236.4",
18+
"posthog-js": "1.236.5",
1919
"posthog-node": "4.13.0",
2020
"prettier": "3.5.3",
2121
"react": "19.1.0",
@@ -1343,7 +1343,7 @@
13431343

13441344
"postcss-selector-parser": ["postcss-selector-parser@7.1.0", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA=="],
13451345

1346-
"posthog-js": ["posthog-js@1.236.4", "", { "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-nykqzWlaDgyFpe/FfxdvQwgO7JGBs6Ah+KOajrSh11O1Q0Iymah2+2pqQ+JPtYNAnHRoLgRYO8rVRBfWLIlFZg=="],
1346+
"posthog-js": ["posthog-js@1.236.5", "", { "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-2FrWVZwcLyeZAtdDckJaCfsk9m6DMdr/nVPVSqzF7yvm9pDsdbkvB3A16iqRj5L3EcqV2xWOcv8xWmKgdnNnqA=="],
13471347

13481348
"posthog-node": ["posthog-node@4.13.0", "", { "dependencies": { "axios": "^1.8.2" } }, "sha512-4rGi+9hf4WmMcKjWuzBtQYzFRltfVmSPCB5N364AhchFAT2Eoclx1M7KUWJZ0C2fMObdNGRNw1NQYEO4iGnviQ=="],
13491349

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fumadocs-ui": "15.2.8",
2626
"lucide-react": "0.503.0",
2727
"next": "15.3.1",
28-
"posthog-js": "1.236.4",
28+
"posthog-js": "1.236.5",
2929
"posthog-node": "4.13.0",
3030
"prettier": "3.5.3",
3131
"react": "19.1.0",

0 commit comments

Comments
 (0)