Commit 182c4ac
authored
Update dependency rules_testing to v0.9.0 (#28)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rules_testing](https://redirect.github.com/bazelbuild/rules_testing)
| bazel_dep | minor | `0.8.0` -> `0.9.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>bazelbuild/rules_testing (rules_testing)</summary>
###
[`v0.9.0`](https://redirect.github.com/bazelbuild/rules_testing/releases/tag/v0.9.0)
WORKSPACE snippet:
```starlark
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_testing",
sha256 = "281b69eed71e2b95cefc284ee5a1a9f7c5088141b58f2508be910eb22f13b986",
strip_prefix = "rules_testing-0.9.0",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.9.0/rules_testing-v0.9.0.tar.gz",
)
```
<!-- Release notes generated using configuration in .github/release.yml
at v0.9.0 -->
##### What's Changed
##### Other Changes
- Accept a `provider_name` in `TargetSubject.provider()` and
`TargetSubject.has_provider()` by
[@​copybara-service](https://redirect.github.com/copybara-service)\[bot]
in[https://github.com/bazelbuild/rules_testing/pull/137](https://redirect.github.com/bazelbuild/rules_testing/pull/137)37
- Add an `StrSubject` for `basename` to `FileSubject` by
[@​copybara-service](https://redirect.github.com/copybara-service)\[bot]
in[https://github.com/bazelbuild/rules_testing/pull/138](https://redirect.github.com/bazelbuild/rules_testing/pull/138)38
**Full Changelog**:
https://github.com/bazelbuild/rules\_testing/compare/v0.8.0...v0.9.0
</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/matts1/rules_toolchains).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d867d09 commit 182c4ac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments