chore(deps): upgrade posthog-js to latest - #88
Merged
Conversation
posthog-js ^1.88.1 → ^1.383.0 in www. Large same-major (v1) jump; usage (init/debug/capture/PostHogProvider) is unchanged across v1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest build updates on your Zuplo project. Learn more about Zuplo for GitHub ↗︎
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
The latest build updates on your Zuplo project. Learn more about Zuplo for GitHub ↗︎
|
There was a problem hiding this comment.
Pull request overview
Upgrades the www frontend’s PostHog browser SDK dependency (posthog-js) to a much newer v1 release, updating the lockfile to reflect new transitive dependencies.
Changes:
- Bump
posthog-jsfrom^1.88.1to^1.383.0inwww/package.json. - Refresh
www/package-lock.jsonto resolveposthog-js@1.383.0and its new transitive dependency tree (e.g.,@posthog/*,core-js,dompurify,preact,web-vitals).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| www/package.json | Updates posthog-js semver range to ^1.383.0. |
| www/package-lock.json | Updates resolved posthog-js version and adds new transitive dependencies introduced by the upgrade. |
Files not reviewed (1)
- www/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1132
to
+1137
| "node_modules/core-js": { | ||
| "version": "3.49.0", | ||
| "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.49.0.tgz", | ||
| "integrity": "sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==", | ||
| "hasInstallScript": true, | ||
| "license": "MIT", |
Comment on lines
+3463
to
+3467
| "version": "1.383.0", | ||
| "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.383.0.tgz", | ||
| "integrity": "sha512-94lTpimcl8tkhbnnfvyQNV3xFYQI2+rp4nl3zmWzNVPAG6aqipu78PWe72j8Gux51Y65ynOeuIoznK2Z4KZFsw==", | ||
| "license": "SEE LICENSE IN LICENSE", | ||
| "dependencies": { |
Comment on lines
+1280
to
+1285
| "node_modules/dompurify": { | ||
| "version": "3.4.8", | ||
| "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.8.tgz", | ||
| "integrity": "sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==", | ||
| "license": "(MPL-2.0 OR Apache-2.0)", | ||
| "optionalDependencies": { |
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.
Upgrades
posthog-jsinwwwto the latest release.posthog-jsThis is a large jump but stays within the
v1major. The only usage (www/pages/_app.tsx:posthog.init,posthog.debug,posthog.capture("$pageview"), andPostHogProviderfromposthog-js/react) relies on stable APIs that are unchanged across the v1 line.🤖 Generated with Claude Code