Skip to content

Releases: withered-magic/rules_vitest

v0.1.2

14 Oct 18:58

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
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

11 Dec 18:17

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
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

09 Dec 22:50

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
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