Skip to content

Commit

Permalink
chore(deps): update dependency buildifier_prebuilt to v8.0.1 (#496)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[buildifier_prebuilt](https://redirect.github.com/keith/buildifier-prebuilt)
| http_archive | patch | `8.0.0` -> `8.0.1` |

---

### Release Notes

<details>
<summary>keith/buildifier-prebuilt (buildifier_prebuilt)</summary>

###
[`v8.0.1`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/8.0.1)

[Compare
Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/8.0.0...8.0.1)

#### What's Changed

- Update README.md for 8.0.0 by
[@&#8203;buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases)
in
[https://github.com/keith/buildifier-prebuilt/pull/101](https://redirect.github.com/keith/buildifier-prebuilt/pull/101)
- Update to 8.0.1 by [@&#8203;keith](https://redirect.github.com/keith)
in
[https://github.com/keith/buildifier-prebuilt/pull/102](https://redirect.github.com/keith/buildifier-prebuilt/pull/102)

**Full Changelog**:
keith/buildifier-prebuilt@8.0.0...8.0.1

#### Bazel Module Snippet

```python
bazel_dep(
    name = "buildifier_prebuilt",
    version = "8.0.1",
    dev_dependency = True,
)
```

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "5dbf72e4f93917edfb91f53958d6289736adb845b2b89dbfb9bfc199a492030c",
    strip_prefix = "buildifier-prebuilt-8.0.1",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.0.1.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>
  • Loading branch information
1 parent 0cf0ce8 commit 8cbe2a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ def _prebuilt_buildtools_dependencies():
maybe(
http_archive,
name = "buildifier_prebuilt",
sha256 = "e31fe636a5004eb50b7b47ec31c3cea0afd597d14bb1991832aa213038837ecf",
strip_prefix = "buildifier-prebuilt-8.0.0",
sha256 = "5dbf72e4f93917edfb91f53958d6289736adb845b2b89dbfb9bfc199a492030c",
strip_prefix = "buildifier-prebuilt-8.0.1",
urls = [
"http://github.com/keith/buildifier-prebuilt/archive/8.0.0.tar.gz",
"http://github.com/keith/buildifier-prebuilt/archive/8.0.1.tar.gz",
],
)

Expand Down

0 comments on commit 8cbe2a4

Please sign in to comment.