Update all non-major dependencies (#11618)

* Update all non-major dependencies

* Fix types

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* highlight.js breaking change

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Hold back jest-sonar-reporter

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot] 2023-10-18 16:18:13 +00:00 committed by GitHub
parent 73f91cbafa
commit 67452f5021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 564 additions and 396 deletions

View file

@ -307,7 +307,7 @@ export class PosthogAnalytics {
// No point identifying again
return;
}
if (this.posthog.persistence.get_user_state() === "identified") {
if (this.posthog.persistence?.get_user_state() === "identified") {
// Analytics ID has changed, reset as Posthog will refuse to merge in this case
this.posthog.reset();
}