Skip to content

Update dependency rules_d to v0.10.1#53

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/rules_d-0.x
Open

Update dependency rules_d to v0.10.1#53
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/rules_d-0.x

Conversation

@renovate

@renovate renovate Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rules_d bazel_dep minor 0.9.00.10.1

Release Notes

bazel-contrib/rules_d (rules_d)

v0.10.1

Using Bzlmod with Bazel 7 or greater

Add to your MODULE.bazel file:

bazel_dep(name = "rules_d", version = "0.10.1")

d = use_extension("//d:extensions.bzl", "d")
d.toolchain(d_version = "dmd-2.112.0")
use_repo(d, "d_toolchains")

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

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_d",
    sha256 = "dbfd4891cf09b3ce2a910a3cce8f0b0de9d05c70396c8e198231696ee70bc4f0",
    strip_prefix = "rules_d-0.10.1",
    url = "https://github.com/bazel-contrib/rules_d/releases/download/v0.10.1/rules_d-v0.10.1.tar.gz",
)

######################

# rules_d setup #
######################

# Fetches the rules_d dependencies.
# If you want to have a different version of some dependency,

# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've

# already fetched all the dependencies.
load("@​rules_d//d:repositories.bzl", "d_register_toolchains", "rules_d_dependencies")
load("@​rules_d//dub:repositories.bzl", "d_register_dub_repository")

rules_d_dependencies()

d_register_dub_repository(
    dub_selections_lock = "//:dub.selections.lock.json",
)

d_register_toolchains(
    "dmd_toolchain",
    d_version = "dmd-2.112.0",
)

d_register_toolchains(
    "ldc_toolchain",
    d_version = "ldc-1.41.0",
)

What's Changed

Full Changelog: bazel-contrib/rules_d@v0.10.0...v0.10.1

v0.10.0

Using Bzlmod with Bazel 7 or greater

Add to your MODULE.bazel file:

bazel_dep(name = "rules_d", version = "0.10.0")

d = use_extension("//d:extensions.bzl", "d")
d.toolchain(d_version = "dmd-2.112.0")
use_repo(d, "d_toolchains")

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

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_d",
    sha256 = "ca970d944acf7c42dedb0ea16a0c475866f1f67b062d8b839545e683db955d2a",
    strip_prefix = "rules_d-0.10.0",
    url = "https://github.com/bazel-contrib/rules_d/releases/download/v0.10.0/rules_d-v0.10.0.tar.gz",
)

######################

# rules_d setup #
######################

# Fetches the rules_d dependencies.
# If you want to have a different version of some dependency,

# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've

# already fetched all the dependencies.
load("@​rules_d//d:repositories.bzl", "d_register_toolchains", "rules_d_dependencies")
load("@​rules_d//dub:repositories.bzl", "d_register_dub_repository")

rules_d_dependencies()

d_register_dub_repository(
    dub_selections_lock = "//:dub.selections.lock.json",
)

d_register_toolchains(
    "dmd_toolchain",
    d_version = "dmd-2.112.0",
)

d_register_toolchains(
    "ldc_toolchain",
    d_version = "ldc-1.41.0",
)

What's Changed

  • fix: implement dub_lock_dependencies for dub.sdl and dub.json by @​dcarp in #​196
  • chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.15.0 by @​renovate[bot] in #​197
  • chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.15.1 by @​renovate[bot] in #​198
  • feat(dub): support multi-source lock generation by @​dcarp in #​200
  • fix(dub): handle manifest roots and archive prefixes by @​dcarp in #​201
  • chore(deps): upgrade protobuf to 32.1 by @​dcarp in #​202
  • chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.16.0 by @​renovate[bot] in #​204
  • chore: use a bazel-contrib/.github workflow with enabled disk cache by @​dcarp in #​203

Full Changelog: bazel-contrib/rules_d@v0.9.0...v0.10.0


Configuration

📅 Schedule: (UTC)

  • 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 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 force-pushed the renovate/rules_d-0.x branch 5 times, most recently from 58d2518 to d2096ae Compare May 6, 2026 05:54
@renovate renovate Bot changed the title Update dependency rules_d to v0.9.0 Update dependency rules_d to v0.9.0 - autoclosed May 10, 2026
@renovate renovate Bot closed this May 10, 2026
@renovate renovate Bot deleted the renovate/rules_d-0.x branch May 10, 2026 10:09
@renovate renovate Bot changed the title Update dependency rules_d to v0.9.0 - autoclosed Update dependency rules_d to v0.10.0 May 12, 2026
@renovate renovate Bot reopened this May 12, 2026
@renovate renovate Bot force-pushed the renovate/rules_d-0.x branch 2 times, most recently from d2096ae to 4b2cb9c Compare May 12, 2026 20:56
@renovate renovate Bot force-pushed the renovate/rules_d-0.x branch 2 times, most recently from 8cc8235 to b67d559 Compare May 27, 2026 01:14
@renovate renovate Bot changed the title Update dependency rules_d to v0.10.0 Update dependency rules_d to v0.10.1 May 27, 2026
@renovate renovate Bot force-pushed the renovate/rules_d-0.x branch 6 times, most recently from 1a34822 to c86c9c7 Compare June 1, 2026 23:28
@renovate renovate Bot force-pushed the renovate/rules_d-0.x branch from c86c9c7 to 20fc01b Compare June 3, 2026 17:51
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