bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.95k stars 300 forks source link

Bump Bazel to 7.1.1 #564

Closed jwnimmer-tri closed 3 months ago

jwnimmer-tri commented 3 months ago

Switch to bzlmod exclusively (no WORKSPACE anymore).

Fix bzlmod integration with npm (originally added in #557 but didn't work at all). The 5.x series of rules_js is unmaintained and does not support bzlmod, and the 6.x series only has toolchains (with no packaging rules). Switch to aspect_rules_js which is currently the best source of npm packaging rules.


Obviously I haven't tried uploading the new npm package, but looking at the results in bazel-bin it seems to be comparable output to what currently happens on master.