File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 84
84
"outdent" : " 0.8.0" ,
85
85
"parse-json" : " 8.1.0" ,
86
86
"please-upgrade-node" : " 3.2.0" ,
87
- "postcss" : " 8.5.2 " ,
87
+ "postcss" : " 8.5.3 " ,
88
88
"postcss-less" : " 6.0.0" ,
89
89
"postcss-media-query-parser" : " 0.2.3" ,
90
90
"postcss-scss" : " 4.0.9" ,
Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` less-syntax.css [css] format 1` ] = `
4
- "CssSyntaxError: Unknown word (1:4)
4
+ "CssSyntaxError: Unknown word .bordered (1:4)
5
5
> 1 | a { .bordered ();}
6
6
| ^
7
7
2 |
8
- Cause: <css input >:1:4: Unknown word"
8
+ Cause: <css input >:1:4: Unknown word .bordered "
9
9
`;
10
10
11
11
exports[`scss-syntax.css [css] format 1`] = `
12
- "CssSyntaxError: Unknown word (1:15)
12
+ "CssSyntaxError: Unknown word $foo (1:15)
13
13
> 1 | a { content : #{$foo }}
14
14
| ^
15
15
2 |
16
- Cause: <css input >:1:15: Unknown word"
16
+ Cause: <css input >:1:15: Unknown word $foo "
17
17
`;
Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` inline-comment.less [less] format 1` ] = `
4
- "CssSyntaxError: Unknown word (5:4)
4
+ "CssSyntaxError: Unknown word inline (5:4)
5
5
3 | a{
6
6
4 | prop
7
7
> 5 | // inline
8
8
| ^
9
9
6 | :
10
10
7 | value ;
11
11
8 | }
12
- Cause: <css input >:5:4: Unknown word"
12
+ Cause: <css input >:5:4: Unknown word inline "
13
13
`;
14
14
15
15
exports[`open-double-quote.less [less] format 1`] = `
@@ -33,9 +33,9 @@ Cause: <css input>:2:17: Unclosed string"
33
33
`;
34
34
35
35
exports[`scss-syntax.scss [less] format 1`] = `
36
- "CssSyntaxError: Unknown word (1:15)
36
+ "CssSyntaxError: Unknown word $foo (1:15)
37
37
> 1 | a { content : #{$foo }}
38
38
| ^
39
39
2 |
40
- Cause: <css input >:1:15: Unknown word"
40
+ Cause: <css input >:1:15: Unknown word $foo "
41
41
`;
Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` less-syntax.less [scss] format 1` ] = `
4
- "CssSyntaxError: Unknown word (1:4)
4
+ "CssSyntaxError: Unknown word .bordered (1:4)
5
5
> 1 | a { .bordered ();}
6
6
| ^
7
7
2 |
8
- Cause: <css input >:1:4: Unknown word"
8
+ Cause: <css input >:1:4: Unknown word .bordered "
9
9
`;
Original file line number Diff line number Diff line change @@ -7419,14 +7419,14 @@ __metadata:
7419
7419
languageName : node
7420
7420
linkType : hard
7421
7421
7422
- " postcss@npm:8.5.2 " :
7423
- version : 8.5.2
7424
- resolution : " postcss@npm:8.5.2 "
7422
+ " postcss@npm:8.5.3 " :
7423
+ version : 8.5.3
7424
+ resolution : " postcss@npm:8.5.3 "
7425
7425
dependencies :
7426
7426
nanoid : " npm:^3.3.8"
7427
7427
picocolors : " npm:^1.1.1"
7428
7428
source-map-js : " npm:^1.2.1"
7429
- checksum : 10/e08c2be3cf461cc63cf4c8e97bb3d5185e196ee0a9b75879cf130590f32bc38c7829c6c4e260158e214fb68a828a95bdac84c8f17fefba993d3ced686643c3e2
7429
+ checksum : 10/6d7e21a772e8b05bf102636918654dac097bac013f0dc8346b72ac3604fc16829646f94ea862acccd8f82e910b00e2c11c1f0ea276543565d278c7ca35516a7c
7430
7430
languageName : node
7431
7431
linkType : hard
7432
7432
@@ -7540,7 +7540,7 @@ __metadata:
7540
7540
outdent : " npm:0.8.0"
7541
7541
parse-json : " npm:8.1.0"
7542
7542
please-upgrade-node : " npm:3.2.0"
7543
- postcss : " npm:8.5.2 "
7543
+ postcss : " npm:8.5.3 "
7544
7544
postcss-less : " npm:6.0.0"
7545
7545
postcss-media-query-parser : " npm:0.2.3"
7546
7546
postcss-scss : " npm:4.0.9"
You can’t perform that action at this time.
0 commit comments