Skip to content

Commit 9d1f09a

Browse files
authored
chore(): Update posthog (#14144)
* chore(): Update posthog * chore(): Update posthog
1 parent 9149908 commit 9d1f09a

8 files changed

Lines changed: 36 additions & 31 deletions

File tree

www/apps/api-reference/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"openapi-sampler": "^1.3.1",
3535
"pluralize": "^8.0.0",
3636
"postcss": "8.4.27",
37-
"posthog-js": "^1.269.1",
37+
"posthog-js": "^1.298.1",
3838
"prism-react-renderer": "2.4.0",
3939
"react": "rc",
4040
"react-dom": "rc",

www/apps/book/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"docs-ui": "*",
2424
"docs-utils": "*",
2525
"next": "15.3.5",
26-
"posthog-js": "^1.269.1",
26+
"posthog-js": "^1.298.1",
2727
"react": "rc",
2828
"react-dom": "rc",
2929
"rehype-mdx-code-props": "^2.0.0",

www/apps/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clsx": "^2.1.0",
2424
"docs-ui": "*",
2525
"next": "15.3.5",
26-
"posthog-js": "^1.269.1",
26+
"posthog-js": "^1.298.1",
2727
"react": "rc",
2828
"react-dom": "rc",
2929
"rehype-mdx-code-props": "^2.0.0",

www/apps/resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"docs-ui": "*",
2424
"next": "15.3.5",
2525
"next-mdx-remote-client": "2",
26-
"posthog-js": "^1.269.1",
26+
"posthog-js": "^1.298.1",
2727
"react": "rc",
2828
"react-dom": "rc",
2929
"rehype-mdx-code-props": "^2.0.0",

www/apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"clsx": "^2.1.0",
2525
"docs-ui": "*",
2626
"next": "15.3.5",
27-
"posthog-js": "^1.269.1",
27+
"posthog-js": "^1.298.1",
2828
"react": "rc",
2929
"react-dom": "rc",
3030
"rehype-mdx-code-props": "^2.0.0",

www/apps/user-guide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clsx": "^2.1.0",
2323
"docs-ui": "*",
2424
"next": "15.3.5",
25-
"posthog-js": "^1.269.1",
25+
"posthog-js": "^1.298.1",
2626
"react": "rc",
2727
"react-dom": "rc",
2828
"rehype-mdx-code-props": "^2.0.0",

www/packages/docs-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/react": "*",
5454
"@types/react-dom": "*",
5555
"next": "*",
56-
"posthog-js": "*",
56+
"posthog-js": "^1.298.1",
5757
"react": "*",
5858
"react-dom": "*"
5959
},

www/yarn.lock

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,10 +1772,12 @@ __metadata:
17721772
languageName: node
17731773
linkType: hard
17741774

1775-
"@posthog/core@npm:1.2.2":
1776-
version: 1.2.2
1777-
resolution: "@posthog/core@npm:1.2.2"
1778-
checksum: 723dbb93605625ed0122569c929efe4d5c571b8c5c61d6a9e6768cc5ebca05887e39f48a9697d6c212b209215a504c48fc56dfa401576fbe3cd8828c5f440f2d
1775+
"@posthog/core@npm:1.6.0":
1776+
version: 1.6.0
1777+
resolution: "@posthog/core@npm:1.6.0"
1778+
dependencies:
1779+
cross-spawn: ^7.0.6
1780+
checksum: 28aa907bb21b18587bc5f47c44349ebc834b37d9a4cedb1a18d7b673d4d7cdad2120dda80deceaee707b2f52333e9a08a8e591e1fc4066521ce05e820b76309f
17791781
languageName: node
17801782
linkType: hard
17811783

@@ -5581,7 +5583,7 @@ __metadata:
55815583
openapi-sampler: ^1.3.1
55825584
pluralize: ^8.0.0
55835585
postcss: 8.4.27
5584-
posthog-js: ^1.269.1
5586+
posthog-js: ^1.298.1
55855587
prism-react-renderer: 2.4.0
55865588
react: rc
55875589
react-dom: rc
@@ -5944,7 +5946,7 @@ __metadata:
59445946
eslint-plugin-react-hooks: ^5.0.0
59455947
next: 15.3.5
59465948
postcss: ^8
5947-
posthog-js: ^1.269.1
5949+
posthog-js: ^1.298.1
59485950
react: rc
59495951
react-dom: rc
59505952
rehype-mdx-code-props: ^2.0.0
@@ -6300,7 +6302,7 @@ __metadata:
63006302
eslint-plugin-react-hooks: ^5.0.0
63016303
next: 15.3.5
63026304
postcss: ^8
6303-
posthog-js: ^1.269.1
6305+
posthog-js: ^1.298.1
63046306
react: rc
63056307
react-dom: rc
63066308
rehype-mdx-code-props: ^2.0.0
@@ -6535,6 +6537,17 @@ __metadata:
65356537
languageName: node
65366538
linkType: hard
65376539

