File tree Expand file tree Collapse file tree 15 files changed +137
-24
lines changed Expand file tree Collapse file tree 15 files changed +137
-24
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0-alpha.0] ( https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@4.0.0...@strv/commitlint-config@5.0.0-alpha.0 ) (2025-05-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade to ESLint v9 & all related dependencies 🔥 ([ bc8948a] ( https://github.com/strvcom/code-quality-tools/commit/bc8948ab0e08c59d1e32269bec246152b5644be5 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Many rules have been changed, if you have a lot of overrides expect some work to move to a different rule.
17
+
18
+
19
+
20
+
21
+
6
22
# [ 4.0.0] ( https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@3.0.0...@strv/commitlint-config@4.0.0 ) (2025-01-13)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/commitlint-config" ,
3
3
"description" : " STRV's ESLint config for commitlint" ,
4
- "version" : " 4.0 .0" ,
4
+ "version" : " 5.0.0-alpha .0" ,
5
5
"author" : " Pavel Prichodko <prichodko.p@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/strvcom/code-quality-tools/issues"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0-alpha.2] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@5.0.0-alpha.1...@strv/eslint-config-base@5.0.0-alpha.2 ) (2025-05-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * allow ` t ` as identifier (` id-length ` ) ([ 149e21c] ( https://github.com/strvcom/code-quality-tools/commit/149e21cedf4d1e6346127e1bc4f9897453a28dad ) )
12
+ * upgrade to ESLint v9 & all related dependencies 🔥 ([ bc8948a] ( https://github.com/strvcom/code-quality-tools/commit/bc8948ab0e08c59d1e32269bec246152b5644be5 ) )
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * Many rules have been changed, if you have a lot of overrides expect some work to move to a different rule.
18
+
19
+
20
+
21
+
22
+
6
23
# [ 5.0.0-alpha.1] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@5.0.0-alpha.0...@strv/eslint-config-base@5.0.0-alpha.1 ) (2025-01-24)
7
24
8
25
** Note:** Version bump only for package @strv/eslint-config-base
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/eslint-config-base" ,
3
3
"description" : " STRV's ESLint configuration preset" ,
4
- "version" : " 5.0.0-alpha.1 " ,
4
+ "version" : " 5.0.0-alpha.2 " ,
5
5
"author" : " Pavel Prichodko <prichodko.p@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/strvcom/code-quality-tools/issues"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.0.0-alpha.2] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-graphql@3.0.0-alpha.1...@strv/eslint-config-graphql@3.0.0-alpha.2 ) (2025-05-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade to ESLint v9 & all related dependencies 🔥 ([ bc8948a] ( https://github.com/strvcom/code-quality-tools/commit/bc8948ab0e08c59d1e32269bec246152b5644be5 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Many rules have been changed, if you have a lot of overrides expect some work to move to a different rule.
17
+
18
+
19
+
20
+
21
+
6
22
# [ 3.0.0-alpha.1] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-graphql@3.0.0-alpha.0...@strv/eslint-config-graphql@3.0.0-alpha.1 ) (2025-01-24)
7
23
8
24
** Note:** Version bump only for package @strv/eslint-config-graphql
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/eslint-config-graphql" ,
3
3
"description" : " STRV's ESLint config for javascript applications that use GraphQL and Apollo client." ,
4
- "version" : " 3.0.0-alpha.1 " ,
4
+ "version" : " 3.0.0-alpha.2 " ,
5
5
"author" : " Michal Jarnot <m.jarnot@yahoo.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/strvcom/code-quality-tools/issues"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0-alpha.2] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-mocha@5.0.0-alpha.1...@strv/eslint-config-mocha@5.0.0-alpha.2 ) (2025-05-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade to ESLint v9 & all related dependencies 🔥 ([ bc8948a] ( https://github.com/strvcom/code-quality-tools/commit/bc8948ab0e08c59d1e32269bec246152b5644be5 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Many rules have been changed, if you have a lot of overrides expect some work to move to a different rule.
17
+
18
+
19
+
20
+
21
+
6
22
# [ 5.0.0-alpha.1] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-mocha@5.0.0-alpha.0...@strv/eslint-config-mocha@5.0.0-alpha.1 ) (2025-01-24)
7
23
8
24
** Note:** Version bump only for package @strv/eslint-config-mocha
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/eslint-config-mocha" ,
3
3
"description" : " STRV's ESLint config for projects using Mocha as test runner" ,
4
- "version" : " 5.0.0-alpha.1 " ,
4
+ "version" : " 5.0.0-alpha.2 " ,
5
5
"author" : " Robert Rossmann <rr.rossmann@me.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/strvcom/code-quality-tools/issues"
11
11
" Danny Kijkov <daniel.kijkov@strv.com>"
12
12
],
13
13
"dependencies" : {
14
- "@strv/eslint-config-base" : " ^5.0.0-alpha.1 " ,
14
+ "@strv/eslint-config-base" : " ^5.0.0-alpha.2 " ,
15
15
"eslint-plugin-import" : " ^2.31.0" ,
16
16
"eslint-plugin-mocha" : " ^11.0.0"
17
17
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0-alpha.2] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-node@5.0.0-alpha.1...@strv/eslint-config-node@5.0.0-alpha.2 ) (2025-05-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade to ESLint v9 & all related dependencies 🔥 ([ bc8948a] ( https://github.com/strvcom/code-quality-tools/commit/bc8948ab0e08c59d1e32269bec246152b5644be5 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Many rules have been changed, if you have a lot of overrides expect some work to move to a different rule.
17
+
18
+
19
+
20
+
21
+
6
22
# [ 5.0.0-alpha.1] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-node@5.0.0-alpha.0...@strv/eslint-config-node@5.0.0-alpha.1 ) (2025-01-24)
7
23
8
24
** Note:** Version bump only for package @strv/eslint-config-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/eslint-config-node" ,
3
3
"description" : " STRV's ESLint config for Node.js projects" ,
4
- "version" : " 5.0.0-alpha.1 " ,
4
+ "version" : " 5.0.0-alpha.2 " ,
5
5
"author" : " Pavel Prichodko <prichodko.p@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/strvcom/code-quality-tools/issues"
11
11
" Danny Kijkov <daniel.kijkov@strv.com>"
12
12
],
13
13
"dependencies" : {
14
- "@strv/eslint-config-base" : " ^5.0.0-alpha.1 " ,
14
+ "@strv/eslint-config-base" : " ^5.0.0-alpha.2 " ,
15
15
"eslint-plugin-n" : " ^17.18.0"
16
16
},
17
17
"engines" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.0.0-alpha.2] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@6.0.0-alpha.1...@strv/eslint-config-react@6.0.0-alpha.2 ) (2025-05-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade to ESLint v9 & all related dependencies 🔥 ([ bc8948a] ( https://github.com/strvcom/code-quality-tools/commit/bc8948ab0e08c59d1e32269bec246152b5644be5 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Many rules have been changed, if you have a lot of overrides expect some work to move to a different rule.
17
+
18
+
19
+
20
+
21
+
6
22
# [ 6.0.0-alpha.1] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@6.0.0-alpha.0...@strv/eslint-config-react@6.0.0-alpha.1 ) (2025-01-24)
7
23
8
24
** Note:** Version bump only for package @strv/eslint-config-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/eslint-config-react" ,
3
3
"description" : " STRV's ESLint config for React projects" ,
4
- "version" : " 6.0.0-alpha.1 " ,
4
+ "version" : " 6.0.0-alpha.2 " ,
5
5
"author" : " Pavel Prichodko <prichodko.p@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/strvcom/code-quality-tools/issues"
13
13
"dependencies" : {
14
14
"@babel/core" : " ^7.23.9" ,
15
15
"@babel/eslint-parser" : " ^7.23.10" ,
16
- "@strv/eslint-config-base" : " ^5.0.0-alpha.1 " ,
16
+ "@strv/eslint-config-base" : " ^5.0.0-alpha.2 " ,
17
17
"eslint-plugin-jsx-a11y" : " ^6.4.1" ,
18
18
"eslint-plugin-react" : " ^7.23.0" ,
19
19
"eslint-plugin-react-hooks" : " ^5.0.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.0.0-alpha.3] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@6.0.0-alpha.2...@strv/eslint-config-typescript@6.0.0-alpha.3 ) (2025-05-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade to ESLint v9 & all related dependencies 🔥 ([ bc8948a] ( https://github.com/strvcom/code-quality-tools/commit/bc8948ab0e08c59d1e32269bec246152b5644be5 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Many rules have been changed, if you have a lot of overrides expect some work to move to a different rule.
17
+
18
+
19
+
20
+
21
+
6
22
# [ 6.0.0-alpha.2] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@6.0.0-alpha.1...@strv/eslint-config-typescript@6.0.0-alpha.2 ) (2025-01-24)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/eslint-config-typescript" ,
3
3
"description" : " STRV's ESLint config for TypeScript projects" ,
4
- "version" : " 6.0.0-alpha.2 " ,
4
+ "version" : " 6.0.0-alpha.3 " ,
5
5
"author" : " Robert Rossmann <rr.rossmann@me.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/strvcom/code-quality-tools/issues"
11
11
" Danny Kijkov <daniel.kijkov@strv.com>"
12
12
],
13
13
"dependencies" : {
14
- "@strv/eslint-config-base" : " ^5.0.0-alpha.1" ,
14
+ "@strv/eslint-config-base" : " ^5.0.0-alpha.2" ,
15
+ "@stylistic/eslint-plugin-ts" : " ^4.2.0" ,
15
16
"@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
16
17
"@typescript-eslint/parser" : " ^8.0.0" ,
17
- "eslint-import-resolver-typescript" : " ^4.3.5" ,
18
- "@stylistic/eslint-plugin-ts" : " ^4.2.0"
18
+ "eslint-import-resolver-typescript" : " ^4.3.5"
19
19
},
20
20
"engines" : {
21
21
"node" : " >=22"
You can’t perform that action at this time.
0 commit comments