Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cgrindel/bazel-starlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.2
Choose a base ref
...
head repository: cgrindel/bazel-starlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 12, 2025

  1. chore: update README.md for v0.25.2 (#512)

    Automated update of `README.md` for release v0.25.2
    
    This pull request was created by
    [cgrindel/gha_create_release](https://github.com/cgrindel/gha_create_release).
    
    Co-authored-by: cgrindel <[email protected]>
    Configuration menu
    Copy the full SHA
    6f9d3c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. chore(deps): update dependency buildifier_prebuilt to v8.0.3 (#513)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [buildifier_prebuilt](https://redirect.github.com/keith/buildifier-prebuilt)
    | http_archive | patch | `8.0.1` -> `8.0.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>keith/buildifier-prebuilt (buildifier_prebuilt)</summary>
    
    ###
    [`v8.0.3`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/8.0.3)
    
    [Compare
    Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/8.0.1...8.0.3)
    
    #### What's Changed
    
    - Update README.md for 8.0.1 by
    [@&#8203;buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases)
    in
    [https://github.com/keith/buildifier-prebuilt/pull/103](https://redirect.github.com/keith/buildifier-prebuilt/pull/103)
    - Update CI to ubuntu-latest by
    [@&#8203;keith](https://redirect.github.com/keith) in
    [https://github.com/keith/buildifier-prebuilt/pull/108](https://redirect.github.com/keith/buildifier-prebuilt/pull/108)
    - Add rules_shell, format some files by
    [@&#8203;keith](https://redirect.github.com/keith) in
    [https://github.com/keith/buildifier-prebuilt/pull/111](https://redirect.github.com/keith/buildifier-prebuilt/pull/111)
    - Update to 8.0.3 by [@&#8203;keith](https://redirect.github.com/keith)
    in
    [https://github.com/keith/buildifier-prebuilt/pull/110](https://redirect.github.com/keith/buildifier-prebuilt/pull/110)
    
    **Full Changelog**:
    keith/buildifier-prebuilt@8.0.1...8.0.3
    
    #### Bazel Module Snippet
    
    ```python
    bazel_dep(
        name = "buildifier_prebuilt",
        version = "8.0.3",
        dev_dependency = True,
    )
    ```
    
    #### Workspace Snippet
    
    ```python
    load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
    
    http_archive(
        name = "buildifier_prebuilt",
        sha256 = "bf9101bd5d657046674167986a18d44c5612e417194dc55aff8ca174344de031",
        strip_prefix = "buildifier-prebuilt-8.0.3",
        urls = [
            "http://github.com/keith/buildifier-prebuilt/archive/8.0.3.tar.gz",
        ],
    )
    
    load("@&#8203;buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")
    
    buildifier_prebuilt_deps()
    
    load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
    
    bazel_skylib_workspace()
    
    load("@&#8203;buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")
    
    buildifier_prebuilt_register_toolchains()
    ```
    
    </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://redirect.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://redirect.github.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b6e4d5f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Configuration menu
    Copy the full SHA
    88504d1 View commit details
    Browse the repository at this point in the history
Loading