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.16.1 #14899

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 13, 2024

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_apple http_archive patch 3.16.0 -> 3.16.1

Release Notes

bazelbuild/rules_apple (build_bazel_rules_apple)

v3.16.1

Compare Source

What's Changed

Full Changelog: bazelbuild/rules_apple@3.16.0...3.16.1

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

MODULE.bazel Snippet

bazel_dep(name = "rules_apple", version = "3.16.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 = "352428421c89dba8859055c3e1ba42f742c224544bf0e196c926d1cf44a2d726",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/3.16.1/rules_apple.3.16.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",
    "apple_support_dependencies",
)

apple_support_dependencies()

Configuration

📅 Schedule: Branch creation - "* * * * 1-5" (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 December 13, 2024 16:12
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.91%. Comparing base (5415161) to head (19edfac).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14899      +/-   ##
==========================================
- Coverage   92.92%   92.91%   -0.01%     
==========================================
  Files        2351     2351              
  Lines      209692   209692              
==========================================
- Hits       194847   194841       -6     
- Misses      14845    14851       +6     

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

@scotthart scotthart enabled auto-merge (squash) December 13, 2024 20:15
@scotthart scotthart merged commit d2f32b5 into googleapis:main Dec 13, 2024
73 checks passed
@renovate-bot renovate-bot deleted the renovate/build_bazel_rules_apple-3.x branch December 13, 2024 20:41
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