update svelte-check

Invoking from scripts/svelte-check is currently broken due to sass
imports - it appears to have been broken some time back.
This commit is contained in:
Damien Elmes 2021-09-29 11:32:47 +10:00
parent 604247482d
commit e46ca4ee54
3 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check
SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check --workspace ts

View file

@ -43,7 +43,7 @@
"sass": "=1.32.12",
"semver": "^7.3.4",
"svelte": "^3.25.0",
"svelte-check": "^1.0.61",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.6.9",
"svelte2tsx": "^0.4.6",
"tmp": "^0.2.1",

View file

@ -2258,7 +2258,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
fast-glob@^3.1.1:
fast-glob@^3.1.1, fast-glob@^3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@ -4279,14 +4279,14 @@ supports-hyperlinks@^2.0.0:
has-flag "^4.0.0"
supports-color "^7.0.0"
svelte-check@^1.0.61:
version "1.6.0"
resolved "https://registry.yarnpkg.com/svelte-check/-/svelte-check-1.6.0.tgz#fcc7b28252a89be0e4cd369c58bbf8e76e81295f"
integrity sha512-nQTlbFJWhwoeLY5rkhgbjzGQSwk5F1pRdEXait0EFaQSrE/iJF+PIjrQlk0BjL/ogk9HaR9ZI0DQSYrl7jl3IQ==
svelte-check@^2.2.6:
version "2.2.6"
resolved "https://registry.yarnpkg.com/svelte-check/-/svelte-check-2.2.6.tgz#11d5e70225a616950eddd3d435d56193be687582"
integrity sha512-oJux/afbmcZO+N+ADXB88h6XANLie8Y2rh2qBlhgfkpr2c3t/q/T0w2JWrHqagaDL8zeNwO8a8RVFBkrRox8gg==
dependencies:
chalk "^4.0.0"
chokidar "^3.4.1"
glob "^7.1.6"
fast-glob "^3.2.7"
import-fresh "^3.2.1"
minimist "^1.2.5"
sade "^1.7.4"