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.161.5 to 1.180.1 #99

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps posthog-js from 1.161.5 to 1.180.1.

Release notes

Sourced from posthog-js's releases.

1.180.1 - 2024-11-01

  • fix: dead click fixes from watching in prod (#1508)

1.180.0 - 2024-10-31

  • feat: allow mutation rate limiter configuration (#1506)

1.179.0 - 2024-10-31

  • feat: dead click detection (#1463)
  • chore: refactor towards dead clicks autocapture (#1505)

1.178.0 - 2024-10-30

  • feat: Add timezone to events (#1504)
  • chore: update README to include missing steps for running local nextjs playground (#1455)

1.177.0 - 2024-10-28

  • feat: Only set missing campaign params to null if there is at least one non-null (#1493)

1.176.1 - 2024-10-28

  • fix: reduce keep alive threshold (#1501)
  • fix: empty query param when calling external dependency toolbar.js (#1456)
  • fix: careful now (#1497)

1.176.0 - 2024-10-24

  • fix(surveys): Reset Survey storage after posthog.reset is called (#1494)

1.175.1 - 2024-10-24

  • chore: set platform on stack frame (#1495)

1.175.0 - 2024-10-24

  • fix: allow canvas local config (#1496)

1.174.4 - 2024-10-24

  • fix: expose the last activity timestamp in session id check result (#1491)

1.174.3 - 2024-10-22

  • chore: upgrade rrweb to alpha.16 (#1276)
  • chore: test that autocapture allowlists are unioned (#1476)

1.174.2 - 2024-10-18

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.180.1 - 2024-11-01

  • fix: dead click fixes from watching in prod (#1508)

1.180.0 - 2024-10-31

  • feat: allow mutation rate limiter configuration (#1506)

1.179.0 - 2024-10-31

  • feat: dead click detection (#1463)
  • chore: refactor towards dead clicks autocapture (#1505)

1.178.0 - 2024-10-30

  • feat: Add timezone to events (#1504)
  • chore: update README to include missing steps for running local nextjs playground (#1455)

1.177.0 - 2024-10-28

  • feat: Only set missing campaign params to null if there is at least one non-null (#1493)

1.176.1 - 2024-10-28

  • fix: reduce keep alive threshold (#1501)
  • fix: empty query param when calling external dependency toolbar.js (#1456)
  • fix: careful now (#1497)

1.176.0 - 2024-10-24

  • fix(surveys): Reset Survey storage after posthog.reset is called (#1494)

1.175.1 - 2024-10-24

  • chore: set platform on stack frame (#1495)

1.175.0 - 2024-10-24

  • fix: allow canvas local config (#1496)

1.174.4 - 2024-10-24

  • fix: expose the last activity timestamp in session id check result (#1491)

1.174.3 - 2024-10-22

  • chore: upgrade rrweb to alpha.16 (#1276)
  • chore: test that autocapture allowlists are unioned (#1476)

1.174.2 - 2024-10-18

... (truncated)

Commits
  • a6655ac chore: Bump version to 1.180.1
  • 4439511 fix: dead click fixes from watching in prod (#1508)
  • ce4f832 chore: Bump version to 1.180.0
  • 58d2e00 feat: allow mutation rate limiter configuration (#1506)
  • 97acfec chore: Bump version to 1.179.0
  • c3de1e5 feat: dead click detection (#1463)
  • 19fc73b chore: refactor towards dead clicks autocapture (#1505)
  • ffcc14f chore: Bump version to 1.178.0
  • ce93acd feat: Add timezone to events (#1504)
  • 192e6c2 chore: update README to include missing steps for running local nextjs playgr...
  • Additional commits viewable in compare view

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)

Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.161.5 to 1.180.1.
- [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.161.5...v1.180.1)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 4, 2024
@nickzelei nickzelei merged commit efac12e into main Nov 5, 2024
3 checks passed
@nickzelei nickzelei deleted the dependabot/npm_and_yarn/posthog-js-1.180.1 branch November 5, 2024 19:26
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant