From eee0c4ed0e74ac39f2768521d57f5de014e1f853 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 18 Mar 2024 20:17:26 +0100 Subject: [PATCH] chore(deps): update dependency aspect_rules_ts to v2.2.0 (#417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | aspect_rules_ts | bazel_dep | minor | `2.1.1` -> `2.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/bazelbuild/examples). --- frontend/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/MODULE.bazel b/frontend/MODULE.bazel index 1d9d07d73..750a3bee6 100644 --- a/frontend/MODULE.bazel +++ b/frontend/MODULE.bazel @@ -5,7 +5,7 @@ bazel_dep(name = "aspect_rules_lint", version = "0.12.0") bazel_dep(name = "aspect_rules_jest", version = "0.19.6") bazel_dep(name = "aspect_rules_js", version = "1.38.0") bazel_dep(name = "aspect_rules_swc", version = "1.1.0") -bazel_dep(name = "aspect_rules_ts", version = "2.1.1") +bazel_dep(name = "aspect_rules_ts", version = "2.2.0") bazel_dep(name = "aspect_rules_rollup", version = "1.0.0") bazel_dep(name = "aspect_rules_webpack", version = "0.13.0") bazel_dep(name = "bazel_skylib", version = "1.4.2")