Skip to content

Commit

Permalink
chore(deps): update dependency rules_bazel_integration_test to v0.13.0 (
Browse files Browse the repository at this point in the history
#355)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[rules_bazel_integration_test](https://togithub.com/bazel-contrib/rules_bazel_integration_test)
| http_archive | minor | `v0.12.0` -> `v0.13.0` |

---

### Release Notes

<details>
<summary>bazel-contrib/rules_bazel_integration_test</summary>

###
[`v0.13.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.13.0)

[Compare
Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.12.0...v0.13.0)

#### What's Changed

- Update README.md for v0.12.0 by
[@&#8203;auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request)
in
[bazel-contrib/rules_bazel_integration_test#143
- chore: update `README.md` with bzlmod instructions by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#142
- Allow passing data to a bazel_integration_test by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#145
- Support bazel binaries which aren't called bazel by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#147
- fix: typo in module snippet comment by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#148
- chore: enable `custom_test_runner` example by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#149
- chore: add `dev_dependency` to module snippet by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#150
- Absolutify $(rootpath) env vars by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#146

#### New Contributors

- [@&#8203;illicitonion](https://togithub.com/illicitonion) made their
first contribution in
[bazel-contrib/rules_bazel_integration_test#145

**Full Changelog**:
bazel-contrib/rules_bazel_integration_test@v0.12.0...v0.13.0

#### Bazel Module Snippet

```python
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.13.0",
    dev_dependency = True,
)
```

#### Workspace Snippet

```python
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "1ea55655cc9d69d1995c58c980774b1c0793529694542e74fb4bc943c80bfcad",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.13.0/rules_bazel_integration_test.v0.13.0.tar.gz",
    ],
)

load("@&#8203;rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies")

bazel_integration_test_rules_dependencies()

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 00a3a8d commit 557e9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ gazelle_dependencies()

http_archive(
name = "rules_bazel_integration_test",
sha256 = "0a1edb5ceb2797e463d40c0ae1c1b0de2c12104304ce07930a43ba4c9a314f85",
sha256 = "1ea55655cc9d69d1995c58c980774b1c0793529694542e74fb4bc943c80bfcad",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.12.0/rules_bazel_integration_test.v0.12.0.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.13.0/rules_bazel_integration_test.v0.13.0.tar.gz",
],
)

Expand Down

0 comments on commit 557e9f3

Please sign in to comment.