From a93d82d7b32e07251d179a71d4c3362f7cb23093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 09:08:09 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c26d48e..51e53c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 79861f0..99dea43 100644 --- a/package.json +++ b/package.json @@ -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",