chore: release v0.13.9 #154
Annotations
9 errors
src/io/resolves.ts#L111
Unexpected character class '[0-9]'. Use '\d' instead
|
src/render.ts#L15
The quantifier '[[\]()#;?]*' can exchange characters with '(?:;[-a-zA-Z\d\/#&.:=?%@~_]*)*'. Using any string accepted by /;+/, this can be exploited to cause at least polynomial backtracking. This might cause exponential backtracking
|
src/render.ts#L15
Unexpected unnecessary non-capturing group. This group can be removed without changing the behaviour of the regex
|
src/render.ts#L15
Unexpected useless quantifier. The quantified element can already accept the empty string, so this quantifier is redundant
|
src/render.ts#L15
Unexpected character class ranges '[a-zA-Z\d_]'. Use '\w' instead
|
src/render.ts#L15
Unnecessary escape character: \/
|
src/render.ts#L15
Unexpected unnecessary non-capturing group. This group can be removed without changing the behaviour of the regex
|
src/utils/package.ts#L5
Unnecessary escape character: \/
|
|
This job failed
Loading