chore(deps-dev): bump @typescript-eslint/rule-tester from 8.20.0 to 8.22.0 #647
Annotations
6 errors and 1 warning
Check types:
src/rules/match-methods-to-routes.spec.ts#L6
Argument of type 'RuleModule<"matchMethodsToRoutes", [], NestJSPedanticPluginDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"matchMethodsToRoutes", [], unknown, RuleListener>'.
|
Check types:
src/rules/no-duplicate-route-params.spec.ts#L6
Argument of type 'RuleModule<"duplicateRouteParam", [], NestJSPedanticPluginDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"duplicateRouteParam", [], unknown, RuleListener>'.
|
Check types:
src/rules/no-unused-route-params.spec.ts#L6
Argument of type 'RuleModule<"unusedRouteParam" | "removeRouteParam", [], NestJSPedanticPluginDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"unusedRouteParam" | "removeRouteParam", [], unknown, RuleListener>'.
|
Check types:
src/rules/route-convention.spec.ts#L6
Argument of type 'RuleModule<"noTrailingSlashes" | "removeSlashes" | "noEmptyRouteString" | "removeEmptyRouteString", [], NestJSPedanticPluginDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"noTrailingSlashes" | "removeSlashes" | "noEmptyRouteString" | "removeEmptyRouteString", [], unknown, RuleListener>'.
|
Check types:
src/rules/safe-route-params.spec.ts#L6
Argument of type 'RuleModule<"invalidParamName" | "missingRouteDefinition" | "replaceWithOtherParam", [], NestJSPedanticPluginDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"invalidParamName" | "missingRouteDefinition" | "replaceWithOtherParam", [], unknown, RuleListener>'.
|
Check types
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading