Skip to content

chore(deps): update dependency rules_bazel_integration_test to v0.20.0 #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
rules_bazel_integration_test bazel_dep minor 0.18.0 -> 0.20.0
rules_bazel_integration_test http_archive minor v0.18.0 -> v0.20.0

Release Notes

bazel-contrib/rules_bazel_integration_test (rules_bazel_integration_test)

v0.20.0

Compare Source

What's Changed

Full Changelog: bazel-contrib/rules_bazel_integration_test@v0.19.1...v0.20.0

Bazel Module Snippet

bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.20.0",
    dev_dependency = True,
)

Workspace Snippet

http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "6e65d497c68f5794349bfa004369e144063686ce1ebd0227717cd23285be45ef",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.20.0/rules_bazel_integration_test.v0.20.0.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()

v0.19.1

Compare Source

What's Changed

Full Changelog: bazel-contrib/rules_bazel_integration_test@v0.19.0...v0.19.1

Bazel Module Snippet

bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.19.1",
    dev_dependency = True,
)

Workspace Snippet

http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "14727d7b0cab1059f4681aea971926137b4e2a8e3f7d8e0cc69c68373a665959",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.19.1/rules_bazel_integration_test.v0.19.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()

v0.19.0

Compare Source

What's Changed

Full Changelog: bazel-contrib/rules_bazel_integration_test@v0.18.0...v0.19.0

Bazel Module Snippet

bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.19.0",
    dev_dependency = True,
)

Workspace Snippet

http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "5c36e751254c17f5961b8d88636f5d085d12bdebcc840eef5d1b2ff14927aa8f",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.19.0/rules_bazel_integration_test.v0.19.0.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (rebase) November 26, 2023 15:17
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch from fab2854 to c794420 Compare November 26, 2023 16:44
@renovate renovate bot merged commit e7e79c5 into main Nov 26, 2023
@renovate renovate bot deleted the renovate/rules_bazel_integration_test-0.x branch November 26, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants