Skip to content

Bump the swift-minor group with 3 updates#652

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/swift/swift-minor-d38544605e
Open

Bump the swift-minor group with 3 updates#652
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/swift/swift-minor-d38544605e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the swift-minor group with 3 updates: github.com/getsentry/sentry-cocoa, github.com/simplydanny/swiftlintplugins and github.com/telemetrydeck/swiftsdk.

Updates github.com/getsentry/sentry-cocoa from 9.13.0 to 9.15.0

Release notes

Sourced from github.com/getsentry/sentry-cocoa's releases.

9.15.0

Features

  • Add SentrySDK.extendAppLaunch() and SentrySDK.finishExtendedAppLaunch() to extend standalone app start spans beyond the default end point (e.g. include initial data loading). Call extendAppLaunch() after SentrySDK.start(options:) and before the app start transaction is created, then call finishExtendedAppLaunch() when your app is fully ready. Requires options.experimental.enableStandaloneAppStartTracing = true. (#7936)
  • Skip max app start duration limit for standalone app start tracing (#7949)

Fixes

  • Fix UIViewController transactions lost during launch profiling (#7920)

9.14.0

Features

  • Add standalone app start tracing as an experimental option (#7660), enable it via options.experimental.enableStandaloneAppStartTracing = true

Fixes

  • Defer Session Replay startup until a foreground window is available (#7928)
  • Fix race conditions in scope observer iteration and propagation context locking (#7897)
  • Support stack traces for standalone clients (#7817)
  • Prevent SessionTracker crash with profiling (#7927)
    • Reevaluation of sampling decision is only done for new sessions.
  • Call SentrySessionListener on main thread (#7917)
Changelog

Sourced from github.com/getsentry/sentry-cocoa's changelog.

Changelog

Unreleased

[!IMPORTANT] The new SentryObjC SDK introduced in this release should be considered experimental and may be subject to breaking changes.

Features

  • Add SentryObjC wrapper SDK — a pure Objective-C interface for projects that cannot enable Clang modules (e.g., ObjC++ with -fmodules=NO). Ships as SentryObjC-Dynamic.xcframework.zip and as a compile-from-source SPM product. (#7918) Steps to migrate:
    • Replace your dependency on Sentry with SentryObjC (SPM product or xcframework)
    • Change #import <Sentry/Sentry.h> to #import <SentryObjC/SentryObjC.h>
    • Rename Sentry-prefixed types to SentryObjC (e.g., SentrySDKSentryObjCSDK, SentryOptionsSentryObjCOptions).

Fixes

  • Fix crash in SentryFramesTracker.add/removeListener when called from a listener's own init / deinit on a background thread, observed on iOS 26 (#7943)

9.15.0

Features

  • Add SentrySDK.extendAppLaunch() and SentrySDK.finishExtendedAppLaunch() to extend standalone app start spans beyond the default end point (e.g. include initial data loading). Call extendAppLaunch() after SentrySDK.start(options:) and before the app start transaction is created, then call finishExtendedAppLaunch() when your app is fully ready. Requires options.experimental.enableStandaloneAppStartTracing = true. (#7936)
  • Skip max app start duration limit for standalone app start tracing (#7949)

Fixes

  • Fix UIViewController transactions lost during launch profiling (#7920)

9.14.0

Features

  • Add standalone app start tracing as an experimental option (#7660), enable it via options.experimental.enableStandaloneAppStartTracing = true

Fixes

  • Defer Session Replay startup until a foreground window is available (#7928)
  • Fix race conditions in scope observer iteration and propagation context locking (#7897)
  • Support stack traces for standalone clients (#7817)
  • Prevent SessionTracker crash with profiling (#7927)
    • Reevaluation of sampling decision is only done for new sessions.
  • Call SentrySessionListener on main thread (#7917)
Commits
  • cef29e9 release: 9.15.0
  • bbc91e5 feat: Add extendAppLaunch/finishExtendedAppLaunch API (#7936)
  • ddad953 fix: Subsequent VC transactions lost when launch profiling is active (#7920)
  • c4d02bd ref: End standalone app start at didFinishLaunching (#7941)
  • bbb8fdc feat: skip max app start duration limit for standalone tracing (#7949)
  • a27e7b3 chore(deps): update Ruby Gems to latest versions (#7947)
  • 6c64f68 chore(deps): bump mikepenz/action-junit-report from 6.4.0 to 6.4.1 (#7939)
  • 445b440 chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#7940)
  • 58e87fd chore(deps): bump ruby/setup-ruby from 1.307.0 to 1.310.0 (#7938)
  • d4b3feb chore: Adopt .editorconfig for style (#7933)
  • Additional commits viewable in compare view

Updates github.com/simplydanny/swiftlintplugins from 0.63.2 to 0.63.3

Release notes

Sourced from github.com/simplydanny/swiftlintplugins's releases.

0.63.3: High-Speed Extraction

Check out the changes made in the SwiftLint release associated with this version.

Commits
  • 18d8d2d Release 0.63.3
  • d9854b9 Publish SwiftLintBinary as an executable (#9)
  • 5eb70e8 🔄 Workflow in 'realm/SwiftLint' synced local 'Plugins/' with remote 'Plugins/'
  • See full diff in compare view

Updates github.com/telemetrydeck/swiftsdk from 2.12.0 to 2.14.0

Release notes

Sourced from github.com/telemetrydeck/swiftsdk's releases.

2.14.0

What's Changed

Full Changelog: TelemetryDeck/SwiftSDK@2.12.0...2.14.0

2.13.0

What's Changed

Full Changelog: TelemetryDeck/SwiftSDK@2.12.0...2.13.0

Commits
  • 976172a feat: bump version
  • 20299b0 Merge pull request #287 from TelemetryDeck/fix/flacky-tests
  • cc1bbed chore: github runner update macos-26-arm64 (20260520) Image Update
  • b14b2d3 fix: watchos simulator name in ci
  • abb1efd fix: some tests are flacky for now
  • 24564d3 feat: bump version to 2.13.0
  • b0b9285 Merge pull request #286 from TelemetryDeck/feat/improve-cache-v2
  • 4785589 fix: watchOS does not allow protocolClasses on urlsessionconfiguration
  • 9947011 feat: disable linting - we longer do it for v2
  • 530f576 chore: xcode select, sdk versions
  • Additional commits viewable 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

Bumps the swift-minor group with 3 updates: [github.com/getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa), [github.com/simplydanny/swiftlintplugins](https://github.com/SimplyDanny/SwiftLintPlugins) and [github.com/telemetrydeck/swiftsdk](https://github.com/TelemetryDeck/SwiftSDK).


Updates `github.com/getsentry/sentry-cocoa` from 9.13.0 to 9.15.0
- [Release notes](https://github.com/getsentry/sentry-cocoa/releases)
- [Changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-cocoa@9.13.0...cef29e9)

Updates `github.com/simplydanny/swiftlintplugins` from 0.63.2 to 0.63.3
- [Release notes](https://github.com/SimplyDanny/SwiftLintPlugins/releases)
- [Commits](SimplyDanny/SwiftLintPlugins@0.63.2...18d8d2d)

Updates `github.com/telemetrydeck/swiftsdk` from 2.12.0 to 2.14.0
- [Release notes](https://github.com/TelemetryDeck/SwiftSDK/releases)
- [Commits](TelemetryDeck/SwiftSDK@2.12.0...976172a)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-cocoa
  dependency-version: 9.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor
- dependency-name: github.com/simplydanny/swiftlintplugins
  dependency-version: 0.63.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-minor
- dependency-name: github.com/telemetrydeck/swiftsdk
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-minor
...

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 Jun 1, 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