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:
^0.0.237
->^0.0.243
v1.27.1
->v1.31.0
v1.4.0
->v1.4.5
v0.31.0
->v0.32.0
1.20.4
->1.21.0
v0.39.1
->v0.41.0
^5.1.3
->^5.1.6
Release Notes
aspect-build/rules_js (aspect_rules_js)
v1.31.0
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
3d868b5
by @renovate in https://github.com/aspect-build/rules_js/pull/1133js_run_devserver
should useexistsSync
instead of a customfileExists
by @ghorbanzade in https://github.com/aspect-build/rules_js/pull/117518d9b2b
by @renovate in https://github.com/aspect-build/rules_js/pull/1182New Contributors
Full Changelog: aspect-build/rules_js@v1.30.0...v1.31.0
v1.30.0
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
Full Changelog: aspect-build/rules_js@v1.29.1...v1.30.0
v1.29.2
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
Full Changelog: aspect-build/rules_js@v1.29.0...v1.29.2
v1.29.0
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
Full Changelog: aspect-build/rules_js@v1.28.0...v1.29.0
v1.28.0
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
Full Changelog: aspect-build/rules_js@v1.27.1...v1.28.0
aspect-build/rules_ts (aspect_rules_ts)
v1.4.5
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
Full Changelog: aspect-build/rules_ts@v1.4.4...v1.4.5
v1.4.4
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
Full Changelog: aspect-build/rules_ts@v1.4.3...v1.4.4
v1.4.3
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
New Contributors
Full Changelog: aspect-build/rules_ts@v1.4.2...v1.4.3
v1.4.2
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
New Contributors
Full Changelog: aspect-build/rules_ts@v1.4.1...v1.4.2
v1.4.1
Compare Source
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE
file:What's Changed
Full Changelog: aspect-build/rules_ts@v1.4.0...v1.4.1
bazelbuild/bazel-gazelle (bazel_gazelle)
v0.32.0
Compare Source
Starting this release, Gazelle no longer resolves Go and proto imports of Google APIs to
@go_googleapis
. Instead, Go packages from Google APIs will be treated as regular Go packages, and resolve to@org_golang_google_genproto
, which contains the pre-generated Go code, with its version determined by Go modules. For proto files importing Google APIs proto and generating Go code, users need to:http_archive
rule to download Google APIs, e.g.,Note that the version of Google APIs archive needs to be compatible with the pre-generated code in
@org_golang_google_genproto
.What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.31.1...v0.32.0
v0.31.1
Compare Source
What's Changed
go_deps.module
by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1548bazel_dep
s replace Go deps by @fmeum in https://github.com/bazelbuild/bazel-gazelle/pull/1526New Contributors
Full Changelog: bazel-contrib/bazel-gazelle@v0.31.0...v0.31.1
golang/go (golang)
v1.21.0
Compare Source
v1.20.7
Compare Source
v1.20.6
Compare Source
v1.20.5
Compare Source
bazelbuild/rules_go (io_bazel_rules_go)
v0.41.0
Compare Source
What's Changed
Starting this release, rules_go no longer ship with
@go_googleapis
repo. Together with Gazelle v0.32.0, it means that all Go code importing generated code from Google APIs will depend on@org_golang_google_genproto
, which is resolved by Go modules. For proto files importing Google APIs proto and generating Go code, users need to:http_archive
rule to download Google APIs, e.g.,Note that the version of Google APIs archive needs to be compatible with the pre-generated code in
@org_golang_google_genproto
.Other changes included in this release
go_sdk
extension failure for unnamed root module by @fmeum in https://github.com/bazelbuild/rules_go/pull/3612Full Changelog: bazel-contrib/rules_go@v0.40.1...v0.41.0
WORKSPACE
codev0.40.1
Compare Source
WORKSPACE
codeChanges
This patch release cherry-picked two bug fixes related to Go package driver from master
v0.40.0
Compare Source
What's Changed
goexperiment.*
build tags by @lbcjbb in https://github.com/bazelbuild/rules_go/pull/3556go_path
'slink
mode by @fmeum in https://github.com/bazelbuild/rules_go/pull/3565--incompatible_disable_starlark_host_transitions
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3560.go
file in a random location by @fmeum in https://github.com/bazelbuild/rules_go/pull/3566use_repo
automation by @fmeum in https://github.com/bazelbuild/rules_go/pull/3573go_host_compatible_sdk
repository by @ylecornec in https://github.com/bazelbuild/rules_go/pull/3543gazelle:prefix
can be replaced bygo.mod
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3577go_download_sdk
with Bazel dev versions by @fmeum in https://github.com/bazelbuild/rules_go/pull/3580New Contributors
go_host_compatible_sdk
repository bazel-contrib/rules_go#3543](https://togithub.com/bazeConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.