rules_haskell icon indicating copy to clipboard operation
rules_haskell copied to clipboard

Update dependency cgrindel_bazel_starlib to v0.23.0

Open renovate[bot] opened this issue 1 year ago • 2 comments

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
New Contributors

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

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.

renovate[bot] avatar Feb 01 '25 12:02 renovate[bot]

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.

renovate[bot] avatar Feb 02 '25 13:02 renovate[bot]

This currently fails, needs a Bazel upgrade:

name 'use_repo_rule' is not defined

avdv avatar Feb 02 '25 13:02 avdv