Skip to content

Commit

Permalink
fix(deps): update aspect (#1170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent 369c9a4 commit 6560373
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @generated
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
pnpm-lock.yaml=-1199344695
pnpm-lock.yaml=493967008
package.json=959251505
pnpm-workspace.yaml=-2026278039
lib/package.json=-275126300
lib-dupes/package.json=-725174835
lib-dupes/package.json=-1457142261
tests/package.json=-1421585247
2 changes: 1 addition & 1 deletion e2e/pnpm_workspace_deps/lib-dupes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lib/test-dupes",
"private": true,
"dependencies": {
"@aspect-test/c": "2.0.0",
"@aspect-test/c": "2.0.2",
"@aspect-test/c1": "npm:@aspect-test/c@1.0.0"
}
}
10 changes: 5 additions & 5 deletions e2e/pnpm_workspace_deps/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions js/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def rules_js_dependencies():

http_archive(
name = "aspect_bazel_lib",
sha256 = "e3151d87910f69cf1fc88755392d7c878034a69d6499b287bcfc00b1cf9bb415",
strip_prefix = "bazel-lib-1.32.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.32.1/bazel-lib-v1.32.1.tar.gz",
sha256 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62",
strip_prefix = "bazel-lib-1.33.0",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.33.0/bazel-lib-v1.33.0.tar.gz",
)

0 comments on commit 6560373

Please sign in to comment.