Skip to content

Commit 0440d17

Browse files
chore(deps): update dependency posthog-js to v1.280.1 (#829)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [posthog-js](https://posthog.com/docs/libraries/js) ([source](https://redirect.github.com/PostHog/posthog-js)) | dependencies | minor | [`1.279.3` -> `1.280.1`](https://renovatebot.com/diffs/npm/posthog-js/1.279.3/1.280.1) | [![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.280.1`](https://redirect.github.com/PostHog/posthog-js/releases/tag/posthog-js%401.280.1) [Compare Source](https://redirect.github.com/PostHog/posthog-js/compare/posthog-js@1.280.0...posthog-js@1.280.1) #### 1.280.1 ##### Patch Changes - [#&#8203;2492](https://redirect.github.com/PostHog/posthog-js/pull/2492) [`2b13291`](https://redirect.github.com/PostHog/posthog-js/commit/2b13291db4098f076e209caae71019ab10861956) Thanks [@&#8203;pauldambra](https://redirect.github.com/pauldambra)! - fix: extendUrlParams should always replace unless the caller says otherwise - [#&#8203;2491](https://redirect.github.com/PostHog/posthog-js/pull/2491) [`130c9e0`](https://redirect.github.com/PostHog/posthog-js/commit/130c9e0677dbce372986e72fca65075c4a4d78de) Thanks [@&#8203;pauldambra](https://redirect.github.com/pauldambra)! - fix: correctly update the retry count URL parameter - [#&#8203;2485](https://redirect.github.com/PostHog/posthog-js/pull/2485) [`d7dced1`](https://redirect.github.com/PostHog/posthog-js/commit/d7dced1772e9b2954a250c3ace8a21e74a4e8668) Thanks [@&#8203;pauldambra](https://redirect.github.com/pauldambra)! - fix: stop polling when the retry queue is empty ### [`v1.280.0`](https://redirect.github.com/PostHog/posthog-js/releases/tag/posthog-js%401.280.0) [Compare Source](https://redirect.github.com/PostHog/posthog-js/compare/posthog-js@1.279.3...posthog-js@1.280.0) #### 1.280.0 ##### Minor Changes - [#&#8203;2430](https://redirect.github.com/PostHog/posthog-js/pull/2430) [`5c14af2`](https://redirect.github.com/PostHog/posthog-js/commit/5c14af20818f8639dbe127de0ef7fddca06ed86b) Thanks [@&#8203;daibhin](https://redirect.github.com/daibhin)! - exclude capture of exceptions thrown from the PostHog SDK </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Bump posthog-js to 1.280.1 to improve tracking reliability and reduce noisy error capture. Includes upstream fixes to retry handling and URL parameter updates. - **Dependencies** - posthog-js: 1.279.3 → 1.280.1 - SDK exceptions are no longer captured. - Retry queue stops polling when empty; retry count param updates correctly. - extendUrlParams replaces by default unless overridden. <!-- End of auto-generated description by cubic. --> 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 a4ab32d commit 0440d17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"gray-matter": "4.0.3",
4040
"lucide-react": "0.546.0",
4141
"next": "15.5.6",
42-
"posthog-js": "1.279.3",
42+
"posthog-js": "1.280.1",
4343
"posthog-node": "5.10.3",
4444
"prettier": "3.6.2",
4545
"react": "19.2.0",

0 commit comments

Comments
 (0)