Skip to content

Commit c82648f

Browse files
authored
chore!(deps): update to sentence-splitter@5 (#11)
* chore!(deps): update to sentence-splitter@5 * CI: add .github/release.yml * CI: update node versions
1 parent 881b18a commit c82648f

File tree

4 files changed

+933
-940
lines changed

4 files changed

+933
-940
lines changed

.github/release.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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: ['*']

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [ 16, 18 ]
9+
node-version: [ 18, 20 ]
1010
steps:
1111
- name: checkout
1212
uses: actions/checkout@v2

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
},
3232
"homepage": "https://github.com/azu/textlint-rule-max-comma#readme",
3333
"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"
3636
},
3737
"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"
4040
}
4141
}

0 commit comments

Comments
 (0)