From 2664c07ec7aab4f1e311527ba8a69582499cb1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 04:17:30 +0000 Subject: [PATCH] chore(deps): bump textlint-filter-rule-comments Bumps the npm-dependencies group with 1 update in the /actions/helm/generate-docs directory: [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:production update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- actions/helm/generate-docs/package-lock.json | 13 +++++-------- actions/helm/generate-docs/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/actions/helm/generate-docs/package-lock.json b/actions/helm/generate-docs/package-lock.json index b49af9f6..43b0dbd5 100644 --- a/actions/helm/generate-docs/package-lock.json +++ b/actions/helm/generate-docs/package-lock.json @@ -9,7 +9,7 @@ "markdownlint-cli2": "^0.20.0", "prettier": "^3.7.4", "textlint": "^15.5.0", - "textlint-filter-rule-comments": "^1.2.2", + "textlint-filter-rule-comments": "^1.3.0", "textlint-rule-terminology": "^5.2.16" } }, @@ -3905,13 +3905,10 @@ } }, "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==", - "license": "MIT", - "peerDependencies": { - "textlint": ">=6.8.0" - } + "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==", + "license": "MIT" }, "node_modules/textlint-rule-helper": { "version": "2.5.0", diff --git a/actions/helm/generate-docs/package.json b/actions/helm/generate-docs/package.json index 36368092..4221e11b 100644 --- a/actions/helm/generate-docs/package.json +++ b/actions/helm/generate-docs/package.json @@ -4,7 +4,7 @@ "markdownlint-cli2": "^0.20.0", "prettier": "^3.7.4", "textlint": "^15.5.0", - "textlint-filter-rule-comments": "^1.2.2", + "textlint-filter-rule-comments": "^1.3.0", "textlint-rule-terminology": "^5.2.16" } }