File tree Expand file tree Collapse file tree 3 files changed +121
-106
lines changed Expand file tree Collapse file tree 3 files changed +121
-106
lines changed Original file line number Diff line number Diff line change 1
- const alphabet
2
- = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
1
+ // TODO: Return uppercase characters back once the spec gets fixed.
2
+ // Keep track on these:
3
+ // 1. https://github.com/whatwg/html/issues/6251
4
+ // 2. https://github.com/w3c/FileAPI/issues/43
5
+ const alphabet = "abcdefghijklmnopqrstuvwxyz0123456789"
3
6
4
7
/**
5
8
* Generates a boundary string for FormData encoder.
Original file line number Diff line number Diff line change 41
41
"devDependencies" : {
42
42
"@octetstream/eslint-config" : " 5.0.0" ,
43
43
"@types/mime-types" : " 2.1.1" ,
44
- "@types/node" : " 16.10.2 " ,
44
+ "@types/node" : " 16.11.6 " ,
45
45
"@typescript-eslint/eslint-plugin" : " 4.33.0" ,
46
46
"@typescript-eslint/parser" : " 4.33.0" ,
47
47
"@zoltu/typescript-transformer-append-js-extension" : " 1.0.1" ,
48
48
"ava" : " 3.15.0" ,
49
- "c8" : " 7.9 .0" ,
49
+ "c8" : " 7.10 .0" ,
50
50
"eslint" : " 7.32.0" ,
51
51
"eslint-config-airbnb-typescript" : " 12.3.1" ,
52
52
"eslint-plugin-ava" : " 12.0.0" ,
53
53
"eslint-plugin-jsx-a11y" : " 6.4.1" ,
54
54
"eslint-plugin-react" : " 7.26.1" ,
55
- "formdata-node" : " 4.3.0 " ,
56
- "husky" : " 7.0.2 " ,
57
- "lint-staged" : " 11.2.0 " ,
55
+ "formdata-node" : " 4.3.1 " ,
56
+ "husky" : " 7.0.4 " ,
57
+ "lint-staged" : " 11.2.6 " ,
58
58
"pinst" : " 2.1.6" ,
59
- "ts-node" : " 10.2.1 " ,
59
+ "ts-node" : " 10.4.0 " ,
60
60
"ttypescript" : " 1.5.12" ,
61
- "typescript" : " 4.4.3 "
61
+ "typescript" : " 4.4.4 "
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments