Skip to content

Commit

Permalink
chore(deps): update dependency buildifier_prebuilt to v7 (#1949)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jason Bedard <jason+github@jbedard.ca>
  • Loading branch information
renovate[bot] and jbedard authored Oct 5, 2024
1 parent 627ad15 commit 4a8a275
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use_repo(bazel_lib_toolchains, "bsd_tar_toolchains")

bazel_dep(name = "aspect_rules_lint", version = "0.12.0", dev_dependency = True)
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.7.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.39.1", dev_dependency = True, repo_name = "bazel_gazelle")
bazel_dep(name = "rules_go", version = "0.46.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")
Expand Down
2 changes: 1 addition & 1 deletion e2e/pnpm_lockfiles/v54/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//:lockfile-test.bzl", "lockfile_test")
load("@lock-v54//:defs.bzl", "npm_link_all_packages")
load("//:lockfile-test.bzl", "lockfile_test")

npm_link_all_packages()

Expand Down
2 changes: 1 addition & 1 deletion e2e/pnpm_lockfiles/v60/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//:lockfile-test.bzl", "lockfile_test")
load("@lock-v60//:defs.bzl", "npm_link_all_packages")
load("//:lockfile-test.bzl", "lockfile_test")

npm_link_all_packages()

Expand Down
2 changes: 1 addition & 1 deletion e2e/pnpm_lockfiles/v61/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//:lockfile-test.bzl", "lockfile_test")
load("@lock-v61//:defs.bzl", "npm_link_all_packages")
load("//:lockfile-test.bzl", "lockfile_test")

npm_link_all_packages()

Expand Down
4 changes: 2 additions & 2 deletions e2e/repo_mapping/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@rules_js-repo_name//js:defs.bzl", "js_test")
load("@rules_js-repo_name//npm:defs.bzl", "npm_package")
load("@bazel_skylib//rules:build_test.bzl", "build_test")
load("@npm//:defs.bzl", "npm_link_all_packages")
load("@rules_js-repo_name//js:defs.bzl", "js_test")
load("@rules_js-repo_name//npm:defs.bzl", "npm_package")

npm_link_all_packages(name = "node_modules")

Expand Down
6 changes: 3 additions & 3 deletions js/private/dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def rules_js_dev_dependencies():

http_archive(
name = "buildifier_prebuilt",
sha256 = "8ada9d88e51ebf5a1fdff37d75ed41d51f5e677cdbeafb0a22dda54747d6e07e",
strip_prefix = "buildifier-prebuilt-6.4.0",
urls = ["http://github.com/keith/buildifier-prebuilt/archive/6.4.0.tar.gz"],
sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc",
strip_prefix = "buildifier-prebuilt-7.3.1",
urls = ["http://github.com/keith/buildifier-prebuilt/archive/7.3.1.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 4a8a275

Please sign in to comment.