Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency buildifier_prebuilt to v5 #159

Merged
merged 3 commits into from
Nov 4, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt http_archive major 0.3.2 -> 5.1.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cgrindel cgrindel force-pushed the renovate/buildifier_prebuilt-5.x branch from a2a0b48 to d810bfa Compare November 4, 2022 20:51
@cgrindel cgrindel enabled auto-merge (squash) November 4, 2022 20:52
@cgrindel cgrindel merged commit 44dfcc1 into main Nov 4, 2022
@cgrindel cgrindel deleted the renovate/buildifier_prebuilt-5.x branch November 4, 2022 22:02
renovate bot added a commit to cgrindel/github_snippets that referenced this pull request Nov 10, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.7.1` -> `v0.8.0` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib</summary>

###
[`v0.8.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.8.0)

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.7.1...v0.8.0)

#### What's Changed

- Update README.md for v0.7.1 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[cgrindel/bazel-starlib#145
- Configure Renovate by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#146
- feat: point to Renovate preset for org by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#158
- chore(deps): update actions/checkout action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#157
- chore(deps): update dependency bazel_skylib to v1.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#151
- chore(deps): update dependency buildifier_prebuilt to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#159
- chore(deps): update dependency bazel to v5.3.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#148
- chore(deps): update dependency com_github_bazelbuild_buildtools to
v5.1.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#153
- chore(deps): update dependency com_google_protobuf to v3.21.9 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#154
- chore(deps): update dependency contrib_rules_bazel_integration_test to
v0.8.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#155
- chore(deps): update dependency io_bazel_rules_go to v0.35.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#156
- chore(deps): update dependency io_bazel_stardoc to v0.5.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#147
- fix: `markdown/tools:update_markdown_toc` by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#162
- chore(deps): update dependency bazel_gazelle to v0.28.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#150
- chore: remove markdown link checking and dependency on rules_nodejs by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#164
- chore: add Skylib `bzl` gazelle plugin by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#165
- feat: support running `execute_binary` in the workspace directory by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#166

#### New Contributors

- [@&#8203;renovate](https://togithub.com/renovate) made their first
contribution in
[cgrindel/bazel-starlib#146

**Full Changelog**:
cgrindel/bazel-starlib@v0.7.1...v0.8.0

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "3a3b3a5e9b0f63e8a9a193a66bc588c1f2fb2873562be68f2026adb815eea06f",
    strip_prefix = "bazel-starlib-0.8.0",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.8.0.tar.gz",
    ],
)

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

</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.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cgrindel/github_snippets).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant