Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/chrome (source) ^0.0.256 -> ^0.0.259 age adoption passing confidence devDependencies patch
aspect_rules_js 1.35.0 -> 1.37.1 age adoption passing confidence bazel_dep minor
aspect_rules_ts 2.1.0 -> 2.1.1 age adoption passing confidence bazel_dep patch
bazel 7.0.0 -> 7.0.2 age adoption passing confidence patch
chrome 123.0.6265.0 -> 123.0.6268.0 age adoption passing confidence patch
github.com/bazelbuild/rules_go v0.45.0 -> v0.45.1 age adoption passing confidence require patch
rules_go 0.44.2 -> 0.45.1 age adoption passing confidence bazel_dep minor

Release Notes

bazelbuild/bazel (bazel)

v7.0.2

Compare Source

Baseline:  2634a6ec8bef0d8eef9870b23befdddb3dbe0005

Release Notes:

+ Disregard WORKSPACE while verifying lockfile repo mapping entries in extension eval (#​21003)

Acknowledgements:

This release contains contributions from many people at Google, as well as bazel.build machine account, Xdng Yng.

v7.0.1

Compare Source

Baseline:  d798ebde6c6394203a87b5f1a6b62ecfc3880991

Release Notes:

+ Consider MODULE.bazel for workspace detection in bazel.sh (#​20594)
+ Auto-create deploy jars for Bazel `java_test` targets if requested (#​20602)
+ `java_binary` wrapper should forward `restricted_to` (#​20611)
+ Mount user-specified bind mounts before Bazel's own magic. (#​20609)
+ Fix bootstrapped Bazel binary (#​20612)
+ Attempt to make main repo mapping inverse more efficient (#​20625)
+ Cherry-pick all presubmit.yml changes (#​20733)
+ Print interactive sandboxed shell command with `--sandbox_debug` (#​20734)
+ Fix two issues with --incompatible_sandbox_hermetic_tmp that manifested themselves when the output base was under /tmp (#​20718)
+ Let module extensions track calls to `Label()` (#​20750)
+ Add support for bind mounts under `/tmp` with hermetic tmp (#​20749)
+ Fixes for Bazel's own integration tests fail locally on Linux  (#​20821)
+ Fix NPE in BzlmodRepoRuleFunction (#​20828)
+ Avoid emitting canonical labels into generated repos (#​20840)
+ Let .bzl files record their usages of repo mapping (#​20848)
+ Force output checking for incremental run commands without the bytes. (#​20881)
+ Retry binding to ipv6 localhost (#​20903)
+ Fix linker feature detection being performed on wrong linker (#​20901)
+ Fix singlejar resource mapping for external repositories (#​20904)

Acknowledgements:

This release contains contributions from many people at Google, as well as bazel.build machine account, David Ostrovsky, Fabian Meumertzheim, hvd, Siddhartha Bagaria, Tianyu Geng, Xdng Yng, Xùdōng Yáng.
bazelbuild/rules_go (github.com/bazelbuild/rules_go)

v0.45.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "6734a719993b1ba4ebe9806e853864395a8d3968ad27f9dd759c196b3eb3abe8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.6")

What's Changed

Full Changelog: bazel-contrib/rules_go@v0.45.0...v0.45.1


Configuration

📅 Schedule: Branch creation - "every weekend" (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 Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from ralimi as a code owner January 20, 2024 00:29
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5496e8b to dd634b3 Compare January 20, 2024 14:30
ralimi
ralimi previously approved these changes Jan 20, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 61223f6 to d4f4173 Compare January 27, 2024 01:58
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d4f4173 to d5f458b Compare January 27, 2024 17:17
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d5f458b to 355e1f4 Compare January 27, 2024 18:33
@ralimi ralimi merged commit 760e8e2 into google:master Jan 27, 2024
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.

2 participants