Skip to content

Commit c417802

Browse files
committed
build: update aspect_bazel_lib to 1.8.1
1 parent 4db4fb0 commit c417802

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "58fab45b4419a5eaa340489d567a013e80334c8e4bd998288149cd7e39437586",
82-
strip_prefix = "bazel-lib-1.7.0",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.7.0.tar.gz",
81+
sha256 = "1cbbf62315d303c8083d5019a4657623d4f58e925fb51bdc8a41bad4a131f5c9",
82+
strip_prefix = "bazel-lib-1.8.1",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.8.1.tar.gz",
8484
)
8585

8686
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

tools/defaults.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def pkg_npm(name, pkg_deps = [], use_prodmode_output = False, **kwargs):
159159
"substituted_with_snapshot_repos/": "",
160160
"substituted/": "",
161161
},
162-
exclude_prefixes = [
163-
"packages", # Exclude compiled outputs of dependent packages
162+
exclude_srcs_patterns = [
163+
"packages/**/*", # Exclude compiled outputs of dependent packages
164164
],
165165
allow_overwrites = True,
166166
)

0 commit comments

Comments
 (0)