File tree Expand file tree Collapse file tree 4 files changed +302
-443
lines changed Expand file tree Collapse file tree 4 files changed +302
-443
lines changed Original file line number Diff line number Diff line change 3
3
"extends" : " @domenic" ,
4
4
"env" : {
5
5
"node" : true
6
+ },
7
+ "rules" : {
8
+ "logical-assignment-operators" : " off"
6
9
}
7
10
}
Original file line number Diff line number Diff line change @@ -14,17 +14,15 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
node-version :
17
- - 12
18
17
- 14
19
18
- 16
20
- architecture :
21
- - x64
19
+ - 18
20
+ - latest
22
21
steps :
23
- - uses : actions/checkout@v2
24
- - uses : actions/setup-node@v2
22
+ - uses : actions/checkout@v3
23
+ - uses : actions/setup-node@v3
25
24
with :
26
25
node-version : ${{ matrix.node-version }}
27
- architecture : ${{ matrix.architecture }}
28
26
- run : yarn --frozen-lockfile
29
27
- run : yarn lint
30
28
- run : yarn test
Original file line number Diff line number Diff line change 2
2
"name" : " tr46" ,
3
3
"version" : " 3.0.0" ,
4
4
"engines" : {
5
- "node" : " >=12 "
5
+ "node" : " >=14 "
6
6
},
7
7
"description" : " An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing" ,
8
8
"main" : " index.js" ,
33
33
],
34
34
"license" : " MIT" ,
35
35
"dependencies" : {
36
- "punycode" : " ^2.1.1 "
36
+ "punycode" : " ^2.3.0 "
37
37
},
38
38
"devDependencies" : {
39
- "@domenic/eslint-config" : " ^1.4 .0" ,
40
- "@unicode/unicode-14 .0.0" : " ^1.2 .1" ,
41
- "eslint" : " ^7 .32.0" ,
42
- "minipass-fetch" : " ^1.4 .1" ,
43
- "mocha" : " ^9.1.1 " ,
39
+ "@domenic/eslint-config" : " ^3.0 .0" ,
40
+ "@unicode/unicode-15 .0.0" : " ^1.3 .1" ,
41
+ "eslint" : " ^8 .32.0" ,
42
+ "minipass-fetch" : " ^3.0 .1" ,
43
+ "mocha" : " ^10.2.0 " ,
44
44
"regenerate" : " ^1.4.2"
45
45
},
46
- "unicodeVersion" : " 14 .0.0"
46
+ "unicodeVersion" : " 15 .0.0"
47
47
}
You can’t perform that action at this time.
0 commit comments