mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
68a7cc12e4
Updates the overall Bazel setup to their latest versions: * rules_nodejs is updated to stable 4.0.0 * rules_sass is updated to the latest version containing a fix for the `@bazel/worker` bug we had a workaround for. * dev-infra-private is updated to avoid duplicated dependencies. We should use a version that also relies on stable rules_nodejs v4. Note: We are not set on how dependencies for the `bazel/` folder of the dev-infra package are managed, but we removed `@types/` packages from the transitive dependencies, so we now need to manually include `@types/uuid` for building the benchmark driver utilties. We need to revisit this in the future. PR Close #43365