Skip to content

Commit

Permalink
rules_nodejs@6.0.5 (#1540)
Browse files Browse the repository at this point in the history
Release: https://github.com/bazelbuild/rules_nodejs/releases/tag/v6.0.5

Author: @alexeagle

fyi: @aspect-build

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

---------

Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and alexeagle committed Feb 27, 2024
1 parent e7b8083 commit 3d86c18
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 1 deletion.
19 changes: 19 additions & 0 deletions modules/rules_nodejs/6.0.5/MODULE.bazel
@@ -0,0 +1,19 @@
"bzlmod declaration for bazelbuild/rules_nodejs"

module(
name = "rules_nodejs",
version = "6.0.5",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.5")

node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")

# Note, this gets the default version of Node.js from
# https://github.com/bazelbuild/rules_nodejs/blob/main/nodejs/repositories.bzl#L11
node.toolchain(name = "nodejs")
use_repo(node, "nodejs_toolchains")

register_toolchains("@nodejs_toolchains//:all")
14 changes: 14 additions & 0 deletions modules/rules_nodejs/6.0.5/patches/module_dot_bazel_version.patch
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,9 +1,9 @@
"bzlmod declaration for bazelbuild/rules_nodejs"

module(
name = "rules_nodejs",
- version = "0.0.0",
+ version = "6.0.5",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
14 changes: 14 additions & 0 deletions modules/rules_nodejs/6.0.5/presubmit.yml
@@ -0,0 +1,14 @@
bcr_test_module:
module_path: 'e2e/smoke'
matrix:
bazel: ['6.x', '7.x']
platform: ['debian10', 'macos', 'ubuntu2004', 'windows']
tasks:
run_tests:
name: 'Run test module'
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- '//...'
test_flags:
- '--test_tag_filters=-no-bazelci-windows'
9 changes: 9 additions & 0 deletions modules/rules_nodejs/6.0.5/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-pQmGx9Ly3EOlubgaYkX9ib3Ehm8dXjFtnO8ngt2FkpI=",
"strip_prefix": "rules_nodejs-6.0.5",
"url": "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.5/rules_nodejs-v6.0.5.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-CZikzsIlY2u8Q4j3E/kqUS5VLPMpDINkXHaneuSn4UY="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_nodejs/metadata.json
Expand Up @@ -23,7 +23,8 @@
"6.0.0",
"6.0.1",
"6.0.2",
"6.0.3"
"6.0.3",
"6.0.5"
],
"yanked_versions": {}
}

0 comments on commit 3d86c18

Please sign in to comment.