cgrindel / rules_spm

Provide a means for integrating external Swift packages built by Swift Package Manager into Bazel build using rules_swift.
Apache License 2.0
58 stars 13 forks source link

chore(deps): update dependency contrib_rules_bazel_integration_test to v0.10.1 #218

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
contrib_rules_bazel_integration_test http_archive patch v0.10.0 -> v0.10.1

Release Notes

bazel-contrib/rules_bazel_integration_test ### [`v0.10.1`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.10.1) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.0...v0.10.1) #### What's Changed - Windows support by [@​jfirebaugh](https://togithub.com/jfirebaugh) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/101](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/101) - chore(deps): update dependency cgrindel_bazel_starlib to v0.11.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/102](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/102) - chore(deps): update dependency rules_python to v0.16.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/103](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/103) - Support trailing lines in .bazelversion by [@​aherrmann](https://togithub.com/aherrmann) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/109](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/109) #### New Contributors - [@​aherrmann](https://togithub.com/aherrmann) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/109](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/109) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.0...v0.10.1 #### Workspace Snippet ```python http_archive( name = "contrib_rules_bazel_integration_test", sha256 = "bde5e3e87847ba7f37a3f5407c3cfeb77f26cc009f5d68698ff6bdf4e26b6080", strip_prefix = "rules_bazel_integration_test-0.10.1", urls = [ "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.10.1.tar.gz", ], ) load("@​contrib_rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies") bazel_integration_test_rules_dependencies() load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ```

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.



This PR has been generated by Mend Renovate. View repository job log here.