-
Notifications
You must be signed in to change notification settings - Fork 17
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: dependency updates #1240
Conversation
chore: move protobuf plugin and related wiring to `graalvm` module chore: move generated protobufs to `graalvm` module chore: drop all `proto-*` packages from project Signed-off-by: Sam Gammon <sam@elide.dev>
2073a9c
to
f75ff72
Compare
tools/elide-build/src/main/kotlin/elide/internal/conventions/Constants.kt
Outdated
Show resolved
Hide resolved
f75ff72
to
a2e9716
Compare
fix: svm driver jpms flags chore: upgrade rust toolchain → `1.85.0` chore: upgrade rust edition → `2024` chore: upgrade `cc` → `1.2.x` chore: upgrade gradle → `8.13.1-rc-2` chore: upgrade kotlin → `2.1.20-RC` chore: upgrade netty → `4.1.118.Final` chore: upgrade graalvm metadata → `0.3.16` chore: upgrade boringssl → `0.20250212.0` chore: upgrade node toolchain → `23.0.0` chore: upgrade detekt → `1.23.8` chore: upgrade micronaut → `4.7.6` chore: update pkl → `0.28.x-SNAPSHOT` chore: upgrade cloudflare zlib → latest chore: upgrade madler zlib → latest chore: upgrade cargo git dependencies chore: general maven dep upgrades chore: remove deprecated `uuid` module chore: update dependency verification metadata chore: update lockfiles chore: use new interfaces for pkl chore: use new pure-java parser for pkl Signed-off-by: Sam Gammon <sam@elide.dev>
a2e9716
to
9c503a6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1240 +/- ##
==========================================
+ Coverage 51.18% 51.20% +0.02%
==========================================
Files 458 458
Lines 17919 17927 +8
Branches 3179 3181 +2
==========================================
+ Hits 9171 9179 +8
Misses 7714 7714
Partials 1034 1034
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Summary
Updates to latest versions for Maven, Cargo, and NPM libs; updates to Kotlin, Micronaut, Gradle, Rust. Also applies #1239.
Changelog