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 apple_support to v1.18.0 #7286

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
apple_support bazel_dep minor 1.17.1 -> 1.18.0

Release Notes

bazelbuild/apple_support (apple_support)

v1.18.0

Compare Source

What's Changed

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "1.18.0", repo_name = "build_bazel_apple_support")
Workspace Snippet
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_apple_support",
    sha256 = "b6148de2d7bbdf9e5819b4e2265f6508321a8e1f0a15990eb048f822cd41550d",
    url = "https://github.com/bazelbuild/apple_support/releases/download/1.18.0/apple_support.1.18.0.tar.gz",
)

load(
    "@​build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

load("@​bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@github-actions github-actions bot added the awaiting-review Awaiting review from Bazel team on PRs label Feb 7, 2025
@odisseus
Copy link
Contributor

odisseus commented Feb 7, 2025

Looks good

@mai93 mai93 merged commit 2f5aaaa into bazelbuild:master Feb 7, 2025
7 checks passed
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Feb 7, 2025
@renovate-bot renovate-bot deleted the renovate/apple_support-1.x branch February 7, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants