Skip to content

chore(deps): update dependency buildifier_prebuilt to v6.3.3#340

Merged
cgrindel-self-hosted-renovate[bot] merged 1 commit intomainfrom
github-renovate/buildifier_prebuilt-6.x
Aug 25, 2023
Merged

chore(deps): update dependency buildifier_prebuilt to v6.3.3#340
cgrindel-self-hosted-renovate[bot] merged 1 commit intomainfrom
github-renovate/buildifier_prebuilt-6.x

Conversation

@cgrindel-self-hosted-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt http_archive minor 6.1.2 -> 6.3.3

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt)

v6.3.3

Compare Source

What's Changed

Full Changelog: keith/buildifier-prebuilt@6.1.2.2...6.3.3

Bazel Module Snippet

bazel_dep(
    name = "buildifier_prebuilt",
    version = "6.3.3",
    dev_dependency = True,
)

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875",
    strip_prefix = "buildifier-prebuilt-6.3.3",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/6.3.3.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()

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 if that's undesired.


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

This PR has been generated by Renovate Bot.

@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot enabled auto-merge (squash) August 25, 2023 21:07
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot merged commit 5ccd331 into main Aug 25, 2023
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot deleted the github-renovate/buildifier_prebuilt-6.x branch August 25, 2023 21:24
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/github_snippets Aug 30, 2023
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

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

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

#### What's Changed

- chore: add `MODULE.bazel.lock` files by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/332](https://togithub.com/cgrindel/bazel-starlib/pull/332)
- chore: update README.md for v0.16.2 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/331](https://togithub.com/cgrindel/bazel-starlib/pull/331)
- chore: remove update-repos and clean up WORKSPACE by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/335](https://togithub.com/cgrindel/bazel-starlib/pull/335)
- fix: failing tidy_all test failure in CI by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/336](https://togithub.com/cgrindel/bazel-starlib/pull/336)
- chore(deps): update dependency bazel to v6.3.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/337](https://togithub.com/cgrindel/bazel-starlib/pull/337)
- chore(deps): update dependency io_bazel_stardoc to v0.6.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/338](https://togithub.com/cgrindel/bazel-starlib/pull/338)
- chore: remove bazelisk install from Renovate post upgrade commands by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/339](https://togithub.com/cgrindel/bazel-starlib/pull/339)
- chore(deps): update dependency buildifier_prebuilt to v6.3.3 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/340](https://togithub.com/cgrindel/bazel-starlib/pull/340)
- chore: fork eklanin/github-markdown-toc.go with HTML parsing updates
by [@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/342](https://togithub.com/cgrindel/bazel-starlib/pull/342)

**Full Changelog**:
cgrindel/bazel-starlib@v0.16.2...v0.17.0

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.17.0")
```

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "a8d25340956b429b56302d3fd702bb3df8b3a67db248dd32b3084891ad497964",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.17.0/bazel-starlib.v0.17.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43NC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/rules_swiftformat Aug 30, 2023
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

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

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

#### What's Changed

- chore: add `MODULE.bazel.lock` files by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/332](https://togithub.com/cgrindel/bazel-starlib/pull/332)
- chore: update README.md for v0.16.2 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/331](https://togithub.com/cgrindel/bazel-starlib/pull/331)
- chore: remove update-repos and clean up WORKSPACE by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/335](https://togithub.com/cgrindel/bazel-starlib/pull/335)
- fix: failing tidy_all test failure in CI by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/336](https://togithub.com/cgrindel/bazel-starlib/pull/336)
- chore(deps): update dependency bazel to v6.3.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/337](https://togithub.com/cgrindel/bazel-starlib/pull/337)
- chore(deps): update dependency io_bazel_stardoc to v0.6.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/338](https://togithub.com/cgrindel/bazel-starlib/pull/338)
- chore: remove bazelisk install from Renovate post upgrade commands by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/339](https://togithub.com/cgrindel/bazel-starlib/pull/339)
- chore(deps): update dependency buildifier_prebuilt to v6.3.3 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/340](https://togithub.com/cgrindel/bazel-starlib/pull/340)
- chore: fork eklanin/github-markdown-toc.go with HTML parsing updates
by [@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/342](https://togithub.com/cgrindel/bazel-starlib/pull/342)

**Full Changelog**:
cgrindel/bazel-starlib@v0.16.2...v0.17.0

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.17.0")
```

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "a8d25340956b429b56302d3fd702bb3df8b3a67db248dd32b3084891ad497964",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.17.0/bazel-starlib.v0.17.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43NC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/rules_swift_package_manager Sep 1, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | `0.16.2` -> `0.17.0` |
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.16.2` -> `v0.17.0` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

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

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

#### What's Changed

- chore: add `MODULE.bazel.lock` files by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/332](https://togithub.com/cgrindel/bazel-starlib/pull/332)
- chore: update README.md for v0.16.2 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/331](https://togithub.com/cgrindel/bazel-starlib/pull/331)
- chore: remove update-repos and clean up WORKSPACE by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/335](https://togithub.com/cgrindel/bazel-starlib/pull/335)
- fix: failing tidy_all test failure in CI by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/336](https://togithub.com/cgrindel/bazel-starlib/pull/336)
- chore(deps): update dependency bazel to v6.3.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/337](https://togithub.com/cgrindel/bazel-starlib/pull/337)
- chore(deps): update dependency io_bazel_stardoc to v0.6.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/338](https://togithub.com/cgrindel/bazel-starlib/pull/338)
- chore: remove bazelisk install from Renovate post upgrade commands by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/339](https://togithub.com/cgrindel/bazel-starlib/pull/339)
- chore(deps): update dependency buildifier_prebuilt to v6.3.3 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/340](https://togithub.com/cgrindel/bazel-starlib/pull/340)
- chore: fork eklanin/github-markdown-toc.go with HTML parsing updates
by [@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/342](https://togithub.com/cgrindel/bazel-starlib/pull/342)

**Full Changelog**:
cgrindel/bazel-starlib@v0.16.2...v0.17.0

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.17.0")
```

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "a8d25340956b429b56302d3fd702bb3df8b3a67db248dd32b3084891ad497964",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.17.0/bazel-starlib.v0.17.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43NC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
Co-authored-by: Chuck Grindel <chuck.grindel@gmail.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.

0 participants