-
Notifications
You must be signed in to change notification settings - Fork 2
Configure Renovate #3
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
Open
renovate
wants to merge
35
commits into
main
Choose a base branch
from
renovate/configure
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Some changes for bazel support * Ignore if bazel-bin doesn't exist and do batch inserts in symbolindex * Add support for Goto and some perf improvements * Update logic to find source jars for third party code and make it robust for first party * Remove hardcoded path * Hardcode default JVM config * Update config across the board * Refactor/cleanup
* Make functions work on Go-to * Add support for extracting docs on hover
* Add support for retriveiving kotest test suites * Cleanup * Remove unused imports
* Reduce verbosity of logs * Compile files in batch
* Add test fixtures * Include jar files in test fixtures * Add jars
* Add support for Goto on extension functions * try refactor and get all metadata files * Fix java proto goto * Add back dependency * update files * Update * Update * Add comments
* Add support for Goto on extension functions * try refactor and get all metadata files * Fix java proto goto * Add back dependency * update files * Update * Update * Add comments * Fix classpath resolver in getting JAR metadata * Update lsp * Remove regression comment * Some additional fixes
* Fixes to go-to-definition on protos * fix jar path on hover * remove unused code
* Fixes to go-to-definition on protos * fix jar path on hover * remove unused code * Remove failing tests inherited from LSP
* Fix some detekt issues and update baseline * Disable windows builds * Fix tests * Fix classpath test * Enable only for Java 11/17 and add verbose logging * Make sure to setup LFS * Disable verbose test logging
* Add completion tests * Fix other tests * Fix editcall test
* Fix goto definition tests * Fix detekt issue
* Add back hover tests * Fix path
* Compile files in batch * Fix static analysis error
3ed6178
to
4b67eef
Compare
4b67eef
to
8126782
Compare
3bee54d
to
ed8d969
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Dockerfile
(dockerfile).github/workflows/build.yml
(github-actions).github/workflows/deploy.yml
(github-actions).github/workflows/labeler.yml
(github-actions)gradle.properties
(gradle)settings.gradle.kts
(gradle)build.gradle.kts
(gradle)buildSrc/settings.gradle.kts
(gradle)buildSrc/build.gradle.kts
(gradle)buildSrc/src/main/kotlin/kotlin-language-server.distribution-conventions.gradle.kts
(gradle)buildSrc/src/main/kotlin/kotlin-language-server.kotlin-conventions.gradle.kts
(gradle)buildSrc/src/main/kotlin/kotlin-language-server.publishing-conventions.gradle.kts
(gradle)gradle/libs.versions.toml
(gradle)platform/build.gradle.kts
(gradle)server/build.gradle.kts
(gradle)shared/build.gradle.kts
(gradle)shared/src/main/resources/kotlinDSLClassPathFinder.gradle
(gradle)shared/src/main/resources/projectClassPathFinder.gradle
(gradle)gradle/wrapper/gradle-wrapper.properties
(gradle-wrapper)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 17 Pull Requests:
Update dependency com.google.guava:guava to v33.4.5-jre
renovate/guava-monorepo
main
33.4.5-jre
Update kotlin monorepo to v2.1.20
renovate/kotlin-monorepo
main
2.1.20
2.1.20
2.1.20
2.1.20
2.1.20
2.1.20
2.1.20
2.1.20
Update plugin com-google-protobuf to v0.9.4
renovate/com.google.protobuf-0.x
main
0.9.4
Update dependency com.github.fwcd.ktfmt:ktfmt to v0.19
renovate/com.github.fwcd.ktfmt-ktfmt-0.x
main
0.19
Update dependency com.google.code.gson:gson to v2.12.1
renovate/gsonversion
main
2.12.1
Update dependency com.jetbrains.intellij.java:java-decompiler-engine to v243.26053.27
renovate/fernflowerversion
main
243.26053.27
Update dependency gradle to v8.13
renovate/gradle-8.x
main
8.13
Update dependency org.xerial:sqlite-jdbc to v3.49.1.0
renovate/org.xerial-sqlite-jdbc-3.x
main
3.49.1.0
Update exposedVersion to v0.60.0
renovate/exposedversion
main
0.60.0
0.60.0
0.60.0
Update lsp4jVersion to v0.24.0
renovate/lsp4jversion
main
0.24.0
0.24.0
Update plugin com-jaredsburrows-license to v0.9.8
renovate/com.jaredsburrows.license-0.x
main
0.9.8
Update plugin io-gitlab-arturbosch-detekt to v1.23.8
renovate/io.gitlab.arturbosch.detekt-1.x
main
1.23.8
Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0
renovate/org.gradle.toolchains.foojay-resolver-convention-0.x
main
0.9.0
Update protobuf monorepo to v3.25.6
renovate/protobuf-monorepo
main
3.25.6
3.25.6
3.25.6
Update dependency com.h2database:h2 to v2
renovate/com.h2database-h2-2.x
main
2.3.232
Update eclipse-temurin Docker tag to v21
renovate/eclipse-temurin-21.x
main
21
Update protobuf monorepo to v4 (major)
renovate/major-protobuf-monorepo
main
4.30.1
4.30.1
4.30.1
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prhourlylimit
for details.Warning
Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.
Failed to look up maven package org.jetbrains.kotlin:kotlin-jvm
Files affected:
gradle/libs.versions.toml
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.