aspect-build / rules_ts

Bazel rules for the `tsc` compiler from http://typescriptlang.org
https://docs.aspect.build/rules/aspect_rules_ts
Apache License 2.0
94 stars 53 forks source link

chore: update to latest stardoc #602

Closed gregmagolan closed 2 months ago

gregmagolan commented 2 months ago

Pre-factor from https://github.com/aspect-build/rules_ts/pull/593

Bit of tidying and sorting of the deps as well

gregmagolan commented 2 months ago

Shouldn't the http_archive and some load("@io_bazel_stardoc//...) calls be the only stuff in this PR?

I added some deps cleanup and sorting to make it more interesting for reviewers :wink:

aspect-workflows[bot] commented 2 months ago

Test

All tests were cache hits

66 tests (100.0%) were fully cached saving 12s.


Buildifier      Format

gregmagolan commented 2 months ago

Looks like I also need to bump the min bazel-lib here to 1.40.2 to pick up this fix to the stardoc_with_diff_test docs rule used in this repo.

commit 27e3b10472e4cdd36fff23b5f8fcf0101dacfd6a (tag: v1.40.2, tag: v1.40.1)
Author: Greg Magolan <gmagolan@gmail.com>

    fix: merge user tags in stardoc_with_diff_test (#746)
jbedard commented 2 months ago

I added some deps cleanup and sorting to make it more interesting for reviewers 😉

More confusing is not "interesting" 😅