bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
189 stars 94 forks source link

Update dependency rules_testing to v0.7.0 #262

Closed renovate-bot closed 3 weeks ago

renovate-bot commented 4 weeks ago

This PR contains the following updates:

Package Type Update Change
rules_testing bazel_dep minor 0.6.0 -> 0.7.0
rules_testing http_archive minor v0.6.0 -> v0.7.0

Release Notes

bazelbuild/rules_testing (rules_testing) ### [`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("@​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", ) ``` #### What's Changed ##### Other Changes - Adding Bazel versions to presubmit.yml by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 - [@​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) - [@​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) - [@​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**: https://github.com/bazelbuild/rules_testing/compare/v0.6.0...v0.7.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

forking-renovate[bot] commented 3 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.7.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.