Skip to content

chore: bump the swift-dependencies group across 1 directory with 2 updates - #773

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/swift-dependencies-dca917880d
Open

chore: bump the swift-dependencies group across 1 directory with 2 updates#773
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/swift-dependencies-dca917880d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the swift-dependencies group with 2 updates in the / directory: github.com/grpc/grpc-swift and github.com/posthog/posthog-ios.

Updates github.com/grpc/grpc-swift from 1.27.5 to 2.2.3

Release notes

Sourced from github.com/grpc/grpc-swift's releases.

2.2.3

What's Changed

SemVer Patch

Full Changelog: grpc/grpc-swift@2.2.2...2.2.3

2.2.2

What's Changed

SemVer Patch

Full Changelog: grpc/grpc-swift@2.2.1...2.2.2

2.2.1

What's Changed

SemVer Patch

Other Changes

Full Changelog: grpc/grpc-swift@2.2.0...2.2.1

2.2.0

What's Changed

SemVer Minor

SemVer Patch

Other Changes

New Contributors

Full Changelog: grpc/grpc-swift@2.1.2...2.2.0

... (truncated)

Commits

Updates github.com/posthog/posthog-ios from 3.67.0 to 3.68.2

Release notes

Sourced from github.com/posthog/posthog-ios's releases.

3.68.2

Patch Changes

  • 71cf6c5: Fix rage click detection dismissing presented UI (e.g. popovers and sheets) on the opening tap. The hit-test fallback used to recover a tapped view now runs as a stateless query (hitTest with nil) instead of re-entering UIKit's hit-testing/gesture machinery with the in-flight event, which corrupted internal touch/gesture state.

3.68.1

Patch Changes

  • 6a1f49d: Fix error tracking autocapture never installing on a first launch that has no cached remote config. The crash reporter now installs by default before the first /config response arrives, so crashes on the very first launch are captured. If the response then reports autocaptureExceptions: false, the integration is uninstalled and removed.

3.68.0

Minor Changes

  • f29934c: Surveys now re-translate in place while displayed. When the user's language person property changes (via identify/setPersonProperties) and a matching translation exists, the on-screen survey updates to the new language without restarting, preserving the current question and progress. Custom survey delegates can adopt the new optional updateSurvey(_:) to support live updates.

3.67.1

Patch Changes

  • 4c8c5a4: Fix surveys scoped to web via a CSS selector or URL display condition leaking onto native iOS. Surveys carrying conditions.selector or conditions.url are now treated as non-matching on native platforms, since those conditions can only be evaluated in a web context.
Changelog

Sourced from github.com/posthog/posthog-ios's changelog.

Next

3.68.2

Patch Changes

  • 71cf6c5: Fix rage click detection dismissing presented UI (e.g. popovers and sheets) on the opening tap. The hit-test fallback used to recover a tapped view now runs as a stateless query (hitTest with nil) instead of re-entering UIKit's hit-testing/gesture machinery with the in-flight event, which corrupted internal touch/gesture state.

3.68.1

Patch Changes

  • 6a1f49d: Fix error tracking autocapture never installing on a first launch that has no cached remote config. The crash reporter now installs by default before the first /config response arrives, so crashes on the very first launch are captured. If the response then reports autocaptureExceptions: false, the integration is uninstalled and removed.

3.68.0

Minor Changes

  • f29934c: Surveys now re-translate in place while displayed. When the user's language person property changes (via identify/setPersonProperties) and a matching translation exists, the on-screen survey updates to the new language without restarting, preserving the current question and progress. Custom survey delegates can adopt the new optional updateSurvey(_:) to support live updates.

3.67.1

Patch Changes

  • 4c8c5a4: Fix surveys scoped to web via a CSS selector or URL display condition leaking onto native iOS. Surveys carrying conditions.selector or conditions.url are now treated as non-matching on native platforms, since those conditions can only be evaluated in a web context.
Commits
  • 131859d chore: release v3.68.2 [version bump] [skip ci]
  • 71cf6c5 fix: rage click interrupt (#734)
  • 9fc2443 chore: release v3.68.1 [version bump] [skip ci]
  • 6a1f49d fix(error-tracking): install autocapture before remote config on first launch...
  • b7db3d1 chore: release v3.68.0 [version bump] [skip ci]
  • f29934c feat(surveys): re-translate displayed survey on language change (#686)
  • 0191008 chore: release v3.67.1 [version bump] [skip ci]
  • 4c8c5a4 fix(surveys): don't show web-only surveys (selector/url) on iOS (#733)
  • 3343017 chore(deps): bump the codeql-action group with 2 updates (#732)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the swift-dependencies group with 2 updates in the / directory: [github.com/grpc/grpc-swift](https://github.com/grpc/grpc-swift) and [github.com/posthog/posthog-ios](https://github.com/PostHog/posthog-ios).


Updates `github.com/grpc/grpc-swift` from 1.27.5 to 2.2.3
- [Release notes](https://github.com/grpc/grpc-swift/releases)
- [Commits](grpc/grpc-swift@1.27.5...adc18c3)

Updates `github.com/posthog/posthog-ios` from 3.67.0 to 3.68.2
- [Release notes](https://github.com/PostHog/posthog-ios/releases)
- [Changelog](https://github.com/PostHog/posthog-ios/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-ios@3.67.0...131859d)

---
updated-dependencies:
- dependency-name: github.com/grpc/grpc-swift
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: swift-dependencies
- dependency-name: github.com/posthog/posthog-ios
  dependency-version: 3.68.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jul 28, 2026
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 swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants