Update dependency cgrindel_bazel_starlib to v0.23.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | 0.21.0 -> 0.23.0 |
| cgrindel_bazel_starlib | http_archive | minor | v0.21.0 -> v0.23.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cgrindel/bazel-starlib (cgrindel_bazel_starlib)
v0.23.0
What Has Changed
What's Changed
- chore: update README.md for v0.22.0 by @cgrindel-app-token-generator in https://github.com/cgrindel/bazel-starlib/pull/489
- chore(deps): update dependency buildifier_prebuilt to v8 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/490
- Provide a helpful message what to do if diff fails by @avdv in https://github.com/cgrindel/bazel-starlib/pull/487
New Contributors
- @avdv made their first contribution in https://github.com/cgrindel/bazel-starlib/pull/487
Full Changelog: https://github.com/cgrindel/bazel-starlib/compare/v0.22.0...v0.23.0
Bazel Module Snippet
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.23.0")
Workspace Snippet
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "815e723e45baff9c1851d6871a6fe1abc61c66bc97307437781f74b61bd776b7",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.23.0/bazel-starlib.v0.23.0.tar.gz",
],
)
load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
v0.22.0
What Has Changed
What's Changed
- chore: update README.md for v0.21.0 by @cgrindel-app-token-generator in https://github.com/cgrindel/bazel-starlib/pull/455
- fix(deps): update github.com/gomarkdown/markdown digest to
afa4a46by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/456 - chore(deps): update actions/checkout digest to
9a9194fby @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/457 - chore(deps): update dependency bazel to v7.3.0 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/459
- chore(deps): update dependency bazel to v7.3.1 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/462
- chore(deps): update dependency io_bazel_rules_go to v0.50.0 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/463
- chore(deps): update actions/checkout digest to
2d7d9f7by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/464 - chore(deps): update actions/checkout digest to
b684943by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/465 - chore(deps): update actions/checkout digest to
6d193bfby @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/467 - chore(deps): update dependency io_bazel_stardoc to v0.7.1 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/468
- chore(deps): update actions/checkout digest to
d632683by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/469 - chore(deps): update dependency bazel to v7.3.2 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/470
- chore(deps): update actions/checkout digest to
de5a000by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/471 - chore(deps): update actions/checkout digest to
6b42224by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/472 - chore(deps): update actions/checkout digest to
eef6144by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/473 - chore(deps): update actions/checkout digest to
163217dby @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/474 - chore(deps): update dependency bazel to v7.4.0 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/475
- chore(deps): update actions/checkout digest to
11bd719by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/476 - chore(deps): update actions/checkout digest to
11bd719by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/477 - fix(deps): update dependency markdown-link-check to v3.13.5 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/478
- fix(deps): update dependency markdown-link-check to v3.13.6 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/479
- chore(deps): update actions/checkout digest to
3b9b8c8by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/480 - chore(deps): update dependency bazel to v7.4.1 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/481
- chore(deps): update actions/checkout digest to
cbb7224by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/482 - chore(deps): update dependency io_bazel_stardoc to v0.7.2 by @cgrindel-self-hosted-renovate in https://github.com/cgrindel/bazel-starlib/pull/484
Full Changelog: https://github.com/cgrindel/bazel-starlib/compare/v0.21.0...v0.22.0
Bazel Module Snippet
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.22.0")
Workspace Snippet
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "4511eb49dfec9a8e796de79a7af051e062ef07795d4f8939a42553742d7520fe",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.22.0/bazel-starlib.v0.22.0.tar.gz",
],
)
load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This currently fails, needs a Bazel upgrade:
name 'use_repo_rule' is not defined