Skip to content

Commit a74d170

Browse files
committed
Hold back PostHog updates for now
PostHog/posthog-js#1437
1 parent bb3ab73 commit a74d170

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"pako": "^2.0.4",
9292
"postcss": "^8.4.41",
9393
"postcss-preset-env": "^10.0.0",
94-
"posthog-js": "^1.29.0",
94+
"posthog-js": "1.160.3",
9595
"prettier": "^3.0.0",
9696
"qrcode": "^1.5.4",
9797
"react": "18",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@
4444
"prHeader": "Please review modals on mobile for visual regressions."
4545
}
4646
],
47-
"semanticCommits": "disabled"
47+
"semanticCommits": "disabled",
48+
"ignoreDeps": ["posthog-js"]
4849
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6649,10 +6649,10 @@ postcss@^8.4.41, postcss@^8.4.43:
66496649
picocolors "^1.1.0"
66506650
source-map-js "^1.2.1"
66516651

6652-
posthog-js@^1.29.0:
6653-
version "1.165.0"
6654-
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.165.0.tgz#46c7a39a546b43c09c0d6cbab5f32859feb8c8a7"
6655-
integrity sha512-rUfRJobvOz3Q9Er+zwb32Eq2qs+ToBe/B4k4IoKzmyszI7240Rf4xVWRB0ky8LvmdZfCeYX5knS2Uv3pnn/d5A==
6652+
posthog-js@1.160.3:
6653+
version "1.160.3"
6654+
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.160.3.tgz#17c8af4c9ffa2d795d925ca1e7146e61cd5ccabd"
6655+
integrity sha512-mGvxOIlWPtdPx8EI0MQ81wNKlnH2K0n4RqwQOl044b34BCKiFVzZ7Hc7geMuZNaRAvCi5/5zyGeWHcAYZQxiMQ==
66566656
dependencies:
66576657
fflate "^0.4.8"
66586658
preact "^10.19.3"

0 commit comments

Comments
 (0)