chore(deps): update dependency svelte-check to v4.4.5 #137

Open
ticktock_depbot wants to merge 1 commit from renovate/svelte-check-4.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
svelte-check devDependencies minor 4.3.5 -> 4.4.5

Release Notes

sveltejs/language-tools (svelte-check)

v4.4.5

Compare Source

Patch Changes
  • fix: use Promise for async kit handler return types (#​2966)

v4.4.4

Compare Source

Patch Changes
  • fix: more robust detection of lang="ts" attribute (#​2957)

  • fix: pass filename to warningFilter (#​2959)

  • fix: resolve svelte files under path alias in --incremental/tsgo mode (#​2955)

v4.4.3

Compare Source

Patch Changes
  • fix: respect @ts-ignore etc comments within tags (#​2950)

v4.4.2

Compare Source

Patch Changes
  • fix: resolve shims correctly in --incremental/tsgo mode (cd1ff2f)

  • fix: include references in generated tsconfig.json in --incremental/tsgo mode (1990f74)

v4.4.1

Compare Source

Patch Changes
  • fix: handle relative imports reaching outside working directory when using --incremental/--tsgo flags (#​2942)

  • fix: support SvelteKit zero types in svelte-check --incremental (#​2939)

v4.4.0

Compare Source

Minor Changes
  • feat: provide --incremental and --tsgo flags (#​2932)
Patch Changes
  • fix: ignore Unix domain sockets in file watcher to prevent crashes (#​2931)

  • fix: properly use machine output by default for Claude Code (e9f58d2)

v4.3.6

Compare Source

Patch Changes
  • fix: don't hoist type/snippet referencing $store (#​2926)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [svelte-check](https://github.com/sveltejs/language-tools) | devDependencies | minor | [`4.3.5` -> `4.4.5`](https://renovatebot.com/diffs/npm/svelte-check/4.3.5/4.4.5) | --- ### Release Notes <details> <summary>sveltejs/language-tools (svelte-check)</summary> ### [`v4.4.5`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.5) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.4...svelte-check@4.4.5) ##### Patch Changes - fix: use Promise<Response> for async kit handler return types ([#&#8203;2966](https://github.com/sveltejs/language-tools/pull/2966)) ### [`v4.4.4`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.4) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.3...svelte-check@4.4.4) ##### Patch Changes - fix: more robust detection of `lang="ts"` attribute ([#&#8203;2957](https://github.com/sveltejs/language-tools/pull/2957)) - fix: pass filename to `warningFilter` ([#&#8203;2959](https://github.com/sveltejs/language-tools/pull/2959)) - fix: resolve svelte files under path alias in `--incremental/tsgo` mode ([#&#8203;2955](https://github.com/sveltejs/language-tools/pull/2955)) ### [`v4.4.3`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.3) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.2...svelte-check@4.4.3) ##### Patch Changes - fix: respect `@ts-ignore` etc comments within tags ([#&#8203;2950](https://github.com/sveltejs/language-tools/pull/2950)) ### [`v4.4.2`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.2) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.1...svelte-check@4.4.2) ##### Patch Changes - fix: resolve shims correctly in `--incremental/tsgo` mode ([`cd1ff2f`](https://github.com/sveltejs/language-tools/commit/cd1ff2f269f3401ad8a5924e208558de868a4f3c)) - fix: include `references` in generated `tsconfig.json` in `--incremental/tsgo` mode ([`1990f74`](https://github.com/sveltejs/language-tools/commit/1990f7477de44740109e75a7755a92385c195374)) ### [`v4.4.1`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.1) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.0...svelte-check@4.4.1) ##### Patch Changes - fix: handle relative imports reaching outside working directory when using `--incremental/--tsgo` flags ([#&#8203;2942](https://github.com/sveltejs/language-tools/pull/2942)) - fix: support SvelteKit zero types in svelte-check --incremental ([#&#8203;2939](https://github.com/sveltejs/language-tools/pull/2939)) ### [`v4.4.0`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.0) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.3.6...svelte-check@4.4.0) ##### Minor Changes - feat: provide `--incremental` and `--tsgo` flags ([#&#8203;2932](https://github.com/sveltejs/language-tools/pull/2932)) ##### Patch Changes - fix: ignore Unix domain sockets in file watcher to prevent crashes ([#&#8203;2931](https://github.com/sveltejs/language-tools/pull/2931)) - fix: properly use machine output by default for Claude Code ([`e9f58d2`](https://github.com/sveltejs/language-tools/commit/e9f58d2379adf8dc4ea47b2fb3fad2797dd66f04)) ### [`v4.3.6`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.3.6) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.3.5...svelte-check@4.3.6) ##### Patch Changes - fix: don't hoist type/snippet referencing $store ([#&#8203;2926](https://github.com/sveltejs/language-tools/pull/2926)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency svelte-check to v4.4.3
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Successful in 4m54s
fcb492a5be
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot force-pushed renovate/svelte-check-4.x-lockfile from fcb492a5be
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Successful in 4m54s
to 67b7e80327
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 4m7s
2026-02-26 15:44:30 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency svelte-check to v4.4.3 to chore(deps): update dependency svelte-check to v4.4.4 2026-02-26 15:44:32 +00:00
ticktock_depbot changed title from chore(deps): update dependency svelte-check to v4.4.4 to chore(deps): update dependency svelte-check to v4.4.5 2026-03-07 20:54:37 +00:00
ticktock_depbot force-pushed renovate/svelte-check-4.x-lockfile from 67b7e80327
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 5s
/ build (pull_request) Successful in 4m7s
to a7c8cf421e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m3s
/ build (pull_request) Successful in 3m49s
2026-03-07 20:54:37 +00:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m3s
/ build (pull_request) Successful in 3m49s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/svelte-check-4.x-lockfile:renovate/svelte-check-4.x-lockfile
git switch renovate/svelte-check-4.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/svelte-check-4.x-lockfile
git switch renovate/svelte-check-4.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/svelte-check-4.x-lockfile
git switch renovate/svelte-check-4.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/svelte-check-4.x-lockfile
git switch main
git merge --squash renovate/svelte-check-4.x-lockfile
git switch main
git merge --ff-only renovate/svelte-check-4.x-lockfile
git switch main
git merge renovate/svelte-check-4.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
btclock/webui!137
No description provided.