Skip to content

Commit 2b5fc04

Browse files
chore(deps): update dependency posthog-js to v1.236.4 (#360)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [posthog-js](https://redirect.github.com/PostHog/posthog-js) | dependencies | patch | [`1.236.2` -> `1.236.4`](https://renovatebot.com/diffs/npm/posthog-js/1.236.2/1.236.4) | [![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.4`](https://redirect.github.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#12364---2025-04-21) [Compare Source](https://redirect.github.com/PostHog/posthog-js/compare/v1.236.3...v1.236.4) - fix: prevent multiple stylesheet creation for feedback survey ([#&#8203;1912](https://redirect.github.com/PostHog/posthog-js/issues/1912)) ### [`v1.236.3`](https://redirect.github.com/PostHog/posthog-js/blob/HEAD/CHANGELOG.md#12363---2025-04-21) [Compare Source](https://redirect.github.com/PostHog/posthog-js/compare/v1.236.2...v1.236.3) - fix: timezone offset property not being sent ([#&#8203;1908](https://redirect.github.com/PostHog/posthog-js/issues/1908)) - fix(err): add support for error causes ([#&#8203;1909](https://redirect.github.com/PostHog/posthog-js/issues/1909)) </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: - Update posthog-js dependency from version 1.236.2 to 1.236.4. 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 5151837 commit 2b5fc04

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.501.0",
1717
"next": "15.3.1",
18-
"posthog-js": "1.236.2",
18+
"posthog-js": "1.236.4",
1919
"posthog-node": "4.12.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.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=="],
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=="],
13471347

13481348
"posthog-node": ["posthog-node@4.12.0", "", { "dependencies": { "axios": "^1.8.2" } }, "sha512-YWib8aiPXcICAZa29ZuLyjFaJE8dbxbd+v2apoIEPbyMqOra9bKPYVI8XK15Q44vflaaCOOAtTV8A9DefZSbVQ=="],
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.501.0",
2727
"next": "15.3.1",
28-
"posthog-js": "1.236.2",
28+
"posthog-js": "1.236.4",
2929
"posthog-node": "4.12.0",
3030
"prettier": "3.5.3",
3131
"react": "19.1.0",

0 commit comments

Comments
 (0)