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

chore(deps): bump posthog-js from 1.141.0 to 1.160.1 #25

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps posthog-js from 1.141.0 to 1.160.1.

Release notes

Sourced from posthog-js's releases.

1.160.1 - 2024-09-02

  • fix: flushing the buffer for debug signal while idle extends session activity (#1396)
  • fix: network capture tests should fail if we exhaust the body (#1395)
  • chore: clarify that tests are exercising our fetch wrapper (#1393)

1.160.0 - 2024-08-29

  • feat: manually capture errors (#1374)

1.159.0 - 2024-08-29

  • fix: capture a $pageview event on opting in (#1372)

1.158.3 - 2024-08-28

  • fix(errors): Build endpoint for sentry integration & exception observer correctly (#1390)

1.158.2 - 2024-08-27

  • chore: skip rate limiting of snapshot events (#1383)
  • chore: Remove retries for testcafe tests but increase timeout. Wait for lag in parallel (#1380)
  • feat: default api host to new ingestion domain (#1370)

1.158.1 - 2024-08-26

  • fix: event listeners should obey start and stop (#1379)

1.158.0 - 2024-08-26

  • fix(segment): Posthog can identify after segment identifies a user, not just during bootstrap. (#1373)
  • fix: Revert cypress back to 13.6.3 (#1384)

1.157.2 - 2024-08-20

  • feat: Use NavigatorUAData and navigator.webdriver to improve bot detection (#1359)
  • chore: Move chrome tests off of browserstack, add firefox (#1369)

1.157.1 - 2024-08-20

  • Revert "fix: pass original fetch args along (#1351)" (#1371)

1.157.0 - 2024-08-19

  • feat: allow overriding linked flag (#1368)

1.156.1 - 2024-08-19

  • fix: Move @​types/web to dev dependencies (#1367)

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.160.1 - 2024-09-02

  • fix: flushing the buffer for debug signal while idle extends session activity (#1396)
  • fix: network capture tests should fail if we exhaust the body (#1395)
  • chore: clarify that tests are exercising our fetch wrapper (#1393)

1.160.0 - 2024-08-29

  • feat: manually capture errors (#1374)

1.159.0 - 2024-08-29

  • fix: capture a $pageview event on opting in (#1372)

1.158.3 - 2024-08-28

  • fix(errors): Build endpoint for sentry integration & exception observer correctly (#1390)

1.158.2 - 2024-08-27

  • chore: skip rate limiting of snapshot events (#1383)
  • chore: Remove retries for testcafe tests but increase timeout. Wait for lag in parallel (#1380)
  • feat: default api host to new ingestion domain (#1370)

1.158.1 - 2024-08-26

  • fix: event listeners should obey start and stop (#1379)

1.158.0 - 2024-08-26

  • fix(segment): Posthog can identify after segment identifies a user, not just during bootstrap. (#1373)
  • fix: Revert cypress back to 13.6.3 (#1384)

1.157.2 - 2024-08-20

  • feat: Use NavigatorUAData and navigator.webdriver to improve bot detection (#1359)
  • chore: Move chrome tests off of browserstack, add firefox (#1369)

1.157.1 - 2024-08-20

  • Revert "fix: pass original fetch args along (#1351)" (#1371)

1.157.0 - 2024-08-19

  • feat: allow overriding linked flag (#1368)

1.156.1 - 2024-08-19

  • fix: Move @​types/web to dev dependencies (#1367)

... (truncated)

Commits
  • 427b98c chore: Bump version to 1.160.1
  • ac73539 fix: flushing the buffer for debug signal while idle extends session activity...
  • 0f9a413 fix: network capture tests should fail if we exhaust the body (#1395)
  • e04ba42 chore: clarify that tests are exercising our fetch wrapper (#1393)
  • 434318d chore: Bump version to 1.160.0
  • dc66bcf feat: manually capture errors (#1374)
  • 51cc368 chore: Bump version to 1.159.0
  • d0a9ba5 fix: capture a $pageview event on opting in (#1372)
  • e8a6451 chore: Bump version to 1.158.3
  • d23bb17 fix(errors): Build endpoint for sentry integration & exception observer corre...
  • 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.141.0 to 1.160.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.141.0...v1.160.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

The following labels could not be found: dependencies.

Copy link

vercel bot commented Sep 2, 2024

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

Name Status Preview Comments Updated (UTC)
haqq-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2024 6:13pm

@olegshilov olegshilov merged commit 5dc3240 into main Sep 3, 2024
7 checks passed
@olegshilov olegshilov deleted the dependabot/npm_and_yarn/posthog-js-1.160.1 branch September 3, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant