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 platforms to v0.0.9 #55

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

avdv
Copy link
Member

@avdv avdv commented Nov 7, 2023

This PR contains the following updates:

Package Type Update Change
platforms bazel_dep patch 0.0.5 -> 0.0.8
platforms http_archive patch 0.0.6 -> 0.0.8

Release Notes

bazelbuild/platforms (platforms)

v0.0.8

Compare Source

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz",
    ],
    sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74",
)

v0.0.7

Compare Source

Rollup release from 0.0.6

  • add visionos
  • clarify arm version a bit
  • add arm cortex-r52 and r82
  • add ppc32

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
    ],
    sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
)

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 these updates again.


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

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/platforms-0.x branch 2 times, most recently from 92424cd to 9e67b78 Compare April 2, 2024 14:58
@renovate renovate bot force-pushed the renovate/platforms-0.x branch from 9e67b78 to e39c9b8 Compare April 3, 2024 07:02
@avdv avdv changed the title Update dependency platforms to v0.0.8 Update dependency platforms to v0.0.9 Apr 9, 2024
@avdv avdv requested a review from cgrindel April 9, 2024 07:40
@avdv avdv added the merge-queue merge on green CI label Apr 9, 2024
@cgrindel
Copy link
Contributor

cgrindel commented Apr 9, 2024

Is there a feature that we need from the latest platforms? If not, with bzlmod, it is best to keep ruleset deps at the minimum viable version. This allows the client of the ruleset to dictate the version of the deps to use.

@cgrindel
Copy link
Contributor

cgrindel commented Apr 9, 2024

We can update the WORKSPACE version of the dep, as there is a mechanism for clients to ensure their declarations take precedence.

@cgrindel
Copy link
Contributor

cgrindel commented Apr 9, 2024

Sorry. I just noticed that this is updating the test not the main repo. ☕️

@mergify mergify bot merged commit bfdf07c into master Apr 9, 2024
20 checks passed
@renovate renovate bot deleted the renovate/platforms-0.x branch April 9, 2024 10:00
@mergify mergify bot removed the merge-queue merge on green CI label Apr 9, 2024
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.

2 participants