Upgrade to bazel 7.1.1
Change-Id: I7207da90df84e4634cdb3661a27f5e380fe9ca5c
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2024/BUILD b/y2024/BUILD
index 2727ac7..26727a5 100644
--- a/y2024/BUILD
+++ b/y2024/BUILD
@@ -1,6 +1,6 @@
-load("//frc971:downloader.bzl", "robot_downloader")
load("//aos:config.bzl", "aos_config")
load("//aos/util:config_validator_macro.bzl", "config_validator_test")
+load("//frc971:downloader.bzl", "robot_downloader")
config_validator_test(
name = "config_validator_test",
diff --git a/y2024/constants/BUILD b/y2024/constants/BUILD
index b07851e..7e5a41a 100644
--- a/y2024/constants/BUILD
+++ b/y2024/constants/BUILD
@@ -23,16 +23,16 @@
includes = glob([
"test_data/*.json",
]) + [
- "//y2024/control_loops/superstructure/intake_pivot:intake_pivot_json",
- "//y2024/control_loops/superstructure/climber:climber_json",
- "//y2024/control_loops/superstructure/catapult:catapult_json",
- "//y2024/control_loops/superstructure/altitude:altitude_json",
- "//y2024/control_loops/superstructure/extend:extend_json",
- "//y2024/control_loops/superstructure/turret:turret_json",
- "//y2024/control_loops/drivetrain:drivetrain_config.json",
- "//y2024/constants/calib_files",
- "common.json",
"common.jinja2",
+ "common.json",
+ "//y2024/constants/calib_files",
+ "//y2024/control_loops/drivetrain:drivetrain_config.json",
+ "//y2024/control_loops/superstructure/altitude:altitude_json",
+ "//y2024/control_loops/superstructure/catapult:catapult_json",
+ "//y2024/control_loops/superstructure/climber:climber_json",
+ "//y2024/control_loops/superstructure/extend:extend_json",
+ "//y2024/control_loops/superstructure/intake_pivot:intake_pivot_json",
+ "//y2024/control_loops/superstructure/turret:turret_json",
"//y2024/vision/maps",
],
parameters = {},
diff --git a/y2024/control_loops/drivetrain/BUILD b/y2024/control_loops/drivetrain/BUILD
index 2a97a7b..958b723 100644
--- a/y2024/control_loops/drivetrain/BUILD
+++ b/y2024/control_loops/drivetrain/BUILD
@@ -1,6 +1,6 @@
load("//aos:config.bzl", "aos_config")
-load("//tools/build_rules:template.bzl", "jinja2_template")
load("//frc971/control_loops/drivetrain:drivetrain_config.bzl", "drivetrain_config")
+load("//tools/build_rules:template.bzl", "jinja2_template")
genrule(
name = "genrule_drivetrain",
diff --git a/y2024/control_loops/superstructure/BUILD b/y2024/control_loops/superstructure/BUILD
index b824fbf..6c1075a 100644
--- a/y2024/control_loops/superstructure/BUILD
+++ b/y2024/control_loops/superstructure/BUILD
@@ -1,6 +1,6 @@
-load("//tools/build_rules:js.bzl", "ts_project")
-load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
load("@com_github_google_flatbuffers//:typescript.bzl", "flatbuffer_ts_library")
+load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
+load("//tools/build_rules:js.bzl", "ts_project")
package(default_visibility = ["//visibility:public"])
diff --git a/y2024/localizer/BUILD b/y2024/localizer/BUILD
index 5e2581a..d5a4348 100644
--- a/y2024/localizer/BUILD
+++ b/y2024/localizer/BUILD
@@ -1,6 +1,6 @@
+load("@com_github_google_flatbuffers//:typescript.bzl", "flatbuffer_ts_library")
load("//aos/flatbuffers:generate.bzl", "static_flatbuffer")
load("//tools/build_rules:js.bzl", "ts_project")
-load("@com_github_google_flatbuffers//:typescript.bzl", "flatbuffer_ts_library")
ts_project(
name = "localizer_plotter",
diff --git a/y2024/www/BUILD b/y2024/www/BUILD
index 8bc3755..6b751ed 100644
--- a/y2024/www/BUILD
+++ b/y2024/www/BUILD
@@ -1,5 +1,5 @@
-load("//tools/build_rules:js.bzl", "rollup_bundle", "ts_project")
load("//frc971/downloader:downloader.bzl", "aos_downloader_dir")
+load("//tools/build_rules:js.bzl", "rollup_bundle", "ts_project")
filegroup(
name = "files",