Skip to content

Bump rules_apple from 4.5.0 to 4.5.1#6548

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_apple-4.5.1
Open

Bump rules_apple from 4.5.0 to 4.5.1#6548
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_apple-4.5.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps rules_apple from 4.5.0 to 4.5.1.

Release notes

Sourced from rules_apple's releases.

4.5.1

What's Changed

Full Changelog: bazelbuild/rules_apple@4.5.0...4.5.1

This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x LTS releases.

MODULE.bazel Snippet

bazel_dep(name = "rules_apple", version = "4.5.1", repo_name = "build_bazel_rules_apple")

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_apple",
sha256 = "0831b6b305e22e007c561f8e48f618244091c9b34ff7aa571de66ddb0de6fdbe",
url = "https://github.com/bazelbuild/rules_apple/releases/download/4.5.1/rules_apple.4.5.1.tar.gz",
)
load(
"@​build_bazel_rules_apple//apple:repositories.bzl",
"apple_rules_dependencies",
)
apple_rules_dependencies()
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()
load(
"@​build_bazel_apple_support//lib:repositories.bzl",
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_apple](https://github.com/bazelbuild/rules_apple) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/bazelbuild/rules_apple/releases)
- [Commits](bazelbuild/rules_apple@4.5.0...4.5.1)

---
updated-dependencies:
- dependency-name: rules_apple
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update dependencies. label Mar 20, 2026
@SwiftLintBot
Copy link

2 Messages
📖 Building this branch resulted in the same binary size as when built on main.
📖 Skipping OSS check because SwiftLint hasn't changed compared to main.

Generated by 🚫 Danger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant