chore(deps): bump posthog-js from 1.417.1 to 1.422.5 - #1
Draft
posthog[bot] wants to merge 1 commit into
Draft
Conversation
The site loads posthog-js from the npm SDK, so the lockfile freezes the version that every visitor runs. Move the pin to ^1.422.5 and refresh the lockfile to stay current with bug fixes, performance work, and new capture features. No code change is needed in src/components/Analytics.astro; posthog.init and posthog.capture keep the same API. Generated-By: PostHog Desktop Task-Id: fe5e47cc-60b6-4104-a7f0-8f6f90e98204
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Changes
posthog-jspin to^1.422.5and refreshpackage-lock.json.posthog-jsto1.422.5; the only other churn is its PostHog transitive deps (@posthog/core,@posthog/types,@posthog/browser-common).posthog.initandposthog.captureinsrc/components/Analytics.astrokeep the same API.Verification
npm install— lockfile resolvesposthog-js@1.422.5.npm run build— 91 pages built, no errors.make check— all checks passed.npm test— 80 tests passed.The health issue clears on a later check once 1.417.1 traffic drops below the threshold.
Created with PostHog Desktop from this inbox report.