Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update dependency io_bazel_rules_go to v0.44.0 #378

Merged

Conversation

cgrindel-self-hosted-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.43.0 -> v0.44.0

Release Notes

bazelbuild/rules_go (io_bazel_rules_go)

v0.44.0

Compare Source

IMPORTANT CHANGES

Tests now call panic() when they timeout

This means there is a running goroutine (which will fail goleak detection)

[Goroutine 26 in state chan receive, with github.com/bazelbuild/rules_go/go/tools/bzltestutil.RegisterTimeoutHandler.func1 on top of the

This also means there may be some different behavior when calling SIGTERM directly from within a test.

For more information see: https://github.com/bazelbuild/rules_go/pull/3749

Bzlmod support for nogo

This can be added in your MODULE.bazel file:

go_sdk = use_extension("@​io_bazel_rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(
    name = "go_sdk",
    ...
)
go_sdk.nogo(
    nogo = "//:default_nogo",
)

For more information see https://github.com/bazelbuild/rules_go/pull/3782

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.43.0...v0.44.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot enabled auto-merge (squash) December 19, 2023 21:04
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot merged commit d2e68a4 into main Dec 19, 2023
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot deleted the github-renovate/io_bazel_rules_go-0.x branch December 19, 2023 21:15
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/rules_swiftformat Mar 23, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cgrindel_bazel_starlib](https://github.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.19.0` -> `v0.20.0` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

###
[`v0.20.0`](https://github.com/cgrindel/bazel-starlib/releases/tag/v0.20.0)

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0)

#### What Has Changed

#### What's Changed

- chore: update README.md for v0.19.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/377](https://github.com/cgrindel/bazel-starlib/pull/377)
- chore(deps): update dependency io_bazel_rules_go to v0.44.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/378](https://github.com/cgrindel/bazel-starlib/pull/378)
- chore(deps): update dependency bazel_gazelle to v0.35.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/379](https://github.com/cgrindel/bazel-starlib/pull/379)
- fix(deps): update github.com/gomarkdown/markdown digest to
[`1d6d208`](https://github.com/cgrindel/bazel-starlib/commit/1d6d208)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/380](https://github.com/cgrindel/bazel-starlib/pull/380)
- chore(deps): update dependency io_bazel_rules_go to v0.44.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/381](https://github.com/cgrindel/bazel-starlib/pull/381)
- chore(deps): update dependency io_bazel_rules_go to v0.44.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/382](https://github.com/cgrindel/bazel-starlib/pull/382)
- chore(deps): update dependency io_bazel_rules_go to v0.45.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/383](https://github.com/cgrindel/bazel-starlib/pull/383)
- chore(deps): update dependency io_bazel_rules_go to v0.45.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/384](https://github.com/cgrindel/bazel-starlib/pull/384)
- chore(deps): update dependency io_bazel_rules_go to v0.46.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/385](https://github.com/cgrindel/bazel-starlib/pull/385)
- chore(deps): update actions/checkout digest to
[`473055b`](https://github.com/cgrindel/bazel-starlib/commit/473055b)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/386](https://github.com/cgrindel/bazel-starlib/pull/386)
- chore(deps): update actions/checkout digest to
[`df0bcdd`](https://github.com/cgrindel/bazel-starlib/commit/df0bcdd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/387](https://github.com/cgrindel/bazel-starlib/pull/387)
- chore(deps): update actions/checkout digest to
[`aadec89`](https://github.com/cgrindel/bazel-starlib/commit/aadec89)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/388](https://github.com/cgrindel/bazel-starlib/pull/388)
- chore(deps): update actions/checkout digest to
[`2650dbd`](https://github.com/cgrindel/bazel-starlib/commit/2650dbd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/389](https://github.com/cgrindel/bazel-starlib/pull/389)
- chore(deps): update actions/checkout digest to
[`556e4c3`](https://github.com/cgrindel/bazel-starlib/commit/556e4c3)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/390](https://github.com/cgrindel/bazel-starlib/pull/390)
- chore(deps): update actions/checkout digest to
[`8eb1f6a`](https://github.com/cgrindel/bazel-starlib/commit/8eb1f6a)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/392](https://github.com/cgrindel/bazel-starlib/pull/392)
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/391](https://github.com/cgrindel/bazel-starlib/pull/391)
- fix(deps): update dependency markdown-link-check to v3.12.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/393](https://github.com/cgrindel/bazel-starlib/pull/393)
- fix(deps): update dependency markdown-link-check to v3.12.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/394](https://github.com/cgrindel/bazel-starlib/pull/394)
- chore(deps): update actions/checkout digest by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/395](https://github.com/cgrindel/bazel-starlib/pull/395)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://github.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/396](https://github.com/cgrindel/bazel-starlib/pull/396)
- chore(deps): update actions/checkout digest to
[`cd7d8d6`](https://github.com/cgrindel/bazel-starlib/commit/cd7d8d6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/397](https://github.com/cgrindel/bazel-starlib/pull/397)
- fix: generate release notes test by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/398](https://github.com/cgrindel/bazel-starlib/pull/398)
- chore: remove Bazel lock files by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/399](https://github.com/cgrindel/bazel-starlib/pull/399)

**Full Changelog**:
cgrindel/bazel-starlib@v0.19.0...v0.20.0

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.0")
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.0.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
renovate bot referenced this pull request in bazel-contrib/rules_bazel_integration_test Mar 25, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | `0.19.0` -> `0.20.2` |
| [cgrindel_bazel_starlib](https://github.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.19.0` -> `v0.20.2` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

###
[`v0.20.2`](https://github.com/cgrindel/bazel-starlib/releases/tag/v0.20.2)

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2)

##### What Has Changed

##### What's Changed

- fix: add Bazel version to the `run_tests` section of BCR presubmit by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/403](https://github.com/cgrindel/bazel-starlib/pull/403)

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.1...v0.20.2

##### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
```

##### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

###
[`v0.20.1`](https://github.com/cgrindel/bazel-starlib/releases/tag/v0.20.1)

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1)

##### What Has Changed

##### What's Changed

- chore: update README.md for v0.20.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/400](https://github.com/cgrindel/bazel-starlib/pull/400)
- fix: BCR presubmit version and upgrade to Bazel 7.1.1 by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/401](https://github.com/cgrindel/bazel-starlib/pull/401)

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.0...v0.20.1

##### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.1")
```

##### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.1.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

###
[`v0.20.0`](https://github.com/cgrindel/bazel-starlib/releases/tag/v0.20.0)

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0)

##### What Has Changed

##### What's Changed

- chore: update README.md for v0.19.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/377](https://github.com/cgrindel/bazel-starlib/pull/377)
- chore(deps): update dependency io_bazel_rules_go to v0.44.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/378](https://github.com/cgrindel/bazel-starlib/pull/378)
- chore(deps): update dependency bazel_gazelle to v0.35.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/379](https://github.com/cgrindel/bazel-starlib/pull/379)
- fix(deps): update github.com/gomarkdown/markdown digest to
[`1d6d208`](https://github.com/cgrindel/bazel-starlib/commit/1d6d208)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/380](https://github.com/cgrindel/bazel-starlib/pull/380)
- chore(deps): update dependency io_bazel_rules_go to v0.44.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/381](https://github.com/cgrindel/bazel-starlib/pull/381)
- chore(deps): update dependency io_bazel_rules_go to v0.44.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/382](https://github.com/cgrindel/bazel-starlib/pull/382)
- chore(deps): update dependency io_bazel_rules_go to v0.45.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/383](https://github.com/cgrindel/bazel-starlib/pull/383)
- chore(deps): update dependency io_bazel_rules_go to v0.45.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/384](https://github.com/cgrindel/bazel-starlib/pull/384)
- chore(deps): update dependency io_bazel_rules_go to v0.46.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/385](https://github.com/cgrindel/bazel-starlib/pull/385)
- chore(deps): update actions/checkout digest to
[`473055b`](https://github.com/cgrindel/bazel-starlib/commit/473055b)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/386](https://github.com/cgrindel/bazel-starlib/pull/386)
- chore(deps): update actions/checkout digest to
[`df0bcdd`](https://github.com/cgrindel/bazel-starlib/commit/df0bcdd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/387](https://github.com/cgrindel/bazel-starlib/pull/387)
- chore(deps): update actions/checkout digest to
[`aadec89`](https://github.com/cgrindel/bazel-starlib/commit/aadec89)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/388](https://github.com/cgrindel/bazel-starlib/pull/388)
- chore(deps): update actions/checkout digest to
[`2650dbd`](https://github.com/cgrindel/bazel-starlib/commit/2650dbd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/389](https://github.com/cgrindel/bazel-starlib/pull/389)
- chore(deps): update actions/checkout digest to
[`556e4c3`](https://github.com/cgrindel/bazel-starlib/commit/556e4c3)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/390](https://github.com/cgrindel/bazel-starlib/pull/390)
- chore(deps): update actions/checkout digest to
[`8eb1f6a`](https://github.com/cgrindel/bazel-starlib/commit/8eb1f6a)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/392](https://github.com/cgrindel/bazel-starlib/pull/392)
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/391](https://github.com/cgrindel/bazel-starlib/pull/391)
- fix(deps): update dependency markdown-link-check to v3.12.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/393](https://github.com/cgrindel/bazel-starlib/pull/393)
- fix(deps): update dependency markdown-link-check to v3.12.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/394](https://github.com/cgrindel/bazel-starlib/pull/394)
- chore(deps): update actions/checkout digest by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/395](https://github.com/cgrindel/bazel-starlib/pull/395)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://github.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/396](https://github.com/cgrindel/bazel-starlib/pull/396)
- chore(deps): update actions/checkout digest to
[`cd7d8d6`](https://github.com/cgrindel/bazel-starlib/commit/cd7d8d6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/397](https://github.com/cgrindel/bazel-starlib/pull/397)
- fix: generate release notes test by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/398](https://github.com/cgrindel/bazel-starlib/pull/398)
- chore: remove Bazel lock files by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/399](https://github.com/cgrindel/bazel-starlib/pull/399)

**Full Changelog**:
cgrindel/bazel-starlib@v0.19.0...v0.20.0

##### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.0")
```

##### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.0.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/rules_swift_package_manager Mar 25, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | `0.19.0` -> `0.20.2` |
| [cgrindel_bazel_starlib](https://github.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.19.0` -> `v0.20.2` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

###
[`v0.20.2`](https://github.com/cgrindel/bazel-starlib/releases/tag/v0.20.2)

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2)

#### What Has Changed

#### What's Changed

- fix: add Bazel version to the `run_tests` section of BCR presubmit by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/403](https://github.com/cgrindel/bazel-starlib/pull/403)

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.1...v0.20.2

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

###
[`v0.20.1`](https://github.com/cgrindel/bazel-starlib/releases/tag/v0.20.1)

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1)

#### What Has Changed

#### What's Changed

- chore: update README.md for v0.20.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/400](https://github.com/cgrindel/bazel-starlib/pull/400)
- fix: BCR presubmit version and upgrade to Bazel 7.1.1 by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/401](https://github.com/cgrindel/bazel-starlib/pull/401)

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.0...v0.20.1

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.1")
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.1.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

###
[`v0.20.0`](https://github.com/cgrindel/bazel-starlib/releases/tag/v0.20.0)

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0)

#### What Has Changed

#### What's Changed

- chore: update README.md for v0.19.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/377](https://github.com/cgrindel/bazel-starlib/pull/377)
- chore(deps): update dependency io_bazel_rules_go to v0.44.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/378](https://github.com/cgrindel/bazel-starlib/pull/378)
- chore(deps): update dependency bazel_gazelle to v0.35.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/379](https://github.com/cgrindel/bazel-starlib/pull/379)
- fix(deps): update github.com/gomarkdown/markdown digest to
[`1d6d208`](https://github.com/cgrindel/bazel-starlib/commit/1d6d208)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/380](https://github.com/cgrindel/bazel-starlib/pull/380)
- chore(deps): update dependency io_bazel_rules_go to v0.44.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/381](https://github.com/cgrindel/bazel-starlib/pull/381)
- chore(deps): update dependency io_bazel_rules_go to v0.44.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/382](https://github.com/cgrindel/bazel-starlib/pull/382)
- chore(deps): update dependency io_bazel_rules_go to v0.45.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/383](https://github.com/cgrindel/bazel-starlib/pull/383)
- chore(deps): update dependency io_bazel_rules_go to v0.45.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/384](https://github.com/cgrindel/bazel-starlib/pull/384)
- chore(deps): update dependency io_bazel_rules_go to v0.46.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/385](https://github.com/cgrindel/bazel-starlib/pull/385)
- chore(deps): update actions/checkout digest to
[`473055b`](https://github.com/cgrindel/bazel-starlib/commit/473055b)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/386](https://github.com/cgrindel/bazel-starlib/pull/386)
- chore(deps): update actions/checkout digest to
[`df0bcdd`](https://github.com/cgrindel/bazel-starlib/commit/df0bcdd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/387](https://github.com/cgrindel/bazel-starlib/pull/387)
- chore(deps): update actions/checkout digest to
[`aadec89`](https://github.com/cgrindel/bazel-starlib/commit/aadec89)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/388](https://github.com/cgrindel/bazel-starlib/pull/388)
- chore(deps): update actions/checkout digest to
[`2650dbd`](https://github.com/cgrindel/bazel-starlib/commit/2650dbd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/389](https://github.com/cgrindel/bazel-starlib/pull/389)
- chore(deps): update actions/checkout digest to
[`556e4c3`](https://github.com/cgrindel/bazel-starlib/commit/556e4c3)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/390](https://github.com/cgrindel/bazel-starlib/pull/390)
- chore(deps): update actions/checkout digest to
[`8eb1f6a`](https://github.com/cgrindel/bazel-starlib/commit/8eb1f6a)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/392](https://github.com/cgrindel/bazel-starlib/pull/392)
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/391](https://github.com/cgrindel/bazel-starlib/pull/391)
- fix(deps): update dependency markdown-link-check to v3.12.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/393](https://github.com/cgrindel/bazel-starlib/pull/393)
- fix(deps): update dependency markdown-link-check to v3.12.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/394](https://github.com/cgrindel/bazel-starlib/pull/394)
- chore(deps): update actions/checkout digest by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/395](https://github.com/cgrindel/bazel-starlib/pull/395)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://github.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/396](https://github.com/cgrindel/bazel-starlib/pull/396)
- chore(deps): update actions/checkout digest to
[`cd7d8d6`](https://github.com/cgrindel/bazel-starlib/commit/cd7d8d6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/397](https://github.com/cgrindel/bazel-starlib/pull/397)
- fix: generate release notes test by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/398](https://github.com/cgrindel/bazel-starlib/pull/398)
- chore: remove Bazel lock files by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/399](https://github.com/cgrindel/bazel-starlib/pull/399)

**Full Changelog**:
cgrindel/bazel-starlib@v0.19.0...v0.20.0

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.0")
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.0.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants