Bump the versions of all aspect Bazel dependencies (#8508)

* bump all aspect dependency versions to latest

* add workspace file to test bazel repo
This commit is contained in:
Sebastian Barfurth
2025-01-24 19:09:22 +01:00
committed by GitHub
parent 50be3cfe8c
commit 65e49faf76
10 changed files with 50 additions and 41 deletions

View File

@@ -11,4 +11,8 @@ common:windows --enable_runfiles
# Swift is not required on Windows
common:windows --deleted_packages=swift
# Ignore warnings in external dependencies
build --per_file_copt=external/.*@-Wno-everything --host_per_file_copt=external/.*@-Wno-everything
build --per_file_copt=external/.*@-Wno-everything --host_per_file_copt=external/.*@-Wno-everything
# Honor the setting of `skipLibCheck` in the tsconfig.json file.
common --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
# Use "tsc" as the transpiler when ts_project has no `transpiler` set.
common --@aspect_rules_ts//ts:default_to_tsc_transpiler