From c60fe6eebb094e3e5c635d832ad9bcc0d4c195fc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 28 Oct 2024 17:31:12 +0100 Subject: [PATCH] chore(deps): update dependency aspect_rules_swc to v2.0.1 (#514) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | aspect_rules_swc | bazel_dep | patch | `2.0.0` -> `2.0.1` | --- > [!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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](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 590421d0..0262f027 100644 --- a/frontend/MODULE.bazel +++ b/frontend/MODULE.bazel @@ -4,7 +4,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.8.1") bazel_dep(name = "aspect_rules_lint", version = "1.0.0-rc4") bazel_dep(name = "aspect_rules_jest", version = "0.22.0") bazel_dep(name = "aspect_rules_js", version = "2.0.2") -bazel_dep(name = "aspect_rules_swc", version = "2.0.0") +bazel_dep(name = "aspect_rules_swc", version = "2.0.1") bazel_dep(name = "aspect_rules_ts", version = "3.1.0") bazel_dep(name = "aspect_rules_rollup", version = "2.0.0") bazel_dep(name = "aspect_rules_webpack", version = "0.16.0")