Skip to content

Commit 6250661

Browse files
1 parent 4de1c1f commit 6250661

File tree

13 files changed

+116
-20
lines changed

13 files changed

+116
-20
lines changed

package-lock.json

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

packages/eslint-config-base/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-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/[email protected]...@strv/[email protected]) (2024-02-16)
723

824

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": "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-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.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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/[email protected]...@strv/[email protected]) (2024-02-16)
723

824

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": "2.0.0",
4+
"version": "3.0.0-alpha.0",
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.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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/[email protected]...@strv/[email protected]) (2024-02-16)
723

824

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": "4.0.0",
4+
"version": "5.0.0-alpha.0",
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": "^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
},

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.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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/[email protected]...@strv/[email protected]) (2024-02-16)
723

824

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": "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"
@@ -11,7 +11,7 @@
1111
"Danny Kijkov <[email protected]>"
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": {

packages/eslint-config-react/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+
# [6.0.0-alpha.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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/[email protected]...@strv/[email protected]) (2024-02-16)
723

824

0 commit comments

Comments
 (0)