Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump posthog-js from 1.67.1 to 1.203.2 #5855

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps posthog-js from 1.67.1 to 1.203.2.

Release notes

Sourced from posthog-js's releases.

1.203.2 - 2024-12-27

  • Adds option for nonce support (#1630)

1.203.1 - 2024-12-20

  • fix: recordings that are paused for their whole duration (#1626)
  • feat: custom event with remote config (#1628)

1.203.0 - 2024-12-20

  • chore: add feature name prop to event (#1624)
  • fix: payload host deny list (#1627)
  • chore: build against lowest and current version of TS (#1625)
  • chore: fix changelog after automation error (#1623)

1.202.5 - 2024-12-19

  • chore: lint a file that needs it (#1622)

1.202.4 - 2024-12-19

  • fix: do not even send heatmap with no x or y (#1621)
  • fix: type error accessing null object and added test case (#1620)
  • chore: Small tweaks to make fetch default (#1610)
  • chore: remove circular dependencies (#1618)

1.202.2 - 2024-12-17

  • fix: specify transport in fewer places to let config control (#1614)
  • chore: update rollup, bc y not (#1615)

1.202.1 - 2024-12-17

  • feat: Use token scoped remote config (#1611)

1.202.0 - 2024-12-17

  • fix: Change default transport to fetch (#1612)

1.201.1 - 2024-12-17

  • fix: Load RemoteConfig by default but don't use it (#1607)
  • chore: add websockets example to nextjs playground (#1605)

1.201.0 - 2024-12-16

  • fix: rotate session id proactively (#1512)

1.200.2 - 2024-12-16

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.203.2 - 2024-12-27

  • Adds option for nonce support (#1630)

1.203.1 - 2024-12-20

  • fix: recordings that are paused for their whole duration (#1626)
  • feat: custom event with remote config (#1628)

1.203.0 - 2024-12-20

  • chore: add feature name prop to event (#1624)
  • fix: payload host deny list (#1627)
  • chore: build against lowest and current version of TS (#1625)
  • chore: fix changelog after automation error (#1623)

1.202.5 - 2024-12-19

  • chore: lint a file that needs it (#1622)

1.202.4 - 2024-12-19

  • fix: do not even send heatmap with no x or y (#1621)
  • fix: type error accessing null object and added test case (#1620)
  • chore: Small tweaks to make fetch default (#1610)
  • chore: remove circular dependencies (#1618)

1.202.3 - 2024-12-18

NB an error meant this version was never published to NPM

1.202.2 - 2024-12-17

  • fix: specify transport in fewer places to let config control (#1614)
  • chore: update rollup, bc y not (#1615)

1.202.1 - 2024-12-17

  • feat: Use token scoped remote config (#1611)

1.202.0 - 2024-12-17

  • fix: Change default transport to fetch (#1612)

1.201.1 - 2024-12-17

  • fix: Load RemoteConfig by default but don't use it (#1607)
  • chore: add websockets example to nextjs playground (#1605)

1.201.0 - 2024-12-16

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by timgl, a new releaser for posthog-js since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

PR-Codex overview

This PR focuses on upgrading the posthog-js package from version 1.67.1 to 1.203.2 across multiple files, along with the addition of the core-js and web-vitals packages.

Detailed summary

  • Updated posthog-js from 1.67.1 to 1.203.2 in:
    • apps/portal/package.json
    • apps/dashboard/package.json
    • pnpm-lock.yaml
  • Added core-js version 3.39.0 in pnpm-lock.yaml
  • Added web-vitals version 4.2.4 in pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.67.1 to 1.203.2.
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-js@v1.67.1...v1.203.2)

---
updated-dependencies:
- dependency-name: posthog-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from jakubkrehel and a team as code owners December 30, 2024 20:27
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 30, 2024
Copy link

changeset-bot bot commented Dec 30, 2024

⚠️ No Changeset found

Latest commit: b214582

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Dec 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 8:37pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 8:37pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 8:37pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 8:37pm

Copy link

graphite-app bot commented Dec 30, 2024

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: environment, eval, filesystem +4 22.6 MB timgl

🚮 Removed packages: npm/[email protected]

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2025

Superseded by #5884.

@dependabot dependabot bot closed this Jan 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/posthog-js-1.203.2 branch January 3, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Involves changes to the Dashboard. Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code Portal Involves changes to the Portal (docs) codebase.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants