Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump svelte-check from 3.8.0 to 3.8.4 (#1219)
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.8.0 to 3.8.4. <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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/language-tools/commit/00212c425dfecd865a6b991c82868be467664735"><code>00212c4</code></a> fix: always set bindings/exports in Svelte 5 (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2423">#2423</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/573d59c53c166671ae6a1a5264fca801078b844f"><code>573d59c</code></a> fix: detect root snippets correctly</li> <li><a href="https://github.com/sveltejs/language-tools/commit/e94b82eb3e68b849e8c2544e9eb0a9e614057638"><code>e94b82e</code></a> fix: handle issues with svelte file watching (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2421">#2421</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/53122795e7b42c00d6bf39b3720b03b387b93bf6"><code>5312279</code></a> fix: prevent false positive store declarations (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2422">#2422</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/6e64abdef0900ca8cee39edffe43b51a016385c7"><code>6e64abd</code></a> fix: more robust start tag detection</li> <li><a href="https://github.com/sveltejs/language-tools/commit/1d5f3cd57920d5d9b82063e90f3a81db7fe20817"><code>1d5f3cd</code></a> chore: upgrade to TS 5.5 (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2415">#2415</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/70086526e378e0d7bfdc9bd18fbf83970bb39a14"><code>7008652</code></a> fix: handle optional args in snippets (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2414">#2414</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/dbfb47acde50e2b2c9bbcd864c3ffeadb06ceb5d"><code>dbfb47a</code></a> fix: watch svelte files and project files outside workspace (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2299">#2299</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/bdfa37ab6e64935468b400bb212b519f188d6264"><code>bdfa37a</code></a> fix: snippets with TS incorrect transformation (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2412">#2412</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/be5e535c47de37a219e9a29397829a6abf349ab7"><code>be5e535</code></a> chore: remove import-fresh dependency (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2413">#2413</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/language-tools/compare/svelte-check-3.8.0...svelte-check-3.8.4">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.8.0&new-version=3.8.4)](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>
- Loading branch information