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 #336

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Update all non-major dependencies #336

merged 1 commit into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
grafana/grafana minor 11.1.4-ubuntu -> 11.2.0-ubuntu age adoption passing confidence
prom/prometheus patch v2.54.0 -> v2.54.1 age adoption passing confidence
noarg (source) devDependencies patch 2.0.10 -> 2.0.20 age adoption passing confidence
stdlib-jdk8 (source) devDependencies patch 2.0.10 -> 2.0.20 age adoption passing confidence
reflect (source) devDependencies patch 2.0.10 -> 2.0.20 age adoption passing confidence
gradle-plugin (source) devDependencies patch 2.0.10 -> 2.0.20 age adoption passing confidence
org.springframework.shell:spring-shell-dependencies (source) devDependencies patch 3.3.1 -> 3.3.2 age adoption passing confidence
allopen (source) devDependencies patch 2.0.10 -> 2.0.20 age adoption passing confidence
org.springframework.boot:spring-boot-gradle-plugin (source) dependencies patch 3.3.2 -> 3.3.3 age adoption passing confidence

Release Notes

JetBrains/kotlin (noarg)

v2.0.20

spring-projects/spring-shell (org.springframework.shell:spring-shell-dependencies)

v3.3.2: 3.3.2

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.3.3
  • Builds on jline 3.26.3
  • Some issues backported

Issues

#​1125 Upgrade spring-boot 3.3.3
#​1123 backport(1120): Inconsistent behaviour on passing invalid argument
#​1119 backport(1108): Getting Started missing interactive flag
#​1117 backport(1115): StringInput better unicode handling
#​1107 backport(1105): Upgrade jline 3.26.3
#​1103 Upgrade spring-boot 3.3.2

spring-projects/spring-boot (org.springframework.boot:spring-boot-gradle-plugin)

v3.3.3


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Dublin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Aug 24, 2024
Copy link
Contributor

coderabbitai bot commented Aug 24, 2024

Walkthrough

The changes involve updates to dependency versions in Kotlin Gradle scripts. The Kotlin libraries in buildSrc/build.gradle.kts have been updated from version 2.0.10 to 2.0.20, affecting allopen, gradle-plugin, reflect, stdlib-jdk8, and noarg. Additionally, the Spring Shell dependency version in buildSrc/src/main/kotlin/dependency-management.gradle.kts has been incremented from 3.3.1 to 3.3.2. The overall structure of the dependency declarations remains unchanged.

Changes

File Change Summary
buildSrc/build.gradle.kts, buildSrc/src/main/kotlin/dependency-management.gradle.kts Updated Kotlin library versions from 2.0.10 to 2.0.20 for allopen, gradle-plugin, reflect, stdlib-jdk8, and noarg; updated Spring Shell dependency version from 3.3.1 to 3.3.2.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (606bbb1) to head (0110372).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #336   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       233       233           
===========================================
  Files             42        42           
  Lines            420       420           
===========================================
  Hits             420       420           
Flag Coverage Δ
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 606bbb1 and 32dc681.

Files ignored due to path filters (1)
  • gradle/libs.versions.toml is excluded by !**/*.toml
Files selected for processing (1)
  • buildSrc/build.gradle.kts (1 hunks)
Files skipped from review due to trivial changes (1)
  • buildSrc/build.gradle.kts

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32dc681 to 64fabe5 Compare August 27, 2024 09:11
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 32dc681 and 64fabe5.

Files ignored due to path filters (1)
  • gradle/libs.versions.toml is excluded by !**/*.toml
Files selected for processing (2)
  • buildSrc/build.gradle.kts (1 hunks)
  • buildSrc/src/main/kotlin/dependency-management.gradle.kts (1 hunks)
Files skipped from review due to trivial changes (1)
  • buildSrc/src/main/kotlin/dependency-management.gradle.kts
Files skipped from review as they are similar to previous changes (1)
  • buildSrc/build.gradle.kts

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64fabe5 to b3b14de Compare August 27, 2024 13:23
@renovate renovate bot added the docker label Aug 27, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 64fabe5 and b3b14de.

Files ignored due to path filters (2)
  • docker-compose.yml is excluded by !**/*.yml
  • gradle/libs.versions.toml is excluded by !**/*.toml
Files selected for processing (2)
  • buildSrc/build.gradle.kts (1 hunks)
  • buildSrc/src/main/kotlin/dependency-management.gradle.kts (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • buildSrc/build.gradle.kts
  • buildSrc/src/main/kotlin/dependency-management.gradle.kts

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3b14de to 0110372 Compare August 27, 2024 16:10
Copy link

sonarcloud bot commented Aug 27, 2024

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b3b14de and 0110372.

Files ignored due to path filters (2)
  • docker-compose.yml is excluded by !**/*.yml
  • gradle/libs.versions.toml is excluded by !**/*.toml
Files selected for processing (2)
  • buildSrc/build.gradle.kts (1 hunks)
  • buildSrc/src/main/kotlin/dependency-management.gradle.kts (1 hunks)
Files skipped from review due to trivial changes (1)
  • buildSrc/src/main/kotlin/dependency-management.gradle.kts
Files skipped from review as they are similar to previous changes (1)
  • buildSrc/build.gradle.kts

@csikb csikb added this pull request to the merge queue Sep 2, 2024
Merged via the queue into main with commit ee7926b Sep 2, 2024
14 checks passed
@csikb csikb deleted the renovate/all-minor-patch branch September 2, 2024 07:10
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 docker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant