Skip to content

Commit aea2eb1

Browse files
build(deps-dev): bump svelte-check from 4.4.3 to 4.4.4 in /frontend (wesm#103)
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 4.4.3 to 4.4.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@4.4.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: more robust detection of <code>lang=&quot;ts&quot;</code> attribute (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2957">#2957</a>)</p> </li> <li> <p>fix: pass filename to <code>warningFilter</code> (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2959">#2959</a>)</p> </li> <li> <p>fix: resolve svelte files under path alias in <code>--incremental/tsgo</code> mode (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2955">#2955</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/language-tools/commit/e7168a925931f6cc00d39db61b657db1b29c2f05"><code>e7168a9</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2958">#2958</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/2eb81706ef4cf634814e738817ca2085bb748e6d"><code>2eb8170</code></a> fix: pass filename to <code>warningFilter</code> (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2959">#2959</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/28adef30bf44ab42f9272416f035d67c12af32e4"><code>28adef3</code></a> fix: more robust detection of <code>lang=&quot;ts&quot;</code> attribute (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2957">#2957</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/379b0bd0d1498662fcc922de0f58824ebd271346"><code>379b0bd</code></a> fix: resolve svelte files under path alias in <code>--incremental/tsgo</code> mode (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2955">#2955</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.3...svelte-check@4.4.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=4.4.3&new-version=4.4.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 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>
1 parent 470359e commit aea2eb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/dompurify": "3.2.0",
2727
"jsdom": "28.1.0",
2828
"svelte": "5.53.7",
29-
"svelte-check": "4.4.3",
29+
"svelte-check": "4.4.4",
3030
"typescript": "5.9.3",
3131
"vite": "7.3.1",
3232
"vitest": "4.0.18"

0 commit comments

Comments
 (0)