Skip to content

Commit

Permalink
chore: upgrade to Bazel 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Mar 13, 2024
1 parent 8199bec commit 16d37e8
Show file tree
Hide file tree
Showing 3 changed files with 58,031 additions and 53,650 deletions.
11 changes: 6 additions & 5 deletions frontend/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
common --enable_bzlmod

# passes an argument `--skipLibCheck` to *every* spawn of the TypeScript compiler, tsc
build --@aspect_rules_ts//ts:skipLibCheck=always
fetch --@aspect_rules_ts//ts:skipLibCheck=always
query --@aspect_rules_ts//ts:skipLibCheck=always
common --@aspect_rules_ts//ts:skipLibCheck=always

# Required for rules_js
build --enable_runfiles

# Allow the Bazel server to check directory sources for changes.
# Recommended when using copy_directory, see
# https://github.com/aspect-build/bazel-lib/blob/main/docs/copy_directory.md
startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1

###########################
# Linting
# Enable with --config=lint
Expand Down
2 changes: 1 addition & 1 deletion frontend/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0rc5
7.1.0
Loading

0 comments on commit 16d37e8

Please sign in to comment.