steins-git
steins-git copied to clipboard
build(deps-dev): bump textlint-rule-no-doubled-joshi from 4.0.1 to 4.0.3
Bumps textlint-rule-no-doubled-joshi from 4.0.1 to 4.0.3.
Release notes
Sourced from textlint-rule-no-doubled-joshi's releases.
v4.0.3
What's Changed
Refactoring
- fix(deps): update to textlint-util-to-string and use
replacerby@azuin textlint-ja/textlint-rule-no-doubled-joshi#49Full Changelog: https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/compare/v4.0.2...v4.0.3
v4.0.2
What's Changed
Bug Fixes
- fix: センテンス内の「」や""などにおける区切り文字を考慮するように修正 by
@azuin textlint-ja/textlint-rule-no-doubled-joshi#47センテンスの中に
「xxx. yyy.」があると、センテンスの中にさらに区切り文字(。.など)が含まれているケースがある。 この場合も、区切り文字を+1の距離として扱うことで、「」の中にサブセンテンス(文章やセリフ)を書いているケースをエラーにしないようにした。デフォルトの区切り文字には
[".", ".", "。", "?", "!", "?", "!"]が含まれるので、Xは「今日は早朝から出発したが、定刻には間に合わなかった。定刻には間に合わなかったが、無事会場に到着した」と言った。
というのはエラーではなくなる。
次のように、「xxx」の中で二重助詞がある場合は、そのままエラーとなる。
あなたが「彼女は彼は好きだ」と言った。
Dependency Updates
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by
@dependabotin textlint-ja/textlint-rule-no-doubled-joshi#41- chore(deps): bump moment from 2.29.1 to 2.29.2 by
@dependabotin textlint-ja/textlint-rule-no-doubled-joshi#42- chore(deps): bump async from 2.6.3 to 2.6.4 by
@dependabotin textlint-ja/textlint-rule-no-doubled-joshi#43- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by
@dependabotin textlint-ja/textlint-rule-no-doubled-joshi#44- chore(deps): bump moment from 2.29.2 to 2.29.4 by
@dependabotin textlint-ja/textlint-rule-no-doubled-joshi#45- chore(deps): bump json5 from 2.2.0 to 2.2.3 by
@dependabotin textlint-ja/textlint-rule-no-doubled-joshi#46Full Changelog: https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/compare/v4.0.1...v4.0.2
Commits
72c3aa74.0.310add44fix(deps): update to textlint-util-to-string and usereplacer(#49)959aa454.0.239e9a69CI: add .github/release.yml118552dfix: センテンス内の「」や""などにおける区切り文字を考慮するように修正 (#47)20a619bMerge pull request #46 from textlint-ja/dependabot/npm_and_yarn/json5-2.2.3aaef199chore(deps): bump json5 from 2.2.0 to 2.2.3f480727Merge pull request #45 from textlint-ja/dependabot/npm_and_yarn/moment-2.29.45e1625cchore(deps): bump moment from 2.29.2 to 2.29.4f40c564Merge pull request #44 from textlint-ja/dependabot/npm_and_yarn/decode-uri-co...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)