6540+
"cross-spawn@npm:^7.0.6":
6541+
version: 7.0.6
6542+
resolution: "cross-spawn@npm:7.0.6"
6543+
dependencies:
6544+
path-key: ^3.1.0
6545+
shebang-command: ^2.0.0
6546+
which: ^2.0.1
6547+
checksum: 053ea8b2135caff68a9e81470e845613e374e7309a47731e81639de3eaeb90c3d01af0e0b44d2ab9d50b43467223b88567dfeb3262db942dc063b9976718ffc1
6548+
languageName: node
6549+
linkType: hard
6550+
65386551
"css-tree@npm:^3.1.0":
65396552
version: 3.1.0
65406553
resolution: "css-tree@npm:3.1.0"
@@ -7288,7 +7301,7 @@ __metadata:
72887301
"@types/react": "*"
72897302
"@types/react-dom": "*"
72907303
next: "*"
7291-
posthog-js: "*"
7304+
posthog-js: ^1.298.1
72927305
react: "*"
72937306
react-dom: "*"
72947307
languageName: unknown
@@ -12501,24 +12514,16 @@ __metadata:
1250112514
languageName: node
1250212515
linkType: hard
1250312516

12504-
"posthog-js@npm:^1.269.1":
12505-
version: 1.269.1
12506-
resolution: "posthog-js@npm:1.269.1"
12517+
"posthog-js@npm:^1.298.1":
12518+
version: 1.298.1
12519+
resolution: "posthog-js@npm:1.298.1"
1250712520
dependencies:
12508-
"@posthog/core": 1.2.2
12521+
"@posthog/core": 1.6.0
1250912522
core-js: ^3.38.1
1251012523
fflate: ^0.4.8
1251112524
preact: ^10.19.3
1251212525
web-vitals: ^4.2.4
12513-
peerDependencies:
12514-
"@rrweb/types": 2.0.0-alpha.17
12515-
rrweb-snapshot: 2.0.0-alpha.17
12516-
peerDependenciesMeta:
12517-
"@rrweb/types":
12518-
optional: true
12519-
rrweb-snapshot:
12520-
optional: true
12521-
checksum: 93b5d050f06dedb70820a2749d999451b37b24b61bb6041d61a1a05fe78405677284b00e1cfeae8e7b298645615002951febb275a4f87cf25191070172855590
12526+
checksum: d8ae7329e7a32dcf5b3c1e41da3d8a0b371c62fdece25fbd1b3dd675c92377c7fe95fcd976c27050bdd5b01247e33fdee394b936654444cf6e6c2f9fb5d12f7f
1252212527
languageName: node
1252312528
linkType: hard
1252412529

@@ -13456,7 +13461,7 @@ __metadata:
1345613461
next: 15.3.5
1345713462
next-mdx-remote-client: 2
1345813463
postcss: ^8
13459-
posthog-js: ^1.269.1
13464+
posthog-js: ^1.298.1
1346013465
react: rc
1346113466
react-dom: rc
1346213467
rehype-mdx-code-props: ^2.0.0
@@ -15247,7 +15252,7 @@ turbo@latest:
1524715252
eslint-plugin-react-hooks: ^5.0.0
1524815253
next: 15.3.5
1524915254
postcss: ^8
15250-
posthog-js: ^1.269.1
15255+
posthog-js: ^1.298.1
1525115256
react: rc
1525215257
react-dom: rc
1525315258
rehype-mdx-code-props: ^2.0.0
@@ -15597,7 +15602,7 @@ turbo@latest:
1559715602
eslint-plugin-react-hooks: ^5.0.0
1559815603
next: 15.3.5
1559915604
postcss: ^8
15600-
posthog-js: ^1.269.1
15605+
posthog-js: ^1.298.1
1560115606
react: rc
1560215607
react-dom: rc
1560315608
rehype-mdx-code-props: ^2.0.0

0 commit comments

Comments
 (0)