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

[bazel] Bump deps to avoid warnings when starting the bazel daemon #15137

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

shs96c
Copy link
Member

@shs96c shs96c commented Jan 23, 2025

PR Type

enhancement, dependencies


Description

  • Updated Bazel dependencies to newer versions.

  • Addressed warnings when starting the Bazel daemon.

  • Improved compatibility and functionality with updated dependencies.


Changes walkthrough 📝

Relevant files
Dependencies
MODULE.bazel
Updated Bazel dependency versions for multiple rules         

MODULE.bazel

  • Updated rules_cc version from 0.0.9 to 0.1.0.
  • Updated rules_java version from 7.12.4 to 8.7.1.
  • Updated rules_pkg version from 0.10.1 to 1.0.1.
  • Updated rules_proto version from 6.0.2 to 7.0.2.
  • +4/-4     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Version Compatibility

    Major version bump for rules_java (7.x to 8.x) and rules_proto (6.x to 7.x) may introduce breaking changes. Verify that all dependent builds still work correctly.

    bazel_dep(name = "rules_java", version = "8.7.1")
    bazel_dep(name = "rules_jvm_external", version = "6.6")
    bazel_dep(name = "rules_nodejs", version = "6.3.2")
    bazel_dep(name = "rules_oci", version = "1.8.0")
    bazel_dep(name = "rules_pkg", version = "1.0.1")
    bazel_dep(name = "rules_python", version = "0.33.0")
    bazel_dep(name = "rules_proto", version = "7.0.2")

    Copy link
    Contributor

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @shs96c shs96c merged commit 39b8c33 into SeleniumHQ:trunk Jan 23, 2025
    9 checks passed
    @shs96c shs96c deleted the minor-bumps branch January 23, 2025 13:44
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant