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

fix: update lock files for bzltidy test #367

Merged
merged 1 commit into from
Nov 9, 2023
Merged

fix: update lock files for bzltidy test #367

merged 1 commit into from
Nov 9, 2023

Conversation

cgrindel
Copy link
Owner

@cgrindel cgrindel commented Nov 9, 2023

The test is failing because the lock files were not up-to-date.

@cgrindel cgrindel self-assigned this Nov 9, 2023
@cgrindel cgrindel merged commit 46dd1d8 into main Nov 9, 2023
57 checks passed
@cgrindel cgrindel deleted the fix_ci branch November 9, 2023 20:44
cgrindel-self-hosted-renovate bot added a commit to cgrindel/github_snippets that referenced this pull request Dec 19, 2023
This PR contains the following updates:

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

---

### Release Notes

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

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

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

#### What's Changed

- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#363
- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#364
- chore(deps): update dependency bazel_gazelle to v0.34.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#365
- chore: upgrade Bazel to 7.0.0rc3 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#366
- fix: update lock files for `bzltidy` test by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#367
- fix(deps): update github.com/gomarkdown/markdown digest to
[`a660076`](https://togithub.com/cgrindel/bazel-starlib/commit/a660076)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#369
- chore: upgrade Bazel to 7.0.0rc4 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#370
- fix: only run bzltidy tests for a single Bazel version by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#372
- fix: enable CI workflow generation after fixing bzltidy by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#373
- chore(deps): update dependency io_bazel_rules_go to v0.43.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#374
- chore(deps): update dependency buildifier_prebuilt to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#375
- fix: support new gh auth status output by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#376

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.1...v0.19.0

#### Bazel Module Snippet

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

#### Workspace Snippet

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

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

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

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

---

### Release Notes

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

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

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

#### What's Changed

- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#363
- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#364
- chore(deps): update dependency bazel_gazelle to v0.34.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#365
- chore: upgrade Bazel to 7.0.0rc3 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#366
- fix: update lock files for `bzltidy` test by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#367
- fix(deps): update github.com/gomarkdown/markdown digest to
[`a660076`](https://togithub.com/cgrindel/bazel-starlib/commit/a660076)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#369
- chore: upgrade Bazel to 7.0.0rc4 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#370
- fix: only run bzltidy tests for a single Bazel version by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#372
- fix: enable CI workflow generation after fixing bzltidy by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#373
- chore(deps): update dependency io_bazel_rules_go to v0.43.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#374
- chore(deps): update dependency buildifier_prebuilt to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#375
- fix: support new gh auth status output by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#376

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.1...v0.19.0

#### Bazel Module Snippet

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

#### Workspace Snippet

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

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

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
renovate bot added a commit to bazel-contrib/rules_bazel_integration_test that referenced this pull request Dec 19, 2023
[![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 | bazel_dep | minor | `0.18.1` -> `0.19.0` |
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.18.1` -> `v0.19.0` |

---

### Release Notes

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

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

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

##### What's Changed

- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#363
- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#364
- chore(deps): update dependency bazel_gazelle to v0.34.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#365
- chore: upgrade Bazel to 7.0.0rc3 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#366
- fix: update lock files for `bzltidy` test by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#367
- fix(deps): update github.com/gomarkdown/markdown digest to
[`a660076`](https://togithub.com/cgrindel/bazel-starlib/commit/a660076)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#369
- chore: upgrade Bazel to 7.0.0rc4 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#370
- fix: only run bzltidy tests for a single Bazel version by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#372
- fix: enable CI workflow generation after fixing bzltidy by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#373
- chore(deps): update dependency io_bazel_rules_go to v0.43.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#374
- chore(deps): update dependency buildifier_prebuilt to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#375
- fix: support new gh auth status output by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#376

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.1...v0.19.0

##### Bazel Module Snippet

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

##### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "b9c88ac51ccaa0635621111308b85fdbb2606adb864596f9842aa5f7480cfe3a",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.19.0/bazel-starlib.v0.19.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 these
updates 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://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cgrindel-self-hosted-renovate bot added a commit to cgrindel/rules_swift_package_manager that referenced this pull request Dec 19, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | `0.18.1` -> `0.19.0` |
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.18.1` -> `v0.19.0` |

---

### Release Notes

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

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

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

#### What's Changed

- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#363
- chore(deps): update dependency bazel_skylib to v1.5.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#364
- chore(deps): update dependency bazel_gazelle to v0.34.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#365
- chore: upgrade Bazel to 7.0.0rc3 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#366
- fix: update lock files for `bzltidy` test by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#367
- fix(deps): update github.com/gomarkdown/markdown digest to
[`a660076`](https://togithub.com/cgrindel/bazel-starlib/commit/a660076)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#369
- chore: upgrade Bazel to 7.0.0rc4 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#370
- fix: only run bzltidy tests for a single Bazel version by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#372
- fix: enable CI workflow generation after fixing bzltidy by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#373
- chore(deps): update dependency io_bazel_rules_go to v0.43.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#374
- chore(deps): update dependency buildifier_prebuilt to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#375
- fix: support new gh auth status output by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#376

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.1...v0.19.0

#### Bazel Module Snippet

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

#### Workspace Snippet

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

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

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

1 participant