https://hey.com #16
node-test.yml
on: push
Matrix: unit
Matrix: check-json-schema
Matrix: check-package-lock-vsce
Matrix: check-package-lock
Matrix: lint
Matrix: integration-windows
Matrix: integration
Annotations
14 errors and 4 warnings
unit (18)
Process completed with exit code 1.
|
unit (20)
The job was canceled because "_18" failed.
|
unit (20)
Process completed with exit code 1.
|
check-package-lock (20)
Process completed with exit code 1.
|
check-json-schema (20):
src/apiv2.ts#L342
Type 'AbortSignal' is missing the following properties from type 'AbortSignal': reason, throwIfAborted
|
check-json-schema (20):
src/apiv2.ts#L351
Type 'import("/home/runner/work/firebase-toolsIHeyReally11983/firebase-toolsIHeyReally11983/node_modules/abort-controller/dist/abort-controller").AbortSignal' is not assignable to type 'import("/home/runner/work/firebase-toolsIHeyReally11983/firebase-toolsIHeyReally11983/node_modules/@types/node-fetch/externals").AbortSignal'.
|
check-json-schema (20):
src/extensions/extensionsApi.ts#L378
Type 'string | object | undefined' is not assignable to type '{ location?: string | undefined; entryPoint?: string | undefined; sourceDirectory?: string | undefined; timeout?: string | undefined; availableMemoryMb?: MemoryOptions | undefined; ... 4 more ...; eventTrigger?: { ...; } | undefined; } | { ...; } | undefined'.
|
check-json-schema (20):
src/extensions/change-log.ts#L15
Type 'TerminalRenderer' is not assignable to type 'Renderer<never>'.
|
check-json-schema (20):
node_modules/vite/dist/node/index.d.ts#L843
Class 'import("/home/runner/work/firebase-toolsIHeyReally11983/firebase-toolsIHeyReally11983/node_modules/vite/dist/node/index").FSWatcher' incorrectly implements interface 'import("fs").FSWatcher'.
|
check-json-schema (20):
node_modules/astro/dist/@types/astro.d.ts#L1645
Cannot find namespace 'App'.
|
check-json-schema (20):
node_modules/astro/dist/@types/astro.d.ts#L1740
Cannot find namespace 'App'.
|
check-json-schema (20):
src/frameworks/astro/utils.ts#L25
Property 'openConfig' does not exist on type 'typeof import("/home/runner/work/firebase-toolsIHeyReally11983/firebase-toolsIHeyReally11983/node_modules/astro/dist/core/config/config")'.
|
check-json-schema (20):
src/frameworks/next/constants.ts#L66
Type '{ server: ("rsc" | "action-browser" | "app-metadata-route" | "app-route-handler")[]; nonClientServerTarget: ("api" | "middleware")[]; app: ("shared" | "rsc" | "ssr" | "action-browser" | "app-pages-browser" | "app-metadata-route" | "app-route-handler")[]; }' is not assignable to type '{ serverOnly: ("rsc" | "action-browser" | "instrument" | "app-metadata-route" | "app-route-handler")[]; clientOnly: ("ssr" | "app-pages-browser")[]; nonClientServerTarget: ("api" | "middleware")[]; app: ("shared" | ... 6 more ... | "app-route-handler")[]; }'.
|
check-json-schema (20):
src/init/features/hosting/github.ts#L258
Property 'on' does not exist on type 'string | object | undefined'.
|
unit (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-package-lock-vsce (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-package-lock (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-json-schema (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|