From dcb207d61ef28f7a046c059cf47fba2daff3bdb6 Mon Sep 17 00:00:00 2001 From: Robert Rossmann Date: Fri, 16 Feb 2024 11:38:44 +0100 Subject: [PATCH] chore: release - @strv/commitlint-config@3.0.0 - @strv/eslint-config-base@4.0.0 - @strv/eslint-config-graphql@2.0.0 - @strv/eslint-config-mocha@4.0.0 - @strv/eslint-config-node@4.0.0 - @strv/eslint-config-react@5.0.0 - @strv/eslint-config-typescript@5.0.0 - @strv/prettier-config@3.0.0 - @strv/remark-config@3.0.0 - @strv/textlint-rule-preset-strv@3.0.0 --- package-lock.json | 28 +++++++++---------- packages/commitlint-config/CHANGELOG.md | 11 ++++++++ packages/commitlint-config/package.json | 2 +- packages/eslint-config-base/CHANGELOG.md | 11 ++++++++ packages/eslint-config-base/package.json | 6 ++-- packages/eslint-config-graphql/CHANGELOG.md | 12 ++++++++ packages/eslint-config-graphql/package.json | 2 +- packages/eslint-config-mocha/CHANGELOG.md | 11 ++++++++ packages/eslint-config-mocha/package.json | 4 +-- packages/eslint-config-node/CHANGELOG.md | 11 ++++++++ packages/eslint-config-node/package.json | 4 +-- packages/eslint-config-react/CHANGELOG.md | 11 ++++++++ packages/eslint-config-react/package.json | 8 +++--- .../eslint-config-typescript/CHANGELOG.md | 11 ++++++++ .../eslint-config-typescript/package.json | 4 +-- packages/prettier-config/CHANGELOG.md | 11 ++++++++ packages/prettier-config/package.json | 2 +- packages/remark-config/CHANGELOG.md | 13 +++++++++ packages/remark-config/package.json | 2 +- .../textlint-rule-preset-strv/CHANGELOG.md | 13 +++++++++ .../textlint-rule-preset-strv/package.json | 2 +- 21 files changed, 147 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4da7516d..4ebb4c93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26304,7 +26304,7 @@ }, "packages/commitlint-config": { "name": "@strv/commitlint-config", - "version": "2.2.0", + "version": "3.0.0", "license": "BSD-3-Clause", "dependencies": { "@commitlint/config-conventional": "^18.6.0", @@ -28879,7 +28879,7 @@ }, "packages/eslint-config-base": { "name": "@strv/eslint-config-base", - "version": "3.5.0", + "version": "4.0.0", "license": "BSD-3-Clause", "dependencies": { "@stylistic/eslint-plugin": "^1.6.0", @@ -28894,7 +28894,7 @@ }, "packages/eslint-config-graphql": { "name": "@strv/eslint-config-graphql", - "version": "1.1.0", + "version": "2.0.0", "license": "BSD-3-Clause", "dependencies": { "eslint-plugin-graphql": "^4" @@ -28908,10 +28908,10 @@ }, "packages/eslint-config-mocha": { "name": "@strv/eslint-config-mocha", - "version": "3.3.2", + "version": "4.0.0", "license": "BSD-3-Clause", "dependencies": { - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "eslint-plugin-import": "^2.27.0", "eslint-plugin-mocha": "^10.1.0" }, @@ -28924,10 +28924,10 @@ }, "packages/eslint-config-node": { "name": "@strv/eslint-config-node", - "version": "3.3.2", + "version": "4.0.0", "license": "BSD-3-Clause", "dependencies": { - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "eslint-plugin-n": "^16.6.2" }, "engines": { @@ -28939,12 +28939,12 @@ }, "packages/eslint-config-react": { "name": "@strv/eslint-config-react", - "version": "4.3.2", + "version": "5.0.0", "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.23.9", "@babel/eslint-parser": "^7.23.10", - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.0", "eslint-plugin-react-hooks": "^4.2.0" @@ -28958,10 +28958,10 @@ }, "packages/eslint-config-typescript": { "name": "@strv/eslint-config-typescript", - "version": "4.1.3", + "version": "5.0.0", "license": "BSD-3-Clause", "dependencies": { - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint-import-resolver-typescript": "^3.6.1" @@ -28975,7 +28975,7 @@ }, "packages/prettier-config": { "name": "@strv/prettier-config", - "version": "2.0.0", + "version": "3.0.0", "license": "BSD-3-Clause", "engines": { "node": ">=20" @@ -28983,7 +28983,7 @@ }, "packages/remark-config": { "name": "@strv/remark-config", - "version": "2.0.0", + "version": "3.0.0", "license": "BSD-3-Clause", "dependencies": { "remark-preset-lint-consistent": "^5.0.0", @@ -28996,7 +28996,7 @@ }, "packages/textlint-rule-preset-strv": { "name": "@strv/textlint-rule-preset-strv", - "version": "2.0.0", + "version": "3.0.0", "license": "BSD-3-Clause", "dependencies": { "textlint-filter-rule-comments": "^1.2.2", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index f3668f22..0cf1a246 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@2.2.0...@strv/commitlint-config@3.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) + + + + + # [2.2.0](https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@2.1.0...@strv/commitlint-config@2.2.0) (2023-07-06) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 2ce97bb3..c14f9cb5 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,7 +1,7 @@ { "name": "@strv/commitlint-config", "description": "STRV's ESLint config for commitlint", - "version": "2.2.0", + "version": "3.0.0", "author": "Pavel Prichodko ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index cd832e6d..9c714b1a 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.5.0...@strv/eslint-config-base@4.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) + + + + + # [3.5.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.4.0...@strv/eslint-config-base@3.5.0) (2023-11-16) diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index 8e8b806e..d00774cb 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-base", "description": "STRV's ESLint configuration preset", - "version": "3.5.0", + "version": "4.0.0", "author": "Pavel Prichodko ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" @@ -11,8 +11,8 @@ "Danny Kijkov " ], "dependencies": { - "eslint-plugin-import": "^2.27.0", - "@stylistic/eslint-plugin": "^1.6.0" + "@stylistic/eslint-plugin": "^1.6.0", + "eslint-plugin-import": "^2.27.0" }, "engines": { "node": ">=20" diff --git a/packages/eslint-config-graphql/CHANGELOG.md b/packages/eslint-config-graphql/CHANGELOG.md index af617a3e..db68e93a 100644 --- a/packages/eslint-config-graphql/CHANGELOG.md +++ b/packages/eslint-config-graphql/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-graphql@1.1.0...@strv/eslint-config-graphql@2.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) +* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c)) + + + + + # [1.1.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-graphql@1.0.0...@strv/eslint-config-graphql@1.1.0) (2022-03-23) diff --git a/packages/eslint-config-graphql/package.json b/packages/eslint-config-graphql/package.json index 94d96b22..001ba94e 100644 --- a/packages/eslint-config-graphql/package.json +++ b/packages/eslint-config-graphql/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-graphql", "description": "STRV's ESLint config for javascript applications that use GraphQL and Apollo client.", - "version": "1.1.0", + "version": "2.0.0", "author": "Michal Jarnot ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" diff --git a/packages/eslint-config-mocha/CHANGELOG.md b/packages/eslint-config-mocha/CHANGELOG.md index 94dbdcb0..7ced5fd2 100644 --- a/packages/eslint-config-mocha/CHANGELOG.md +++ b/packages/eslint-config-mocha/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-mocha@3.3.2...@strv/eslint-config-mocha@4.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) + + + + + ## [3.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-mocha@3.3.1...@strv/eslint-config-mocha@3.3.2) (2023-11-16) **Note:** Version bump only for package @strv/eslint-config-mocha diff --git a/packages/eslint-config-mocha/package.json b/packages/eslint-config-mocha/package.json index f1f4c222..bf3a5322 100644 --- a/packages/eslint-config-mocha/package.json +++ b/packages/eslint-config-mocha/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-mocha", "description": "STRV's ESLint config for projects using Mocha as test runner", - "version": "3.3.2", + "version": "4.0.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" @@ -11,7 +11,7 @@ "Danny Kijkov " ], "dependencies": { - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "eslint-plugin-import": "^2.27.0", "eslint-plugin-mocha": "^10.1.0" }, diff --git a/packages/eslint-config-node/CHANGELOG.md b/packages/eslint-config-node/CHANGELOG.md index f9c0dd7b..2e3f608d 100644 --- a/packages/eslint-config-node/CHANGELOG.md +++ b/packages/eslint-config-node/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-node@3.3.2...@strv/eslint-config-node@4.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) + + + + + ## [3.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-node@3.3.1...@strv/eslint-config-node@3.3.2) (2023-11-16) **Note:** Version bump only for package @strv/eslint-config-node diff --git a/packages/eslint-config-node/package.json b/packages/eslint-config-node/package.json index 6b3964eb..6a213355 100644 --- a/packages/eslint-config-node/package.json +++ b/packages/eslint-config-node/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-node", "description": "STRV's ESLint config for Node.js projects", - "version": "3.3.2", + "version": "4.0.0", "author": "Pavel Prichodko ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" @@ -11,7 +11,7 @@ "Danny Kijkov " ], "dependencies": { - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "eslint-plugin-n": "^16.6.2" }, "engines": { diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 655f1cd9..d0c48da0 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@4.3.2...@strv/eslint-config-react@5.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) + + + + + ## [4.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@4.3.1...@strv/eslint-config-react@4.3.2) (2023-11-16) **Note:** Version bump only for package @strv/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index d6656791..dec101fa 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-react", "description": "STRV's ESLint config for React projects", - "version": "4.3.2", + "version": "5.0.0", "author": "Pavel Prichodko ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" @@ -13,10 +13,10 @@ "dependencies": { "@babel/core": "^7.23.9", "@babel/eslint-parser": "^7.23.10", - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-react": "^7.23.0" + "eslint-plugin-react": "^7.23.0", + "eslint-plugin-react-hooks": "^4.2.0" }, "engines": { "node": ">=20" diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 9397a601..035ec4ee 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@4.1.2...@strv/eslint-config-typescript@5.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) + + + + + ## [4.1.3](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@4.1.2...@strv/eslint-config-typescript@4.1.3) (2023-11-16) **Note:** Version bump only for package @strv/eslint-config-typescript diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 03fca947..9c1371cf 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-typescript", "description": "STRV's ESLint config for TypeScript projects", - "version": "4.1.3", + "version": "5.0.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" @@ -11,7 +11,7 @@ "Danny Kijkov " ], "dependencies": { - "@strv/eslint-config-base": "^3.5.0", + "@strv/eslint-config-base": "^4.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint-import-resolver-typescript": "^3.6.1" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index da5f7d78..3d490e86 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/prettier-config@2.0.0...@strv/prettier-config@3.0.0) (2024-02-16) + + +### Features + +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) + + + + + # [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/prettier-config@2.0.0-alpha.0...@strv/prettier-config@2.0.0) (2021-09-07) **Note:** Version bump only for package @strv/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 33ce01bd..7c63c56f 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,7 +1,7 @@ { "name": "@strv/prettier-config", "description": "STRV's ESLint config for Prettier", - "version": "2.0.0", + "version": "3.0.0", "author": "Pavel Prichodko ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" diff --git a/packages/remark-config/CHANGELOG.md b/packages/remark-config/CHANGELOG.md index 9b3280fb..14732887 100644 --- a/packages/remark-config/CHANGELOG.md +++ b/packages/remark-config/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/remark-config@2.0.0...@strv/remark-config@3.0.0) (2024-02-16) + + +### Features + +* **rule:** support ESLint v8, many new rules 🎉 ([aaf5708](https://github.com/strvcom/code-quality-tools/commit/aaf57085da9498c1425b107d5f1d1e4f353dd000)) +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) +* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c)) + + + + + # [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/remark-config@2.0.0-alpha.2...@strv/remark-config@2.0.0) (2021-09-07) **Note:** Version bump only for package @strv/remark-config diff --git a/packages/remark-config/package.json b/packages/remark-config/package.json index 6dde3d11..eb78c0a6 100644 --- a/packages/remark-config/package.json +++ b/packages/remark-config/package.json @@ -1,7 +1,7 @@ { "name": "@strv/remark-config", "description": "STRV's config for Remark", - "version": "2.0.0", + "version": "3.0.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues" diff --git a/packages/textlint-rule-preset-strv/CHANGELOG.md b/packages/textlint-rule-preset-strv/CHANGELOG.md index 2a26f1dd..9c62652c 100644 --- a/packages/textlint-rule-preset-strv/CHANGELOG.md +++ b/packages/textlint-rule-preset-strv/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/textlint-rule-preset-strv@2.0.0...@strv/textlint-rule-preset-strv@3.0.0) (2024-02-16) + + +### Features + +* **rule:** support ESLint v8, many new rules 🎉 ([aaf5708](https://github.com/strvcom/code-quality-tools/commit/aaf57085da9498c1425b107d5f1d1e4f353dd000)) +* the road to ESLint v9 🚀 ([#247](https://github.com/strvcom/code-quality-tools/issues/247)) ([c3d3ece](https://github.com/strvcom/code-quality-tools/commit/c3d3ecea02aca9f6293aa7b3ee18282ea2ab9048)) +* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c)) + + + + + # [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/textlint-rule-preset-strv@2.0.0-alpha.1...@strv/textlint-rule-preset-strv@2.0.0) (2021-09-07) **Note:** Version bump only for package @strv/textlint-rule-preset-strv diff --git a/packages/textlint-rule-preset-strv/package.json b/packages/textlint-rule-preset-strv/package.json index 8fe78ad5..ffe8f885 100644 --- a/packages/textlint-rule-preset-strv/package.json +++ b/packages/textlint-rule-preset-strv/package.json @@ -1,7 +1,7 @@ { "name": "@strv/textlint-rule-preset-strv", "description": "STRV's rule preset for textlint", - "version": "2.0.0", + "version": "3.0.0", "author": "Korneliusz Dubieniecki ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues"