chore(deps): update dependency posthog-js to v1.304.0#999
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| "mermaid": "11.12.2", | ||
| "next": "16.0.8", | ||
| "posthog-js": "1.302.2", | ||
| "posthog-js": "1.304.0", |
There was a problem hiding this comment.
Bug: The update to posthog-js specifies version 1.304.0, which does not appear to be published on npm. This will likely cause the build to fail.
Severity: CRITICAL | Confidence: High
🔍 Detailed Analysis
The package.json file is being updated to use version 1.304.0 of posthog-js. However, an investigation indicates that this version does not appear to be publicly available on the npm registry, with the latest published version being 1.303.1. This discrepancy will likely cause dependency resolution to fail during the build process, preventing the application from being built or deployed. While the update also includes changes to rrweb and adds a product tours feature, these are secondary as the primary issue is the potential non-existence of the specified package version.
💡 Suggested Fix
Verify if posthog-js version 1.304.0 is available in a private registry or if it is an unpublished version. If it is not available, the dependency should be pinned to the latest stable and published version, such as 1.303.1, until 1.304.0 is officially released and confirmed to be stable.
🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: package.json#L44
Potential issue: The `package.json` file is being updated to use version `1.304.0` of
`posthog-js`. However, an investigation indicates that this version does not appear to
be publicly available on the npm registry, with the latest published version being
`1.303.1`. This discrepancy will likely cause dependency resolution to fail during the
build process, preventing the application from being built or deployed. While the update
also includes changes to `rrweb` and adds a product tours feature, these are secondary
as the primary issue is the potential non-existence of the specified package version.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 6985875
This PR contains the following updates:
1.302.2->1.304.0Release Notes
PostHog/posthog-js (posthog-js)
v1.304.0Compare Source
1.304.0
Minor Changes
ecd68fbThanks @adboio! - product tours: support auto-show config, add modal steps(2025-12-10)
v1.303.1Compare Source
1.303.1
Patch Changes
3f9e3d2Thanks @ksvat! - Update rrweb version used(2025-12-10)
v1.303.0Compare Source
1.303.0
Minor Changes
915da62Thanks @adboio! - product tours super-alpha(2025-12-10)
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by cubic
Updated analytics dependency to posthog-js 1.304.0. No application code changes.
Written for commit e3314c1. Summary will update automatically on new commits.