Skip to content

Commit

Permalink
fix(deps): update dependency @textlint-rule/textlint-rule-no-invalid-…
Browse files Browse the repository at this point in the history
…control-character to v3 (#155)

* fix(deps): update dependency @textlint-rule/textlint-rule-no-invalid-control-character to v3

* Create selfish-cups-rush.md

* Update selfish-cups-rush.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: azu <[email protected]>
  • Loading branch information
renovate[bot] and azu authored Aug 3, 2024
1 parent 1fc4f07 commit a00b809
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .changeset/selfish-cups-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"textlint-rule-preset-ja-technical-writing": patch
---

⬆️ @textlint-rule/textlint-rule-no-invalid-control-character@v3

- Node.js 18+が必要になります。
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "mocha test/ && (cd example && yarn install && npm test)"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3",
"@textlint/module-interop": "^14.0.4",
"textlint-rule-ja-no-abusage": "^3.0.0",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@textlint-rule/textlint-rule-no-invalid-control-character@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-invalid-control-character/-/textlint-rule-no-invalid-control-character-2.0.0.tgz#1d058af373bc34256097941429d0c04e5eca519a"
integrity sha512-EmTC9mrmI5tm9AS+/jv46CzQVycdPjAvH5sk0DjjYCXYNv2oTWk+7naAyKJ3kKQlLzG4KHmX/JDHerVF2T6S2Q==
dependencies:
execall "^1.0.0"
"@textlint-rule/textlint-rule-no-invalid-control-character@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-invalid-control-character/-/textlint-rule-no-invalid-control-character-3.0.0.tgz#9d9da5daaddf2beba1e6eee83cab0a42084ae9a0"
integrity sha512-2o9n4z49ntSPtJPlcJtxakyB4dAg2MKSvR9ZCZEHjye0ee27oWYzK6yHz2HjsXQqt9VeCwxNHDOIGIx2CQX0Dw==

"@textlint-rule/textlint-rule-no-unmatched-pair@^2.0.3":
version "2.0.3"
Expand Down

0 comments on commit a00b809

Please sign in to comment.