)]}'
{
  "commit": "5b3ab58d78ebda1ec8653da5b0ba7c4f0f0ac960",
  "tree": "bd4f29432d16c9d88abe297c31fe84d920def1e7",
  "parents": [
    "468debf8dce6a2403e66dd4a7cad9ecc31d2e69c"
  ],
  "author": {
    "name": "renovate[bot]",
    "email": "29139614+renovate[bot]@users.noreply.github.com",
    "time": "Thu Apr 25 19:35:57 2024 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Apr 25 19:35:57 2024 +0200"
  },
  "message": "chore(deps): update dependency bazel_skylib to v1.6.1 (#55)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| bazel_skylib | bazel_dep | minor | `1.5.0` -\u003e `1.6.1` |\r\n| [bazel_skylib](https://togithub.com/bazelbuild/bazel-skylib) |\r\nhttp_archive | minor | `1.5.0` -\u003e `1.6.1` |\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003ebazelbuild/bazel-skylib (bazel_skylib)\u003c/summary\u003e\r\n\r\n###\r\n[`v1.6.1`](https://togithub.com/bazelbuild/bazel-skylib/compare/1.6.0...1.6.1)\r\n\r\n[Compare\r\nSource](https://togithub.com/bazelbuild/bazel-skylib/compare/1.6.0...1.6.1)\r\n\r\n###\r\n[`v1.6.0`](https://togithub.com/bazelbuild/bazel-skylib/releases/tag/1.6.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/bazelbuild/bazel-skylib/compare/1.5.0...1.6.0)\r\n\r\nRelease 1.6.0\r\n\r\n#### What\u0027s Changed\r\n\r\n- Add helper functions for module extensions as `modules` by\r\n[@\u0026#8203;fmeum](https://togithub.com/fmeum) in\r\n[https://github.com/bazelbuild/bazel-skylib/pull/457](https://togithub.com/bazelbuild/bazel-skylib/pull/457)\r\n- Make `out` on `native_binary` optional by\r\n[@\u0026#8203;tpudlik](https://togithub.com/tpudlik) in\r\n[https://github.com/bazelbuild/bazel-skylib/pull/474](https://togithub.com/bazelbuild/bazel-skylib/pull/474)\r\n- Remove outdated rules_cc dependency\r\n[@\u0026#8203;cpsauer](https://togithub.com/cpsauer) in\r\n[https://github.com/bazelbuild/bazel-skylib/pull/476](https://togithub.com/bazelbuild/bazel-skylib/pull/476)\r\n- Add toolchains argument to unittests.make by\r\n[@\u0026#8203;jylinv0](https://togithub.com/jylinv0) in\r\n[https://github.com/bazelbuild/bazel-skylib/pull/483](https://togithub.com/bazelbuild/bazel-skylib/pull/483)\r\n- Allow `bzl_library` to depend on non-`bzl_library` targets by\r\n[@\u0026#8203;Wyverald](https://togithub.com/Wyverald) in\r\n[https://github.com/bazelbuild/bazel-skylib/pull/495](https://togithub.com/bazelbuild/bazel-skylib/pull/495)\r\n\r\n#### New Contributors\r\n\r\n- [@\u0026#8203;jylinv0](https://togithub.com/jylinv0) made their first\r\ncontribution in\r\n[https://github.com/bazelbuild/bazel-skylib/pull/483](https://togithub.com/bazelbuild/bazel-skylib/pull/483)\r\n- [@\u0026#8203;tpudlik](https://togithub.com/tpudlik) made their first\r\ncontribution in\r\n[https://github.com/bazelbuild/bazel-skylib/pull/474](https://togithub.com/bazelbuild/bazel-skylib/pull/474)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/bazelbuild/bazel-skylib/compare/1.5.0...1.6.0\r\n\r\n\u003c!--## MODULE.bazel setup\r\n\r\n```starlark\r\nbazel_dep(name \u003d \"bazel_skylib\", version \u003d \"1.6.0\")\r\n\r\n### If the Gazelle plugin is needed:\r\nbazel_dep(name \u003d \"bazel_skylib_gazelle_plugin\", version \u003d \"1.6.0\", dev_dependency \u003d True)\r\n```--\u003e\r\n\r\n#### WORKSPACE setup\r\n\r\nload(\"@\u0026#8203;bazel_tools//tools/build_defs/repo:http.bzl\",\r\n\"http_archive\")\r\n\r\n    http_archive(\r\n        name \u003d \"bazel_skylib\",\r\nsha256 \u003d\r\n\"41449d7c7372d2e270e8504dfab09ee974325b0b40fdd98172c7fbe257b8bcc9\"\r\n        urls \u003d [\r\n\r\n\"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.0/bazel-skylib-1.6.0.tar.gz\",\r\n\r\n\"https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.0/bazel-skylib-1.6.0.tar.gz\",\r\n        ],\r\n    )\r\n\r\nload(\"@\u0026#8203;bazel_skylib//:workspace.bzl\", \"bazel_skylib_workspace\")\r\n\r\n    bazel_skylib_workspace()\r\n\r\n***Additional WORKSPACE setup for the Gazelle plugin***\r\n\r\n```starlark\r\nhttp_archive(\r\n    name \u003d \"bazel_skylib_gazelle_plugin\",\r\n    sha256 \u003d \"8700f9204f3b0a32851cdf56c63b8d8d4fcf93b96707c590d1de8d84cf07ee7d\",\r\n    urls \u003d [\r\n        \"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.0/bazel-skylib-gazelle-plugin-1.6.0.tar.gz\",\r\n        \"https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.0/bazel-skylib-gazelle-plugin-1.6.0.tar.gz\",\r\n    ],\r\n)\r\n\r\nload(\"@\u0026#8203;bazel_skylib_gazelle_plugin//:workspace.bzl\", \"bazel_skylib_gazelle_plugin_workspace\")\r\n\r\nbazel_skylib_gazelle_plugin_workspace()\r\n\r\nload(\"@\u0026#8203;bazel_skylib_gazelle_plugin//:setup.bzl\", \"bazel_skylib_gazelle_plugin_setup\")\r\n\r\nbazel_skylib_gazelle_plugin_setup()\r\n```\r\n\r\n**Using the rules**\r\n\r\nSee [the\r\nsource](https://togithub.com/bazelbuild/bazel-skylib/tree/1.6.0).\r\n\r\n\u003c/details\u003e\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won\u0027t be reminded about these\r\nupdates again.\r\n\r\n---\r\n\r\n- [ ] \u003c!-- rebase-check --\u003eIf you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/bazel-contrib/bazel_features).\r\n\r\n\u003c!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--\u003e\r\n\r\nCo-authored-by: renovate[bot] \u003c29139614+renovate[bot]@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e34cddc3bb795a27767a95bf04a0ac7bed95ccc0",
      "old_mode": 33188,
      "old_path": "MODULE.bazel",
      "new_id": "11a87b5830e66692bd94de1a32e364163659558a",
      "new_mode": 33188,
      "new_path": "MODULE.bazel"
    },
    {
      "type": "modify",
      "old_id": "a163bb9477baf239b77ee4b5074d10bfea726dc7",
      "old_mode": 33188,
      "old_path": "deps.bzl",
      "new_id": "76d85557b192265ee55fccfe0cd4ef9671d159b3",
      "new_mode": 33188,
      "new_path": "deps.bzl"
    }
  ]
}
