Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 10, 2023
1 parent 575ff37 commit 382a205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ http_archive(
name = "aspect_rules_js",
sha256 = "0b69e0967f8eb61de60801d6c8654843076bf7ef7512894a692a47f86e84a5c2",
strip_prefix = "rules_js-1.27.1",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.27.1/rules_js-v1.27.1.tar.gz",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.28.0/rules_js-v1.27.1.tar.gz",
)

http_archive(
name = "aspect_rules_ts",
sha256 = "ace5b609603d9b5b875d56c9c07182357c4ee495030f40dcefb10d443ba8c208",
strip_prefix = "rules_ts-1.4.0",
url = "https://github.com/aspect-build/rules_ts/releases/download/v1.4.0/rules_ts-v1.4.0.tar.gz",
url = "https://github.com/aspect-build/rules_ts/releases/download/v1.4.2/rules_ts-v1.4.0.tar.gz",
)

http_archive(
Expand Down Expand Up @@ -125,7 +125,7 @@ go_rules_dependencies()
go_register_toolchains(
nogo = "@//:chrome_ssh_agent_nogo",
# Use semver-coerced to handle versions where patches are left off (e.g., 1.19).
version = "1.20.4", # renovate: datasource=golang-version depName=golang versioning=semver-coerced
version = "1.20.5", # renovate: datasource=golang-version depName=golang versioning=semver-coerced
)

# Gazelle dependency management support
Expand Down

0 comments on commit 382a205

Please sign in to comment.