chore(deps): update dependency typescript to v7 #105

Open
renovate wants to merge 1 commit from renovate/typescript-7.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
typescript (source) devDependencies major ^5.7.2 -> ^7.0.0

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


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 | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | major | [`^5.7.2` -> `^7.0.0`](https://renovatebot.com/diffs/npm/typescript/5.9.3/7.0.2) | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
chore(deps): update dependency typescript to v7
Some checks failed
renovate/artifacts Artifact file update failure
ci / ci (pull_request) Failing after 11s
fc369712a6
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: pnpm-lock.yaml
undefined
### ⚠️ 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: pnpm-lock.yaml ``` undefined ```

Held from the v0.3.0 dependency sweep: typescript v7 crashes the compiler load under svelte-check (TS7 native preview) — toolchain not ready. Kept open pending a focused migration; the other 5 compatible majors landed in v0.3.0.

Held from the v0.3.0 dependency sweep: **typescript v7** crashes the compiler load under `svelte-check` (TS7 native preview) — toolchain not ready. Kept open pending a focused migration; the other 5 compatible majors landed in v0.3.0.

Still held (re-reproduced 2026-07-19). typescript@7.0.2 (the native port) installs, but the first gate step svelte-check (svelte-check@4.7.1) crashes on load:

TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames')
    at new FileMap (.../svelte-check/dist/src/index.js)
    at new ConfigLoader (...)

This is svelte language-tools reading a TypeScript compiler-host API that TS7's restructured API no longer provides — a hard upstream incompatibility, not a Bosco-side config issue. Blocked until svelte-check / svelte language-tools ship TypeScript 7 support. Keeping open, no code change.

Still **held** (re-reproduced 2026-07-19). `typescript@7.0.2` (the native port) installs, but the first gate step `svelte-check` (svelte-check@4.7.1) **crashes on load**: ``` TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames') at new FileMap (.../svelte-check/dist/src/index.js) at new ConfigLoader (...) ``` This is svelte language-tools reading a TypeScript compiler-host API that TS7's restructured API no longer provides — a hard **upstream incompatibility**, not a Bosco-side config issue. Blocked until svelte-check / svelte language-tools ship TypeScript 7 support. Keeping open, no code change.
Some checks failed
renovate/artifacts Artifact file update failure
ci / ci (pull_request) Failing after 11s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
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/typescript-7.x:renovate/typescript-7.x
git switch renovate/typescript-7.x
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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
Bosco/bosco!105
No description provided.