Skip to content

Commit

Permalink
com_github_benchsci_rules_nodejs_gazelle@0.7.0 (#1866)
Browse files Browse the repository at this point in the history
Release:
https://github.com/benchsci/rules_nodejs_gazelle/releases/tag/v0.7.0

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: Elvis M. Wianda <elvis@benchsci.com>
  • Loading branch information
publish-to-bcr-bot[bot] and ewianda committed May 6, 2024
1 parent 52ed9e5 commit 92a7131
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 2019 The Bazel Authors. All rights reserved.
# Modifications copyright (C) 2021 BenchSci Analytics Inc.
# Modifications copyright (C) 2018 Ecosia GmbH

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

# http://www.apache.org/licenses/LICENSE-2.0

# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
module(
name = "com_github_benchsci_rules_nodejs_gazelle",
version = "0.7.0",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.42.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "gazelle", version = "0.34.0", repo_name = "bazel_gazelle")

go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
use_repo(
go_deps,
"com_github_bazelbuild_buildtools",
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
module(
name = "com_github_benchsci_rules_nodejs_gazelle",
- version = "0.0.0",
+ version = "0.7.0",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.42.0", repo_name = "io_bazel_rules_go")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: 'examples/nextjs'
matrix:
bazel: ['7.x', '6.x']
platform: ['debian10', 'macos', 'ubuntu2004']
tasks:
run_tests:
name: 'Run test module'
bazel: ${{ bazel }}
platform: ${{ platform }}
run_targets:
- '//:gazelle'
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-R03e3f8OTGxzY3r2ph2BY9Qzs+AjSn4bDiv7jxdYcyo=",
"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",
"patches": {
"module_dot_bazel_version.patch": "sha256-jCdS5HblQdVIw2piRasjuRKGKeRaFIzqHFMlbRXcTEw="
},
"patch_strip": 1
}
22 changes: 22 additions & 0 deletions modules/com_github_benchsci_rules_nodejs_gazelle/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"homepage": "https://github.com/benchsci/rules_nodejs_gazelle",
"maintainers": [
{
"name": "Elvis Wianda",
"email": "elvis@benchsci.com",
"github": "ewianda"
},
{
"name": "Colin Heathman",
"email": "cheathman@benchsci.com",
"github": "ColinHeathman"
}
],
"repository": [
"https://github.com/benchsci/rules_nodejs_gazelle"
],
"versions": [
"0.7.0"
],
"yanked_versions": {}
}

0 comments on commit 92a7131

Please sign in to comment.