This updates `vue-tsc` to version `2.2.0` and removes caret prefix from TypeScript to resolve build compatibility issues that were preventing builds in `agent`'s CI/CD pipeline. The build process was failing with "Search string not found" errors when vue-tsc attempted to patch TypeScript's internal structure. Initially thought to be related to FE-925, FE-924. Closes FE-926 The previous config used `TypeScript` at `^5.8.3` with `vue-tsc` at `^2.1.6`. The `vue-tsc` package contains hardcoded regex patterns for patching TypeScript's internals, and these patterns in version 2.1.6 don't match the structure in TypeScript 5.8.3. |
||
|---|---|---|
| .. | ||
| codemirror-lang-graphql | ||
| hoppscotch-agent | ||
| hoppscotch-backend | ||
| hoppscotch-cli | ||
| hoppscotch-common | ||
| hoppscotch-data | ||
| hoppscotch-desktop | ||
| hoppscotch-js-sandbox | ||
| hoppscotch-kernel | ||
| hoppscotch-relay | ||
| hoppscotch-selfhost-desktop | ||
| hoppscotch-selfhost-web | ||
| hoppscotch-sh-admin | ||