Skip to content

Commit

Permalink
Bumps @aspect_rules_jasmine dependency to current latest.
Browse files Browse the repository at this point in the history
Refs #48.

I actually want to bump the `@aspect_rules_ts` dependency, but this appears to require `@aspect_rules_js` to be bumped as well, and there seems to be an unintentional breaking change when used with `@aspect_rules_jasmine`, so we need to upgrade this first.

See notes in https://github.com/aspect-build/rules_js/releases/tag/v1.17.0.
  • Loading branch information
dgp1130 committed Feb 12, 2023
1 parent cb9b2b5 commit d68f851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ rules_ts_dependencies(

http_archive(
name = "aspect_rules_jasmine",
sha256 = "11797ef81f62121ef367b0d50eba1ce4f8fcb51a0fa2e99e18651b8cbc788c91",
strip_prefix = "rules_jasmine-0.2.5",
url = "https://github.com/aspect-build/rules_jasmine/archive/refs/tags/v0.2.5.tar.gz",
sha256 = "089250b6afda54099d7a3bc4e0f0765451356f329d105a32d1a78703edf70320",
strip_prefix = "rules_jasmine-0.3.0",
url = "https://github.com/aspect-build/rules_jasmine/archive/refs/tags/v0.3.0.tar.gz",
)

load("@aspect_rules_jasmine//jasmine:dependencies.bzl", "rules_jasmine_dependencies")
Expand Down
6 changes: 3 additions & 3 deletions dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def rules_prerender_dependencies():
maybe(
http_archive,
name = "aspect_rules_jasmine",
sha256 = "11797ef81f62121ef367b0d50eba1ce4f8fcb51a0fa2e99e18651b8cbc788c91",
strip_prefix = "rules_jasmine-0.2.5",
url = "https://github.com/aspect-build/rules_jasmine/archive/refs/tags/v0.2.5.tar.gz",
sha256 = "089250b6afda54099d7a3bc4e0f0765451356f329d105a32d1a78703edf70320",
strip_prefix = "rules_jasmine-0.3.0",
url = "https://github.com/aspect-build/rules_jasmine/archive/refs/tags/v0.3.0.tar.gz",
)

# TODO(#48): Remove from publicly visible dependencies.
Expand Down

0 comments on commit d68f851

Please sign in to comment.