Skip to content

fix: remove unused @contentstack/cli-dev-dependencies from export, query-export, variants #933

fix: remove unused @contentstack/cli-dev-dependencies from export, query-export, variants

fix: remove unused @contentstack/cli-dev-dependencies from export, query-export, variants #933

Triggered via pull request August 5, 2026 10:41
Status Failure
Total duration 5m 19s
Artifacts

unit-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
run-tests
Type '{ ext_1: {}; }' is missing the following properties from type 'SinonStub<any[], any>': resetBehavior, reset, returns, returnsArg, and 88 more.
run-tests
Type '{ gf_1: {}; }' is missing the following properties from type 'SinonStub<any[], any>': resetBehavior, reset, returns, returnsArg, and 88 more.
run-tests
Type '{ ct_1: {}; }' is missing the following properties from type 'SinonStub<any[], any>': resetBehavior, reset, returns, returnsArg, and 88 more.
run-tests
Type '{ entry_1: {}; }' is missing the following properties from type 'SinonStub<any[], any>': resetBehavior, reset, returns, returnsArg, and 88 more.
run-tests
Argument of type '() => void' is not assignable to parameter of type '(stub: SinonStub<any[], any>) => SinonStub<any[], any>'.
run-tests
Argument of type '() => void' is not assignable to parameter of type '(stub: SinonStub<any[], any>) => SinonStub<any[], any>'.
run-tests
Argument of type '() => void' is not assignable to parameter of type '(stub: SinonStub<any[], any>) => SinonStub<any[], any>'.
run-tests
Argument of type '() => void' is not assignable to parameter of type '(stub: SinonStub<any[], any>) => SinonStub<any[], any>'.
run-tests
Argument of type '() => void' is not assignable to parameter of type '(stub: SinonStub<any[], any>) => SinonStub<any[], any>'.
run-tests
Argument of type '() => { log: (message: string) => boolean; error: (message: string) => boolean; info: (message: string) => boolean; warn: (message: string) => boolean; debug: (message: string) => boolean; level: string; }' is not assignable to parameter of type '(stub: SinonStub<any[], any>) => SinonStub<any[], any>'.
run-tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/