Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: point to merge of bazel-skylib PR #217

Merged
merged 1 commit into from
Feb 8, 2023
Merged

chore: point to merge of bazel-skylib PR #217

merged 1 commit into from
Feb 8, 2023

Conversation

cgrindel
Copy link
Owner

@cgrindel cgrindel commented Feb 8, 2023

@cgrindel cgrindel self-assigned this Feb 8, 2023
@cgrindel cgrindel enabled auto-merge (squash) February 8, 2023 18:56
@tetromino
Copy link

FYI, there will be a point release of bazel-skylib with the fix for bazelbuild/bazel-skylib#431

@cgrindel cgrindel merged commit 9538208 into main Feb 8, 2023
@cgrindel cgrindel deleted the point_to_skylib branch February 8, 2023 19:40
@cgrindel
Copy link
Owner Author

cgrindel commented Feb 8, 2023

@tetromino Do you have a sense for when the bazel-skylib release will happen?

@tetromino
Copy link

@cgrindel - I hope to make a release tomorrow, after merging bazelbuild/bazel-skylib#433

renovate bot referenced this pull request in cgrindel/github_snippets Feb 9, 2023
[![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 | patch | `v0.12.0` -> `v0.12.1` |

---

### Release Notes

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

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

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

#### What's Changed

- Update README.md for v0.12.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/213](https://togithub.com/cgrindel/bazel-starlib/pull/213)
- fix: add links to `bzltidy` documentation by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/214](https://togithub.com/cgrindel/bazel-starlib/pull/214)
- fix(deps): update module github.com/ekalinin/github-markdown-toc.go to
v1 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/215](https://togithub.com/cgrindel/bazel-starlib/pull/215)
- chore(deps): update dependency bazel_skylib to v1.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/199](https://togithub.com/cgrindel/bazel-starlib/pull/199)
- chore: point to merge of bazel-skylib PR by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/217](https://togithub.com/cgrindel/bazel-starlib/pull/217)

**Full Changelog**:
cgrindel/bazel-starlib@v0.12.0...v0.12.1

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "2c21a982f4928dafed4a4229ec25c656c56fdb98d17fb7e79928b60f828fbdd7",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.12.1/bazel-starlib.v0.12.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()
```

</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/github_snippets).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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