Bump buildifier to 6.1.0 (#1040)

This commit is contained in:
James Sharpe 2023-04-12 09:29:29 +01:00 committed by GitHub
parent 1fb8a1ed91
commit c6980bc2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -221,6 +221,6 @@ tasks:
- "--experimental_enable_aggregating_middleman=False" - "--experimental_enable_aggregating_middleman=False"
buildifier: buildifier:
version: "5.1.0" version: "6.1.0"
# keep this argument in sync with .pre-commit-config.yaml # keep this argument in sync with .pre-commit-config.yaml
warnings: "all" warnings: "all"

View File

@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/keith/pre-commit-buildifier - repo: https://github.com/keith/pre-commit-buildifier
rev: 5.1.0.2 rev: 6.1.0.1
hooks: hooks:
- id: buildifier - id: buildifier
args: &args args: &args

View File

@ -38,8 +38,8 @@ cmake(
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [
"@libssh2", "@libssh2",
"@zlib",
"@openssl", "@openssl",
"@zlib",
] + select({ ] + select({
"@platforms//os:linux": ["@pcre"], "@platforms//os:linux": ["@pcre"],
"@platforms//os:macos": ["@iconv_macos//:iconv"], "@platforms//os:macos": ["@iconv_macos//:iconv"],