Skip to content

Commit 4150efa

Browse files
Version Packages (#104)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aea6ee7 commit 4150efa

File tree

4 files changed

+30
-28
lines changed

4 files changed

+30
-28
lines changed

.changeset/gorgeous-chefs-pump.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/silent-melons-retire.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,43 @@
11
# textlint-rule-preset-japanese
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- bd3fee8: fix(deps): update dependency textlint-rule-sentence-length to v4
8+
9+
- Node.js 16+が必要となります。
10+
- `exclusionPatterns`オプションが廃止されたため、 `skipPatterns`オプションを利用してください
11+
- <https://github.com/textlint-rule/textlint-rule-sentence-length/releases/tag/v4.0.0>
12+
13+
- e16ba82: fix(deps): update dependency textlint-rule-no-nfd to v2
14+
15+
- textlint v12.2.0+が必要になります
16+
- エラー位置表示の改善が含まれます
17+
- https://github.com/textlint-ja/textlint-rule-no-nfd/releases/tag/v2.0.1
18+
319
## 7.0.0
20+
421
### Major Changes
522

623
- aefefdc: :sparkles: [textlint-rule/textlint-rule-sentence-length v3.0.0](https://github.com/textlint-rule/textlint-rule-sentence-length/releases/v3.0.0)へアップデート
7-
8-
3.0.0では、デフォルトでは次のようなURLそのものがリンクとなっているケースをカウントしないようになっています
9-
24+
25+
3.0.0 では、デフォルトでは次のような URL そのものがリンクとなっているケースをカウントしないようになっています
26+
1027
> Very long <https://example.com?longlonglong> URL.
28+
1129
- ffaf6f2: :sparkles: [textlint-rule/textlint-rule-no-invalid-control-character v2.0.0](https://github.com/textlint-rule/textlint-rule-no-invalid-control-character/releases/v2.0.0)へアップデート
12-
13-
Imageの`alt`内もデフォルトでチェックするようになりました
30+
31+
Image の`alt`内もデフォルトでチェックするようになりました
32+
1433
- ffaf6f2: :new: [textlint-rule-no-kangxi-radicals](https://github.com/xl1/textlint-rule-no-kangxi-radicals)を追加
15-
16-
[康煕部首](https://ja.wikipedia.org/wiki/%E5%BA%B7%E7%85%95%E9%83%A8%E9%A6%96)(こうきぶしゅ)が含まれる問題を見つけるtextlintルール
34+
35+
[康煕部首](https://ja.wikipedia.org/wiki/%E5%BA%B7%E7%85%95%E9%83%A8%E9%A6%96)(こうきぶしゅ)が含まれる問題を見つける textlint ルール
1736
詳細は[PDF に謎の漢字が含まれるとき](https://gist.github.com/xl1/940d653451fd96a06618a6df08d5df84)を参照。
37+
1838
- ffaf6f2: :new: [textlint-rule-no-zero-width-spaces](https://github.com/textlint-rule/textlint-rule-no-zero-width-spaces)を追加
19-
20-
目視で見つけることができないため[ゼロ幅スペース](https://ja.wikipedia.org/wiki/%E3%82%BC%E3%83%AD%E5%B9%85%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9)を見つけるtextlintルール
39+
40+
目視で見つけることができないため[ゼロ幅スペース](https://ja.wikipedia.org/wiki/%E3%82%BC%E3%83%AD%E5%B9%85%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9)を見つける textlint ルール
2141

2242
### Minor Changes
2343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/textlint-ja/textlint-rule-preset-japanese/issues"
1313
},
14-
"version": "7.0.0",
14+
"version": "8.0.0",
1515
"description": "textlint rule preset for japanese.",
1616
"main": "lib/textlint-rule-preset-japanese.js",
1717
"files": [

0 commit comments

Comments
 (0)