Skip to content

"warn" action for socket npm #211

"warn" action for socket npm

"warn" action for socket npm #211

Triggered via pull request August 4, 2023 06:19
@bmeckbmeck
synchronize #60
warn-safe-npm
Status Failure
Total duration 34s
Artifacts

types.yml

on: pull_request
type-check  /  Resolving inputs
1s
type-check / Resolving inputs
Matrix: type-check / test
Fit to window
Zoom out
Zoom in

Annotations

32 errors and 4 warnings
type-check / TS 4.9, "es2020", ./.: lib/utils/issue-rules.cjs#L20
Type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }' has no matching index signature for type 'string'.
type-check / TS 4.9, "es2020", ./.: lib/utils/issue-rules.cjs#L135
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "es2020", ./.: test/issue-rule-ux.test.js#L34
Type '{ organization: { deferTo: string; issueRules: { fromDeferString: { action: string; }; frumUndefinedAction: {}; }; }; repository: { issueRules: { fromMiddleConfig: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "es2020", ./.: test/issue-rule-ux.test.js#L154
Type '{ organization: { issueRules: { orgTrue: true; orgFalse: false; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "es2020", ./.: test/issue-rule-ux.test.js#L216
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_missing: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "es2020", ./.: test/issue-rule-ux.test.js#L235
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "es2020", ./.: test/issue-rule-ux.test.js#L293
Type '{ organization: { issueRules: { willWarn: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "es2020", ./.
Process completed with exit code 2.
type-check / TS next, "es2020", ./.: lib/utils/issue-rules.cjs#L20
Type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }' has no matching index signature for type 'string'.
type-check / TS next, "es2020", ./.: lib/utils/issue-rules.cjs#L135
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "es2020", ./.: test/issue-rule-ux.test.js#L34
Type '{ organization: { deferTo: string; issueRules: { fromDeferString: { action: string; }; frumUndefinedAction: {}; }; }; repository: { issueRules: { fromMiddleConfig: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "es2020", ./.: test/issue-rule-ux.test.js#L154
Type '{ organization: { issueRules: { orgTrue: true; orgFalse: false; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "es2020", ./.: test/issue-rule-ux.test.js#L216
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_missing: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "es2020", ./.: test/issue-rule-ux.test.js#L235
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "es2020", ./.: test/issue-rule-ux.test.js#L293
Type '{ organization: { issueRules: { willWarn: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "es2020", ./.
Process completed with exit code 2.
type-check / TS next, "esnext", ./.: lib/utils/issue-rules.cjs#L20
Type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }' has no matching index signature for type 'string'.
type-check / TS next, "esnext", ./.: lib/utils/issue-rules.cjs#L135
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "esnext", ./.: test/issue-rule-ux.test.js#L34
Type '{ organization: { deferTo: string; issueRules: { fromDeferString: { action: string; }; frumUndefinedAction: {}; }; }; repository: { issueRules: { fromMiddleConfig: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "esnext", ./.: test/issue-rule-ux.test.js#L154
Type '{ organization: { issueRules: { orgTrue: true; orgFalse: false; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "esnext", ./.: test/issue-rule-ux.test.js#L216
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_missing: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "esnext", ./.: test/issue-rule-ux.test.js#L235
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS next, "esnext", ./.: test/issue-rule-ux.test.js#L293
Type '{ organization: { issueRules: { willWarn: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "esnext", ./.: lib/utils/issue-rules.cjs#L20
Type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }' has no matching index signature for type 'string'.
type-check / TS next, "esnext", ./.
Process completed with exit code 2.
type-check / TS 4.9, "esnext", ./.: lib/utils/issue-rules.cjs#L135
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "esnext", ./.: test/issue-rule-ux.test.js#L34
Type '{ organization: { deferTo: string; issueRules: { fromDeferString: { action: string; }; frumUndefinedAction: {}; }; }; repository: { issueRules: { fromMiddleConfig: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "esnext", ./.: test/issue-rule-ux.test.js#L154
Type '{ organization: { issueRules: { orgTrue: true; orgFalse: false; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "esnext", ./.: test/issue-rule-ux.test.js#L216
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_missing: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "esnext", ./.: test/issue-rule-ux.test.js#L235
Type '{ start: { deferTo: null; issueRules: { warn_then_error: { action: string; }; ignore_then_defer: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "esnext", ./.: test/issue-rule-ux.test.js#L293
Type '{ organization: { issueRules: { willWarn: { action: string; }; }; }; }' is not assignable to type '{ deferTo?: string | null; issueRules?: { [key: string]: { action?: "error" | "warn" | "ignore" | "defer"; } | undefined; }; }'.
type-check / TS 4.9, "esnext", ./.
Process completed with exit code 2.
type-check / TS 4.9, "es2020", ./.
Unexpected input(s) 'submodules', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
type-check / TS next, "es2020", ./.
Unexpected input(s) 'submodules', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
type-check / TS 4.9, "esnext", ./.
Unexpected input(s) 'submodules', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
type-check / TS next, "esnext", ./.
Unexpected input(s) 'submodules', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']