From a74d1705865bdd1ec96240dc2ce5803bcaeae4c1 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 27 Sep 2024 16:02:12 -0400 Subject: [PATCH] Hold back PostHog updates for now https://github.com/PostHog/posthog-js/issues/1437 --- package.json | 2 +- renovate.json | 3 ++- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2eb3fa696..f0e4bfada 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "pako": "^2.0.4", "postcss": "^8.4.41", "postcss-preset-env": "^10.0.0", - "posthog-js": "^1.29.0", + "posthog-js": "1.160.3", "prettier": "^3.0.0", "qrcode": "^1.5.4", "react": "18", diff --git a/renovate.json b/renovate.json index 91fc985a6..556a876a7 100644 --- a/renovate.json +++ b/renovate.json @@ -44,5 +44,6 @@ "prHeader": "Please review modals on mobile for visual regressions." } ], - "semanticCommits": "disabled" + "semanticCommits": "disabled", + "ignoreDeps": ["posthog-js"] } diff --git a/yarn.lock b/yarn.lock index 2b2aa340e..d9b4183b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6649,10 +6649,10 @@ postcss@^8.4.41, postcss@^8.4.43: picocolors "^1.1.0" source-map-js "^1.2.1" -posthog-js@^1.29.0: - version "1.165.0" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.165.0.tgz#46c7a39a546b43c09c0d6cbab5f32859feb8c8a7" - integrity sha512-rUfRJobvOz3Q9Er+zwb32Eq2qs+ToBe/B4k4IoKzmyszI7240Rf4xVWRB0ky8LvmdZfCeYX5knS2Uv3pnn/d5A== +posthog-js@1.160.3: + version "1.160.3" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.160.3.tgz#17c8af4c9ffa2d795d925ca1e7146e61cd5ccabd" + integrity sha512-mGvxOIlWPtdPx8EI0MQ81wNKlnH2K0n4RqwQOl044b34BCKiFVzZ7Hc7geMuZNaRAvCi5/5zyGeWHcAYZQxiMQ== dependencies: fflate "^0.4.8" preact "^10.19.3"