Commit graph

6 commits

Author SHA1 Message Date
Yotam Ofek
9561210372 Update npm package, remove another unused one, and fix some typing errors that started popping when we moved to yarn
Updating `es-check` managed to solve a problem about a missing type file for `minimatch` which I couldn't get around any other way
2025-11-17 10:58:18 +02:00
Jakub Beránek
eac0c5ac43
Remove eslint-js from npm dependencies 2025-11-07 23:08:28 +01:00
Guillaume Gomez
1a13522b56 Update browser-ui-test version to 0.22.2 2025-09-09 17:19:36 +02:00
Guillaume Gomez
90133349ea Update browser-ui-test version to 0.22.0 2025-09-06 20:33:37 +02:00
Guillaume Gomez
9e8d907807 Update browser-ui-test version to 0.21.3 2025-08-30 17:28:14 +02:00
binarycat
c8e2a65ed1 tidy: use a lockfile for js tools instead of npx
this makes us less vulnerable to MITM and supply chain attacks.

it also means that the CI scripts are no longer responsible for
tracking the versions of these tools.

it should also avoid the situation where local tsc and CI
disagree on the presense of errors due to them being different versions.
2025-07-19 14:44:15 -05:00