Skip to content

chore(deps): update dependency rules_dotnet to v0.19.2 - abandoned#209

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/rules_dotnet-0.x
Open

chore(deps): update dependency rules_dotnet to v0.19.2 - abandoned#209
renovate[bot] wants to merge 2 commits intomainfrom
renovate/rules_dotnet-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 21, 2025

This PR contains the following updates:

Package Type Update Change
rules_dotnet bazel_dep minor 0.17.5 -> 0.19.2

Release Notes

bazel-contrib/rules_dotnet (rules_dotnet)

v0.19.2

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.19.2")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.19.1...v0.19.2

v0.19.0

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.19.0")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.18.2...v0.19.0

v0.18.2

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.18.2")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.18.1...v0.18.2

v0.18.1

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.18.1")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.18.0...v0.18.1

v0.18.0

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.18.0")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

Breaking changes

  • The runfiles handling in publish_binary has been changed in a way that might break some users depending on how they package their binaries to move them out of Bazel. If you are using pkg_tar you need to make sure that you are using include_runfiles = True.

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.17.5...v0.18.0


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.


  • 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 Lorite as a code owner July 21, 2025 15:19
@renovate renovate Bot added the type:dependencies Pull requests that update a dependency file label Jul 21, 2025
@renovate renovate Bot enabled auto-merge (squash) July 21, 2025 15:19
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 21, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate Bot changed the title chore(deps): update dependency rules_dotnet to v0.19.2 chore(deps): update dependency rules_dotnet to v0.19.2 - abandoned Aug 13, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 13, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants