chore: release v0.13.9 #154
Annotations
15 errors
lint:
src/io/resolves.ts#L111
Unexpected character class '[0-9]'. Use '\d' instead
|
lint:
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
|
lint:
src/render.ts#L15
Unexpected unnecessary non-capturing group. This group can be removed without changing the behaviour of the regex
|
lint:
src/render.ts#L15
Unexpected useless quantifier. The quantified element can already accept the empty string, so this quantifier is redundant
|
lint:
src/render.ts#L15
Unexpected character class ranges '[a-zA-Z\d_]'. Use '\w' instead
|
lint:
src/render.ts#L15
Unnecessary escape character: \/
|
lint:
src/render.ts#L15
Unexpected unnecessary non-capturing group. This group can be removed without changing the behaviour of the regex
|
lint:
src/utils/package.ts#L5
Unnecessary escape character: \/
|
lint
Process completed with exit code 1.
|
test/packageConfig.test.ts > load config > with packagemode:
test/packageConfig.test.ts#L18
Error: Snapshot `load config > with packagemode 1` mismatched
- Expected
+ Received
- {
- "/vue/": "latest",
- "typescript": "major",
- "unocss": "ignore",
- }
+ undefined
❯ test/packageConfig.test.ts:18:25
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
test/packageConfig.test.ts > load config > with packagemode:
test/packageConfig.test.ts#L18
Error: Snapshot `load config > with packagemode 1` mismatched
- Expected
+ Received
- {
- "/vue/": "latest",
- "typescript": "major",
- "unocss": "ignore",
- }
+ undefined
❯ test/packageConfig.test.ts:18:25
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
test/packageConfig.test.ts > load config > with packagemode:
test/packageConfig.test.ts#L18
Error: Snapshot `load config > with packagemode 1` mismatched
- Expected
+ Received
- {
- "/vue/": "latest",
- "typescript": "major",
- "unocss": "ignore",
- }
+ undefined
❯ test/packageConfig.test.ts:18:25
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|