Bump svelte-check from 2.10.3 to 3.0.1
Bumps svelte-check from 2.10.3 to 3.0.1.
Release notes
Sourced from svelte-check's releases.
svelte-check-3.0.1
- (fix) correctly check if props implement $$Props interface (#1797)
BREAKING CHANGES
- the old transformation is no longer available. If you're using the
svelte.JSX
namespace in your projects, you should migrate accordingly- minimum required Node version is now 16
- minimum required TypeScript version is now 4.9
- minimum required Svelte version is now 3.55
- removed hint diagnostics to align with tsc
- searches for nearest tsconfig/jsconfig by default now (you don't need to specify
--tsconfig
anymore in most cases now; use--no-tsconfig
to get back the old behavior of only checking Svelte files without a jsconfig/tsconfig)svelte-check-3.0.0
broken release, see 3.0.1 instead
Commits
-
2fda68a
(chore) bump actions, get svelte-check releasing properly (#1805) -
6ee0b2f
(chore) fix workflow files (#1803) -
df5513a
bump -
a7ee93f
(fix) bring back old types (#1802) -
4a03dd0
(fix) fix better html type fallback (#1801) -
678fbcd
(breaking) rename to v2 (#1800) -
936b2d8
(breaking) adjust dts generation (#1798) -
d4a3519
(fix) correctly check if props implement $$Props interface (#1797) -
e7dd0da
(breaking) svelte-check v3 (#1796) -
7cbe2ac
(breaking) remove access to old transformation (#1795) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts