Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the dependencies group with 2 updates in the / directory: github.com/alamofire/alamofire and github.com/pointfreeco/swift-snapshot-testing.

Updates github.com/alamofire/alamofire from 5.10.2 to 5.11.0

Release notes

Sourced from github.com/alamofire/alamofire's releases.

5.11.0

Released on 2025-12-20. All issues associated with this milestone can be found using this filter.

Added

  • Lazy Request setup by default. Requests are now inert until resume()'d, whether automatically or manually. Previous behavior can be restored by using Session(requestSetup: .eager).
  • Inline, per-Request RequestAdapter, RequestRetrier, RequestInterceptor, and EventMonitor APIs, to add instances after Request initialization.
  • Per-Request automatic resume() control, with the shouldAutomaticallyResume parameter.
  • OfflineRetrier, to retry requests based on NWPathMonitor status, as a replacement for NetworkReachabilityManager.

Updated

  • Alamofire to require Xcode 16.0 and the Swift 6 compiler (Swift 5 or 6 mode).
  • Deployment targets for the test targets to match XCTest and Swift Testing availability.
  • Empty to be Hashable.
  • Request internals to use more atomic locking.
  • Deprecated NetworkReachabilityManager on iOS 17.4 and later.
  • Linux and Android CI builds.

Fixed

  • Missing @Sendable in RetryPolicy.
  • Example in Usage.md.
  • Deleted .swiftpm folder from repo to prevent Xcode from creating Alamofire schemes when used as a package.

New Contributors

Full Changelog: Alamofire/Alamofire@5.10.2...5.11.0

Commits

Updates github.com/pointfreeco/swift-snapshot-testing from 1.18.6 to 1.18.7

Release notes

Sourced from github.com/pointfreeco/swift-snapshot-testing's releases.

1.18.7

What's Changed

New Contributors

Full Changelog: pointfreeco/swift-snapshot-testing@1.18.6...1.18.7

Commits

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 <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

… updates

Bumps the dependencies group with 2 updates in the / directory: [github.com/alamofire/alamofire](https://github.com/Alamofire/Alamofire) and [github.com/pointfreeco/swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing).


Updates `github.com/alamofire/alamofire` from 5.10.2 to 5.11.0
- [Release notes](https://github.com/Alamofire/Alamofire/releases)
- [Commits](Alamofire/Alamofire@5.10.2...5.11.0)

Updates `github.com/pointfreeco/swift-snapshot-testing` from 1.18.6 to 1.18.7
- [Release notes](https://github.com/pointfreeco/swift-snapshot-testing/releases)
- [Commits](pointfreeco/swift-snapshot-testing@1.18.6...1.18.7)

---
updated-dependencies:
- dependency-name: github.com/alamofire/alamofire
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/pointfreeco/swift-snapshot-testing
  dependency-version: 1.18.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Dec 22, 2025
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.

1 participant