Skip to content

Commit dcb207d

Browse files
1 parent 82a89e5 commit dcb207d

File tree

21 files changed

+147
-32
lines changed

21 files changed

+147
-32
lines changed

package-lock.json

Lines changed: 14 additions & 14 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: 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+
# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
617
# [2.2.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2023-07-06)
718

819

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": "2.2.0",
4+
"version": "3.0.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: 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+
# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
617
# [3.5.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2023-11-16)
718

819

packages/eslint-config-base/package.json

Lines changed: 3 additions & 3 deletions
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": "3.5.0",
4+
"version": "4.0.0",
55
"author": "Pavel Prichodko <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/strvcom/code-quality-tools/issues"
@@ -11,8 +11,8 @@
1111
"Danny Kijkov <[email protected]>"
1212
],
1313
"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"
1616
},
1717
"engines": {
1818
"node": ">=20"

packages/eslint-config-graphql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
618
# [1.1.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2022-03-23)
719

820

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": "1.1.0",
4+
"version": "2.0.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: 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+
# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
617
## [3.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2023-11-16)
718

819
**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": "3.3.2",
4+
"version": "4.0.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": "^3.5.0",
14+
"@strv/eslint-config-base": "^4.0.0",
1515
"eslint-plugin-import": "^2.27.0",
1616
"eslint-plugin-mocha": "^10.1.0"
1717
},

packages/eslint-config-node/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+
# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (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+
617
## [3.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/[email protected]...@strv/[email protected]) (2023-11-16)
718

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

0 commit comments

Comments
 (0)