Skip to content

Commit f7be3a9

Browse files
1 parent 292dd04 commit f7be3a9

File tree

15 files changed

+137
-24
lines changed

15 files changed

+137
-24
lines changed

package-lock.json

Lines changed: 11 additions & 11 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
622
# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-13)
723

824

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": "4.0.0",
4+
"version": "5.0.0-alpha.0",
55
"author": "Pavel Prichodko <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/eslint-config-base/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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-alpha.2](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
623
# [5.0.0-alpha.1](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24)
724

825
**Note:** Version bump only for package @strv/eslint-config-base

packages/eslint-config-base/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-base",
33
"description": "STRV's ESLint configuration preset",
4-
"version": "5.0.0-alpha.1",
4+
"version": "5.0.0-alpha.2",
55
"author": "Pavel Prichodko <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/eslint-config-graphql/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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-alpha.2](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
622
# [3.0.0-alpha.1](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24)
723

824
**Note:** Version bump only for package @strv/eslint-config-graphql

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": "3.0.0-alpha.1",
4+
"version": "3.0.0-alpha.2",
55
"author": "Michal Jarnot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/eslint-config-mocha/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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-alpha.2](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
622
# [5.0.0-alpha.1](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24)
723

824
**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": "5.0.0-alpha.1",
4+
"version": "5.0.0-alpha.2",
55
"author": "Robert Rossmann <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,7 +11,7 @@
1111
"Danny Kijkov <[email protected]>"
1212
],
1313
"dependencies": {
14-
"@strv/eslint-config-base": "^5.0.0-alpha.1",
14+
"@strv/eslint-config-base": "^5.0.0-alpha.2",
1515
"eslint-plugin-import": "^2.31.0",
1616
"eslint-plugin-mocha": "^11.0.0"
1717
},

packages/eslint-config-node/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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-alpha.2](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
622
# [5.0.0-alpha.1](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2025-01-24)
723

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

0 commit comments

Comments
 (0)