chore(deps-dev): bump @commitlint/cli from 17.5.1 to 17.7.1 #1347
Annotations
20 errors and 8 warnings
build (14.x, 6):
src/rules/no-mix-controlled-with-uncontrolled.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-mix-controlled-with-uncontrolled': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-mix-controlled-with-uncontrolled", []>>) => { ...; }; }' but required in type 'RuleModule<"no-mix-controlled-with-uncontrolled", [], RuleListener>'.
|
build (14.x, 6):
src/rules/no-only-value-prop.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-only-value-prop': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-only-value-prop", []>>) => { ...; }; }' but required in type 'RuleModule<"no-only-value-prop", [], RuleListener>'.
|
build (14.x, 6):
src/utils/makeRule.ts#L1
Property 'defaultOptions' is missing in type '{ meta: RuleMetaData<any>; create(context: Readonly<RuleContext<any, any>>): { JSXElement: (node: JSXElement) => number; 'Program:exit': () => void; TaggedTemplateExpression: RuleFunction<...>; }; }' but required in type 'RuleModule<any, any, RuleListener>'.
|
build (14.x, 6)
Process completed with exit code 1.
|
build (14.x, 7):
src/rules/no-mix-controlled-with-uncontrolled.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-mix-controlled-with-uncontrolled': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-mix-controlled-with-uncontrolled", []>>) => { ...; }; }' but required in type 'RuleModule<"no-mix-controlled-with-uncontrolled", [], RuleListener>'.
|
build (14.x, 7):
src/rules/no-only-value-prop.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-only-value-prop': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-only-value-prop", []>>) => { ...; }; }' but required in type 'RuleModule<"no-only-value-prop", [], RuleListener>'.
|
build (14.x, 7):
src/utils/makeRule.ts#L1
Property 'defaultOptions' is missing in type '{ meta: RuleMetaData<any>; create(context: Readonly<RuleContext<any, any>>): { JSXElement: (node: JSXElement) => number; 'Program:exit': () => void; TaggedTemplateExpression: RuleFunction<...>; }; }' but required in type 'RuleModule<any, any, RuleListener>'.
|
build (14.x, 7)
Process completed with exit code 1.
|
build (14.x, 8):
src/rules/no-mix-controlled-with-uncontrolled.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-mix-controlled-with-uncontrolled': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-mix-controlled-with-uncontrolled", []>>) => { ...; }; }' but required in type 'RuleModule<"no-mix-controlled-with-uncontrolled", [], RuleListener>'.
|
build (14.x, 8):
src/rules/no-only-value-prop.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-only-value-prop': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-only-value-prop", []>>) => { ...; }; }' but required in type 'RuleModule<"no-only-value-prop", [], RuleListener>'.
|
build (14.x, 8):
src/utils/makeRule.ts#L1
Property 'defaultOptions' is missing in type '{ meta: RuleMetaData<any>; create(context: Readonly<RuleContext<any, any>>): { JSXElement: (node: JSXElement) => number; 'Program:exit': () => void; TaggedTemplateExpression: RuleFunction<...>; }; }' but required in type 'RuleModule<any, any, RuleListener>'.
|
build (14.x, 8)
The operation was canceled.
|
build (14.x, 5):
src/rules/no-mix-controlled-with-uncontrolled.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-mix-controlled-with-uncontrolled': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-mix-controlled-with-uncontrolled", []>>) => { ...; }; }' but required in type 'RuleModule<"no-mix-controlled-with-uncontrolled", [], RuleListener>'.
|
build (14.x, 5):
src/rules/no-only-value-prop.ts#L1
Property 'defaultOptions' is missing in type '{ meta: { docs: { description: string; recommended: "error"; url: string; }; messages: { 'no-only-value-prop': string; }; schema: never[]; type: "problem"; }; create: (context: Readonly<RuleContext<"no-only-value-prop", []>>) => { ...; }; }' but required in type 'RuleModule<"no-only-value-prop", [], RuleListener>'.
|
build (14.x, 5):
src/utils/makeRule.ts#L1
Property 'defaultOptions' is missing in type '{ meta: RuleMetaData<any>; create(context: Readonly<RuleContext<any, any>>): { JSXElement: (node: JSXElement) => number; 'Program:exit': () => void; TaggedTemplateExpression: RuleFunction<...>; }; }' but required in type 'RuleModule<any, any, RuleListener>'.
|
build (14.x, 5)
The operation was canceled.
|
build (16.x, 7)
The operation was canceled.
|
build (16.x, 6)
The operation was canceled.
|
build (16.x, 5)
The operation was canceled.
|
build (16.x, 8)
The operation was canceled.
|
build (14.x, 6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (14.x, 7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (14.x, 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (14.x, 5)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x, 7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x, 6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x, 5)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x, 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|