File tree Expand file tree Collapse file tree 13 files changed +116
-20
lines changed
Expand file tree Collapse file tree 13 files changed +116
-20
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-alpha.0] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@4.0.0...@strv/eslint-config-base@5.0.0-alpha.0 ) (2025-01-24)
7+
8+
9+ ### Features
10+
11+ * move to ESLint v9 👏 ([ 4de1c1f] ( https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018 ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * Projects must now use ESLint v9 in order to use these rulesets.
17+
18+
19+
20+
21+
622# [ 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)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @strv/eslint-config-base" ,
33 "description" : " STRV's ESLint configuration preset" ,
4- "version" : " 4.0 .0" ,
4+ "version" : " 5.0.0-alpha .0" ,
55 "author" : " Pavel Prichodko <prichodko.p@gmail.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/strvcom/code-quality-tools/issues"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 3.0.0-alpha.0] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-graphql@2.0.0...@strv/eslint-config-graphql@3.0.0-alpha.0 ) (2025-01-24)
7+
8+
9+ ### Features
10+
11+ * move to ESLint v9 👏 ([ 4de1c1f] ( https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018 ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * Projects must now use ESLint v9 in order to use these rulesets.
17+
18+
19+
20+
21+
622# [ 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)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @strv/eslint-config-graphql" ,
33 "description" : " STRV's ESLint config for javascript applications that use GraphQL and Apollo client." ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 3.0.0-alpha .0" ,
55 "author" : " Michal Jarnot <m.jarnot@yahoo.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/strvcom/code-quality-tools/issues"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-alpha.0] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-mocha@4.0.0...@strv/eslint-config-mocha@5.0.0-alpha.0 ) (2025-01-24)
7+
8+
9+ ### Features
10+
11+ * move to ESLint v9 👏 ([ 4de1c1f] ( https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018 ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * Projects must now use ESLint v9 in order to use these rulesets.
17+
18+
19+
20+
21+
622# [ 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)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @strv/eslint-config-mocha" ,
33 "description" : " STRV's ESLint config for projects using Mocha as test runner" ,
4- "version" : " 4.0 .0" ,
4+ "version" : " 5.0.0-alpha .0" ,
55 "author" : " Robert Rossmann <rr.rossmann@me.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/strvcom/code-quality-tools/issues"
1111 " Danny Kijkov <daniel.kijkov@strv.com>"
1212 ],
1313 "dependencies" : {
14- "@strv/eslint-config-base" : " ^4.0 .0" ,
14+ "@strv/eslint-config-base" : " ^5.0.0-alpha .0" ,
1515 "eslint-plugin-import" : " ^2.31.0" ,
1616 "eslint-plugin-mocha" : " ^10.1.0"
1717 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0-alpha.0] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-node@4.0.0...@strv/eslint-config-node@5.0.0-alpha.0 ) (2025-01-24)
7+
8+
9+ ### Features
10+
11+ * move to ESLint v9 👏 ([ 4de1c1f] ( https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018 ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * Projects must now use ESLint v9 in order to use these rulesets.
17+
18+
19+
20+
21+
622# [ 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)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @strv/eslint-config-node" ,
33 "description" : " STRV's ESLint config for Node.js projects" ,
4- "version" : " 4.0 .0" ,
4+ "version" : " 5.0.0-alpha .0" ,
55 "author" : " Pavel Prichodko <prichodko.p@gmail.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/strvcom/code-quality-tools/issues"
1111 " Danny Kijkov <daniel.kijkov@strv.com>"
1212 ],
1313 "dependencies" : {
14- "@strv/eslint-config-base" : " ^4.0 .0" ,
14+ "@strv/eslint-config-base" : " ^5.0.0-alpha .0" ,
1515 "eslint-plugin-n" : " ^17.15.0"
1616 },
1717 "engines" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 6.0.0-alpha.0] ( https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@5.0.0...@strv/eslint-config-react@6.0.0-alpha.0 ) (2025-01-24)
7+
8+
9+ ### Features
10+
11+ * move to ESLint v9 👏 ([ 4de1c1f] ( https://github.com/strvcom/code-quality-tools/commit/4de1c1f7543898cddc4178afc7222e369b6ea018 ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * Projects must now use ESLint v9 in order to use these rulesets.
17+
18+
19+
20+
21+
622# [ 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)
723
824
You can’t perform that action at this time.
0 commit comments