build(deps-dev): bump textlint-filter-rule-comments in the linting group (#601)

Bumps the linting group with 1 update: [textlint-filter-rule-comments](https://github.com/textlint/textlint-filter-rule-comments).


Updates `textlint-filter-rule-comments` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/textlint/textlint-filter-rule-comments/releases)
- [Commits](https://github.com/textlint/textlint-filter-rule-comments/compare/1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: textlint-filter-rule-comments
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-17 09:08:09 +00:00 committed by GitHub
parent b0d2d2dcf0
commit a93d82d7b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

13
package-lock.json generated
View File

@ -23,7 +23,7 @@
"sass-embedded": "^1.93.3",
"tailwindcss": "^4.1.17",
"textlint": "^15.5.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-comments": "^1.3.0",
"textlint-rule-apostrophe": "^3.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",
@ -15988,14 +15988,11 @@
}
},
"node_modules/textlint-filter-rule-comments": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/textlint-filter-rule-comments/-/textlint-filter-rule-comments-1.2.2.tgz",
"integrity": "sha512-AtyxreCPb3Hq/bd6Qd6szY1OGgnW34LOjQXAHzE8NoXbTUudQqALPdRe+hvRsf81rnmGLxBiCUXZbnbpIseFyw==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/textlint-filter-rule-comments/-/textlint-filter-rule-comments-1.3.0.tgz",
"integrity": "sha512-kSk/XcZYKYe4sb44XhYAYPeMFtqKJIMtcju/jwyZxpkn8gRuRMZ4+rB0wJmGRrD0c8tx3hHDAH1JY9ccahMKcA==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"textlint": ">=6.8.0"
}
"license": "MIT"
},
"node_modules/textlint-rule-apostrophe": {
"version": "3.0.0",

View File

@ -36,7 +36,7 @@
"sass-embedded": "^1.93.3",
"tailwindcss": "^4.1.17",
"textlint": "^15.5.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-comments": "^1.3.0",
"textlint-rule-apostrophe": "^3.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",