Skip to content

chore(deps): update dependency posthog-js to v1.331.0#535

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/posthog-js-1.x-lockfile
Jan 20, 2026
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 19, 2026

This PR contains the following updates:

Package Change Age Confidence
posthog-js (source) 1.328.01.331.0 age confidence

Release Notes

PostHog/posthog-js (posthog-js)

v1.331.0

Compare Source

1.331.0

Minor Changes
  • #​2900 23770e9 Thanks @​dmarticus! - Renamed evaluationEnvironments to evaluationContexts for clearer semantics. The term "contexts" better reflects that this feature is for specifying evaluation contexts (e.g., "web", "mobile", "checkout") rather than deployment environments (e.g., "staging", "production").
Deprecated
- `posthog.init` option `evaluationEnvironments` is now deprecated in favor of `evaluationContexts`. The old property will continue to work and will log a deprecation warning. It will be removed in a future major version.
Migration Guide
````javascript
// Before
posthog.init('<ph_project_api_key>', {
    evaluationEnvironments: ['production', 'web', 'checkout'],
})

// After
posthog.init('<ph_project_api_key>', {
    evaluationContexts: ['production', 'web', 'checkout'],
})
``` (2026-01-19)
````
Patch Changes

v1.330.0

Compare Source

1.330.0

Minor Changes
Patch Changes

v1.329.0

Compare Source

1.329.0

Minor Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 11:59 PM ( * 0-23 * * * ) in timezone America/New_York, 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.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovate labels Jan 19, 2026
@renovate renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from b6538dc to b5c6fa3 Compare January 19, 2026 21:49
@renovate renovate Bot force-pushed the renovate/posthog-js-1.x-lockfile branch from b5c6fa3 to c4478ef Compare January 20, 2026 00:49
@renovate renovate Bot changed the title chore(deps): update dependency posthog-js to v1.330.0 chore(deps): update dependency posthog-js to v1.331.0 Jan 20, 2026
@renovate renovate Bot merged commit 725b5fb into main Jan 20, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/posthog-js-1.x-lockfile branch January 20, 2026 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants