fix(deps): update all dependencies #984
Open
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.
This PR contains the following updates:
v4->v5v5->v6v6->v7v5->v61.24.5->2.0.08.4.2->8.5.00.1.11->0.1.121.8.2->1.9.08.2.1->8.2.1.10.27.0->0.31.133.1->33.20.2.14->0.2.169.1.0->9.3.02.2.0->2.2.11.1.0->1.2.0v2.4.1->v2.5.01.5.0->1.6.022.04->24.040.8.11->0.8.141.7.0->1.15.03.25.5->4.33.21.4.0->1.4.51.10.2->6.0.11.10.2->6.0.15.10.2->6.0.15.10.2->6.0.15.10.2->6.0.1Release Notes
actions/cache (actions/cache)
v5Compare Source
actions/checkout (actions/checkout)
v6Compare Source
actions/download-artifact (actions/download-artifact)
v7Compare Source
actions/upload-artifact (actions/upload-artifact)
v6Compare Source
bazelbuild/apple_support (apple_support)
v2.0.0Compare Source
Breaking changes
As of this release, we've removed WORKSPACE support from the rules. Projects that still depend on
WORKSPACEshould not update beyond 1.24.5, or can look at #487 to see what the dependencies are at any given time.WORKSPACEsupport is removed completely from Bazel starting in Bazel 9.What's Changed
Full Changelog: bazelbuild/apple_support@1.24.5...2.0.0
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
bazelbuild/bazel (bazel)
v8.5.0Compare Source
bazeltools/bazel_jar_jar (bazel_jar_jar)
v0.1.12Using Bzlmod
common --enable_bzlmodin.bazelrc(default with Bazel 7).MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
New Contributors
Full Changelog: bazeltools/bazel_jar_jar@v0.1.11...v0.1.12
bazelbuild/bazel-skylib (bazel_skylib)
v1.9.0Compare Source
What's Changed
copy_fileand setallow_symlinkby default toTrueifis_executableisFalse(#565)rules/private:is_windowsan emptyapplicable_license(#600)rules_godependency for compatibility with Bazel 9 (#601)Contributors:
@fdinoff, @fmeum, @fweikert, @susinmotion
Full Changelog: bazelbuild/bazel-skylib@1.8.2...1.9.0
keith/buildifier-prebuilt (buildifier_prebuilt)
v8.2.1.1Compare Source
What's Changed
New Contributors
Full Changelog: keith/buildifier-prebuilt@8.2.1...8.2.1.1
Bazel Module Snippet
Workspace Snippet
bazel-contrib/rules_jvm (contrib_rules_jvm)
v0.31.1contrib_rules_jvmonly supportsbzlmod-enabled buildsModule setup
In your
MODULE.bazel:What's Changed
New Contributors
Full Changelog: bazel-contrib/rules_jvm@v0.31.0...v0.31.1
v0.30.0contrib_rules_jvmonly supportsbzlmod-enabled buildsModule Setup
In your
MODULE.bazel:Important Changes
java_exporttargets. Targets will depend on these rather than individual constituentjava_librarytargets to ensure that eachjava_librarytarget is only included in onejava_exportWhat's Changed
java_importfrom@rules_javaby @RomanVlasenko in #345System.exitis called during a test by @shs96c in #349New Contributors
Full Changelog: bazel-contrib/rules_jvm@v0.29.0...v0.30.0
v0.29.0WORKSPACE snippet:
What's Changed
New Contributors
Full Changelog: bazel-contrib/rules_jvm@v0.28.0...v0.29.0
v0.28.0contrib_rules_jvmonly supportsbzlmod-enabled buildsModule setup
In your
MODULE.bazelWhat's Changed
Full Changelog: bazel-contrib/rules_jvm@v0.27.0...v0.28.0
protocolbuffers/protobuf (protobuf)
v33.2: Protocol Buffers v33.2Announcements
Compiler
9247790)pbpackage. (483173d)8a0b438)C++
50c9e62)pbpackage. (483173d)Java
pbpackage. (483173d)Csharp
9247790)9f263cd)058bffa)PHP
9247790)PHP C-Extension
e9f62c6)9247790)058bffa)Ruby
Ruby C-Extension
e9f62c6)058bffa)UPB (Python/PHP/Ruby C-Extension)
e9f62c6)72a48f9)13ee2ce)bazelbuild/rules_cc (rules_cc)
v0.2.16Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.15...0.2.16
v0.2.15Compare Source
Using bzlmod with Bazel 6 or later:
[Bazel 6] Add
common --enable_bzlmodto.bazelrc.Add to your
MODULE.bazelfile:Using WORKSPACE:
Full Changelog: bazelbuild/rules_cc@0.2.14...0.2.15
bazelbuild/rules_java (rules_java)
v9.3.0Compare Source
Changes since 9.2.0
9d6184bReleaserules_java9.3.092f1486Update tojava_tools18.114562f0Support --library boolean flag for Android Lint in Java rules2095190Refer to the SingleJar "executable" instead of "deploy jar."MODULE.bazel setup
WORKSPACE setup
With Bazel 8.0.0 and before 8.3.0, add the following to your file:
In all cases, add the following to your file:
Using the rules
See the source.
v9.2.0Compare Source
Changes since 9.1.0
dbd8cb4Releaserules_javav9.2.0686ed85Update tojava_toolsv18.08bf8bcaExtract utility methods used in the loading phase fromimpl/java_helper.bzlinto a separate bzl fileMODULE.bazel setup
WORKSPACE setup
With Bazel 8.0.0 and before 8.3.0, add the following to your file:
In all cases, add the following to your file:
Using the rules
See the source.
bazelbuild/rules_kotlin (rules_kotlin)
v2.2.1Release notes for v2.2.1
Using Bzlmod with Bazel 7
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
4.33.1for backward compatibility with code generated with java protoc v3 by @nico-semko in #1413New Contributors
Full Changelog: bazelbuild/rules_kotlin@v2.2.0...v2.2.1
bazelbuild/rules_pkg (rules_pkg)
v1.2.0Compare Source
New Features
debuginfotypeIncompatible Changes
MODULE.bazel setup
WORKSPACE setup
Using the rules
See the source.
What's Changed
debuginfotype by @nicbadiu in #945pkg_installby @rdesgroppes in #983pkg_installwork without "runfiles" (Windows default) by @rdesgroppes in #984New Contributors
Full Changelog: bazelbuild/rules_pkg@1.1.0...1.2.0
softprops/action-gh-release (softprops/action-gh-release)
v2.5.0Compare Source
What's Changed
Exciting New Features 🎉
Other Changes 🔄
New Contributors
Full Changelog: softprops/action-gh-release@v2.4.2...v2.5.0
v2.4.2Compare Source
What's Changed
Exciting New Features 🎉
Other Changes 🔄
New Contributors
Full Changelog: softprops/action-gh-release@v2.4.1...v2.4.2
bazel-contrib/toolchains_llvm (toolchains_llvm)
v1.6.0Minimum bazel version: 7.0.0
If you're using
bzlmod, add the following toMODULE.bazel:To directly use a commit from GitHub, add this block and replace commit with the commit you want.
If not using
bzlmod, include this section in yourWORKSPACE:What's Changed
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.