Releases: withered-magic/rules_vitest
Releases · withered-magic/rules_vitest
v0.1.2
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "withered_magic_rules_vitest", version = "0.1.2")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_vitest",
sha256 = "fd0ef8de7169431bcab8f88a0732f09e6ee6e6c148243144fc877502dd1cfd70",
strip_prefix = "rules_vitest-0.1.2",
url = "https://github.com/withered-magic/rules_vitest/releases/download/v0.1.2/rules_vitest-v0.1.2.tar.gz",
)Full Changelog: v0.1.1...v0.1.2
v0.1.1
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "withered_magic_rules_vitest", version = "0.1.1")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_vitest",
sha256 = "1dc5237c7f87cf80c118d67bf21c2125a4276221389517a5ccbd09716f061467",
strip_prefix = "rules_vitest-0.1.1",
url = "https://github.com/withered-magic/rules_vitest/releases/download/v0.1.1/rules_vitest-v0.1.1.tar.gz",
)Full Changelog: v0.1.0...v0.1.1
v0.1.0
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "withered_magic_rules_vitest", version = "0.1.0")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_vitest",
sha256 = "64cedef2f5ef6e48f1c78aded9dedeed2fc8dc106d17d7778df3520f12493c50",
strip_prefix = "rules_vitest-0.1.0",
url = "https://github.com/withered-magic/rules_vitest/releases/download/v0.1.0/rules_vitest-v0.1.0.tar.gz",
)Full Changelog: https://github.com/withered-magic/rules_vitest/commits/v0.1.0