Skip to content

chore(deps): update dependency posthog-js to v1.304.0#999

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/posthog-js-1.x
Dec 11, 2025
Merged

chore(deps): update dependency posthog-js to v1.304.0#999
renovate[bot] merged 1 commit intomainfrom
renovate/posthog-js-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 11, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
posthog-js (source) dependencies minor 1.302.2 -> 1.304.0 OpenSSF Scorecard

Release Notes

PostHog/posthog-js (posthog-js)

v1.304.0

Compare Source

1.304.0

Minor Changes

v1.303.1

Compare Source

1.303.1

Patch Changes

v1.303.0

Compare Source

1.303.0

Minor Changes

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.


  • If you want to rebase/retry this PR, check this box

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.

  • Dependencies
    • posthog-js: 1.302.2 → 1.304.0
    • Adds product tour auto-show and modal steps
    • Updates rrweb version used internally

Written for commit e3314c1. Summary will update automatically on new commits.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added the dependencies Dependency updates label Dec 11, 2025
@renovate renovate Bot enabled auto-merge (squash) December 11, 2025 03:28
@github-actions github-actions Bot added qa:running QA workflow is currently running status:approved Pull request has been approved labels Dec 11, 2025
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@github-actions github-actions Bot added qa:success QA workflow passed successfully status:ready-for-review Pull request is ready for review and removed qa:running QA workflow is currently running labels Dec 11, 2025
Comment thread package.json
"mermaid": "11.12.2",
"next": "16.0.8",
"posthog-js": "1.302.2",
"posthog-js": "1.304.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@github-actions github-actions Bot added status:mergeable Pull request is approved, tests pass, and ready to merge and removed status:ready-for-review Pull request is ready for review status:approved Pull request has been approved labels Dec 11, 2025
@renovate renovate Bot merged commit cdb5a6e into main Dec 11, 2025
20 checks passed
@renovate renovate Bot deleted the renovate/posthog-js-1.x branch December 11, 2025 03:33
@github-actions github-actions Bot added status:merged Pull request has been merged and removed status:mergeable Pull request is approved, tests pass, and ready to merge labels Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates qa:success QA workflow passed successfully status:merged Pull request has been merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants