Skip to content

Commit 26bccce

Browse files
chore: release
- @strv/eslint-config-base@5.0.0-alpha.1 - @strv/eslint-config-graphql@3.0.0-alpha.1 - @strv/eslint-config-mocha@5.0.0-alpha.1 - @strv/eslint-config-node@5.0.0-alpha.1 - @strv/eslint-config-react@6.0.0-alpha.1 - @strv/eslint-config-typescript@6.0.0-alpha.2
1 parent 72b29bf commit 26bccce

File tree

13 files changed

+71
-20
lines changed

13 files changed

+71
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
8+
**Note:** Version bump only for package @strv/eslint-config-base
9+
10+
11+
12+
13+
614
# [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)
715

816

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.0",
4+
"version": "5.0.0-alpha.1",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/eslint-config-graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
8+
**Note:** Version bump only for package @strv/eslint-config-graphql
9+
10+
11+
12+
13+
614
# [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)
715

816

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.0",
4+
"version": "3.0.0-alpha.1",
55
"author": "Michal Jarnot <m.jarnot@yahoo.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"

packages/eslint-config-mocha/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
8+
**Note:** Version bump only for package @strv/eslint-config-mocha
9+
10+
11+
12+
13+
614
# [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)
715

816

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

packages/eslint-config-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
8+
**Note:** Version bump only for package @strv/eslint-config-node
9+
10+
11+
12+
13+
614
# [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)
715

816

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": "5.0.0-alpha.0",
4+
"version": "5.0.0-alpha.1",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,7 +11,7 @@
1111
"Danny Kijkov <daniel.kijkov@strv.com>"
1212
],
1313
"dependencies": {
14-
"@strv/eslint-config-base": "^5.0.0-alpha.0",
14+
"@strv/eslint-config-base": "^5.0.0-alpha.1",
1515
"eslint-plugin-n": "^17.15.0"
1616
},
1717
"engines": {

packages/eslint-config-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.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+
8+
**Note:** Version bump only for package @strv/eslint-config-react
9+
10+
11+
12+
13+
614
# [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)
715

816

packages/eslint-config-react/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-react",
33
"description": "STRV's ESLint config for React projects",
4-
"version": "6.0.0-alpha.0",
4+
"version": "6.0.0-alpha.1",
55
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@babel/core": "^7.23.9",
1515
"@babel/eslint-parser": "^7.23.10",
16-
"@strv/eslint-config-base": "^5.0.0-alpha.0",
16+
"@strv/eslint-config-base": "^5.0.0-alpha.1",
1717
"eslint-plugin-jsx-a11y": "^6.4.1",
1818
"eslint-plugin-react": "^7.23.0",
1919
"eslint-plugin-react-hooks": "^5.0.0"

packages/eslint-config-typescript/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.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+
8+
9+
### Features
10+
11+
* enable typescript project service 👏 ([72b29bf](https://github.com/strvcom/code-quality-tools/commit/72b29bff9a1473d49fd644b5cc93fae0905e4353))
12+
13+
14+
15+
16+
617
# [6.0.0-alpha.1](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@6.0.0-alpha.0...@strv/eslint-config-typescript@6.0.0-alpha.1) (2025-01-24)
718

819

packages/eslint-config-typescript/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-typescript",
33
"description": "STRV's ESLint config for TypeScript projects",
4-
"version": "6.0.0-alpha.1",
4+
"version": "6.0.0-alpha.2",
55
"author": "Robert Rossmann <rr.rossmann@me.com>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,7 +11,7 @@
1111
"Danny Kijkov <daniel.kijkov@strv.com>"
1212
],
1313
"dependencies": {
14-
"@strv/eslint-config-base": "^5.0.0-alpha.0",
14+
"@strv/eslint-config-base": "^5.0.0-alpha.1",
1515
"@typescript-eslint/eslint-plugin": "^8.0.0",
1616
"@typescript-eslint/parser": "^8.0.0",
1717
"eslint-import-resolver-typescript": "^3.6.1"

0 commit comments

Comments
 (0)