Merged in feature/tsgo (pull request #3069)

Use tsgo for typechecking

* switch to tsgo for type-checking

* Merged in chore/remove-cypress (pull request #3066)

chore: remove unused dependencies

* chore: remove cypress

* remove unused deps

* update yarn.lock after removing unused deps


Approved-by: Anton Gunnarsson

* use tsgo for typechecking

* use tsgo for type-checking

* yarn install

* fix(BOOK-496): Slowed down the MarqueeText component animation

Approved-by: Matilda Landström

* switch to tsgo for type-checking

* use tsgo for typechecking

* use tsgo for type-checking

* yarn install

* Merge branch 'feature/tsgo' of bitbucket.org:scandic-swap/web into feature/tsgo

* switch to use yarn check-types in lint-staged

* Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/tsgo


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-11-06 12:34:23 +00:00
parent 873174dcc3
commit ec511e2c8b
17 changed files with 105 additions and 23 deletions

View File

@@ -6818,6 +6818,87 @@ __metadata:
languageName: node
linkType: hard
"@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview-darwin-arm64@npm:7.0.0-dev.20251104.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview-darwin-x64@npm:7.0.0-dev.20251104.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview-linux-arm64@npm:7.0.0-dev.20251104.1"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
"@typescript/native-preview-linux-arm@npm:7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview-linux-arm@npm:7.0.0-dev.20251104.1"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard
"@typescript/native-preview-linux-x64@npm:7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview-linux-x64@npm:7.0.0-dev.20251104.1"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
"@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview-win32-arm64@npm:7.0.0-dev.20251104.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@typescript/native-preview-win32-x64@npm:7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview-win32-x64@npm:7.0.0-dev.20251104.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
"@typescript/native-preview@npm:^7.0.0-dev.20251104.1":
version: 7.0.0-dev.20251104.1
resolution: "@typescript/native-preview@npm:7.0.0-dev.20251104.1"
dependencies:
"@typescript/native-preview-darwin-arm64": "npm:7.0.0-dev.20251104.1"
"@typescript/native-preview-darwin-x64": "npm:7.0.0-dev.20251104.1"
"@typescript/native-preview-linux-arm": "npm:7.0.0-dev.20251104.1"
"@typescript/native-preview-linux-arm64": "npm:7.0.0-dev.20251104.1"
"@typescript/native-preview-linux-x64": "npm:7.0.0-dev.20251104.1"
"@typescript/native-preview-win32-arm64": "npm:7.0.0-dev.20251104.1"
"@typescript/native-preview-win32-x64": "npm:7.0.0-dev.20251104.1"
dependenciesMeta:
"@typescript/native-preview-darwin-arm64":
optional: true
"@typescript/native-preview-darwin-x64":
optional: true
"@typescript/native-preview-linux-arm":
optional: true
"@typescript/native-preview-linux-arm64":
optional: true
"@typescript/native-preview-linux-x64":
optional: true
"@typescript/native-preview-win32-arm64":
optional: true
"@typescript/native-preview-win32-x64":
optional: true
bin:
tsgo: bin/tsgo.js
checksum: 10c0/dce6ab5c1d265bc9a56a6a571a92222b63b43ae809bc240ebac4e838588891419f281ff81dce43d55bd52aa786f2a9fc1753fb7b071e2b272210ab05ebffe455
languageName: node
linkType: hard
"@unhead/schema@npm:^1.11.11, @unhead/schema@npm:^1.9.5":
version: 1.11.20
resolution: "@unhead/schema@npm:1.11.20"
@@ -13752,6 +13833,7 @@ __metadata:
"@formatjs/cli": "npm:^6.7.1"
"@types/react": "npm:19.1.0"
"@types/react-dom": "npm:19.1.0"
"@typescript/native-preview": "npm:^7.0.0-dev.20251104.1"
"@yarnpkg/types": "npm:^4.0.1"
commander: "npm:^14.0.0"
husky: "npm:^9.1.7"