chore(deps): bump the all-in-one group with 5 updates#52
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the all-in-one group with 5 updates#52dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all-in-one group with 5 updates: | Package | From | To | | --- | --- | --- | | [rules_python](https://github.com/bazel-contrib/rules_python) | `1.4.1` | `1.9.0` | | [rules_rust](https://github.com/bazelbuild/rules_rust) | `0.63.0` | `0.69.0` | | [rules_cc](https://github.com/bazelbuild/rules_cc) | `0.2.14` | `0.2.17` | | [toolchains_llvm](https://github.com/bazel-contrib/toolchains_llvm) | `1.5.0` | `1.6.0` | | [buildifier_prebuilt](https://github.com/keith/buildifier-prebuilt) | `8.2.0.2` | `8.5.1` | Updates `rules_python` from 1.4.1 to 1.9.0 - [Release notes](https://github.com/bazel-contrib/rules_python/releases) - [Changelog](https://github.com/bazel-contrib/rules_python/blob/main/CHANGELOG.md) - [Commits](bazel-contrib/rules_python@1.4.1...1.9.0) Updates `rules_rust` from 0.63.0 to 0.69.0 - [Release notes](https://github.com/bazelbuild/rules_rust/releases) - [Commits](bazelbuild/rules_rust@0.63.0...0.69.0) Updates `rules_cc` from 0.2.14 to 0.2.17 - [Release notes](https://github.com/bazelbuild/rules_cc/releases) - [Commits](bazelbuild/rules_cc@0.2.14...0.2.17) Updates `toolchains_llvm` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/bazel-contrib/toolchains_llvm/releases) - [Commits](bazel-contrib/toolchains_llvm@v1.5.0...v1.6.0) Updates `buildifier_prebuilt` from 8.2.0.2 to 8.5.1 - [Release notes](https://github.com/keith/buildifier-prebuilt/releases) - [Commits](keith/buildifier-prebuilt@8.2.0.2...8.5.1) --- updated-dependencies: - dependency-name: rules_python dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one - dependency-name: rules_rust dependency-version: 0.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one - dependency-name: rules_cc dependency-version: 0.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-in-one - dependency-name: toolchains_llvm dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one - dependency-name: buildifier_prebuilt dependency-version: 8.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-in-one ... Signed-off-by: dependabot[bot] <support@github.com>
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the all-in-one group with 5 updates:
1.4.11.9.00.63.00.69.00.2.140.2.171.5.01.6.08.2.0.28.5.1Updates
rules_pythonfrom 1.4.1 to 1.9.0Release notes
Sourced from rules_python's releases.
... (truncated)
Changelog
Sourced from rules_python's changelog.
... (truncated)
Commits
bac5494feat(pypi): make whl_library reproducible under pipstar (#3589) (#3632)9a93adcchore: repleace version marker in features.bzl0fafcd8docs(gazelle): Addversionaddeddetails to some Gazelle directives.md (#3624)8a9cd71chore: prepare 1.9.0 release (#3623)c805941feat: command_line_option transition support, default windows to enable_runfi...589c7eebuild(deps): bump the pip group across 2 directories with 2 updates (#3617)b6f1b78chore: better bootstrap logging (#3608)c9da781fix: use runfiles_root_path in stage2 bootstrap (#3605)16430a8chore: ignore rmtree errors in wheel_installer_test (#3607)1cfed94test: add system_python_nodeps_test (#3609)Updates
rules_rustfrom 0.63.0 to 0.69.0Release notes
Sourced from rules_rust's releases.
... (truncated)
Commits
2ce620aRelease 0.69.0 (#3848)eb183e5Bump default version of rustc. (#3562)e7e25a9use an empty staticlib as an allocator library for cc_common.link (#3864)5f633d2Include *.rmeta files in stdlib sysroot glob (#3860)817bea7Provide rust toolchain type in rustdoc action (#3863)21cb5d2Add Rust 1.93.1. (#3861)854770eAdd 'build_script_exec_properties' to 'crate.annotation' (#3852)86d809efix: Return repo_metadata from repository rules in rust/repositories.bzl (#3855)42b098bLoad cc symbols for bazel9 (#3789)af24d27Fix typo in module_bzl.j2 documentation (#3793)Updates
rules_ccfrom 0.2.14 to 0.2.17Release notes
Sourced from rules_cc's releases.
... (truncated)
Commits
541eda5Only pass profile-correction flag on GCCae1df74Fix empty flags errorsa464a75Silence warning with parse_headers2e612c7Factorize pic preference logic0c70f24Automatic code cleanup.1de738eApply default compile flags passed as attrs in Windows MSVC toolchain config527271cUpdate contributing guide6402462Add support to inject cc_feature into legacy toolchains61f7516Modify template for generated toolchain to be more buildifier compliant20bf72dFix GCC detection to be robust to symlinksUpdates
toolchains_llvmfrom 1.5.0 to 1.6.0Release notes
Sourced from toolchains_llvm's releases.
... (truncated)
Commits
ace6215[bugfix] Reference os variable instead of os function (#630)a667b97chore(deps): update dependency rules_java to v9.1.0 (#627)fb29f3dtoolchain: Setlink_libsrather thanlink_flags(#624)43e5dc4Add LLVM 21.1.6 distribution checksums (#620)cd43f1dchore(deps): update actions/checkout action to v6 (#619)f20171echore(deps): update dependency tar.bzl to v0.7.0 (#618)f4afe03chore(deps): update dependency rules_python to v1.7.0 (#617)8dddf7cAdd load for cc_import (#616)04129fachore(deps): update dependency com_google_protobuf to v33.1 (#615)ea52d71Update distros without download (#614)Updates
buildifier_prebuiltfrom 8.2.0.2 to 8.5.1Release notes
Sourced from buildifier_prebuilt's releases.
... (truncated)
Commits
0dae915Bump to 8.5.1 (#138)ab040d6Move CI workflow into ci.yml (#136)47ae73dAdd rules_shell as runtime dep (#137)1075c04Add 9.x to CI (#134)0294a33Update README.md for 8.2.1.2 (#133)f455d97Add s390x definitions (#132)fcf84cfRemove fail for missing sha (#131)7660547Update README.md for 8.2.1.1 (#129)9ae5b14Add support for riscv64 (#128)370e630bash: use -prune in find (#127)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions