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

chore(deps): update dependency build_bazel_rules_apple to v3.7.0 #14548

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 23, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_apple http_archive minor 3.6.0 -> 3.7.0

Release Notes

bazelbuild/rules_apple (build_bazel_rules_apple)

v3.7.0

Compare Source

What's Changed

Full Changelog: bazelbuild/rules_apple@3.6.0...3.7.0

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

MODULE.bazel Snippet

bazel_dep(name = "rules_apple", version = "3.7.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 = "ef90747e779ff13c887f4972579432b25c8378b6954e1ebfca52651b5f2099c1",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/3.7.0/rules_apple.3.7.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 - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@renovate-bot renovate-bot requested a review from a team as a code owner July 23, 2024 16:40
@dpebot
Copy link
Collaborator

dpebot commented Jul 23, 2024

/gcbrun

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.59%. Comparing base (996e6d2) to head (4610aad).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14548      +/-   ##
==========================================
- Coverage   93.59%   93.59%   -0.01%     
==========================================
  Files        2318     2318              
  Lines      207162   207162              
==========================================
- Hits       193899   193896       -3     
- Misses      13263    13266       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate-bot renovate-bot force-pushed the renovate/build_bazel_rules_apple-3.x branch from 4a29574 to 0606202 Compare July 25, 2024 20:37
@dpebot
Copy link
Collaborator

dpebot commented Jul 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build_bazel_rules_apple-3.x branch from 0606202 to 4610aad Compare July 25, 2024 22:36
@dpebot
Copy link
Collaborator

dpebot commented Jul 25, 2024

/gcbrun

@scotthart scotthart enabled auto-merge (squash) July 26, 2024 14:55
@scotthart scotthart merged commit 984a5ad into googleapis:main Jul 26, 2024
69 checks passed
@renovate-bot renovate-bot deleted the renovate/build_bazel_rules_apple-3.x branch July 26, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants