Skip to content

Commit

Permalink
chore(deps): update dependency rules_swift_package_manager to v0.29.1 (
Browse files Browse the repository at this point in the history
…#298)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| rules_swift_package_manager | bazel_dep | minor | `0.28.0` -> `0.29.1`
|
|
[rules_swift_package_manager](https://github.com/cgrindel/rules_swift_package_manager)
| http_archive | minor | `v0.28.0` -> `v0.29.1` |

---

### Release Notes

<details>
<summary>cgrindel/rules_swift_package_manager
(rules_swift_package_manager)</summary>

###
[`v0.29.1`](https://github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.29.1)

[Compare
Source](https://github.com/cgrindel/rules_swift_package_manager/compare/v0.29.0...v0.29.1)

#### What's Changed

- chore(deps): update dependency build_bazel_rules_swift to v1.17.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/972](https://github.com/cgrindel/rules_swift_package_manager/pull/972)
- fix: ensure Bazel version in .bazelverion matches BCR presubmit config
by [@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/977](https://github.com/cgrindel/rules_swift_package_manager/pull/977)

**Full Changelog**:
cgrindel/rules_swift_package_manager@v0.29.0...v0.29.1

#### Bazel Module Snippet

```python
bazel_dep(name = "rules_swift_package_manager", version = "0.29.1")
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_swift_package_manager",
    sha256 = "52d692cea2667cb9e3e2faf154ce64a55e1e737a15fb86c01d55422497b6538b",
    urls = [
        "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.29.1/rules_swift_package_manager.v0.29.1.tar.gz",
    ],
)

load("@&#8203;rules_swift_package_manager//:deps.bzl", "swift_bazel_dependencies")

swift_bazel_dependencies()

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

### MARK: - Gazelle
### gazelle:repo bazel_gazelle

load("@&#8203;bazel_gazelle//:deps.bzl", "gazelle_dependencies")
load("@&#8203;rules_swift_package_manager//:go_deps.bzl", "swift_bazel_go_dependencies")
load("@&#8203;io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

### Declare Go dependencies before calling go_rules_dependencies.
swift_bazel_go_dependencies()

go_rules_dependencies()

go_register_toolchains(version = "1.21.1")

gazelle_dependencies()

### MARK: - Swift Toolchain

http_archive(
    name = "build_bazel_rules_swift",

### Populate with your preferred release 
### https://github.com/bazelbuild/rules_swift/releases
)

load(
    "@&#8203;build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)
load("//:swift_deps.bzl", "swift_dependencies")

### gazelle:repository_macro swift_deps.bzl%swift_dependencies
swift_dependencies()

swift_rules_dependencies()

load(
    "@&#8203;build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()
```

###
[`v0.29.0`](https://github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.29.0)

[Compare
Source](https://github.com/cgrindel/rules_swift_package_manager/compare/v0.28.0...v0.29.0)

#### What's Changed

- chore: update README.md for v0.28.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/919](https://github.com/cgrindel/rules_swift_package_manager/pull/919)
- chore(deps): update dependency vapor/vapor to v4.92.3 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/918](https://github.com/cgrindel/rules_swift_package_manager/pull/918)
- chore(deps): update dependency marmelroy/phonenumberkit to from:
"3.7.8" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/921](https://github.com/cgrindel/rules_swift_package_manager/pull/921)
- chore(deps): update dependency nicklockwood/swiftformat to from:
"0.53.2" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/922](https://github.com/cgrindel/rules_swift_package_manager/pull/922)
- chore: ensure that all child workspaces use new product labels by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/923](https://github.com/cgrindel/rules_swift_package_manager/pull/923)
- chore(deps): update dependency snapkit/snapkit to from: "5.7.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/925](https://github.com/cgrindel/rules_swift_package_manager/pull/925)
- chore(deps): update dependency
pointfreeco/swift-composable-architecture to from: "1.8.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/926](https://github.com/cgrindel/rules_swift_package_manager/pull/926)
- chore(deps): update dependency
pointfreeco/swift-composable-architecture to from: "1.8.2" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/927](https://github.com/cgrindel/rules_swift_package_manager/pull/927)
- chore(deps): update dependency rules_apple to v3.3.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/931](https://github.com/cgrindel/rules_swift_package_manager/pull/931)
- chore(deps): update dependency stripe/stripe-ios to from: "23.22.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/929](https://github.com/cgrindel/rules_swift_package_manager/pull/929)
- chore(deps): update dependency vapor/vapor to v4.92.4 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/928](https://github.com/cgrindel/rules_swift_package_manager/pull/928)
- chore(deps): update dependency apple_support to v1.13.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/930](https://github.com/cgrindel/rules_swift_package_manager/pull/930)
- chore(deps): update dependency airbnb/lottie-spm to from: "4.4.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/933](https://github.com/cgrindel/rules_swift_package_manager/pull/933)
- chore(deps): update dependency apple_support to v1.14.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/934](https://github.com/cgrindel/rules_swift_package_manager/pull/934)
- chore(deps): update dependency quick/nimble to from: "13.2.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/935](https://github.com/cgrindel/rules_swift_package_manager/pull/935)
- chore(deps): update dependency rules_xcodeproj to v1.17.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/938](https://github.com/cgrindel/rules_swift_package_manager/pull/938)
- chore(deps): update dependency
pointfreeco/swift-composable-architecture to from: "1.9.0" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/940](https://github.com/cgrindel/rules_swift_package_manager/pull/940)
- chore(deps): update dependency marmelroy/phonenumberkit to from:
"3.7.9" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/942](https://github.com/cgrindel/rules_swift_package_manager/pull/942)
- docs: update `README.md` by
[@&#8203;DemonionFF](https://github.com/DemonionFF) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/945](https://github.com/cgrindel/rules_swift_package_manager/pull/945)
- chore(deps): update dependency
pointfreeco/swift-composable-architecture to from: "1.9.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/944](https://github.com/cgrindel/rules_swift_package_manager/pull/944)
- docs: update the order for the spawn strategy when using
rules_xcodeproj by [@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/947](https://github.com/cgrindel/rules_swift_package_manager/pull/947)
- chore(deps): update dependency nicklockwood/swiftformat to from:
"0.53.3" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/946](https://github.com/cgrindel/rules_swift_package_manager/pull/946)
- chore(deps): update dependency
pointfreeco/swift-composable-architecture to from: "1.9.2" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/949](https://github.com/cgrindel/rules_swift_package_manager/pull/949)
- chore(deps): update dependency apple/swift-nio to v2.64.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/950](https://github.com/cgrindel/rules_swift_package_manager/pull/950)
- chore(deps): update dependency quick/quick to from: "7.4.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/952](https://github.com/cgrindel/rules_swift_package_manager/pull/952)
- chore(deps): update dependency cocoalumberjack/cocoalumberjack to
from: "3.8.5" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/953](https://github.com/cgrindel/rules_swift_package_manager/pull/953)
- chore(deps): update dependency nicklockwood/swiftformat to from:
"0.53.4" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/954](https://github.com/cgrindel/rules_swift_package_manager/pull/954)
- chore(deps): update dependency sdwebimage/sdwebimageswiftui to from:
"2.2.7" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/955](https://github.com/cgrindel/rules_swift_package_manager/pull/955)
- chore(deps): update dependency sdwebimage/sdwebimageswiftui to v3 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/956](https://github.com/cgrindel/rules_swift_package_manager/pull/956)
- fix: copy Gazelle config to scope directives properly by
[@&#8203;adzenith](https://github.com/adzenith) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/951](https://github.com/cgrindel/rules_swift_package_manager/pull/951)
- chore(deps): update dependency bazel to v7.1.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/959](https://github.com/cgrindel/rules_swift_package_manager/pull/959)
- chore: bump minimum `rules_swift` version by
[@&#8203;brentleyjones](https://github.com/brentleyjones) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/958](https://github.com/cgrindel/rules_swift_package_manager/pull/958)
- chore(deps): update dependency rules_xcodeproj to v1.18.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/960](https://github.com/cgrindel/rules_swift_package_manager/pull/960)
- chore: remove Bazel lock files by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/964](https://github.com/cgrindel/rules_swift_package_manager/pull/964)
- chore(deps): update dependency nicklockwood/swiftformat to from:
"0.53.5" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/965](https://github.com/cgrindel/rules_swift_package_manager/pull/965)
- chore(deps): update dependency apple/swift-argument-parser to from:
"1.3.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/962](https://github.com/cgrindel/rules_swift_package_manager/pull/962)
- chore(deps): update dependency ashleymills/reachability.swift to from:
"5.2.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/961](https://github.com/cgrindel/rules_swift_package_manager/pull/961)
- chore(deps): update dependency com_github_apple_swift_argument_parser
to v1.3.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/963](https://github.com/cgrindel/rules_swift_package_manager/pull/963)
- chore(deps): update dependency sdwebimage/sdwebimageswiftui to from:
"3.0.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/966](https://github.com/cgrindel/rules_swift_package_manager/pull/966)
- chore(deps): update dependency vapor/vapor to v4.92.5 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/967](https://github.com/cgrindel/rules_swift_package_manager/pull/967)
- chore(deps): update dependency bazel to v7.1.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/970](https://github.com/cgrindel/rules_swift_package_manager/pull/970)
- fix: support xcframeworks that use archive files (XXX.a) by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/975](https://github.com/cgrindel/rules_swift_package_manager/pull/975)

#### New Contributors

- [@&#8203;DemonionFF](https://github.com/DemonionFF) made their first
contribution in
[https://github.com/cgrindel/rules_swift_package_manager/pull/945](https://github.com/cgrindel/rules_swift_package_manager/pull/945)
- [@&#8203;adzenith](https://github.com/adzenith) made their first
contribution in
[https://github.com/cgrindel/rules_swift_package_manager/pull/951](https://github.com/cgrindel/rules_swift_package_manager/pull/951)

**Full Changelog**:
cgrindel/rules_swift_package_manager@v0.28.0...v0.29.0

#### Bazel Module Snippet

```python
bazel_dep(name = "rules_swift_package_manager", version = "0.29.0")
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_swift_package_manager",
    sha256 = "c40709fa39c084384b7232bb27b0f2c750a49b6ba67f4f4f004c874ff0185e05",
    urls = [
        "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.29.0/rules_swift_package_manager.v0.29.0.tar.gz",
    ],
)

load("@&#8203;rules_swift_package_manager//:deps.bzl", "swift_bazel_dependencies")

swift_bazel_dependencies()

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

### MARK: - Gazelle
### gazelle:repo bazel_gazelle

load("@&#8203;bazel_gazelle//:deps.bzl", "gazelle_dependencies")
load("@&#8203;rules_swift_package_manager//:go_deps.bzl", "swift_bazel_go_dependencies")
load("@&#8203;io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

### Declare Go dependencies before calling go_rules_dependencies.
swift_bazel_go_dependencies()

go_rules_dependencies()

go_register_toolchains(version = "1.21.1")

gazelle_dependencies()

### MARK: - Swift Toolchain

http_archive(
    name = "build_bazel_rules_swift",

### Populate with your preferred release 
### https://github.com/bazelbuild/rules_swift/releases
)

load(
    "@&#8203;build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)
load("//:swift_deps.bzl", "swift_dependencies")

### gazelle:repository_macro swift_deps.bzl%swift_dependencies
swift_dependencies()

swift_rules_dependencies()

load(
    "@&#8203;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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 67c4a97 commit cbc90a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/custom_test_runner/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bazel_dep(
version = "1.16.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(name = "rules_swift_package_manager", version = "0.28.0")
bazel_dep(name = "rules_swift_package_manager", version = "0.29.1")

bazel_binaries = use_extension(
"@rules_bazel_integration_test//:extensions.bzl",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom_test_runner/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_swift_package_manager",
sha256 = "eef16c8a5f9fa6102049f762823e773601a44398baf2a5de7ef7cbebcb888870",
sha256 = "68858c39f662831dbf9ff5e2cc0e7bda5e9940ec9649456956fc22da14ea274e",
urls = [
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.28.0/rules_swift_package_manager.v0.28.0.tar.gz",
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.29.1/rules_swift_package_manager.v0.29.1.tar.gz",
],
)

Expand Down

0 comments on commit cbc90a1

Please sign in to comment.