Bump platforms from 0.0.5 to 1.0.0 by dependabot[bot] · Pull Request #21480 · github/codeql
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.
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
- Mark extension as reproducible by
@fmeumin bazelbuild/platforms#92- Mark host_platform_repo rule as local by
@meteorcloudyin bazelbuild/platforms#94- Add
uefios constraint by@amariin bazelbuild/platforms#97- Various cleanups by
@katrein bazelbuild/platforms#101- Properly translate ppc64le by
@Jenkins-Jin bazelbuild/platforms#105New Contributors
@fmeummade their first contribution in bazelbuild/platforms#92@amarimade their first contribution in bazelbuild/platforms#97@Jenkins-Jmade their first contribution in bazelbuild/platforms#105WORKSPACE 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
ab99943Prepare for v1.0.0 (#117)dd28c19Update version numbers for 0.0.11 release. (#111)6aa319fProperly translate ppc64le (#105)d5fcb55Various cleanups (#101)d3b78bbAdduefios constraint (#97)6114a70Mark host_platform_repo rule as local (#94)1b0d452Mark extension as reproducible (#92)05ec3a3Prepare for release 0.0.10 (#91)5074be0Add filegroup targets for .bzl files in thehostpackage (#90)2af915cImplement local_config_platform in@platforms(#86)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)