-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump all dependendies to latest #137
base: main
Are you sure you want to change the base?
Conversation
3180e33
to
64abab4
Compare
efe2809
to
4b0c891
Compare
|
||
load("@rules_jvm_external//:setup.bzl", "rules_jvm_external_setup") | ||
|
||
rules_jvm_external_setup() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What change brought in all the stardoc+jvm requirements?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest stardoc now depends on rules_jvm_external
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and stardoc doesn't have a stardoc_deps()
or something like that?
@gregmagolan any idea when this will be merged/released? We'd love to move to Bazel 7/bzlmod and this is a blocker. |
Actually, looks like downgrading to aspect_bazel_lib 1.40.0 resolved the issue (related to #135) |
662c140
to
6a77ec7
Compare
It is much simpler and faster to bump all dependencies to the latest then it is to determine what is the minimal set for Bazel 7 support.
Same as aspect-build/rules_esbuild#174.