File tree Expand file tree Collapse file tree 4 files changed +933
-940
lines changed Expand file tree Collapse file tree 4 files changed +933
-940
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ exclude :
3
+ labels :
4
+ - ' Type: Meta'
5
+ - ' Type: Question'
6
+ - ' Type: Release'
7
+
8
+ categories :
9
+ - title : Security Fixes
10
+ labels : ['Type: Security']
11
+ - title : Breaking Changes
12
+ labels : ['Type: Breaking Change']
13
+ - title : Features
14
+ labels : ['Type: Feature']
15
+ - title : Bug Fixes
16
+ labels : ['Type: Bug']
17
+ - title : Documentation
18
+ labels : ['Type: Documentation']
19
+ - title : Refactoring
20
+ labels : ['Type: Refactoring']
21
+ - title : Testing
22
+ labels : ['Type: Testing']
23
+ - title : Maintenance
24
+ labels : ['Type: Maintenance']
25
+ - title : CI
26
+ labels : ['Type: CI']
27
+ - title : Dependency Updates
28
+ labels : ['Type: Dependencies', "dependencies"]
29
+ - title : Other Changes
30
+ labels : ['*']
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- node-version : [ 16, 18 ]
9
+ node-version : [ 18, 20 ]
10
10
steps :
11
11
- name : checkout
12
12
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 31
31
},
32
32
"homepage" : " https://github.com/azu/textlint-rule-max-comma#readme" ,
33
33
"devDependencies" : {
34
- "textlint-scripts" : " ^13.3.0 " ,
35
- "textlint-tester" : " ^13.3.0 "
34
+ "textlint-scripts" : " ^13.4.1 " ,
35
+ "textlint-tester" : " ^13.4.1 "
36
36
},
37
37
"dependencies" : {
38
- "sentence-splitter" : " ^4.2 .0" ,
39
- "textlint-util-to-string" : " ^3.3.2 "
38
+ "sentence-splitter" : " ^5.0 .0" ,
39
+ "textlint-util-to-string" : " ^3.3.4 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments