Skip to content

Bump platforms from 0.0.11 to 1.0.0#3893

Merged
marcalff merged 1 commit intomainfrom
dependabot/bazel/platforms-1.0.0
Mar 3, 2026
Merged

Bump platforms from 0.0.11 to 1.0.0#3893
marcalff merged 1 commit intomainfrom
dependabot/bazel/platforms-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps platforms from 0.0.11 to 1.0.0.

Release notes

Sourced from platforms's releases.

1.0.0

What's Changed

This is a no-op update of 0.0.11.

1.0.0 reflects that this is a stable API used in core Bazel production code.

See bazelbuild/platforms#112.

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/1.0.0/platforms-1.0.0.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/1.0.0/platforms-1.0.0.tar.gz",
    ],
    sha256 = "3384eb1c30762704fbe38e440204e114154086c8fc8a8c2e3e28441028c019a8",
)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Feb 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2026 01:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Feb 27, 2026
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.07%. Comparing base (9b983a2) to head (896f779).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3893      +/-   ##
==========================================
+ Coverage   90.05%   90.07%   +0.03%     
==========================================
  Files         226      226              
  Lines        7200     7200              
==========================================
+ Hits         6483     6485       +2     
+ Misses        717      715       -2     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [platforms](https://github.com/bazelbuild/platforms) from 0.0.11 to 1.0.0.
- [Release notes](https://github.com/bazelbuild/platforms/releases)
- [Commits](bazelbuild/platforms@0.0.11...1.0.0)

---
updated-dependencies:
- dependency-name: platforms
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bazel/platforms-1.0.0 branch from fda10b8 to 896f779 Compare March 2, 2026 01:28
@marcalff marcalff merged commit 1d1699f into main Mar 3, 2026
68 checks passed
@marcalff marcalff deleted the dependabot/bazel/platforms-1.0.0 branch March 3, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants