Commit a59cefd
chore(deps): update dependency rules_swift to v3.1.2 (cgrindel#1768)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rules_swift](https://redirect.github.com/bazelbuild/rules_swift) |
bazel_dep | patch | `3.1.1` -> `3.1.2` |
---
### Release Notes
<details>
<summary>bazelbuild/rules_swift (rules_swift)</summary>
###
[`v3.1.2`](https://redirect.github.com/bazelbuild/rules_swift/releases/tag/3.1.2)
[Compare
Source](https://redirect.github.com/bazelbuild/rules_swift/compare/3.1.1...3.1.2)
##### What's Changed
- Merge Swift and Clang entries in `.swift-explicit-module-map.json` by
[@​ileitch](https://redirect.github.com/ileitch) in
[https://github.com/bazelbuild/rules_swift/pull/1545](https://redirect.github.com/bazelbuild/rules_swift/pull/1545)5
- Pass `-file-compilation-dir .` explicitly to the Swift driver so that
`.swiftmodule` files are hermetic. by
[@​adincebic](https://redirect.github.com/adincebic) in
[https://github.com/bazelbuild/rules_swift/pull/1554](https://redirect.github.com/bazelbuild/rules_swift/pull/1554)4
- Insert `-plugin-path` for testing macros location when building tests
by [@​aaronsky](https://redirect.github.com/aaronsky) in
[https://github.com/bazelbuild/rules_swift/pull/1555](https://redirect.github.com/bazelbuild/rules_swift/pull/1555)5
##### New Contributors
- [@​ileitch](https://redirect.github.com/ileitch) made their
first contribution in
[https://github.com/bazelbuild/rules_swift/pull/1545](https://redirect.github.com/bazelbuild/rules_swift/pull/1545)5
**Full Changelog**:
https://github.com/bazelbuild/rules\_swift/compare/3.1.1...3.1.2
This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x rolling
releases.
##### MODULE.bazel Snippet
```bzl
bazel_dep(name = "rules_swift", version = "3.1.2", repo_name = "build_bazel_rules_swift")
```
##### Workspace Snippet
```bzl
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_swift",
sha256 = "5eff717c18bb513285b499add68f2331509cd4e411ff085e96a86b3342c1e5aa",
url = "https://github.com/bazelbuild/rules_swift/releases/download/3.1.2/rules_swift.3.1.2.tar.gz",
)
load(
"@​build_bazel_rules_swift//swift:repositories.bzl",
"swift_rules_dependencies",
)
swift_rules_dependencies()
load(
"@​build_bazel_rules_swift//swift:extras.bzl",
"swift_rules_extra_dependencies",
)
swift_rules_extra_dependencies()
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent 1f34a36 commit a59cefd
File tree
26 files changed
+26
-26
lines changed- bzlmod/workspace
- examples
- firebase_example
- google_maps_example
- grpc_example
- injectionnext_example
- interesting_deps
- ios_sim
- kscrash_example
- lottie_ios_example
- messagekit_example
- nimble_example
- objc_code
- phone_number_kit
- pkg_manifest_minimal
- resources_example
- shake_ios_example
- skip_local_transitive_dependencies_example
- snapkit_example
- soto_example
- stripe_example
- swift_package_registry_example
- symlink_example
- tca_example
- vapor_example
- xcmetrics_example
- tools/create_example/template_files
26 files changed
+26
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments