Skip to content
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

Update all non-major dependencies #1340

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.platform:junit-platform-suite (source) 1.11.3 -> 1.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) 5.11.3 -> 5.11.4 age adoption passing confidence
org.sonarsource.sonarlint.core:sonarlint-rpc-impl (source) 10.10.0.79572 -> 10.12.0.79820 age adoption passing confidence
org.sonarsource.sonarlint.core:sonarlint-rpc-java-client (source) 10.10.0.79572 -> 10.12.0.79820 age adoption passing confidence
org.sonarsource.sonarlint.core:sonarlint-core (source) 10.10.0.79572 -> 10.12.0.79820 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone CET, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 8, 2024
@renovate renovate bot requested a review from a team December 8, 2024 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b394407 to 5e7af2b Compare December 16, 2024 14:05
@renovate renovate bot changed the title Update all non-major dependencies to v10.11.2.79730 Update all non-major dependencies Dec 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 639df5a to af40f60 Compare December 18, 2024 09:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af40f60 to 526094a Compare December 18, 2024 15:48
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@@ -132,8 +132,10 @@ private static List<Path> provideTestFiles() {
private static AnalyzeFilesResponse analyzeFile(String configScopeId, Path filePath, String... properties) {
var fileUri = filePath.toUri();
backend.getFileService().didUpdateFileSystem(
new DidUpdateFileSystemParams(List.of(), List.of(
new ClientFileDto(fileUri, filePath, configScopeId, false, null, filePath.toAbsolutePath(), null, null, true))));
new DidUpdateFileSystemParams(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

renovate bot commented Dec 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jonas-wielage-sonarsource jonas-wielage-sonarsource merged commit 3d86693 into master Dec 19, 2024
20 checks passed
@jonas-wielage-sonarsource jonas-wielage-sonarsource deleted the renovate/all-minor-patch branch December 19, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants