Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2025

This PR contains the following updates:

Package Type Update Change
rules_bazel_integration_test bazel_dep minor 0.27.0 -> 0.33.2
rules_bazel_integration_test http_archive minor v0.28.0 -> v0.33.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazel-contrib/rules_bazel_integration_test (rules_bazel_integration_test)

v0.33.2

What Has Changed
What's Changed
Other Changes

Full Changelog: https://github.com/bazel-contrib/rules\_bazel\_integration\_test/compare/v0.33.1...v0.33.2

Bazel Module Snippet
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.33.2",
    dev_dependency = True,
)
Workspace Snippet
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "f80508eef0429b281392c160a90c64e52470d05d3e2f23d12c806b3c0d5531e2",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.33.2/rules_bazel_integration_test.v0.33.2.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.32.1

What Has Changed
What's Changed
Highlights
Dependency Updates
Other Changes

Full Changelog: https://github.com/bazel-contrib/rules\_bazel\_integration\_test/compare/v0.32.0...v0.32.1

Bazel Module Snippet
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.32.1",
    dev_dependency = True,
)
Workspace Snippet
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "b94cdb12acbfe4c2ff0309e0ce133e07c9b2b31a689d22ebabdee7eb7dd23972",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.32.1/rules_bazel_integration_test.v0.32.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.32.0

What Has Changed
What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_bazel\_integration\_test/compare/v0.31.0...v0.32.0

Bazel Module Snippet
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.32.0",
    dev_dependency = True,
)
Workspace Snippet
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "1bcc8afebcfb650b175cbfb7bfe45cceb7cfa45defb26b30f04f96960eac3f11",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.32.0/rules_bazel_integration_test.v0.32.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.31.0

What Has Changed
What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_bazel\_integration\_test/compare/v0.30.0...v0.31.0

Bazel Module Snippet
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.31.0",
    dev_dependency = True,
)
Workspace Snippet
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "5a52ec551be84425fcb433848f29fe9a831dadf74ce1d3ca8984373aa2fb7f7c",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.31.0/rules_bazel_integration_test.v0.31.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.30.0

What's Changed
New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_bazel\_integration\_test/compare/v0.29.0...v0.30.0

Bazel Module Snippet
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.30.0",
    dev_dependency = True,
)
Workspace Snippet
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "0a75bb29f32d51b703a29841c1683b4d773f4f3ae605675ec90a9e311286dc25",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.30.0/rules_bazel_integration_test.v0.30.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.29.0

What's Changed
New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_bazel\_integration\_test/compare/v0.28.0...v0.29.0

Bazel Module Snippet
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.29.0",
    dev_dependency = True,
)
Workspace Snippet
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "43d975a568dd823c57736439b4c41ac54ee31a7d5c75a9c95ea4cc70a826594d",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.29.0/rules_bazel_integration_test.v0.29.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: 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.


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

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

@renovate renovate bot requested a review from avdv as a code owner March 4, 2025 15:46
@renovate renovate bot added the merge-queue merge on green CI label Mar 4, 2025
@avdv avdv added the bazel 7 Requires Bazel >= 7.0.0 label Mar 5, 2025
@renovate renovate bot changed the title chore(deps): update dependency rules_bazel_integration_test to v0.32.0 Update dependency rules_bazel_integration_test to v0.32.0 Apr 28, 2025
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch from 9453298 to 151e08c Compare May 5, 2025 16:44
@renovate renovate bot changed the title Update dependency rules_bazel_integration_test to v0.32.0 Update dependency rules_bazel_integration_test to v0.32.1 May 5, 2025
@renovate renovate bot changed the title Update dependency rules_bazel_integration_test to v0.32.1 chore(deps): update dependency rules_bazel_integration_test to v0.32.1 May 12, 2025
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch from 151e08c to d5084c9 Compare June 10, 2025 17:28
@renovate renovate bot changed the title chore(deps): update dependency rules_bazel_integration_test to v0.32.1 chore(deps): update dependency rules_bazel_integration_test Jun 10, 2025
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch 2 times, most recently from bdacf67 to deb396e Compare June 15, 2025 22:31
@renovate renovate bot changed the title chore(deps): update dependency rules_bazel_integration_test chore(deps): update dependency rules_bazel_integration_test to v0.33.2 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch from deb396e to b28b0e2 Compare August 3, 2025 13:57
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch 2 times, most recently from 520a149 to ee88fc2 Compare August 14, 2025 10:50
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch from ee88fc2 to 0d78dcf Compare August 19, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bazel 7 Requires Bazel >= 7.0.0 merge-queue merge on green CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant