Skip to content

Commit fe7193d

Browse files
authored
chore(deps): update dependency aspect_rules_js to v1.38.0 (#1546)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aspect_rules_js](https://togithub.com/aspect-build/rules_js) | http_archive | minor | `v1.37.1` -> `v1.38.0` | --- ### Release Notes <details> <summary>aspect-build/rules_js (aspect_rules_js)</summary> ### [`v1.38.0`](https://togithub.com/aspect-build/rules_js/compare/v1.37.1...v1.38.0) [Compare Source](https://togithub.com/aspect-build/rules_js/compare/v1.37.1...v1.38.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gapic-generator-typescript). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent ed7e6e0 commit fe7193d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/generator/gapic-generator-typescript/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ def gapic_generator_typescript_repositories():
55
maybe(
66
http_archive,
77
name = "aspect_rules_js",
8-
sha256 = "ab56f5e8b001926bef9a23261ff97e70b82b9cc1117a1e4cdc4231c6b8b43568",
9-
strip_prefix = "rules_js-1.37.1",
10-
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.37.1.tar.gz",
8+
sha256 = "46d63efa86b9f87670603022500f3f0a9893b914b401a40183cee59069249052",
9+
strip_prefix = "rules_js-1.38.0",
10+
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.38.0.tar.gz",
1111
)
1212

1313
maybe(

0 commit comments

Comments
 (0)