-
Notifications
You must be signed in to change notification settings - Fork 7
chore(deps): update dependency posthog-js to v1.297.2 #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/posthog-js-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd9b7e0 to
9c469da
Compare
b50f641 to
6de31ca
Compare
6de31ca to
1d8562f
Compare
1d8562f to
929f0af
Compare
929f0af to
26aec3a
Compare
26aec3a to
b9980c9
Compare
b9980c9 to
cb8f114
Compare
a717eb6 to
528b1b6
Compare
528b1b6 to
5abe2e5
Compare
5abe2e5 to
8cb6ec2
Compare
351e9cd to
29eee3f
Compare
29eee3f to
5dc7bed
Compare
5dc7bed to
d3c7124
Compare
a9e9cae to
44a0bbd
Compare
44a0bbd to
6bba0ba
Compare
6bba0ba to
6ba989a
Compare
6ba989a to
4a3a9cb
Compare
4a3a9cb to
3ca9663
Compare
3ca9663 to
bd708dc
Compare
2267c89 to
8cc4400
Compare
8cc4400 to
ade8b70
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.275.3->1.297.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
PostHog/posthog-js (posthog-js)
v1.297.2Compare Source
1.297.2
Patch Changes
83f5d07]:v1.297.1Compare Source
1.297.1
Patch Changes
c242702]:v1.297.0Compare Source
1.297.0
Minor Changes
91f41eeThanks @rafaeelaudibert! - Output confirmation log message to the user when overriding feature flags to improve user feedback on whether the action actually did something or not(2025-11-19)
Patch Changes
8acd88fThanks @hpouillot! - fix frame platform property for $exception events(2025-11-19)
8acd88f]:v1.296.1Compare Source
1.296.1
Patch Changes
ab85422Thanks @pauldambra! - fix: don't rely on order of method calls to gate calling urlv1.296.0Compare Source
1.296.0
Minor Changes
17d12f5Thanks @adboio! - fix(surveys): clean up popover surveys from dom on closev1.295.0Compare Source
1.295.0
Minor Changes
ab6cc9eThanks @adboio! - survey html rendering bugfixv1.294.0Compare Source
1.294.0
Minor Changes
f9260deThanks @adboio! - feat: add survey feedback button custom positionsv1.293.0Compare Source
1.293.0
Minor Changes
f2426dbThanks @pauldambra! - feat: ignore rageclicks by content.Patch Changes
de80a41Thanks @pauldambra! - fix: rageclick detection should use event timestamp not current timev1.292.0Compare Source
1.292.0
Minor Changes
7c16ff7Thanks @rodrigomarcolin! - Made rageclick detection fully parametrizable with configurable threshold_px, timeout_ms, and click_count, while preserving previous default behavior.v1.291.0Compare Source
1.291.0
Minor Changes
c8c7de2Thanks @pauldambra! - feat: support strict minimum duration (more accurate on full page load)v1.290.0Compare Source
1.290.0
Minor Changes
8a2b790Thanks @pauldambra! - feat: yield to the main thread during posthog initv1.289.0Compare Source
1.289.0
Minor Changes
10be1b0Thanks @dmarticus! - Support bootstrapping feature flags during SSR in ReactJSv1.288.1Compare Source
1.288.1
Patch Changes
87f9604]:v1.288.0Compare Source
1.288.0
Minor Changes
392b190Thanks @dustinbyrne! - feat: Addflags_api_hostconfig optionv1.287.0Compare Source
1.287.0
Minor Changes
ec65577Thanks @pauldambra! - feat: track flushed size per sessionv1.286.0Compare Source
1.286.0
Minor Changes
cd8bcd7Thanks @TueHaulund! - Fixed a bug where configuration overrides for session recording would not be applied if the recorder module was still loadingv1.285.2Compare Source
1.285.2
Patch Changes
d8d98c9]:v1.285.1Compare Source
1.285.1
Patch Changes
c26a12cThanks @pauldambra! - fix: allow session ending payload when recording is idlev1.285.0Compare Source
1.285.0
Minor Changes
e95a9d5Thanks @pauldambra! - feat: store previous and next session id in session recordingv1.284.0Compare Source
1.284.0
Minor Changes
#2529
882d823Thanks @MattBro! - feat(surveys): add URL prefill and auto-submit supportSurveys can now be prefilled and automatically submitted via URL parameters.
New configuration options:
URL format:
?q0=1&q1=8&auto_submit=trueq{N}= question index (0-based)auto_submit=trueenables auto-submissionSupported question types:
Use cases:
v1.283.0Compare Source
1.283.0
Minor Changes
068d55eThanks @lricoy! - Add bot pageview collection behind preview flag. Enables tracking bot traffic as$bot_pageviewevents when the__preview_capture_bot_pageviewsflag is enabled.Patch Changes
068d55e]:v1.282.0Compare Source
1.282.0
Minor Changes
46e3ca6Thanks @pauldambra! - feat: add a component that will wrap your components and capture an event when they are in view in the browserPatch Changes
46e3ca6Thanks @pauldambra! - fix: complete react sdk featureflag component refactorv1.281.0Compare Source
1.281.0
Minor Changes
751b440Thanks @pauldambra! - fix: bucketed rate limiter can calculate tokens without a timerPatch Changes
#2500
71ae0d2Thanks @pauldambra! - fix: don't poll surveys while the page is hiddenUpdated dependencies [
751b440]:v1.280.1Compare Source
1.280.1
Patch Changes
#2492
2b13291Thanks @pauldambra! - fix: extendUrlParams should always replace unless the caller says otherwise#2491
130c9e0Thanks @pauldambra! - fix: correctly update the retry count URL parameter#2485
d7dced1Thanks @pauldambra! - fix: stop polling when the retry queue is emptyv1.280.0Compare Source
1.280.0
Minor Changes
5c14af2Thanks @daibhin! - exclude capture of exceptions thrown from the PostHog SDKv1.279.3Compare Source
1.279.3
Patch Changes
04ba023Thanks @robbie-c! - Fix #2471v1.279.2Compare Source
1.279.2
Patch Changes
e0a6fe0]:v1.279.1Compare Source
1.279.1
Patch Changes
b161bb3Thanks @pauldambra! - fix: stop heatmap buffer interval when hiddenv1.279.0Compare Source
1.279.0
Minor Changes
3075888Thanks @pauldambra! - fix: remove rrweb types as a peer dependencyv1.278.0Compare Source
1.278.0
Minor Changes
b0f1390Thanks @lricoy! - Includes warning on advanced_disable_flags with extra examples on what it disablesv1.277.0Compare Source
1.277.0
Minor Changes
52da336Thanks @TueHaulund! - Bump posthog-rrwebv1.276.0Compare Source
1.276.0
Minor Changes
d50899eThanks @pauldambra! - chore: bump posthog rrweb version - not generally used yetConfiguration
📅 Schedule: Branch creation - Between 06:00 AM and 09:59 AM, only on Monday ( * 6-9 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.