cgrindel / rules_swiftformat

Bazel rules that format Swift source files using nicklockwood/SwiftFormat.
Apache License 2.0
8 stars 0 forks source link

chore(deps): update dependency rules_bazel_integration_test to v0.14.1 #95

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
rules_bazel_integration_test http_archive patch v0.14.0 -> v0.14.1

Release Notes

bazel-contrib/rules_bazel_integration_test ### [`v0.14.1`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.14.1) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.14.0...v0.14.1) #### What's Changed - fix: ensure that bazelignore filter handles missing `.bazelignore` by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/158](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/158) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.14.0...v0.14.1 #### Bazel Module Snippet ```python bazel_dep( name = "rules_bazel_integration_test", version = "0.14.1", dev_dependency = True, ) ``` #### Workspace Snippet ```python http_archive( name = "rules_bazel_integration_test", sha256 = "bfba659b9e29fc4cbeb2410e20f0270c54da3886bbe69aa8b0378701dca06a8d", urls = [ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.14.1/rules_bazel_integration_test.v0.14.1.tar.gz", ], ) load("@​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.