Commit 0440d17
authored
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)
| [](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
-
[#​2492](https://redirect.github.com/PostHog/posthog-js/pull/2492)
[`2b13291`](https://redirect.github.com/PostHog/posthog-js/commit/2b13291db4098f076e209caae71019ab10861956)
Thanks [@​pauldambra](https://redirect.github.com/pauldambra)! -
fix: extendUrlParams should always replace unless the caller says
otherwise
-
[#​2491](https://redirect.github.com/PostHog/posthog-js/pull/2491)
[`130c9e0`](https://redirect.github.com/PostHog/posthog-js/commit/130c9e0677dbce372986e72fca65075c4a4d78de)
Thanks [@​pauldambra](https://redirect.github.com/pauldambra)! -
fix: correctly update the retry count URL parameter
-
[#​2485](https://redirect.github.com/PostHog/posthog-js/pull/2485)
[`d7dced1`](https://redirect.github.com/PostHog/posthog-js/commit/d7dced1772e9b2954a250c3ace8a21e74a4e8668)
Thanks [@​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
-
[#​2430](https://redirect.github.com/PostHog/posthog-js/pull/2430)
[`5c14af2`](https://redirect.github.com/PostHog/posthog-js/commit/5c14af20818f8639dbe127de0ef7fddca06ed86b)
Thanks [@​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
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
1765 | 1765 | | |
1766 | 1766 | | |
1767 | 1767 | | |
1768 | | - | |
| 1768 | + | |
1769 | 1769 | | |
1770 | 1770 | | |
1771 | 1771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments