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-react-native from 3.3.9 to 3.6.1 in /client #6439

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps posthog-react-native from 3.3.9 to 3.6.1.

Changelog

Sourced from posthog-react-native's changelog.

3.6.1 - 2024-12-17

  1. fix: os_name was not being set correctly for some devices using expo-device

3.6.0 - 2024-12-12

  1. Add new debugging property $feature_flag_bootstrapped_response, $feature_flag_bootstrapped_payload and $used_bootstrap_value to $feature_flag_called event

3.5.0 - 2024-12-03

  1. fix: deprecate maskPhotoLibraryImages due to unintended masking issues

3.4.0 - 2024-11-26

  1. feat: automatically mask out user photos and sandboxed views like photo picker (iOS Only)
  2. To disable masking set maskAllSandboxedViews and maskPhotoLibraryImages to false
export const posthog = new PostHog(
  'apiKey...',
  sessionReplayConfig: {
      maskAllSandboxedViews: false,
      maskPhotoLibraryImages: false,
);

3.3.14 - 2024-11-21

  1. fix: identify method allows passing a $set_once object

3.3.13 - 2024-11-19

  1. fix: session replay respects the flushAt flag

3.3.12 - 2024-11-18

  1. fix: session replay forces the session id if the SDK is already enabled

3.3.11 - 2024-11-13

  1. fix: respect the given propsToCapture autocapture option

3.3.10 - 2024-11-04

  1. fix: capture customLabelProp if set
Commits
  • 695e142 fix: os_name was not being set correctly for some devices using expo-device (...
  • 2baa794 chore(flags): Add new debugging property `$feature_flag_bootstrapped_response...
  • bc77f6c fix: readme links (#323)
  • c305409 fix: deprecate maskPhotoLibraryImages (#321)
  • 8c4961b feat: add new iOS session replay configuration (#317)
  • 450f6a6 chore: identify set once (#313)
  • 6412334 fix: session replay respects the flushAt flag (#309)
  • be654a8 fix: session replay forces the session id if the SDK is already enabled (#307)
  • 1571cfc fix: respect the given propsToCapture autocapture option (#306)
  • df4de2d fix: maskAllTextInputs desc (#304)
  • 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)

dependabot bot and others added 30 commits December 7, 2024 11:13
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 6.0.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [i18next](https://github.com/i18next/i18next) from 24.0.2 to 24.0.5.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.0.2...v24.0.5)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Automatically generated. Merged on Decap CMS.
Automatically generated. Merged on Decap CMS.
Automatically generated. Merged on Decap CMS.
Automatically generated. Merged on Decap CMS.
Automatically generated. Merged on Decap CMS.
gewfy and others added 23 commits December 17, 2024 17:39
Automatically generated. Merged on Decap CMS.
Automatically generated. Merged on Decap CMS.
Automatically generated. Merged on Decap CMS.
Bumps [posthog-react-native](https://github.com/PostHog/posthog-js-lite/tree/HEAD/posthog-react-native) from 3.3.9 to 3.6.1.
- [Release notes](https://github.com/PostHog/posthog-js-lite/releases)
- [Changelog](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-react-native/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js-lite/commits/posthog-react-native-v3.6.1/posthog-react-native)

---
updated-dependencies:
- dependency-name: posthog-react-native
  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 Dec 23, 2024
@gewfy gewfy changed the base branch from main to release-2.59.0 December 30, 2024 15:23
@gewfy gewfy merged commit a89e880 into release-2.59.0 Dec 30, 2024
8 checks passed
@gewfy gewfy deleted the dependabot/npm_and_yarn/client/posthog-react-native-3.6.1 branch December 30, 2024 15:23
@gewfy gewfy mentioned this pull request Dec 30, 2024
29 tasks
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.

4 participants