Skip to content

Releases: benchsci/rules_nodejs_gazelle

v0.7.0

23 Apr 19:40
6542264
Compare
Choose a tag to compare

MODULE.bazel setup:

bazel_dep(name = "com_github_benchsci_rules_nodejs_gazelle", version = "0.7.0", repo_name = "com_github_benchsci_rules_nodejs_gazelle")

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "474ddeddff0e4c6c73637af6a61d8163d433b3e0234a7e1b0e2bfb8f1758732a",
    strip_prefix = "rules_nodejs_gazelle-0.7.0",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/releases/download/v0.7.0/rules_nodejs_gazelle-v0.7.0.tar.gz",
)

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

25 Mar 19:54
5cad13d
Compare
Choose a tag to compare

MODULE.bazel setup:

bazel_dep(name = "com_github_benchsci_rules_nodejs_gazelle", version = "0.6.0", repo_name = "com_github_benchsci_rules_nodejs_gazelle")

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "0ae78254bafe97ceea7c216fc428a78eca3aef7755414c232cc6ac1065cf7a06",
    strip_prefix = "rules_nodejs_gazelle-0.6.0",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/releases/download/v0.6.0/rules_nodejs_gazelle-v0.6.0.tar.gz",
)

v0.5.0

08 Jan 20:02
3e57ea5
Compare
Choose a tag to compare

MODULE.bazel setup:

bazel_dep(name = "com_github_benchsci_rules_nodejs_gazelle", version = "0.0.0", repo_name = "com_github_benchsci_rules_nodejs_gazelle")

archive_override(
    module_name = "com_github_benchsci_rules_nodejs_gazelle",
    integrity = "sha256-m0F7Wy9KDigJTRuwlnFwYuehO2FQSkdakVMjEBVEnTE=",
    strip_prefix = "rules_nodejs_gazelle-0.5.0",
    urls = [
        "https://github.com/benchsci/rules_nodejs_gazelle/archive/refs/tags/v0.5.0.tar.gz",
    ],
)

WORKSPACE setup:

http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "c3734c1d4f18f58c74e1efb1ab83dd2bed84d0de2e0b26c8c0fcb649bdbb75a1",
    strip_prefix = "rules_nodejs_gazelle-0.5.0",
    urls = [
        "https://github.com/benchsci/rules_nodejs_gazelle/archive/refs/tags/v0.5.0.tar.gz",
    ],
)

What's Changed

  • Fix the builtins lookup by @vihangm in #50
  • Nextjs uses parens to create route groups, this ensures we can support them by @vihangm in #49
  • Simplify jest_test rules by @vihangm in #47
  • Implement bzlmod by @ewianda in #52
  • Fix resolver on packages with @types suffix by @Olsworn in #53
  • Add support for snapshot attrs for tests that include snapshots by @vihangm in #48

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

20 Oct 23:37
Compare
Choose a tag to compare

WORKSPACE setup:

http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "a96a4be31fbf53669a866c66be90ce686a73ee323926443c7c9a54bb100e4ff1",
    strip_prefix = "rules_nodejs_gazelle-0.4.1",
    urls = [
        "https://github.com/benchsci/rules_nodejs_gazelle/archive/refs/tags/v0.4.1.tar.gz",
    ],
)

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Sep 20:57
Compare
Choose a tag to compare

WORKSPACE setup:

http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "738c139545e170daeeeb338879fac627648958f8ff07716d121de63b6599f3a6",
    strip_prefix = "rules_nodejs_gazelle-0.4.0",
    urls = [
        "https://github.com/benchsci/rules_nodejs_gazelle/archive/refs/tags/v0.4.0.tar.gz",
    ],
)

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

02 Feb 03:25
ee27223
Compare
Choose a tag to compare

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "ff2591d58d120a5e056128ad3510486a9846cc16f18ef926f8677ca724a22ca5",
    strip_prefix = "rules_nodejs_gazelle-ee27223ed0197a2edb884d9c2e1075e920c45926",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/archive/ee27223ed0197a2edb884d9c2e1075e920c45926.tar.gz",
)

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Sep 16:49
0a1f4b3
Compare
Choose a tag to compare

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "a8654297dfebf477e697a965ed94ad626f1444254b9d914b6777c70abb0e0e0f",
    strip_prefix = "rules_nodejs_gazelle-0a1f4b349d12ea50da8f4c794226b0651e7fa5e2",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/archive/0a1f4b349d12ea50da8f4c794226b0651e7fa5e2.tar.gz",
)

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Sep 15:36
4058ab2
Compare
Choose a tag to compare

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "5541afd5b74f1c3c46d34aa6c66de32cf3402d6a542481b85482c3c3d1861ec7",
    strip_prefix = "rules_nodejs_gazelle-4058ab250adee5ed7d3c961383aced8ac7bfb69c",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/archive/4058ab250adee5ed7d3c961383aced8ac7bfb69c.tar.gz",
)

What's Changed

New Contributors

Full Changelog: https://github.com/benchsci/rules_nodejs_gazelle/commits/v0.1.0