Skip to content

Commit 32edaad

Browse files
pauldambraclaude
andauthored
chore(deps): bump @posthog/rrweb packages to 0.0.51 (#3279)
* chore(deps): bump @posthog/rrweb packages to 0.0.50 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add changeset for rrweb 0.0.50 bump * chore(deps): bump @posthog/rrweb packages to 0.0.51 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7327809 commit 32edaad

File tree

4 files changed

+62
-49
lines changed

4 files changed

+62
-49
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'posthog-js': patch
3+
---
4+
5+
Bump @posthog/rrweb packages to 0.0.51, which includes:
6+
- PostHog/posthog-rrweb#145: fix: handle cross-origin iframe errors during stop handler cleanup
7+
- PostHog/posthog-rrweb#148: fix: mask textarea innerText mutations
8+
- PostHog/posthog-rrweb#150: fix: guard WebGLRenderingContext access for iOS compatibility
9+
- PostHog/posthog-rrweb#151: refactor: extract slimDOMDefaults into shared function
10+
- PostHog/posthog-rrweb#152: fix: improve nested CSS rule handling
11+
- PostHog/posthog-rrweb#153: fix: allow clearing adopted stylesheets with empty strings
12+
- PostHog/posthog-rrweb#154: fix: prevent object reference mutation breaking remote CSS replay
13+
- PostHog/posthog-rrweb#156: fix: catch all SecurityError variants in stop handler cleanup

packages/browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"@jest/globals": "^29.7.0",
7979
"@playwright/test": "^1.52.0",
8080
"@posthog-tooling/rollup-utils": "workspace:*",
81-
"@posthog/rrweb-plugin-console-record": "^0.0.48",
82-
"@posthog/rrweb-record": "^0.0.48",
83-
"@posthog/rrweb-types": "^0.0.48",
81+
"@posthog/rrweb-plugin-console-record": "^0.0.51",
82+
"@posthog/rrweb-record": "^0.0.51",
83+
"@posthog/rrweb-types": "^0.0.51",
8484
"@rollup/plugin-babel": "^6.0.4",
8585
"@rollup/plugin-commonjs": "^28.0.6",
8686
"@rollup/plugin-json": "^6.1.0",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ minimumReleaseAgeExclude:
4040
- node-forge@1.3.2
4141
- next@15.5.7
4242
- "@next/env@15.5.7"
43-
- "@posthog/rrweb-plugin-console-record@0.0.48"
44-
- "@posthog/rrweb-record@0.0.48"
45-
- "@posthog/rrweb-types@0.0.48"
46-
- "@posthog/rrweb-utils@0.0.48"
47-
- "@posthog/rrweb@0.0.48"
48-
- "@posthog/rrweb-snapshot@0.0.48"
49-
- "@posthog/rrdom@0.0.48"
43+
- "@posthog/rrweb-plugin-console-record@0.0.51"
44+
- "@posthog/rrweb-record@0.0.51"
45+
- "@posthog/rrweb-types@0.0.51"
46+
- "@posthog/rrweb-utils@0.0.51"
47+
- "@posthog/rrweb@0.0.51"
48+
- "@posthog/rrweb-snapshot@0.0.51"
49+
- "@posthog/rrdom@0.0.51"
5050
- "@posthog/cli"
5151
- "posthog-react-native-session-replay"
5252

0 commit comments

Comments
 (0)