chore: Bump hono from 4.12.18 to 4.12.23 in the npm_and_yarn group across 1 directory #594
Annotations
30 errors and 51 warnings
|
🧪 Test (22):
test-files/test.js#L35
<b> is forbidden, Do not use HTML for styling
|
|
🧪 Test (22):
test-files/test.js#L29
Ambiguous text within anchor. Screen reader users rely on link text for context; the words "click here", "here", "link", "a link", "learn more" are ambiguous and do not provide enough context
|
|
🧪 Test (22):
test-files/test.js#L20
Unexpected implicit coercion encountered. Use `Number(int)` instead
|
|
🧪 Test (22):
test-files/test.js#L20
'asNum' is assigned a value but never used
|
|
🧪 Test (22):
test-files/test.js#L19
Unexpected implicit coercion encountered. Use `Boolean(viaBracket)` instead
|
|
🧪 Test (22):
test-files/test.js#L19
'asBool' is assigned a value but never used
|
|
🧪 Test (22):
test-files/test.js#L16
Unexpected use of 'parseFloat'. Use Number.parseFloat instead
|
|
🧪 Test (22):
test-files/test.js#L16
'float' is assigned a value but never used
|
|
🧪 Test (22):
test-files/test.js#L15
Unexpected use of 'parseInt'. Use Number.parseInt instead
|
|
🧪 Test (22):
test-files/test.js#L8
'unusedVar' is assigned a value but never used
|
|
🧪 Test (20):
test-files/test.js#L35
<b> is forbidden, Do not use HTML for styling
|
|
🧪 Test (20):
test-files/test.js#L29
Ambiguous text within anchor. Screen reader users rely on link text for context; the words "click here", "here", "link", "a link", "learn more" are ambiguous and do not provide enough context
|
|
🧪 Test (20):
test-files/test.js#L20
Unexpected implicit coercion encountered. Use `Number(int)` instead
|
|
🧪 Test (20):
test-files/test.js#L20
'asNum' is assigned a value but never used
|
|
🧪 Test (20):
test-files/test.js#L19
Unexpected implicit coercion encountered. Use `Boolean(viaBracket)` instead
|
|
🧪 Test (20):
test-files/test.js#L19
'asBool' is assigned a value but never used
|
|
🧪 Test (20):
test-files/test.js#L16
Unexpected use of 'parseFloat'. Use Number.parseFloat instead
|
|
🧪 Test (20):
test-files/test.js#L16
'float' is assigned a value but never used
|
|
🧪 Test (20):
test-files/test.js#L15
Unexpected use of 'parseInt'. Use Number.parseInt instead
|
|
🧪 Test (20):
test-files/test.js#L8
'unusedVar' is assigned a value but never used
|
|
🧪 Test (24):
test-files/test.js#L35
<b> is forbidden, Do not use HTML for styling
|
|
🧪 Test (24):
test-files/test.js#L29
Ambiguous text within anchor. Screen reader users rely on link text for context; the words "click here", "here", "link", "a link", "learn more" are ambiguous and do not provide enough context
|
|
🧪 Test (24):
test-files/test.js#L20
Unexpected implicit coercion encountered. Use `Number(int)` instead
|
|
🧪 Test (24):
test-files/test.js#L20
'asNum' is assigned a value but never used
|
|
🧪 Test (24):
test-files/test.js#L19
Unexpected implicit coercion encountered. Use `Boolean(viaBracket)` instead
|
|
🧪 Test (24):
test-files/test.js#L19
'asBool' is assigned a value but never used
|
|
🧪 Test (24):
test-files/test.js#L16
Unexpected use of 'parseFloat'. Use Number.parseFloat instead
|
|
🧪 Test (24):
test-files/test.js#L16
'float' is assigned a value but never used
|
|
🧪 Test (24):
test-files/test.js#L15
Unexpected use of 'parseInt'. Use Number.parseInt instead
|
|
🧪 Test (24):
test-files/test.js#L8
'unusedVar' is assigned a value but never used
|
|
🧹 Lint (22):
src/plugins/webc-processor.mjs#L170
Refactor this code to not nest more than 3 if/for/while/switch/try statements
|
|
🧹 Lint (22):
src/plugins/webc-processor.mjs#L12
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
|
|
🧹 Lint (22):
src/plugins/webc-processor.mjs#L12
Make sure that using a regular expression is safe here
|
|
🧹 Lint (22):
src/plugins/webc-processor.mjs#L12
Unsafe Regular Expression
|
|
🧹 Lint (22):
src/plugins/webc-processor.mjs#L7
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
|
|
🧹 Lint (22):
src/plugins/webc-processor.mjs#L7
Make sure that using a regular expression is safe here
|
|
🧹 Lint (22):
src/plugins/webc-processor.mjs#L7
Unsafe Regular Expression
|
|
🧹 Lint (24):
src/plugins/webc-processor.mjs#L170
Refactor this code to not nest more than 3 if/for/while/switch/try statements
|
|
🧹 Lint (24):
src/plugins/webc-processor.mjs#L12
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
|
|
🧹 Lint (24):
src/plugins/webc-processor.mjs#L12
Make sure that using a regular expression is safe here
|
|
🧹 Lint (24):
src/plugins/webc-processor.mjs#L12
Unsafe Regular Expression
|
|
🧹 Lint (24):
src/plugins/webc-processor.mjs#L7
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
|
|
🧹 Lint (24):
src/plugins/webc-processor.mjs#L7
Make sure that using a regular expression is safe here
|
|
🧹 Lint (24):
src/plugins/webc-processor.mjs#L7
Unsafe Regular Expression
|
|
🧹 Lint (20):
src/plugins/webc-processor.mjs#L170
Refactor this code to not nest more than 3 if/for/while/switch/try statements
|
|
🧹 Lint (20):
src/plugins/webc-processor.mjs#L12
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
|
|
🧹 Lint (20):
src/plugins/webc-processor.mjs#L12
Make sure that using a regular expression is safe here
|
|
🧹 Lint (20):
src/plugins/webc-processor.mjs#L12
Unsafe Regular Expression
|
|
🧹 Lint (20):
src/plugins/webc-processor.mjs#L7
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
|
|
🧹 Lint (20):
src/plugins/webc-processor.mjs#L7
Make sure that using a regular expression is safe here
|
|
🧹 Lint (20):
src/plugins/webc-processor.mjs#L7
Unsafe Regular Expression
|
|
🧪 Test (22):
test-files/nestjs/test.controller.ts#L14
Unexpected any. Specify a different type
|
|
🧪 Test (22):
test-files/nestjs/test.controller.ts#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (22):
test-files/nestjs/test.controller.ts#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (22):
test-files/angular/test.component.ts#L20
Unexpected any. Specify a different type
|
|
🧪 Test (22):
test-files/angular/test.component.ts#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (22):
test-files/angular/test.component.ts#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (22):
test-files/test.js#L12
["foo"] is better written in dot notation
|
|
🧪 Test (22):
test-files/test.js#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (22):
test-files/test.js#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (22):
test-files/test.js#L0
Rename this file to "TestComponent"
|
|
🧪 Test (20):
test-files/nestjs/test.controller.ts#L14
Unexpected any. Specify a different type
|
|
🧪 Test (20):
test-files/nestjs/test.controller.ts#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (20):
test-files/nestjs/test.controller.ts#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (20):
test-files/angular/test.component.ts#L20
Unexpected any. Specify a different type
|
|
🧪 Test (20):
test-files/angular/test.component.ts#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (20):
test-files/angular/test.component.ts#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (20):
test-files/test.js#L12
["foo"] is better written in dot notation
|
|
🧪 Test (20):
test-files/test.js#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (20):
test-files/test.js#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (20):
test-files/test.js#L0
Rename this file to "TestComponent"
|
|
🧪 Test (24):
test-files/nestjs/test.controller.ts#L14
Unexpected any. Specify a different type
|
|
🧪 Test (24):
test-files/nestjs/test.controller.ts#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (24):
test-files/nestjs/test.controller.ts#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (24):
test-files/angular/test.component.ts#L20
Unexpected any. Specify a different type
|
|
🧪 Test (24):
test-files/angular/test.component.ts#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (24):
test-files/angular/test.component.ts#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (24):
test-files/test.js#L12
["foo"] is better written in dot notation
|
|
🧪 Test (24):
test-files/test.js#L3
Either remove this import or add it as a dependency
|
|
🧪 Test (24):
test-files/test.js#L2
Either remove this import or add it as a dependency
|
|
🧪 Test (24):
test-files/test.js#L0
Rename this file to "TestComponent"
|