Skip to content

Commit

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| rules_swift_package_manager | bazel_dep | minor | `0.44.0` -> `0.45.0`
|
|
[rules_swift_package_manager](https://redirect.github.com/cgrindel/rules_swift_package_manager)
| http_archive | minor | `v0.44.0` -> `v0.45.0` |

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/cgrindel/rules_swift_package_manager/compare/v0.44.0...v0.45.0)

#### What Has Changed

#### What's Changed

- chore: update README.md for v0.44.0 by
[@&#8203;cgrindel-app-token-generator](https://redirect.github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1449](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1449)
- chore(deps): update dependency stripe/stripe-ios to from: "24.4.0" by
[@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1443](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1443)
- chore(deps): update dependency firebase/firebase-ios-sdk to from:
"11.7.0" by
[@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1439](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1439)
- chore(deps): update dependency iterable/swift-sdk to from: "6.5.10" by
[@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1451](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1451)
- chore(deps): update dependency nicklockwood/swiftformat to from:
"0.55.5" by
[@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1453](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1453)
- chore(deps): update dependency stripe/stripe-ios to from: "24.4.1" by
[@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1454](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1454)
- chore(deps): update dependency vapor/vapor to v4.112.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://redirect.github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1455](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1455)
- feat: add publicly_expose_all_targets flag by
[@&#8203;sewerynplazuk](https://redirect.github.com/sewerynplazuk) in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1345](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1345)

#### New Contributors

- [@&#8203;sewerynplazuk](https://redirect.github.com/sewerynplazuk)
made their first contribution in
[https://github.com/cgrindel/rules_swift_package_manager/pull/1345](https://redirect.github.com/cgrindel/rules_swift_package_manager/pull/1345)

**Full Changelog**:
cgrindel/rules_swift_package_manager@v0.44.0...v0.45.0

#### Bazel Module Snippet

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

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 2aa0a6f commit 310199c
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 = "2.4.0",
repo_name = "build_bazel_rules_swift",
)
bazel_dep(name = "rules_swift_package_manager", version = "0.44.0")
bazel_dep(name = "rules_swift_package_manager", version = "0.45.0")

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 = "30b05b483693175ac4b20a21a0f9a576db8e30e292d062e08ba4f11f693e25d7",
sha256 = "87346837d4cd4d48b82f5b8cc1a57f473c06470d9ddf29d970564a04f27bd469",
urls = [
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.44.0/rules_swift_package_manager.v0.44.0.tar.gz",
"https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.45.0/rules_swift_package_manager.v0.45.0.tar.gz",
],
)

Expand Down

0 comments on commit 310199c

Please sign in to comment.