Skip to content

Commit dcb207d

Browse files
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
1 parent 82a89e5 commit dcb207d

File tree

21 files changed

+147
-32
lines changed

21 files changed

+147
-32
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/commitlint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
15+
16+
617
# [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)
718

819

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/commitlint-config",
33
"description": "STRV's ESLint config for commitlint",
4-
"version": "2.2.0",
4+
"version": "3.0.0",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/eslint-config-base/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
15+
16+
617
# [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)
718

819

packages/eslint-config-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/eslint-config-base",
33
"description": "STRV's ESLint configuration preset",
4-
"version": "3.5.0",
4+
"version": "4.0.0",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,8 +11,8 @@
1111
"Danny Kijkov <daniel.kijkov@strv.com>"
1212
],
1313
"dependencies": {
14-
"eslint-plugin-import": "^2.27.0",
15-
"@stylistic/eslint-plugin": "^1.6.0"
14+
"@stylistic/eslint-plugin": "^1.6.0",
15+
"eslint-plugin-import": "^2.27.0"
1616
},
1717
"engines": {
1818
"node": ">=20"

packages/eslint-config-graphql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c))
13+
14+
15+
16+
17+
618
# [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)
719

820

packages/eslint-config-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/eslint-config-graphql",
33
"description": "STRV's ESLint config for javascript applications that use GraphQL and Apollo client.",
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"author": "Michal Jarnot <m.jarnot@yahoo.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/eslint-config-mocha/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @strv/eslint-config-mocha

packages/eslint-config-mocha/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/eslint-config-mocha",
33
"description": "STRV's ESLint config for projects using Mocha as test runner",
4-
"version": "3.3.2",
4+
"version": "4.0.0",
55
"author": "Robert Rossmann <rr.rossmann@me.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,7 +11,7 @@
1111
"Danny Kijkov <daniel.kijkov@strv.com>"
1212
],
1313
"dependencies": {
14-
"@strv/eslint-config-base": "^3.5.0",
14+
"@strv/eslint-config-base": "^4.0.0",
1515
"eslint-plugin-import": "^2.27.0",
1616
"eslint-plugin-mocha": "^10.1.0"
1717
},

packages/eslint-config-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @strv/eslint-config-node

packages/eslint-config-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/eslint-config-node",
33
"description": "STRV's ESLint config for Node.js projects",
4-
"version": "3.3.2",
4+
"version": "4.0.0",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,7 +11,7 @@
1111
"Danny Kijkov <daniel.kijkov@strv.com>"
1212
],
1313
"dependencies": {
14-
"@strv/eslint-config-base": "^3.5.0",
14+
"@strv/eslint-config-base": "^4.0.0",
1515
"eslint-plugin-n": "^16.6.2"
1616
},
1717
"engines": {

packages/eslint-config-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @strv/eslint-config-react

packages/eslint-config-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/eslint-config-react",
33
"description": "STRV's ESLint config for React projects",
4-
"version": "4.3.2",
4+
"version": "5.0.0",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -13,10 +13,10 @@
1313
"dependencies": {
1414
"@babel/core": "^7.23.9",
1515
"@babel/eslint-parser": "^7.23.10",
16-
"@strv/eslint-config-base": "^3.5.0",
16+
"@strv/eslint-config-base": "^4.0.0",
1717
"eslint-plugin-jsx-a11y": "^6.4.1",
18-
"eslint-plugin-react-hooks": "^4.2.0",
19-
"eslint-plugin-react": "^7.23.0"
18+
"eslint-plugin-react": "^7.23.0",
19+
"eslint-plugin-react-hooks": "^4.2.0"
2020
},
2121
"engines": {
2222
"node": ">=20"

packages/eslint-config-typescript/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @strv/eslint-config-typescript

packages/eslint-config-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/eslint-config-typescript",
33
"description": "STRV's ESLint config for TypeScript projects",
4-
"version": "4.1.3",
4+
"version": "5.0.0",
55
"author": "Robert Rossmann <rr.rossmann@me.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,7 +11,7 @@
1111
"Danny Kijkov <daniel.kijkov@strv.com>"
1212
],
1313
"dependencies": {
14-
"@strv/eslint-config-base": "^3.5.0",
14+
"@strv/eslint-config-base": "^4.0.0",
1515
"@typescript-eslint/eslint-plugin": "^7.0.0",
1616
"@typescript-eslint/parser": "^7.0.0",
1717
"eslint-import-resolver-typescript": "^3.6.1"

packages/prettier-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
15+
16+
617
# [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)
718

819
**Note:** Version bump only for package @strv/prettier-config

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/prettier-config",
33
"description": "STRV's ESLint config for Prettier",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/remark-config/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* **rule:** support ESLint v8, many new rules 🎉 ([aaf5708](https://github.com/strvcom/code-quality-tools/commit/aaf57085da9498c1425b107d5f1d1e4f353dd000))
12+
* 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))
13+
* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c))
14+
15+
16+
17+
18+
619
# [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)
720

821
**Note:** Version bump only for package @strv/remark-config

0 commit comments

Comments
 (0)