-
Notifications
You must be signed in to change notification settings - Fork 5
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.22.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cgrindel/bazel-starlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 5 files changed
- 5 contributors
Commits on Jan 2, 2025
-
chore: update README.md for v0.22.0 (#489)
Automated update of `README.md` for release v0.22.0 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 - View commit details
-
Copy full SHA for 0211a46 - Browse repository at this point
Copy the full SHA 0211a46View commit details
Commits on Jan 10, 2025
-
chore(deps): update dependency buildifier_prebuilt to v8 (#490)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [buildifier_prebuilt](https://redirect.github.com/keith/buildifier-prebuilt) | http_archive | major | `6.4.0` -> `8.0.0` | --- ### Release Notes <details> <summary>keith/buildifier-prebuilt (buildifier_prebuilt)</summary> ### [`v8.0.0`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/8.0.0) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/7.3.1...8.0.0) #### What's Changed - Update README.md for 7.3.1 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/97](https://redirect.github.com/keith/buildifier-prebuilt/pull/97) - Allow specifying the version of buildtools in bzlmod by [@​hunshcn](https://redirect.github.com/hunshcn) in [https://github.com/keith/buildifier-prebuilt/pull/87](https://redirect.github.com/keith/buildifier-prebuilt/pull/87) - Update to 8.0.0 by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/100](https://redirect.github.com/keith/buildifier-prebuilt/pull/100) #### New Contributors - [@​hunshcn](https://redirect.github.com/hunshcn) made their first contribution in [https://github.com/keith/buildifier-prebuilt/pull/87](https://redirect.github.com/keith/buildifier-prebuilt/pull/87) **Full Changelog**: keith/buildifier-prebuilt@7.3.1...8.0.0 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "8.0.0", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "e31fe636a5004eb50b7b47ec31c3cea0afd597d14bb1991832aa213038837ecf", strip_prefix = "buildifier-prebuilt-8.0.0", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/8.0.0.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` ### [`v7.3.1`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/7.3.1) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/7.1.2...7.3.1) #### What's Changed - Update README.md for 7.1.2 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/94](https://redirect.github.com/keith/buildifier-prebuilt/pull/94) - Update bcr presubmit template by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/95](https://redirect.github.com/keith/buildifier-prebuilt/pull/95) - Update to 7.3.1 by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/96](https://redirect.github.com/keith/buildifier-prebuilt/pull/96) **Full Changelog**: keith/buildifier-prebuilt@7.1.2...7.3.1 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc", strip_prefix = "buildifier-prebuilt-7.3.1", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/7.3.1.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` ### [`v7.1.2`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/7.1.2) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/6.4.0...7.1.2) #### What's Changed - Update README.md for 6.4.0 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/84](https://redirect.github.com/keith/buildifier-prebuilt/pull/84) - \[CI] Fix macOS machines by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/92](https://redirect.github.com/keith/buildifier-prebuilt/pull/92) - Update buildifier to 7.1.2 by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/93](https://redirect.github.com/keith/buildifier-prebuilt/pull/93) **Full Changelog**: keith/buildifier-prebuilt@6.4.0...7.1.2 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "7.1.2", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "481f220bee90024f4e63d3e516a5e708df9cd736170543ceab334064fa773f41", strip_prefix = "buildifier-prebuilt-7.1.2", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/7.1.2.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​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 - View commit details
-
Copy full SHA for ec4e228 - Browse repository at this point
Copy the full SHA ec4e228View commit details
Commits on Jan 16, 2025
-
Provide a helpful message what to do if diff fails (#487)
When using `updatesrc_diff_and_update` there will be a corresponding `update` target which should be run if the files differ. --------- Co-authored-by: Chuck Grindel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ad2f8b - Browse repository at this point
Copy the full SHA 1ad2f8bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.22.0...v0.23.0