Skip to content

Commit fbb76da

Browse files
committed
fix(deps): update to [email protected]
This fix ignored range
1 parent 11f28ab commit fbb76da

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"sentence-splitter": "^3.0.11",
62-
"textlint-rule-helper": "^2.0.0",
62+
"textlint-rule-helper": "2.0.1",
6363
"textlint-tester": "5.0.1"
6464
}
6565
}

test/textlint-rule-no-unmatched-pair-test.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ tester.run("textlint-rule-no-unmatched-pair", rule, {
1313
`a is b.
1414
1515
\`"\`(ダブルクオート)と\`'\`(シングルクオート)に意味的な違いはありません。
16-
この書籍では、\`"\`(ダブルクオート)を主に文字列リテラルとして利用します。`
16+
この書籍では、\`"\`(ダブルクオート)を主に文字列リテラルとして利用します。`,
17+
`そのため、Todoアイテムの状態を更新するには、HTML要素にTodoアイテムの情報(タイトルや識別子となるidなど)をすべて埋め込む必要があります。
18+
しかし、HTML要素に対して文字列しか埋め込めないため、Todoアイテムのデータを文字列にしないといけないという制限が発生します。
19+
20+
また操作と表示が1対1で更新される場合、1つの操作に対して複数の箇所の表示が更新されることもあります。
21+
今回のTodoアプリでもTodoリスト(\`#js-todo-list\`)とTodoアイテム数(\`#js-todo-count\`)の2箇所を更新する必要があることからも分かります。
22+
`
1723
],
1824
invalid: [
1925
{

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,9 +3192,9 @@ text-table@^0.2.0:
31923192
version "0.2.0"
31933193
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
31943194

3195-
textlint-rule-helper@^2.0.0:
3196-
version "2.0.0"
3197-
resolved "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.0.0.tgz#95cb4696c95c4258d2e3389e9e64b849f9721382"
3195+
3196+
version "2.0.1"
3197+
resolved "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.0.1.tgz#f28dc20d3e06f60373aa04a97b965daa77d196b9"
31983198
dependencies:
31993199
unist-util-visit "^1.1.0"
32003200

0 commit comments

Comments
 (0)