chore(release): v1.2.6 #44
Annotations
5 errors and 2 warnings
test/basic.test.ts > nuxt > should add plugins and modules to nuxt:
test/basic.test.ts#L58
AssertionError: expected { primary: 'purple', …(3) } to match object { primary: 'green', gray: 'cool' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
"gray": "cool",
- "primary": "green",
+ "primary": "purple",
}
❯ test/basic.test.ts:58:42
|
test/basic.test.ts > tailwindcss config > default safelist:
test/basic.test.ts#L141
AssertionError: expected [] to deep equally contain { Object (pattern) }
- Expected:
Object {
"pattern": toBeRegExp<bg-(primary)-50>,
}
+ Received:
Array []
❯ test/basic.test.ts:141:43
|
test/basic.test.ts > tailwindcss config > safelisting single new color:
test/basic.test.ts#L141
AssertionError: expected [] to deep equally contain { pattern: toBeRegExp{…} }
- Expected:
Object {
"pattern": toBeRegExp<bg-(myColor|primary)-50>,
}
+ Received:
Array []
❯ test/basic.test.ts:141:43
|
test/basic.test.ts > tailwindcss config > reducing amount of theme colors:
test/basic.test.ts#L141
AssertionError: expected [] to deep equally contain { pattern: toBeRegExp{…} }
- Expected:
Object {
"pattern": toBeRegExp<bg-(plainBlue|primary)-50>,
}
+ Received:
Array []
❯ test/basic.test.ts:141:43
|
ci (ubuntu-latest, 18)
Process completed with exit code 1.
|
ci (ubuntu-latest, 18):
src/runtime/components/atoms/command-palette-group.vue#L96
'v-html' directive can lead to XSS attack
|
ci (ubuntu-latest, 18):
src/runtime/components/atoms/popover.vue#L5
Variable 'open' is already declared in the upper scope
|