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

chore(deps): update all non-major dependencies #86

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

renovate-self-hosted-apter[bot]
Copy link
Contributor

@renovate-self-hosted-apter renovate-self-hosted-apter bot commented Sep 1, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-java action patch v4.2.1 -> v4.2.2
actions/upload-artifact action minor v4.3.4 -> v4.4.0
gradle (source) minor 8.9 -> 8.10
org.junit:junit-bom (source) dependencies minor 5.10.3 -> 5.11.0
com.google.guava:guava dependencies minor 33.2.1-jre -> 33.3.0-jre
com.gradle.plugin-publish plugin patch 1.2.1 -> 1.2.2
com.android.library (source) plugin minor 8.5.1 -> 8.6.0
com.android.tools.build:gradle-api (source) dependencies minor 8.5.1 -> 8.6.0
com.android.tools:common (source) dependencies minor 31.5.1 -> 31.6.0

Release Notes

actions/setup-java (actions/setup-java)

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

actions/upload-artifact (actions/upload-artifact)

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

gradle/gradle (gradle)

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

Switch your build to use Gradle 8.10 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

Copy link
Contributor

coderabbitai bot commented Sep 1, 2024

Walkthrough

The changes involve updates to the configuration of GitHub Actions workflows and dependency management in a Gradle project. This includes upgrading specific action versions in the workflow, modifying dependency versions in the libs.versions.toml file, and updating the Gradle wrapper to a newer version. These updates aim to ensure the project uses the latest stable versions of tools and libraries.

Changes

File Change Summary
.github/workflows/build.yml Updated actions/setup-java from v4.2.1 to v4.2.2 and actions/upload-artifact from v4.3.4 to v4.4.0.
gradle/libs.versions.toml Incremented versions for androidToolsCommon (31.5.1 to 31.6.0), androidGradle (8.5.1 to 8.6.0), gradlePluginPublish (1.2.1 to 1.2.2), guava (33.2.1-jre to 33.3.0-jre), and junit5 (5.10.3 to 5.11.0).
gradle/wrapper/gradle-wrapper.properties Changed distributionUrl from Gradle version 8.9 to 8.10.

Possibly related issues

  • Dependency Dashboard #4: This issue lists updates for dependencies, including actions/setup-java and actions/upload-artifact, which are addressed by the changes in this PR.

Poem

🐇
In the meadow where updates bloom,
New versions chase away the gloom.
Actions dance with a joyful cheer,
Gradle hops to a brand new year!
Dependencies fresh, all in a row,
Let's celebrate the changes that flow! 🌼


Tip

Early access features: enabled

We are currently testing the following features in early access:

- **Anthropic `claude-3-5-sonnet` model for code reviews and chat**: This new model is designed to enhance code understanding and generation capabilities. We're excited to hear your feedback as we evaluate its performance.

  Note:
- You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.
- Please join our [Discord Community](https://discord.com/invite/GsXnASn26c) to provide feedback and report issues.
- OSS projects are currently opted into early access features by default.

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 using 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

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
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 61393e4 and 6bbb8a9.

Files selected for processing (3)
  • .github/workflows/build.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/build.yml
Additional comments not posted (2)
gradle/wrapper/gradle-wrapper.properties (1)

3-3: LGTM! Gradle version updated as expected.

The Gradle version has been successfully updated from 8.9 to 8.10, which aligns with the PR objectives.

To ensure smooth integration, please verify that all Gradle-related CI/CD pipelines are compatible with Gradle 8.10. Run the following script to check for any Gradle version references in CI configuration files:

Verification successful

No explicit Gradle version references found in CI/CD configuration files. The search did not reveal any specific references to Gradle versions 8.9 or 8.10 in .yaml or .yml files, indicating that there are no explicit dependencies on these versions in the CI/CD configurations. This suggests compatibility with the updated Gradle version.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for Gradle version references in CI configuration files

# Test: Search for Gradle version references in CI configuration files
rg --type yaml '(gradle|version).*8\.(9|10)' .github/

Length of output: 55


Script:

#!/bin/bash
# Description: Check for Gradle version references in CI/CD configuration files across the repository

# Test: Search for Gradle version references in various CI/CD configuration files
rg --type yaml --type yml '(gradle|version).*8\.(9|10)' .

Length of output: 87


Script:

#!/bin/bash
# Description: Check for Gradle version references in CI/CD configuration files across the repository

# Test: Search for Gradle version references in files with .yaml and .yml extensions
rg '(gradle|version).*8\.(9|10)' --glob '*.yaml' --glob '*.yml' .

Length of output: 67

gradle/libs.versions.toml (1)

3-3: LGTM! Dependency versions updated as expected.

The following dependency versions have been successfully updated:

  • androidToolsCommon: 31.5.1 → 31.6.0
  • androidGradle: 8.5.1 → 8.6.0
  • gradlePluginPublish: 1.2.1 → 1.2.2
  • guava: 33.2.1-jre → 33.3.0-jre
  • junit5: 5.10.3 → 5.11.0

These updates align with the PR objectives.

To ensure smooth integration of these updates, please verify the project's build and runtime behavior. Run the following script to check for any potential conflicts or issues:

Also applies to: 6-6, 12-13, 15-15

Verification successful

Dependency Updates Verified Successfully

The dependency versions have been updated as expected in the gradle/libs.versions.toml file. No TODO or FIXME comments related to these updates were found, indicating a smooth integration.

  • androidToolsCommon: 31.5.1 → 31.6.0
  • androidGradle: 8.5.1 → 8.6.0
  • gradlePluginPublish: 1.2.1 → 1.2.2
  • guava: 33.2.1-jre → 33.3.0-jre
  • junit5: 5.10.3 → 5.11.0
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify project build and look for potential conflicts

# Test: Run Gradle build and check for errors
./gradlew build --info

# Test: Check for any TODO or FIXME comments related to version updates
rg --type-not binary "TODO|FIXME" -C 3 | rg -i "version|update|upgrade|compatibility"

Length of output: 328


Script:

#!/bin/bash
# Verify the dependency version updates in gradle/libs.versions.toml

# Check for the specific version updates in the file
rg 'androidToolsCommon\s*=\s*"31\.6\.0"' gradle/libs.versions.toml -A 3
rg 'androidGradle\s*=\s*"8\.6\.0"' gradle/libs.versions.toml -A 3
rg 'gradlePluginPublish\s*=\s*"1\.2\.2"' gradle/libs.versions.toml -A 3
rg 'guava\s*=\s*"33\.3\.0-jre"' gradle/libs.versions.toml -A 3
rg 'junit5\s*=\s*"5\.11\.0"' gradle/libs.versions.toml -A 3

# Check for any TODO or FIXME comments related to version updates
rg "TODO|FIXME" -C 3 | rg -i "version|update|upgrade|compatibility"

Length of output: 869

Copy link

github-actions bot commented Sep 1, 2024

Branch Coverage (ubuntu-22.04)

Total Project Coverage 69.91%

Copy link

github-actions bot commented Sep 1, 2024

Line Coverage (ubuntu-22.04)

Total Project Coverage 92.05%

Copy link

github-actions bot commented Sep 1, 2024

Branch Coverage (windows-2022)

Total Project Coverage 69.91%

Copy link

github-actions bot commented Sep 1, 2024

Line Coverage (windows-2022)

Total Project Coverage 92.05%

@renovate-self-hosted-apter renovate-self-hosted-apter bot merged commit ccaaf7b into main Sep 1, 2024
9 checks passed
@renovate-self-hosted-apter renovate-self-hosted-apter bot deleted the renovate/all-minor-patch branch September 1, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants