Skip to content

Commit

Permalink
[npm] Bump svelte-check from 3.6.2 to 3.8.5 (#124)
Browse files Browse the repository at this point in the history
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from
3.6.2 to 3.8.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/language-tools/releases">svelte-check's
releases</a>.</em></p>
<blockquote>
<h2>svelte-check-3.8.5</h2>
<ul>
<li>chore: bump html/css language service (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2424">#2424</a>)</li>
<li>chore: better &quot;cannot use bind:&quot; error message (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2429">#2429</a>)</li>
<li>fix: no implicit children prop when using slot (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2427">#2427</a>)</li>
<li>fix: correctly handle HTML between implicit snippet props (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2450">#2450</a>)</li>
<li>fix: correctly scope snippet declarations (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2449">#2449</a>)</li>
<li>fix: make it possible to type snippet parameters using JSDoc (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2449">#2449</a>)</li>
<li>fix: add legacy methods to own component shape (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2451">#2451</a>)</li>
</ul>
<h2>svelte-check-3.8.4</h2>
<ul>
<li>fix: ensure bindings and exports work properly for Svelte 5 +
TS5.5</li>
</ul>
<h2>svelte-check-3.8.3</h2>
<ul>
<li>fix: detect root snippets correctly</li>
<li>fix: prevent false positive store declarations (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2422">#2422</a>)</li>
</ul>
<h2>svelte-check-3.8.2</h2>
<ul>
<li>chore: reduce dependencies (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2413">#2413</a>)
(<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2400">#2400</a>)</li>
<li>fix: handle snippets with typed arguments (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2412">#2412</a>)</li>
<li>fix: handle optional arguments in snippets (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2414">#2414</a>)</li>
</ul>
<h2>svelte-check-3.8.1</h2>
<ul>
<li>fix: adjust ambient module snipping logic</li>
<li>chore: speed up regex</li>
</ul>
<h2>svelte-check-3.8.0</h2>
<ul>
<li>fix: allow for whitespace in snippets declaration (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2366">#2366</a>)</li>
<li>fix: allow <code>as</code> expressions for bindable props (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2372">#2372</a>)</li>
<li>fix: force correct semantic tokens for $props types (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2379">#2379</a>)</li>
<li>feat: Svelte 5 component class/function interop (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2380">#2380</a>)</li>
</ul>
<h2>svelte-check-3.7.1</h2>
<ul>
<li>fix: rework bindable types strategy (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2361">#2361</a>)</li>
</ul>
<h2>svelte-check-3.7.0</h2>
<ul>
<li>feat: mark only properties as bindable that were declared using
<code>$bindable()</code> in Svelte 5 runes mode (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2336">#2336</a>)</li>
<li>chore: better Svelte 5 interop (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2336">#2336</a>)</li>
<li>fix: preserve event attribute casing in Svelte 5 (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2347">#2347</a>)</li>
<li>fix: handle <code>#await</code> inside <code>#snippet</code> (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2348">#2348</a>)</li>
<li>fix: better <code>bind:group</code> transformation (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2349">#2349</a>)</li>
<li>fix: handle boolean css var (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2350">#2350</a>)</li>
</ul>
<h2>svelte-check-3.6.9</h2>
<ul>
<li>fix: ensure type widening for <code>bind:group</code></li>
<li>perf: improve perf in deleteUnresolvedResolutionsFromCache (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2320">#2320</a>)</li>
<li>fix: adjust for moved compiler file in Svelte 5 (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2327">#2327</a>)</li>
</ul>
<h2>svelte-check-3.6.8</h2>
<ul>
<li>chore: support TypeScript 5.4 (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2313">#2313</a>)</li>
<li>fix: allow falsy values for render tags</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/language-tools/commit/719f17be66e1a1b0f0eedac70c65a5759e2c6577"><code>719f17b</code></a>
fix: add legacy methods to own component shape (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2451">#2451</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/fbff4ee34b34e9976c3de472967f854f6f27f1a4"><code>fbff4ee</code></a>
fix: normalize paths in emitDts map</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/6192d75f518a157889263dc59b0e63e1d02da815"><code>6192d75</code></a>
feat: reference/implementation codelens (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2378">#2378</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/88d78325840eb4c1b172a30d391eb26f9980ee22"><code>88d7832</code></a>
fix: correctly handle HTML between implicit snippet props (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2450">#2450</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/d9c48ab269f74868f086061e802183fcba0c6984"><code>d9c48ab</code></a>
docs: mention <code>vitePreprocess</code> (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2440">#2440</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/0f7bd88acbc5abc5a3588259a2057b39175d6a16"><code>0f7bd88</code></a>
fix: various snippet fixes (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2449">#2449</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/4a9ef5e9aad66de709d46f056ccb4ab206ac9ad9"><code>4a9ef5e</code></a>
fix: map refactor/quick-fix of svelte files in typescript plugin (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2439">#2439</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/527c2adb2fc6f13674bcc73cf52b63370dc0c8db"><code>527c2ad</code></a>
fix: correctly detect real Svelte files for declarationMap (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2443">#2443</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/027ab23e3e59939ad1f018a34ca5e0386cbaf829"><code>027ab23</code></a>
chore: better &quot;cannot use <code>bind:</code>&quot; error message
(<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2429">#2429</a>)</li>
<li><a
href="https://github.com/sveltejs/language-tools/commit/8d3a335f70cccdde599b8bc69b1830c0af478298"><code>8d3a335</code></a>
feat: warn on likely failed d.ts file generation (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2428">#2428</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.8.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte-check&package-manager=npm_and_yarn&previous-version=3.6.2&new-version=3.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James <Jamestp19@gmail.com>
  • Loading branch information
dependabot[bot] and JamesPeck authored Aug 8, 2024
1 parent b5e595d commit 8487731
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-check": "^3.8.5",
"svelte-eslint-parser": "^0.40.0",
"tailwindcss": "3.3.6",
"tslib": "^2.6.3",
Expand Down

0 comments on commit 8487731

Please sign in to comment.