-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore(deps): update dependency bazel to v6.3.1 #164
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cgrindel
approved these changes
Jul 31, 2023
renovate
bot
force-pushed
the
renovate/bazel-6.x
branch
from
July 31, 2023 22:15
5dedeab
to
818e8e3
Compare
cgrindel-self-hosted-renovate bot
referenced
this pull request
in cgrindel/rules_swift_package_manager
Aug 21, 2023
#519) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_bazel_integration_test](https://togithub.com/bazel-contrib/rules_bazel_integration_test) | http_archive | patch | `v0.15.0` -> `v0.15.1` | --- ### Release Notes <details> <summary>bazel-contrib/rules_bazel_integration_test (rules_bazel_integration_test)</summary> ### [`v0.15.1`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.15.1) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.15.0...v0.15.1) #### What's Changed - chore: update README.md for v0.15.0 by [@​auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/162](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/162) - chore(deps): update dependency platforms to v0.0.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/163](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/163) - chore(deps): update dependency bazel to v6.3.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/164](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/164) - chore: apply recommended Renovate config for rulesets by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/165](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/165) - chore: ensure that a pull request only has one running CI workflow by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/166](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/166) - chore(deps): update dependency build_bazel_rules_swift to v1.9.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/170](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/170) - chore(deps): update dependency rules_swift_package_manager to v0.7.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/173](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/173) - chore(deps): update dependency rules_swift to v1.9.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/172](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/172) - chore(deps): update dependency gazelle to v0.32.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/171](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/171) - chore(deps): update dependency bazel to v6.3.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/169](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/169) - chore(deps): update dependency platforms to v0.0.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/168](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/168) - chore(deps): update dependency apple/swift-argument-parser to from: "1.2.2" by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/167](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/167) - chore(deps): update dependency bazel_skylib to v1.4.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/157](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/157) - chore(deps): update dependency bazel to v6.3.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/174](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/174) - Enable passing tags, visibility, etc to script_test. by [@​katre](https://togithub.com/katre) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/178](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/178) **Full Changelog**: bazel-contrib/rules_bazel_integration_test@v0.15.0...v0.15.1 #### Bazel Module Snippet ```python bazel_dep( name = "rules_bazel_integration_test", version = "0.15.1", dev_dependency = True, ) ``` #### Workspace Snippet ```python http_archive( name = "rules_bazel_integration_test", sha256 = "c8ce8080e55857526da8d8bae2c41074177b869b398d2ec22c6be7e8d22614a3", urls = [ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.15.1/rules_bazel_integration_test.v0.15.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() ``` </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Mi4xIiwidXBkYXRlZEluVmVyIjoiMzYuNTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
cgrindel
pushed a commit
to k1nkreet/rules_bazel_integration_test
that referenced
this pull request
Sep 27, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bazel](https://togithub.com/bazelbuild/bazel) | patch | `6.3.0` -> `6.3.1` | --- ### Release Notes <details> <summary>bazelbuild/bazel (bazel)</summary> ### [`v6.3.1`](https://togithub.com/bazelbuild/bazel/blob/HEAD/CHANGELOG.md#Release-631-2023-07-31) [Compare Source](https://togithub.com/bazelbuild/bazel/compare/6.3.0...6.3.1) Baseline: 0f231ac8acabcd8aa309da041c98ab90a1552418 Release Notes: + Mark isolated extension usages as experimental (#​19050) + Fix a bug where frozen targets list was mutated while expanding env attribute (#​19052) + Add documentation for --experimental_isolated_extension_usage (#​19071) + Advertise CcInfo from cc_import (#​19086) + Create .bazelversion to address postsubmit issues (#​19089) + Update java_tools version to 12.6 (#​19091) + Disable lockfiles by default (#​19106) Acknowledgements: This release contains contributions from many people at Google, as well as Brentley Jones, Fabian Meumertzheim, oquenchil, Xùdōng Yáng. </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.3.0
->6.3.1
Release Notes
bazelbuild/bazel (bazel)
v6.3.1
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.