build: update all non-major dependencies #2178
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:
1.18.0
->1.26.0
0.16.2
->0.25.0
3.10.7
->3.10.18
18.19.39
->18.19.103
1.67.0
->1.100.0
v3.0.2
->v3.6.0
5.2.0
->5.4.1
22.15.0
->22.15.1
0.14.39
->0.25.4
2.7.1
->2.8.8
1.100.1
->1.103.1
3.16.0
->3.17.5
3.16.0
->3.17.5
0.0.11
->0.1.3
3.0.7
->3.1.0
0.11.5
->0.15.0
Release Notes
bazelbuild/bazelisk (@bazel/bazelisk)
v1.26.0
Compare Source
Bazelisk v1.26.0 comes with several improvements:
New Features (Go)
Bug Fixes & Improvements (Go)
go_deps
extension (https://github.com/bazelbuild/bazelisk/pull/649).--migrate
mode (https://github.com/bazelbuild/bazelisk/pull/678).We’d like to thank our amazing contributors @albertocavalcante, @bduffany, @fmeum and @tats-u!
v1.25.0
Compare Source
Bazelisk v1.25.0 comes with several improvements:
New Features (Python)
.bazeliskrc
files (https://github.com/bazelbuild/bazelisk/pull/494).Bug Fixes & Improvements (Go)
bazelisk version
now also prints the Bazelisk version even if startup flags are set (https://github.com/bazelbuild/bazelisk/pull/646).We’d like to thank our amazing contributors @hauserx, @jwnimmer-tri and @shs96c!
v1.24.1
Compare Source
Bazelisk v1.24.1 is a patch release with some minor fixes:
Bug Fixes & Improvements
bisect
now accepts Bazel release branch names (https://github.com/bazelbuild/bazelisk/pull/633).We’d like to thank our amazing users & contributors!
v1.24.0
Compare Source
Bazelisk v1.24.0 comes with a new feature:
New Features (Go)
7.*
that refers to the latest release or candidate from the given LTS track. Please note that this is different from the existing7.x
identifier which only matches releases, but not candidates (https://github.com/bazelbuild/bazelisk/pull/636).We’d like to thank our amazing users & contributors!
Known issue: https://github.com/bazelbuild/bazelisk/issues/640
v1.23.0
Compare Source
Bazelisk v1.23.0 comes with several improvements related to downloads:
Bug Fixes & Improvements
INTERNAL_ERROR
problems caused by improper handling of HTTP responses during retries (https://github.com/bazelbuild/bazelisk/pull/627)We’d like to thank our amazing contributors @jjmaestro and @jwnimmer-tri!
v1.22.1
Compare Source
Bazelisk v1.22.1 is a patch release with the following changes:
Bug Fixes & Improvements
We’d like to thank our amazing contributor @sushain97!
v1.22.0
Compare Source
Bazelisk v1.22.0 comes with several significant changes:
New Features (Go)
BAZELISK
env variable so that scripts can detect whether they're running under Bazelisk (https://github.com/bazelbuild/bazelisk/pull/612)--bisect
now supports finding the first fixing commit by prefixing the range with~
(https://github.com/bazelbuild/bazelisk/pull/613)Removed Features (Go)
last_downstream_green
since the downstream pipeline stopped producing green commits some time ago.Bug Fixes & Improvements
last_green
support (https://github.com/bazelbuild/bazelisk/pull/614)We’d like to thank our amazing contributors @fmeum and @jwnimmer-tri!
v1.21.0
Compare Source
Bazelisk v1.21.0 comes with several significant changes:
New Features (Go)
BAZELISK_HOME_WINDOWS
(https://github.com/bazelbuild/bazelisk/pull/474)BAZELISK_WRAPPER_DIRECTORY
allows users to specify paths other than the defaulttools/bazel
location (https://github.com/bazelbuild/bazelisk/pull/567)BAZELISK_HOME
: Environment variables as well as the tilde sign are now properly expanded (https://github.com/bazelbuild/bazelisk/pull/587)Bug Fixes & Improvements
.bazelversion
files (https://github.com/bazelbuild/bazelisk/pull/576)We’d like to thank our amazing contributors @albertocavalcante, @API92, @jwnimmer-tri, @keith and @mzapotoczny!
v1.19.0
Compare Source
Bazelisk v1.19.0 comes with two significant changes:
MODULE.bazel
andREPO.bazel
files are now obeyed (https://github.com/bazelbuild/bazelisk/pull/503)We’d like to thank our amazing contributors @crncnnr and @katre!
actions/checkout (actions/checkout)
v3.6.0
Compare Source
v3.5.3
Compare Source
v3.5.2
Compare Source
v3.5.1
Compare Source
v3.5.0
Compare Source
v3.4.0
Compare Source
v3.3.0
Compare Source
v3.2.0
Compare Source
v3.1.0
Compare Source
saveState
andgetState
github-server-url
inputbazelbuild/bazel (bazel)
v5.4.1
Compare Source
Incompatible changes:
GrpcRemoteDownloader only includes relevant headers instead of
sending all credentials.
Closes #16439.
analysis_test moved into testing.analysis_test
Important changes:
alias() can now select() directly on constraint_value()
Fixes https://github.com/bazelbuild/bazel/issues/13047.
Closes #14310.
Fixed an issue where Bazel could erroneously report a test passes
in coverage mode without actually running the test.
Make protocOpts() publicly accessible.
Add coverage configuration fragment, used to expose
output_generator label.
Bazel now no longer includes system headers on macOS in coverage
reports (#14969).
Closes #14971.
Starlark test rules can use the new inherited_environment
parameter of testing.TestEnvironment to specify environment
variables
whose values should be inherited from the shell environment.
Closes #14849.
none
RELNOTES:none
Enable merging permissions during Android manifest merging with
the --merge_android_manifest_permissions flag.
Added new register_{execution_platforms,toolchains} directives to
the MODULE.bazel file, to replace the
{execution_platforms,toolchains}_to_register attributes on the
module() directive.
Add support for fetching RPC credentials from credential helper.
Progress on https://github.com/bazelbuild/bazel/issues/15856
Closes #15947.
cquery
's new output mode--output=files
lists the output files of the targets matching the query. It
takes the current value of
--output_groups
into account.Closes #15552.
Fix for desugaring failure on Bazel+Android+Windows build
scenario.
The new path variable
$(rlocationpath ...)
and its plural form$(rlocationpaths ...)
can be used to expand labels to the pathsaccepted by the
Rlocation
function of runfiles libraries. Thisis the preferred way to access data dependencies at runtime and
works on all platforms, even when runfiles are not enabled (e.g.,
on Windows by default).
Work towards #16124
Fixes #10923
Closes #16667.
This release contains contributions from many people at Google, as well as amberdixon, Andreas Fuchs, Benjamin Peterson, Brentley Jones, Chenchu Kolli, Dan Fleming, Danny Wolf, Emil Kattainen, Fabian Meumertzheim, Gowroji Sunil, hvadehra, Juh-Roch, Keith Smiley, Krzysztof Naglik, kshyanashree, Niyas Sait, Noa Resare, Oliver Eikemeier, oquenchil, Peter Mounce, Philipp Schrader, Ryan Beasley, Thi Doãn, Xùdōng Yáng, Yannic, Zhongpeng Lin.
v5.4.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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.
This PR has been generated by Renovate Bot.