Skip to content

Bump platforms from 0.0.5 to 1.0.0 - #21480

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/platforms-1.0.0
Closed

Bump platforms from 0.0.5 to 1.0.0#21480
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/platforms-1.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 16, 2026

Copy link
Copy Markdown
Contributor

Bumps platforms from 0.0.5 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",
)

0.0.11

What's Changed

New Contributors

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.11/platforms-0.0.11.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
],
sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f",
)

... (truncated)

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)

Bumps [platforms](https://github.com/bazelbuild/platforms) from 0.0.5 to 1.0.0.
- [Release notes](https://github.com/bazelbuild/platforms/releases)
- [Commits](bazelbuild/platforms@0.0.5...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>
@dependabotdependabotBot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Mar 16, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerMarch 16, 2026 03:10
@dependabotdependabotBot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Mar 16, 2026
@redsun82

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot@github

dependabotBot commented on behalf of githubMar 19, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like platforms is no longer updatable, so this is no longer needed.

@dependabotdependabotBot closed this Mar 19, 2026
@dependabot
dependabotBot deleted the dependabot/bazel/platforms-1.0.0 branch March 19, 2026 08:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazelPull requests that update bazel codedependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@redsun82