From cd8a239bd5f22b00cb21aefa412c1c5738a107fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:15:09 +0000 Subject: [PATCH] Bump textlint-rule-terminology from 4.0.0 to 4.0.1 in /dependencies (#4839) * Bump textlint-rule-terminology from 4.0.0 to 4.0.1 in /dependencies Bumps [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/sapegin/textlint-rule-terminology/releases) - [Commits](https://github.com/sapegin/textlint-rule-terminology/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: textlint-rule-terminology dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Fix linting errors --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ferrari --- CODE_OF_CONDUCT.md | 2 +- README.md | 2 +- dependencies/package-lock.json | 8 ++++---- dependencies/package.json | 2 +- slim/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index a65a5dae..5cf3ede1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -47,7 +47,7 @@ threatening, offensive, or harmful. This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail +representing a project or community include using an official project email address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. diff --git a/README.md b/README.md index df363efb..fa11c11f 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ The slim `super-linter/super-linter:slim-v5` comes with all supported linters bu - `c#` linters By removing these linters, we were able to bring the image size down by `2gb` and drastically speed up the build and download time. -The behavior will be the same for non-supported languages, and will skip languages at run time. +The behavior will be the same for non-supported languages, and will skip languages at runtime. Example usage: ```yml diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index f56817f0..72dd4178 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -63,7 +63,7 @@ "textlint": "^13.4.0", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", - "textlint-rule-terminology": "^4.0.0", + "textlint-rule-terminology": "^4.0.1", "ts-standard": "^12.0.2", "typescript": "^5.2.2" } @@ -20581,9 +20581,9 @@ } }, "node_modules/textlint-rule-terminology": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.0.tgz", - "integrity": "sha512-tbNpzDNLTVsqtDIMXEZNX2i1dvOqryME8Hknopq6Ze3TAjij5N0wBtG63frZLxJ9auE9fZse15sTi4Qe3arNZA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.1.tgz", + "integrity": "sha512-wKiVhc2B9HP2MFU4x7ZDx+oM5u43ETpKWTLHKvdhPRZ0+davi4M8mFmkZVovDIMO7igsGjixikcvFmnCMg3kmQ==", "dependencies": { "lodash": "^4.17.15", "strip-json-comments": "^3.0.1", diff --git a/dependencies/package.json b/dependencies/package.json index 962f815a..b7642d05 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -58,7 +58,7 @@ "textlint": "^13.4.0", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", - "textlint-rule-terminology": "^4.0.0", + "textlint-rule-terminology": "^4.0.1", "ts-standard": "^12.0.2", "typescript": "^5.2.2" } diff --git a/slim/README.md b/slim/README.md index c699cb1e..07f7cc27 100644 --- a/slim/README.md +++ b/slim/README.md @@ -18,7 +18,7 @@ The slim `super-linter/super-linter:slim-v5` comes with all supported linters bu - `c#` linters By removing these linters, we were able to bring the image size down by `2gb` and drastically speed up the build and download time. -The behavior will be the same for non-supported languages, and will skip languages at run time. +The behavior will be the same for non-supported languages, and will skip languages at runtime. Example usage: ```yml