knocks-public / 2024-CircuitBreaker

MIT License
2 stars 0 forks source link

Bump textlint-rule-preset-ja-spacing from 2.3.0 to 2.4.1 #107

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps textlint-rule-preset-ja-spacing from 2.3.0 to 2.4.1.

Release notes

Sourced from textlint-rule-preset-ja-spacing's releases.

v2.4.1

Maintenance

  • Add LICENSE file

Full Changelog: https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.0...v2.4.1

v2.4.0

What's Changed

Features

Examples:

 {
    "rules": {
        "preset-ja-spacing": {
             "ja-space-between-half-and-full-width": {
                 "space": "always",
                 "allows": ["Eコマース"]
             }
         }
    }
}
 {
    "rules": {
        "preset-ja-spacing": {
             "ja-space-between-half-and-full-width": {
                 "space": "always",
                 "allows": ["/[A-Z]言語/"]
             }
         }
    }
}

Dependency Updates

Full Changelog: https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0

... (truncated)

Changelog

Sourced from textlint-rule-preset-ja-spacing's changelog.

2.4.1 (2024-04-20)

Note: Version bump only for package textlint-rule-preset-ja-spacing

2.4.0 (2024-04-20)

Features

  • ja-space-between-half-and-full-width: add allows option (#64) (76da132)

2.3.1 (2024-03-10)

Bug Fixes

  • fix space after question rule's error message (#61) (614c35c)

Features

  • add ja-space-around-link to preset (#53) (6d51772)
Commits
  • 3dd855f v2.4.1
  • 7aab2cb chore: add missing LICENSE file
  • 2ab4778 chore: add missing LICENSE file
  • af3f75d v2.4.0
  • 76da132 feat(ja-space-between-half-and-full-width): add allows option (#64)
  • ef7480d Merge pull request #63 from textlint-ja/dependabot/npm_and_yarn/follow-redire...
  • 43dd122 chore(deps): bump follow-redirects from 1.15.4 to 1.15.6
  • fdcee30 v2.3.1
  • 614c35c fix: fix space after question rule's error message (#61)
  • 9ab1a44 Merge pull request #60 from textlint-ja/dependabot/npm_and_yarn/ip-2.0.1
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

Superseded by #108.