Skip to content

Commit

Permalink
chore!(deps): update to sentence-splitter@5 (#11)
Browse files Browse the repository at this point in the history
* chore!(deps): update to sentence-splitter@5

* CI: add .github/release.yml

* CI: update node versions
  • Loading branch information
azu authored Nov 26, 2023
1 parent 881b18a commit c82648f
Show file tree
Hide file tree
Showing 4 changed files with 933 additions and 940 deletions.
30 changes: 30 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
changelog:
exclude:
labels:
- 'Type: Meta'
- 'Type: Question'
- 'Type: Release'

categories:
- title: Security Fixes
labels: ['Type: Security']
- title: Breaking Changes
labels: ['Type: Breaking Change']
- title: Features
labels: ['Type: Feature']
- title: Bug Fixes
labels: ['Type: Bug']
- title: Documentation
labels: ['Type: Documentation']
- title: Refactoring
labels: ['Type: Refactoring']
- title: Testing
labels: ['Type: Testing']
- title: Maintenance
labels: ['Type: Maintenance']
- title: CI
labels: ['Type: CI']
- title: Dependency Updates
labels: ['Type: Dependencies', "dependencies"]
- title: Other Changes
labels: ['*']
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16, 18 ]
node-version: [ 18, 20 ]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"homepage": "https://github.com/azu/textlint-rule-max-comma#readme",
"devDependencies": {
"textlint-scripts": "^13.3.0",
"textlint-tester": "^13.3.0"
"textlint-scripts": "^13.4.1",
"textlint-tester": "^13.4.1"
},
"dependencies": {
"sentence-splitter": "^4.2.0",
"textlint-util-to-string": "^3.3.2"
"sentence-splitter": "^5.0.0",
"textlint-util-to-string": "^3.3.4"
}
}
Loading

0 comments on commit c82648f

Please sign in to comment.