Skip to content

Commit 84af51d

Browse files
build(deps-dev): bump textlint from 11.0.0 to 12.2.1 (#728)
* build(deps-dev): bump textlint from 11.0.0 to 12.2.1 Bumps [textlint](https://github.com/textlint/textlint) from 11.0.0 to 12.2.1. - [Release notes](https://github.com/textlint/textlint/releases) - [Changelog](https://github.com/textlint/textlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/textlint/textlint/compare/textlint@11.0.0...v12.2.1) --- updated-dependencies: - dependency-name: textlint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: lintfix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Suguru Inatomi <suguru.inatomi@gmail.com>
1 parent 2aeb514 commit 84af51d

File tree

3 files changed

+722
-650
lines changed

3 files changed

+722
-650
lines changed

aio-ja/content/guide/router-tutorial-toh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ ng generate module my-module --routing
830830

831831
各ルーティングモジュールは、インポートされた順にルート設定を拡張します。
832832
もし `AppRoutingModule` を最初にリストアップした場合、ワイルドカードルートはヒーロールートの_前_に登録されます。
833-
ワイルドカードルート&mdash;は_全ての_URL&mdash;にマッチする_ので、ヒーロールートにナビゲートしようとする試みを遮断します。
833+
ワイルドカードルート&mdash;は_すべての_URL&mdash;にマッチする_ので、ヒーロールートにナビゲートしようとする試みを遮断します。
834834

835835

836836
<div class="alert is-helpful">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"glob": "^8.0.3",
2323
"prh-rules": "prh/rules",
24-
"textlint": "^11.0.0",
24+
"textlint": "^12.2.1",
2525
"textlint-filter-rule-comments": "^1.2.2",
2626
"textlint-rule-prh": "^5.3.0"
2727
}

0 commit comments

Comments
 (0)