Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency build_bazel_rules_apple to v2.5.0 - autoclosed #68

Closed
wants to merge 1 commit into from

Conversation

sergeykhliustin
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_apple http_archive minor 2.4.1 -> 2.5.0

Release Notes

bazelbuild/rules_apple (build_bazel_rules_apple)

v2.5.0

Compare Source

What's Changed

  • Fixed ios_x86_64_sim_reuse_disabled_runner typo
  • Added support for --command_line_args in ios_xctestrun_runner
  • xcodebuild is now used for device tests

This release is compatible with 6.x LTS and bazel 7.x rolling releases

MODULE.bazel Snippet
bazel_dep(name = "rules_apple", version = "2.5.0", 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 = "8ac4c7997d863f3c4347ba996e831b5ec8f7af885ee8d4fe36f1c3c8f0092b2c",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/2.5.0/rules_apple.2.5.0.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",
    "apple_support_dependencies",
)

apple_support_dependencies()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@sergeykhliustin sergeykhliustin enabled auto-merge (rebase) July 18, 2023 12:08
@sergeykhliustin sergeykhliustin changed the title Update dependency build_bazel_rules_apple to v2.5.0 Update dependency build_bazel_rules_apple to v2.5.0 - autoclosed Aug 30, 2023
auto-merge was automatically disabled August 30, 2023 17:21

Pull request was closed

@sergeykhliustin sergeykhliustin deleted the renovate/build_bazel_rules_apple-2.x branch August 30, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants