What happened?
7a71042 introduces use_repo_rule, which was introduced in Bazel 7. In our case, bumping rules_nodejs from 6.3.0 to 6.7.5 therefore breaks compatibility with Bazel 6, even though Bazel 6 compatibility is claimed in recent release notes. Is there some workaround which was envisioned, and/or is this a known issue?
Version
- rules_nodejs version 6.7.5
- Bazel version 6.6
How to reproduce
# MODULE.bazel
bazel_dep(name = "rules_nodejs", version = "6.7.5")
Any other information?
No response
What happened?
7a71042 introduces
use_repo_rule, which was introduced in Bazel 7. In our case, bumpingrules_nodejsfrom 6.3.0 to 6.7.5 therefore breaks compatibility with Bazel 6, even though Bazel 6 compatibility is claimed in recent release notes.Is there some workaround which was envisioned, and/or is this a known issue?Version
How to reproduce
Any other information?
No response