- Deleted the deprecated
isHTMLElementandgetDOMNamepredicates from the JSX library, useisHtmlElementandgetDomNamerespectively instead. - Deleted the deprecated
getPackageJSONpredicate from theSourceMappingCommentclass, useSourceMappingCommentinstead. - Deleted many deprecated directives from the
Stmt.qllfile, use theDirective::module instead. - Deleted the deprecated
YAMLNode,YAMLValue, andYAMLScalarclasses from the YAML libraries, useYamlNode,YamlValue, andYamlScalarrespectively instead. - Deleted the deprecated
getARouteHandlerExprpredicate fromConnect.qll, usegetARouteHandlerNodeinstead. - Deleted the deprecated
getGWTVersionpredicate fromGWT.qll, usegetGwtVersioninstead. - Deleted the deprecated
getOwnOptionsObjectpredicate fromVue.qll, usegetOwnOptions().getASink()instead.
- Added support for TypeScript 5.6.