Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.14.3 (#271)
Browse files Browse the repository at this point in the history
[![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](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.13.1` -> `v0.14.3` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib</summary>

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

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.14.2...v0.14.3)

#### What's Changed

- fix: use minimal .bazelrc in `bzlmod_e2e` workspace by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/244](https://togithub.com/cgrindel/bazel-starlib/pull/244)

**Full Changelog**:
cgrindel/bazel-starlib@v0.14.2...v0.14.3

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "0b78a96eff4d0059321643a78e54f11ab9d0e319994299c0f2b2ebd5325c3f48",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.14.3/bazel-starlib.v0.14.3.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.14.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.14.2)

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.14.1...v0.14.2)

#### What's Changed

- fix: update metadata for BCR to include OWNER and REPO by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/242](https://togithub.com/cgrindel/bazel-starlib/pull/242)

**Full Changelog**:
cgrindel/bazel-starlib@v0.14.1...v0.14.2

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "ef8c590a63ba69bc36b888180ddbdd59b10aa2a0777b61b2be24f2137bffa1d0",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.14.2/bazel-starlib.v0.14.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.14.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.14.1)

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.14.0...v0.14.1)

#### What's Changed

- Update README.md for v0.14.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/239](https://togithub.com/cgrindel/bazel-starlib/pull/239)
- fix: include `examples/bzlmod_e2e` in release archive by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/240](https://togithub.com/cgrindel/bazel-starlib/pull/240)

**Full Changelog**:
cgrindel/bazel-starlib@v0.14.0...v0.14.1

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "ef8c590a63ba69bc36b888180ddbdd59b10aa2a0777b61b2be24f2137bffa1d0",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.14.1/bazel-starlib.v0.14.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.14.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.14.0)

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.13.1...v0.14.0)

#### What's Changed

- Update README.md for v0.13.1 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/229](https://togithub.com/cgrindel/bazel-starlib/pull/229)
- chore(deps): update dependency bazel to v6.1.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/230](https://togithub.com/cgrindel/bazel-starlib/pull/230)
- chore: add support for `bzlmod` by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/232](https://togithub.com/cgrindel/bazel-starlib/pull/232)
- chore: add CI tests with and without `bzlmod` enabled by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/233](https://togithub.com/cgrindel/bazel-starlib/pull/233)
- chore: add `bzlmod_e2e` in preparation for publishing to BCR by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/234](https://togithub.com/cgrindel/bazel-starlib/pull/234)
- chore: refactor CI matrices by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/236](https://togithub.com/cgrindel/bazel-starlib/pull/236)
- fix: set `MODULE.bazel` version to 0.0.0 and fix download URL by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/237](https://togithub.com/cgrindel/bazel-starlib/pull/237)
- chore: introduce strict bzlmod by adding `WORKSPACE.bzlmod` by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/238](https://togithub.com/cgrindel/bazel-starlib/pull/238)

**Full Changelog**:
cgrindel/bazel-starlib@v0.13.1...v0.14.0

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "7c34796efaadf9b3a5bcf2a8364e5ffc2e2a4a2ef2e0f18c0e876161ba8d21c5",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.14.0/bazel-starlib.v0.14.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 this update
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://app.renovatebot.com/dashboard#github/cgrindel/swift_bazel).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4yIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent 2e211c7 commit ae3a9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def swift_bazel_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "ef07f9c12084de99f491b48670af304e2e57885e51e9113b79e221197847e56e",
sha256 = "0b78a96eff4d0059321643a78e54f11ab9d0e319994299c0f2b2ebd5325c3f48",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.13.1/bazel-starlib.v0.13.1.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.14.3/bazel-starlib.v0.14.3.tar.gz",
],
)

Expand Down

0 comments on commit ae3a9a8

Please sign in to comment.