Skip to content

Commit

Permalink
chore(frontend): upgrade to Bazel 7.1 (#424)
Browse files Browse the repository at this point in the history
alexeagle authored Mar 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8199bec commit 725510b
Showing 4 changed files with 10 additions and 144,129 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
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
3 changes: 3 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Disable bzlmod lockfile for now. It needs merge conflict resolution built-in.
# See https://github.com/bazelbuild/bazel/issues/20369
MODULE.bazel.lock
144,123 changes: 0 additions & 144,123 deletions frontend/MODULE.bazel.lock

This file was deleted.

0 comments on commit 725510b

Please sign in to comment.