Skip to content

Commit

Permalink
Merge branch 'main' into github-renovate/datatheorem-trustkit-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 16, 2024
2 parents d735014 + 16de4ad commit 579cdbb
Show file tree
Hide file tree
Showing 45 changed files with 222 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.1
7.3.1
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bcr_test_module:
platform: ["macos"]
bazel:
# This needs to exactly match the value used in .bazelversion at the root.
- 7.2.1
- 7.3.1
tasks:
run_tests:
name: "Run test module"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Add a dependency on `rules_swift_package_manager`.

<!-- BEGIN MODULE SNIPPET -->
```python
bazel_dep(name = "rules_swift_package_manager", version = "0.36.0")
bazel_dep(name = "rules_swift_package_manager", version = "0.37.0")
```
<!-- END MODULE SNIPPET -->

Expand Down
2 changes: 1 addition & 1 deletion bzlmod/workspace/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/firebase_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -36,7 +36,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
2 changes: 1 addition & 1 deletion examples/firebase_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "firebase_example",
dependencies: [
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.29.0")),
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "11.2.0")),
// Used by crashlytics example
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
]
Expand Down
4 changes: 2 additions & 2 deletions examples/google_maps_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
168 changes: 94 additions & 74 deletions examples/google_maps_example/MODULE.bazel.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/google_maps_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "google_maps_example",
dependencies: [
.package(url: "https://github.com/googlemaps/ios-maps-sdk", from: "9.0.0"),
.package(url: "https://github.com/googlemaps/ios-maps-sdk", from: "9.1.1"),
]
)
6 changes: 3 additions & 3 deletions examples/grpc_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use_repo(

bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -44,7 +44,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand All @@ -53,7 +53,7 @@ bazel_dep(name = "rules_proto", version = "6.0.2")

# Gazelle currently needs protobuf to be named com_google_protobuf.
# If they fix this, we can remove the repo_name argument.
bazel_dep(name = "protobuf", version = "27.2", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "27.4", repo_name = "com_google_protobuf")

apple_cc_configure = use_extension(
"@apple_support//crosstool:setup.bzl",
Expand Down
6 changes: 3 additions & 3 deletions examples/grpc_package_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use_repo(

bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -44,7 +44,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand All @@ -53,7 +53,7 @@ bazel_dep(name = "rules_proto", version = "6.0.2")

# Gazelle currently needs protobuf to be named com_google_protobuf.
# If they fix this, we can remove the repo_name argument.
bazel_dep(name = "protobuf", version = "27.2", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "27.4", repo_name = "com_google_protobuf")

apple_cc_configure = use_extension(
"@apple_support//crosstool:setup.bzl",
Expand Down
2 changes: 1 addition & 1 deletion examples/interesting_deps/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/ios_sim/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -31,7 +31,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
2 changes: 1 addition & 1 deletion examples/ios_sim/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "ios_sim",
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.70.0"),
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.72.0"),
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.4.0"),
]
)
4 changes: 2 additions & 2 deletions examples/lottie_ios_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/messagekit_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/nimble_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/nimble_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/Quick/Quick",
from: "7.6.1"
from: "7.6.2"
),
.package(
url: "https://github.com/Quick/Nimble",
from: "13.3.0"
from: "13.4.0"
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion examples/objc_code/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/phone_number_kit/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
2 changes: 1 addition & 1 deletion examples/phone_number_kit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "PhoneNumberKitExample",
dependencies: [
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.11"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.8.0"),
]
)
2 changes: 1 addition & 1 deletion examples/pkg_manifest_minimal/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
2 changes: 1 addition & 1 deletion examples/pkg_manifest_minimal/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.3"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.5"),
.package(path: "third_party/my_local_package"),
.package(path: "third_party/NotThatAmazingModule"),
]
Expand Down
4 changes: 2 additions & 2 deletions examples/resources_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/resources_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ let package = Package(
.package(path: "../third_party/another_package_with_resources"),
.package(path: "../third_party/app_lovin_sdk"),
.package(path: "../third_party/package_with_resources"),
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.4"),
.package(url: "https://github.com/Iterable/swift-sdk", from: "6.5.7"),
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.1.1"),
.package(url: "https://github.com/google/GoogleSignIn-iOS", from: "7.1.0"),
.package(
url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",
from: "18.5.1"
from: "18.6.0"
),
]
)
4 changes: 2 additions & 2 deletions examples/shake_ios_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
2 changes: 1 addition & 1 deletion examples/shake_ios_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "shake_ios_example",
dependencies: [
.package(url: "https://github.com/shakebugs/shake-ios", from: "17.0.0"),
.package(url: "https://github.com/shakebugs/shake-ios", from: "17.0.1"),
]
)
4 changes: 2 additions & 2 deletions examples/snapkit_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -28,7 +28,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/soto_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.6.0",
version = "3.8.0",
repo_name = "build_bazel_rules_apple",
)

Expand All @@ -31,7 +31,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.37.0",
version = "0.38.0",
dev_dependency = True,
repo_name = "bazel_gazelle",
)
Expand Down
Loading

0 comments on commit 579cdbb

Please sign in to comment.