chore(release): v1.0.1
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 59s
Docs Pages / deploy (push) Failing after 34s
Copilot Setup Steps / copilot-setup-steps (push) Failing after 37s
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled

This commit is contained in:
eric
2026-03-15 11:57:45 +01:00
parent f317a618b8
commit 65404a1883
7 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
module( module(
name = "rules_bun", name = "rules_bun",
version = "1.0.0", version = "1.0.1",
) )
# Core ruleset dependencies. # Core ruleset dependencies.

4
MODULE.bazel.lock generated
View File

@@ -193,7 +193,7 @@
"//bun:extensions.bzl%bun": { "//bun:extensions.bzl%bun": {
"general": { "general": {
"bzlTransitiveDigest": "314UOH4dQIGBHGpxCwA7yzI++E2J3bjIc20m5MZhM7U=", "bzlTransitiveDigest": "314UOH4dQIGBHGpxCwA7yzI++E2J3bjIc20m5MZhM7U=",
"usagesDigest": "F7vNx1FkssnJKNa2AZDuwHKkH7+IjJNX42lRAaJhhKE=", "usagesDigest": "Pk8TCTd2EBKQ8R+VSF0M7sU9apLb/5tBy/dP2pjs3AU=",
"recordedInputs": [ "recordedInputs": [
"REPO_MAPPING:,bazel_tools bazel_tools" "REPO_MAPPING:,bazel_tools bazel_tools"
], ],
@@ -284,7 +284,7 @@
"//bun:extensions.bzl%bun_install": { "//bun:extensions.bzl%bun_install": {
"general": { "general": {
"bzlTransitiveDigest": "314UOH4dQIGBHGpxCwA7yzI++E2J3bjIc20m5MZhM7U=", "bzlTransitiveDigest": "314UOH4dQIGBHGpxCwA7yzI++E2J3bjIc20m5MZhM7U=",
"usagesDigest": "5mKuORKUFhw+/OMHQF0I8Ngq0GV2eqMaOTDmyqaQa8M=", "usagesDigest": "2qW6PUxkK7CgK8mcsgVvlIbuJS/cBBkw5mylpKlqftE=",
"recordedInputs": [ "recordedInputs": [
"REPO_MAPPING:,bazel_tools bazel_tools" "REPO_MAPPING:,bazel_tools bazel_tools"
], ],

View File

@@ -80,7 +80,7 @@ Release announcements should provide a copy-pasteable module snippet in the
standard ruleset form: standard ruleset form:
```starlark ```starlark
bazel_dep(name = "rules_bun", version = "1.0.0") bazel_dep(name = "rules_bun", version = "1.0.1")
``` ```
Then add the Bun repositories and register the toolchains in `MODULE.bazel`: Then add the Bun repositories and register the toolchains in `MODULE.bazel`:

View File

@@ -1,3 +1,3 @@
1.0.0 1.0.1
stable stable
0 0

View File

@@ -197,6 +197,7 @@ sh_test(
name = "bundle_sourcemap_shape_test", name = "bundle_sourcemap_shape_test",
size = "small", size = "small",
srcs = ["verify_sourcemap_shape.sh"], srcs = ["verify_sourcemap_shape.sh"],
tags = ["exclusive"],
data = [ data = [
"BUILD.bazel", "BUILD.bazel",
"//:repo_runtime_files", "//:repo_runtime_files",
@@ -237,6 +238,7 @@ sh_test(
name = "bun_build_compile_flag_shape_test", name = "bun_build_compile_flag_shape_test",
size = "small", size = "small",
srcs = ["verify_flag_aquery.sh"], srcs = ["verify_flag_aquery.sh"],
tags = ["exclusive"],
data = [ data = [
"BUILD.bazel", "BUILD.bazel",
"cli.ts", "cli.ts",

View File

@@ -146,7 +146,9 @@ sh_test(
sh_test( sh_test(
name = "bun_install_workspace_parity_test", name = "bun_install_workspace_parity_test",
size = "large",
srcs = ["workspace_parity.sh"], srcs = ["workspace_parity.sh"],
tags = ["exclusive"],
args = select({ args = select({
":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"],
":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"],
@@ -183,6 +185,7 @@ sh_test(
name = "bun_install_repeatability_test", name = "bun_install_repeatability_test",
size = "small", size = "small",
srcs = ["repeatability.sh"], srcs = ["repeatability.sh"],
tags = ["exclusive"],
args = select({ args = select({
":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"],
":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"],
@@ -211,6 +214,7 @@ sh_test(
name = "bun_install_lifecycle_scripts_test", name = "bun_install_lifecycle_scripts_test",
size = "small", size = "small",
srcs = ["lifecycle_scripts.sh"], srcs = ["lifecycle_scripts.sh"],
tags = ["exclusive"],
args = select({ args = select({
":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"],
":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"],

View File

@@ -44,6 +44,7 @@ sh_test(
name = "npm_translate_lock_workspace_test", name = "npm_translate_lock_workspace_test",
size = "small", size = "small",
srcs = ["npm_translate_lock_workspace_test.sh"], srcs = ["npm_translate_lock_workspace_test.sh"],
tags = ["exclusive"],
args = select({ args = select({
":linux_x86_64": ["$(location @bun_linux_x64//:bun)"], ":linux_x86_64": ["$(location @bun_linux_x64//:bun)"],
":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"], ":linux_aarch64": ["$(location @bun_linux_aarch64//:bun)"],