From 971b6726c08b0489fed4eeef61283335f8666f54 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 6 Feb 2021 08:32:14 +1000 Subject: [PATCH] Restore "Merge pull request #1007 from hgiesel/sveltesass2"" This reverts commit ffcf0aa3ca85cb23fe148ce3a96e71405d11b903 and points to a new rules_svelte commit. It looks like we were getting away with not listing the dep on the rules_svelte end - the failing build turned out to be because we need to pass sass in to our local svelte_check invocation. --- repos.bzl | 2 +- ts/graphs/CardCounts.svelte | 8 ++++---- ts/package.json | 1 + ts/svelte.bzl | 1 + ts/yarn.lock | 9 ++++++++- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/repos.bzl b/repos.bzl index 1b44d6c76..57f979e80 100644 --- a/repos.bzl +++ b/repos.bzl @@ -125,7 +125,7 @@ def register_repos(): urls = [ "https://github.com/ankitects/rules_svelte/archive/anki-2021-02-06.tar.gz", ], - sha256 = "7069687c83754271f72c34c4d1b57c9812565b47754d3d673828c01a78a6f139", + sha256 = "f77a96ae5a354f8c3c24045f3bee8521bfe56224292d4f71184a3382784640eb", ) # translations diff --git a/ts/graphs/CardCounts.svelte b/ts/graphs/CardCounts.svelte index d63f91d99..c7152f6ae 100644 --- a/ts/graphs/CardCounts.svelte +++ b/ts/graphs/CardCounts.svelte @@ -33,7 +33,7 @@ const total = i18n.tr(i18n.TR.STATISTICS_COUNTS_TOTAL_CARDS); -