{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":422978599,"defaultBranch":"main","name":"bazel-starlib","ownerLogin":"cgrindel","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-10-30T19:59:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/159968?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718908126.0","currentOid":""},"activityList":{"items":[{"before":"b4416d93c379f67dd293bebd6d875192f88fd5a5","after":"2b4521a5d1456adafa9641e45215d7c52891880e","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-20T21:04:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":"b69b80099efe01971078ef791219546afea1f6fc","after":null,"ref":"refs/heads/github-renovate/io_bazel_stardoc-0.x","pushedAt":"2024-06-20T18:28:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}},{"before":"ffb0cb8b52ae940216f2af09d98221fccb244504","after":"6e648c3637d0a170c3107828e5272de86e760083","ref":"refs/heads/main","pushedAt":"2024-06-20T18:28:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency io_bazel_stardoc to v0.7.0 (#441)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [io_bazel_stardoc](https://togithub.com/bazelbuild/stardoc) |\nhttp_archive | minor | `0.6.2` -> `0.7.0` |\n\n---\n\n### Release Notes\n\n
\nbazelbuild/stardoc (io_bazel_stardoc)\n\n###\n[`v0.7.0`](https://togithub.com/bazelbuild/stardoc/blob/HEAD/CHANGELOG.md#Release-070)\n\n[Compare\nSource](https://togithub.com/bazelbuild/stardoc/compare/0.6.2...0.7.0)\n\nThis release requires Bazel 7 or newer.\n\nBy default - when using Bzlmod for dependency management - Stardoc now\nuses\n`@stardoc` as its repo name.\n\nFor compatibility with the legacy WORKSPACE-based setup (which used\n`@io_bazel_stardoc` as the repo name) and ease of migration, you may\nload\nStardoc via\n\n```bzl\nbazel_dep(name = \"stardoc\", repo_name = \"io_bazel_stardoc\", ...)\n```\n\nin your `MODULE.bazel` file.\n\n**New Features**\n\n- Add support for a table of contents template\n([#​203](https://togithub.com/bazelbuild/stardoc/issues/203)).\nThis is disabled by\ndefault, but Stardoc comes with an example template that you can use. To\n enable, set `table_of_contents_template`, for example:\n ```bzl\n stardoc(\n ...,\ntable_of_contents_template =\n\"@​stardoc//stardoc:templates/markdown_tables/table_of_contents.vm\",\n )\n ```\n- Add support for a footer template\n([#​206](https://togithub.com/bazelbuild/stardoc/issues/206)).\nThis is disabled by default; to\nenable, set `footer_template` to a .vm file, which you will need to\nprovide.\n- Add support for providing stamping to Stardoc templates\n([#​205](https://togithub.com/bazelbuild/stardoc/issues/205)). To\nuse,\n use `$util.formatBuildTimestamp` and `$stamping` in a template file\n(`footer_template` - see above - is recommended for this); for example:\n ```vm\nBuilt on `$util.formatBuildTimestamp($stamping.volatile.BUILD_TIMESTAMP,\n\"UTC\", \"yyyy-MM-dd HH:mm\")`\n ```\n- Render documentation for provider `init` callbacks\n([#​224](https://togithub.com/bazelbuild/stardoc/issues/224))\n- Properly render `*args`, `*`, and `**kwargs` in summaries\n([#​231](https://togithub.com/bazelbuild/stardoc/issues/231)).\nThis requires\nBazel 8 (prerelease\n[`2024060`](https://togithub.com/bazelbuild/stardoc/commit/20240603) or\nnewer).\n- Include `load` statement in summaries\n([#​216](https://togithub.com/bazelbuild/stardoc/issues/216))\n\n**Incompatible Changes**\n\n- The legacy extractor has been removed\n([#​212](https://togithub.com/bazelbuild/stardoc/issues/212)).\nStardoc always uses the\n`starlark_doc_extract`-based extractor. The `stardoc`, `semantic_flags`,\nand\n`use_starlark_doc_extract` arguments to `stardoc()` macro have been\nremoved.\n- Stardoc uses Bzlmod by default for dependency management\n([#​213](https://togithub.com/bazelbuild/stardoc/issues/213)).\nThis means\n that by default, Stardoc now uses `@stardoc` as its repo name.\n\n**Contributors**\n\nAlex Humesky, Alexandre Rostovtsev, Fabian Meumertzheim, Grzegorz\nLukasik,\nXùdōng Yáng, Yun Peng\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>","shortMessageHtmlLink":"chore(deps): update dependency io_bazel_stardoc to v0.7.0 (#441)"}},{"before":null,"after":"b69b80099efe01971078ef791219546afea1f6fc","ref":"refs/heads/github-renovate/io_bazel_stardoc-0.x","pushedAt":"2024-06-20T18:05:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency io_bazel_stardoc to v0.7.0","shortMessageHtmlLink":"chore(deps): update dependency io_bazel_stardoc to v0.7.0"}},{"before":"add1dae2275cee8b275a20ffd713db48f6396f32","after":"b4416d93c379f67dd293bebd6d875192f88fd5a5","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-20T00:07:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":"71f9efd2c57513375540f7fa1b6ad75b6730691d","after":null,"ref":"refs/heads/github-renovate/io_bazel_rules_go-0.x","pushedAt":"2024-06-19T21:18:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}},{"before":"be5439301096b91b21105fd4b3b788db3c279b1b","after":"ffb0cb8b52ae940216f2af09d98221fccb244504","ref":"refs/heads/main","pushedAt":"2024-06-19T21:18:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency io_bazel_rules_go to v0.48.1 (#440)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [io_bazel_rules_go](https://togithub.com/bazelbuild/rules_go) |\nhttp_archive | patch | `v0.48.0` -> `v0.48.1` |\n\n---\n\n### Release Notes\n\n
\nbazelbuild/rules_go (io_bazel_rules_go)\n\n###\n[`v0.48.1`](https://togithub.com/bazelbuild/rules_go/releases/tag/v0.48.1)\n\n[Compare\nSource](https://togithub.com/bazelbuild/rules_go/compare/v0.48.0...v0.48.1)\n\n#### `WORKSPACE` code\n\nload(\"@​bazel_tools//tools/build_defs/repo:http.bzl\",\n\"http_archive\")\n\n http_archive(\n name = \"io_bazel_rules_go\",\nsha256 =\n\"b2038e2de2cace18f032249cb4bb0048abf583a36369fa98f687af1b3f880b26\",\n urls = [\n\n\"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip\",\n\n\"https://github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip\",\n ],\n )\n\nload(\"@​io_bazel_rules_go//go:deps.bzl\", \"go_register_toolchains\",\n\"go_rules_dependencies\")\n\n go_rules_dependencies()\n\n go_register_toolchains(version = \"1.22.4\")\n\n**Full Changelog**:\nhttps://github.com/bazelbuild/rules_go/compare/v0.48.0...v0.48.1\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>","shortMessageHtmlLink":"chore(deps): update dependency io_bazel_rules_go to v0.48.1 (#440)"}},{"before":null,"after":"71f9efd2c57513375540f7fa1b6ad75b6730691d","ref":"refs/heads/github-renovate/io_bazel_rules_go-0.x","pushedAt":"2024-06-19T21:04:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency io_bazel_rules_go to v0.48.1","shortMessageHtmlLink":"chore(deps): update dependency io_bazel_rules_go to v0.48.1"}},{"before":"1b6e9c056b83edfb6f6a26d8e9942ae5e495c4d3","after":"add1dae2275cee8b275a20ffd713db48f6396f32","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-13T21:04:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":"b79b6b24a48b47f11207d6646a77584c01037e08","after":null,"ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-13T18:15:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}},{"before":"8356aacb71b0e1a877fc498be03eb7e62de7fa3c","after":"be5439301096b91b21105fd4b3b788db3c279b1b","ref":"refs/heads/main","pushedAt":"2024-06-13T18:15:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to 692973e (#439)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\ndigest | `a5ac7e5` -> `692973e` |\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to 692973e (#439)"}},{"before":null,"after":"b79b6b24a48b47f11207d6646a77584c01037e08","ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-13T18:04:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to 692973e","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to 692973e"}},{"before":"f41a1f8382ab44c9bb0c77cbec9d910cd47a64cc","after":"1b6e9c056b83edfb6f6a26d8e9942ae5e495c4d3","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-13T00:08:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":"47cffae71f0bcd0675de66915d04ab2033bec4b5","after":null,"ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-12T21:14:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}},{"before":"d7f03df41ead59b216de381f25193b2bfc0cb59f","after":"8356aacb71b0e1a877fc498be03eb7e62de7fa3c","ref":"refs/heads/main","pushedAt":"2024-06-12T21:14:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to 692973e (#438)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| actions/checkout | action | digest | `6ccd57f` -> `692973e` |\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to 692973e (#438)"}},{"before":"015bc3bf15091b88caf3b444f26961d2c223999d","after":"f41a1f8382ab44c9bb0c77cbec9d910cd47a64cc","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-12T21:04:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":null,"after":"47cffae71f0bcd0675de66915d04ab2033bec4b5","ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-12T21:04:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to 692973e","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to 692973e"}},{"before":"60153db2e7bfc3109d50be5fa20ad4fa8b02966d","after":null,"ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-12T18:43:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}},{"before":"d92cf26e17146a66c52e07ddf3e865a223a739e8","after":"d7f03df41ead59b216de381f25193b2bfc0cb59f","ref":"refs/heads/main","pushedAt":"2024-06-12T18:43:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to 6ccd57f (#437)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| actions/checkout | action | digest | `b17fe1e` -> `6ccd57f` |\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to 6ccd57f (#437)"}},{"before":"32d6cbe0aeb87a4cc98c8c8c6f4b9f7b47db02a6","after":"015bc3bf15091b88caf3b444f26961d2c223999d","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-12T18:05:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":null,"after":"60153db2e7bfc3109d50be5fa20ad4fa8b02966d","ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-12T18:05:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to 6ccd57f","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to 6ccd57f"}},{"before":"e462782d2332dbe368f6c5512132d0a2bdf9da0b","after":null,"ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-12T15:26:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}},{"before":"8e7c590d9638aa8ea44533fa8377b31cea0fe3a8","after":"d92cf26e17146a66c52e07ddf3e865a223a739e8","ref":"refs/heads/main","pushedAt":"2024-06-12T15:26:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to b17fe1e (#436)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| actions/checkout | action | digest | `b80ff79` -> `b17fe1e` |\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to b17fe1e (#436)"}},{"before":null,"after":"e462782d2332dbe368f6c5512132d0a2bdf9da0b","ref":"refs/heads/github-renovate/actions-checkout-digest","pushedAt":"2024-06-12T15:04:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update actions/checkout digest to b17fe1e","shortMessageHtmlLink":"chore(deps): update actions/checkout digest to b17fe1e"}},{"before":"517bf02b2280fa1378fef55f84ddde5217baef2f","after":"32d6cbe0aeb87a4cc98c8c8c6f4b9f7b47db02a6","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-10T18:05:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":"f81df85cef1307d75540973a7ab5d4de4016ae80","after":null,"ref":"refs/heads/github-renovate/bazel-7.x","pushedAt":"2024-06-10T15:25:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}},{"before":"5db634316a6ab2a3b6719cbf7ee50dd5011da432","after":"8e7c590d9638aa8ea44533fa8377b31cea0fe3a8","ref":"refs/heads/main","pushedAt":"2024-06-10T15:25:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel to v7.2.0 (#435)\n\nThis PR contains the following updates:\n\n| Package | Update | Change |\n|---|---|---|\n| [bazel](https://togithub.com/bazelbuild/bazel) | minor | `7.1.2` ->\n`7.2.0` |\n\n---\n\n### Release Notes\n\n
\nbazelbuild/bazel (bazel)\n\n### [`v7.2.0`](https://togithub.com/bazelbuild/bazel/releases/tag/7.2.0)\n\n[Compare\nSource](https://togithub.com/bazelbuild/bazel/compare/7.1.2...7.2.0)\n\n> \\[!NOTE]\n> If you are looking for [rolling\nreleases](https://bazel.build/release#rolling-releases), please visit\n[this page](https://bazel.build/release/rolling).\n\n### Release 7.2.0 (2024-06-10)\n\nBazel 7.2.0 is a minor LTS release. It is fully backward compatible with\nBazel 7.0 and contains selected changes by the Bazel community and\nGoogle engineers.\n\n#### C++ / Objective-C\n\n- The default Unix C++ toolchain now supports the `parse_headers`\nfeature to validate header files with\n`--process_headers_in_dependencies`.\n([#​22369](https://togithub.com/bazelbuild/bazel/pull/22369))\n\n#### CLI\n\n- Bazel on Linux and BSD now respects the XDG_CACHE_HOME environment\nvariable instead of assuming that ~/.cache/bazel is writable.\n([#​21817](https://togithub.com/bazelbuild/bazel/pull/21817))\n\n#### Configurability\n\n- aquery: `//foo:bar` now means \"all configured targets with label\n`//foo:bar`\" instead of \"choose an arbitrary configured target with\nlabel `//foo:bar`\". This is in line with cquery behavior.\n([#​22135](https://togithub.com/bazelbuild/bazel/pull/22135))\n- Starlark command-line flags can now be referred to through `alias`\ntargets.\n([#​22212](https://togithub.com/bazelbuild/bazel/pull/22212))\n\n#### External Deps\n\n- Added a new flag `--incompatible_disable_native_repo_rules` to disable\nnative repo rule usage in WORKSPACE. All native repo rules now have a\nStarlark counterpart that can be used in both WORKSPACE and Bzlmod; see\n[#​22080](https://togithub.com/bazelbuild/bazel/issues/22080) for\nmore details.\n([#​22203](https://togithub.com/bazelbuild/bazel/pull/22203))\n- The format for `MODULE.bazel.lock` is now less likely to result in\nmerge conflicts and is updated incrementally, with only new files\ndownloaded from registries and existing ones taken from the repository\ncache (if configured).\n([#​22351](https://togithub.com/bazelbuild/bazel/pull/22351))\n- Added a new `include()` directive to `MODULE.bazel` files, which\nallows the root module file to be divided into multiple segments.\n([#​22204](https://togithub.com/bazelbuild/bazel/pull/22204))\n- Fixed certain deadlocks in repo fetching with worker threads\n(`--experimental_worker_for_repo_fetching=auto`).\n([#​22261](https://togithub.com/bazelbuild/bazel/pull/22261),\n[#​22573](https://togithub.com/bazelbuild/bazel/pull/22573))\n- bzlmod `git_override` now accepts the `strip_prefix` arg and passes it\nto the underlying `git_repository` call.\n([#​22137](https://togithub.com/bazelbuild/bazel/pull/22137))\n- The source.json file in registries now supports the overlay attribute\nin addition to patches. http_archive now has two more attributes,\nremote_file_urls and remote_file_integrity, to support this use case.\n([#​22325](https://togithub.com/bazelbuild/bazel/pull/22325),\n[#​22525](https://togithub.com/bazelbuild/bazel/pull/22525))\n- `print` statements in module files are now only executed for the root\nmodule and modules subject to non-registry overrides (e.g.\n`local_path_override`).\n([#​22263](https://togithub.com/bazelbuild/bazel/pull/22263))\n- The new `refresh` value for `--lockfile_mode` behaves like the\n`update` mode, but additionally forces a refresh of mutable registry\ncontent (yanked versions and missing module versions) when switched to\nor from time to time while enabled.\n([#​22371](https://togithub.com/bazelbuild/bazel/pull/22371))\n- `bazel fetch` now more reliably fetches repos required for a build by\ntriggering the analysis phase.\n([#​21841](https://togithub.com/bazelbuild/bazel/pull/21841))\n- `Label` instances passed to `print` or `fail` as positional arguments\nare now formatted with apparent repository names (optimized for human\nreadability).\n([#​22460](https://togithub.com/bazelbuild/bazel/pull/22460))\n- Changes to environment variables read via `mctx.getenv` now correctly\ninvalidate module extensions.\n([#​22541](https://togithub.com/bazelbuild/bazel/pull/22541))\n- Git merge conflicts in `MODULE.bazel.lock` files can be resolved\nautomatically. See\nhttps://bazel.build/external/lockfile#automatic-resolution for the\nrequired setup.\n([#​22650](https://togithub.com/bazelbuild/bazel/pull/22650))\n\n#### Local Execution\n\n- Paths in the Linux sandbox are now again identical to those outside\nthe sandbox, even with `--incompatible_sandbox_hermetic_tmp`.\n([#​22407](https://togithub.com/bazelbuild/bazel/pull/22407))\n\n#### Remote Execution\n\n- The combined coverage report produced via `--combined_report=lcov` is\nnow announced on the BES via the new `CoverageReport` event.\n([#​22327](https://togithub.com/bazelbuild/bazel/pull/22327))\n- The compact and full execution logs now contain start times for spawns\n(if available).\n([#​22341](https://togithub.com/bazelbuild/bazel/pull/22341))\n- Added a new flag `--incompatible_modify_execution_info_additive`,\nwhich causes the `--modify_execution_info` flag to become additive when\nspecified multiple times.\n([#​22316](https://togithub.com/bazelbuild/bazel/pull/22316))\n- Added new flags `--experimental_remote_output_service` and\n`--experimental_remote_output_service_output_path_prefix` for [remote\noutput service](https://togithub.com/bazelbuild/bazel/discussions/20933)\n\n#### Starlark / Build Language\n\n- Starlark `min` and `max` buitins now allow a `key` callback, similarly\nto `sorted`.\n([#​21960](https://togithub.com/bazelbuild/bazel/pull/21960))\n- `native.package_relative_label` can now be used in rule initializers.\n\nRefer to the [full list of\ncommits](https://togithub.com/bazelbuild/bazel/compare/release-7.1.1...release-7.2.0)\nfor more details.\n\nAcknowledgements:\n\nThis release contains contributions from many people at Google, as well\nas Brentley Jones, Cameron Martin, Daniel Wagner-Hall, Douglas Thor,\nFabian Meumertzheim, George Gensure, Isaac Torres, Keith Smiley, Mark\nElliot, Romain Chossart, Son Luong Ngoc, Spencer Putt, and Thomas\nWeischuh.\n\n*Notice*: Bazel installers contain binaries licensed under the GPLv2\nwith Classpath exception. Those installers should always be\nredistributed along with the source code.\n\nSome versions of Bazel contain a bundled version of OpenJDK. The license\nof the bundled OpenJDK and other open-source components can be displayed\nby running the command `bazel license`. The vendor and version\ninformation of the bundled OpenJDK can be displayed by running the\ncommand `bazel info java-runtime`. The binaries and source-code of the\nbundled OpenJDK can be [downloaded from our mirror\nserver](https://mirror.bazel.build/openjdk/index.html).\n\n*Security*: All our binaries are signed with our [public\nkey](https://bazel.build/bazel-release.pub.gpg)\n[`3D5919B`](https://togithub.com/bazelbuild/bazel/commit/3D5919B448457EE0).\n\n
\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>","shortMessageHtmlLink":"chore(deps): update dependency bazel to v7.2.0 (#435)"}},{"before":null,"after":"f81df85cef1307d75540973a7ab5d4de4016ae80","ref":"refs/heads/github-renovate/bazel-7.x","pushedAt":"2024-06-10T15:04:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel to v7.2.0","shortMessageHtmlLink":"chore(deps): update dependency bazel to v7.2.0"}},{"before":"96d2db7a65db178401427c7a8bbd14c6b058461b","after":"517bf02b2280fa1378fef55f84ddde5217baef2f","ref":"refs/heads/github-renovate/bazel_gazelle-0.x","pushedAt":"2024-06-03T18:05:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"},"commit":{"message":"chore(deps): update dependency bazel_gazelle to v0.37.0","shortMessageHtmlLink":"chore(deps): update dependency bazel_gazelle to v0.37.0"}},{"before":"e070b172a86b0d51e2755287241814a00bb54a9d","after":null,"ref":"refs/heads/github-renovate/bazel_skylib-1.x","pushedAt":"2024-06-03T15:19:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cgrindel-self-hosted-renovate[bot]","name":null,"path":"/apps/cgrindel-self-hosted-renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/159968?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEavxdtQA","startCursor":null,"endCursor":null}},"title":"Activity · cgrindel/bazel-starlib"}