Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: aspect-build/rules_ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 9, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    824ec83 View commit details
Showing with 5 additions and 5 deletions.
  1. +1 −1 MODULE.bazel
  2. +1 −1 e2e/bzlmod/MODULE.bazel
  3. +3 −3 ts/repositories.bzl
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -8,5 +8,5 @@ module(

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3", dev_dependency = True)
bazel_dep(name = "aspect_rules_js", version = "1.11.0")
bazel_dep(name = "aspect_rules_js", version = "1.11.1")
bazel_dep(name = "aspect_bazel_lib", version = "1.18.0")
2 changes: 1 addition & 1 deletion e2e/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ module(
)

# repeated here only because we use the platforms definitions for rbe
bazel_dep(name = "aspect_rules_js", dev_dependency = True, version = "1.11.0")
bazel_dep(name = "aspect_rules_js", dev_dependency = True, version = "1.11.1")
bazel_dep(name = "aspect_rules_ts", dev_dependency = True, version = "0.0.0")
bazel_dep(name = "bazel_skylib", dev_dependency = True, version = "1.3.0")

6 changes: 3 additions & 3 deletions ts/repositories.bzl
Original file line number Diff line number Diff line change
@@ -48,9 +48,9 @@ def rules_ts_dependencies(ts_version_from = None, ts_version = None, ts_integrit

http_archive(
name = "aspect_rules_js",
sha256 = "9f316133cf2809dedaffd4328222d0ce7696c3e79a79c94a8a29aaef9cdf6f03",
strip_prefix = "rules_js-1.11.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.11.0.tar.gz",
sha256 = "ad666b12324bab8bc151772bb2eff9aadace7bfd4d624157c2ac3931860d1c95",
strip_prefix = "rules_js-1.11.1",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.11.1.tar.gz",
)

http_archive(