File tree Expand file tree Collapse file tree 21 files changed +147
-32
lines changed
textlint-rule-preset-strv Expand file tree Collapse file tree 21 files changed +147
-32
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
+ # [ 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
+
6
17
# [ 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)
7
18
8
19
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" : " 2.2 .0" ,
4
+ "version" : " 3.0 .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
+ # [ 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
+
6
17
# [ 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)
7
18
8
19
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" : " 3.5 .0" ,
4
+ "version" : " 4.0 .0" ,
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
- "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"
16
16
},
17
17
"engines" : {
18
18
"node" : " >=20"
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
+ # [ 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
+
6
18
# [ 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)
7
19
8
20
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" : " 1.1 .0" ,
4
+ "version" : " 2.0 .0" ,
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
+ # [ 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
+
6
17
## [ 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)
7
18
8
19
** 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" : " 3.3.2 " ,
4
+ "version" : " 4.0.0 " ,
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" : " ^3.5 .0" ,
14
+ "@strv/eslint-config-base" : " ^4.0 .0" ,
15
15
"eslint-plugin-import" : " ^2.27.0" ,
16
16
"eslint-plugin-mocha" : " ^10.1.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
+ # [ 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
+
6
17
## [ 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)
7
18
8
19
** 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" : " 3.3.2 " ,
4
+ "version" : " 4.0.0 " ,
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" : " ^3.5 .0" ,
14
+ "@strv/eslint-config-base" : " ^4.0 .0" ,
15
15
"eslint-plugin-n" : " ^16.6.2"
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
+ # [ 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
+
6
17
## [ 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)
7
18
8
19
** 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" : " 4.3.2 " ,
4
+ "version" : " 5.0.0 " ,
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" : " ^3.5 .0" ,
16
+ "@strv/eslint-config-base" : " ^4.0 .0" ,
17
17
"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"
20
20
},
21
21
"engines" : {
22
22
"node" : " >=20"
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] ( 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
+
6
17
## [ 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)
7
18
8
19
** Note:** Version bump only for package @strv/eslint-config-typescript
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" : " 4.1.3 " ,
4
+ "version" : " 5.0.0 " ,
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" : " ^3.5 .0" ,
14
+ "@strv/eslint-config-base" : " ^4.0 .0" ,
15
15
"@typescript-eslint/eslint-plugin" : " ^7.0.0" ,
16
16
"@typescript-eslint/parser" : " ^7.0.0" ,
17
17
"eslint-import-resolver-typescript" : " ^3.6.1"
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] ( 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
+
6
17
# [ 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)
7
18
8
19
** Note:** Version bump only for package @strv/prettier-config
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @strv/prettier-config" ,
3
3
"description" : " STRV's ESLint config for Prettier" ,
4
- "version" : " 2 .0.0" ,
4
+ "version" : " 3 .0.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
+ # [ 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
+
6
19
# [ 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)
7
20
8
21
** Note:** Version bump only for package @strv/remark-config
You can’t perform that action at this time.
0 commit comments