Skip to content

Commit

Permalink
Update dependency rules_testing to v0.7.0 (#259)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| rules_testing | bazel_dep | minor | `0.6.0` -> `0.7.0` |
| [rules_testing](https://redirect.github.com/bazelbuild/rules_testing)
| http_archive | minor | `v0.6.0` -> `v0.7.0` |

---

### Release Notes

<details>
<summary>bazelbuild/rules_testing (rules_testing)</summary>

###
[`v0.7.0`](https://redirect.github.com/bazelbuild/rules_testing/releases/tag/v0.7.0)

[Compare
Source](https://redirect.github.com/bazelbuild/rules_testing/compare/v0.6.0...v0.7.0)

WORKSPACE snippet:

```starlark
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_testing",
    sha256 = "28c2d174471b587bf0df1fd3a10313f22c8906caf4050f8b46ec4648a79f90c3",
    strip_prefix = "rules_testing-0.7.0",
    url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.7.0/rules_testing-v0.7.0.tar.gz",
)
```

<!-- Release notes generated using configuration in .github/release.yml
at v0.7.0 -->

#### What's Changed

##### Other Changes

- Adding Bazel versions to presubmit.yml by
[@&#8203;comius](https://redirect.github.com/comius) in
[https://github.com/bazelbuild/rules_testing/pull/94](https://redirect.github.com/bazelbuild/rules_testing/pull/94)
- Copy unittest.bzl from bazel_skylib to rules_testing. by
[@&#8203;copybara-service](https://redirect.github.com/copybara-service)
in
[https://github.com/bazelbuild/rules_testing/pull/97](https://redirect.github.com/bazelbuild/rules_testing/pull/97)
- Update Stardoc to 0.6.2. by
[@&#8203;lberki](https://redirect.github.com/lberki) in
[https://github.com/bazelbuild/rules_testing/pull/100](https://redirect.github.com/bazelbuild/rules_testing/pull/100)
- Explicitly enable WORKSPACE in WORKSPACE tests by
[@&#8203;Wyverald](https://redirect.github.com/Wyverald) in
[https://github.com/bazelbuild/rules_testing/pull/105](https://redirect.github.com/bazelbuild/rules_testing/pull/105)
- Skip analysis tests when coverage is run. by
[@&#8203;copybara-service](https://redirect.github.com/copybara-service)
in
[https://github.com/bazelbuild/rules_testing/pull/107](https://redirect.github.com/bazelbuild/rules_testing/pull/107)
- Upgrade workspace rules_java to 7.11.1 by
[@&#8203;copybara-service](https://redirect.github.com/copybara-service)
in
[https://github.com/bazelbuild/rules_testing/pull/110](https://redirect.github.com/bazelbuild/rules_testing/pull/110)
- Update changelog for 0.7.0 release by
[@&#8203;copybara-service](https://redirect.github.com/copybara-service)
in
[https://github.com/bazelbuild/rules_testing/pull/116](https://redirect.github.com/bazelbuild/rules_testing/pull/116)

#### New Contributors

- [@&#8203;comius](https://redirect.github.com/comius) made their first
contribution in
[https://github.com/bazelbuild/rules_testing/pull/94](https://redirect.github.com/bazelbuild/rules_testing/pull/94)
- [@&#8203;lberki](https://redirect.github.com/lberki) made their first
contribution in
[https://github.com/bazelbuild/rules_testing/pull/100](https://redirect.github.com/bazelbuild/rules_testing/pull/100)
- [@&#8203;Wyverald](https://redirect.github.com/Wyverald) made their
first contribution in
[https://github.com/bazelbuild/rules_testing/pull/105](https://redirect.github.com/bazelbuild/rules_testing/pull/105)

**Full Changelog**:
bazelbuild/rules_testing@v0.6.0...v0.7.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lalten/rules_appimage).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent fc443e4 commit 4cc5635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bazel_dep(name = "rules_python", version = "1.1.0")
bazel_dep(name = "squashfs-tools", version = "4.6.1")
bazel_dep(name = "zstd", version = "1.5.6")

bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "rules_testing", version = "0.7.0", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.9.0", dev_dependency = True)

rules_appimage = use_extension("//:extensions.bzl", "appimage_ext_dependencies")
Expand Down
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def rules_appimage_development_deps():
maybe(
http_archive,
name = "rules_testing",
sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4",
strip_prefix = "rules_testing-0.6.0",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz",
sha256 = "28c2d174471b587bf0df1fd3a10313f22c8906caf4050f8b46ec4648a79f90c3",
strip_prefix = "rules_testing-0.7.0",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.7.0/rules_testing-v0.7.0.tar.gz",
)
maybe(
http_archive,
Expand Down

0 comments on commit 4cc5635

Please sign in to comment.