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] <support@github.com>

* Fix linting errors

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
This commit is contained in:
dependabot[bot] 2023-11-27 09:15:09 +00:00 committed by GitHub
parent c819bd688b
commit cd8a239bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -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.

View file

@ -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

8
dependencies/package-lock.json generated vendored
View file

@ -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",

View file

@ -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"
}

View file

@ -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