Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @strv/commitlint-config@3.0.0
 - @strv/eslint-config-base@4.0.0
 - @strv/eslint-config-graphql@2.0.0
 - @strv/eslint-config-mocha@4.0.0
 - @strv/eslint-config-node@4.0.0
 - @strv/eslint-config-react@5.0.0
 - @strv/eslint-config-typescript@5.0.0
 - @strv/prettier-config@3.0.0
 - @strv/remark-config@3.0.0
 - @strv/textlint-rule-preset-strv@3.0.0
  • Loading branch information
robertrossmann committed Feb 16, 2024
1 parent 82a89e5 commit dcb207d
Show file tree
Hide file tree
Showing 21 changed files with 147 additions and 32 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@2.2.0...@strv/commitlint-config@3.0.0) (2024-02-16)


### Features

* 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))





# [2.2.0](https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@2.1.0...@strv/commitlint-config@2.2.0) (2023-07-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/commitlint-config",
"description": "STRV's ESLint config for commitlint",
"version": "2.2.0",
"version": "3.0.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* 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))





# [3.5.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.4.0...@strv/eslint-config-base@3.5.0) (2023-11-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/eslint-config-base",
"description": "STRV's ESLint configuration preset",
"version": "3.5.0",
"version": "4.0.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand All @@ -11,8 +11,8 @@
"Danny Kijkov <daniel.kijkov@strv.com>"
],
"dependencies": {
"eslint-plugin-import": "^2.27.0",
"@stylistic/eslint-plugin": "^1.6.0"
"@stylistic/eslint-plugin": "^1.6.0",
"eslint-plugin-import": "^2.27.0"
},
"engines": {
"node": ">=20"
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* 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))
* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c))





# [1.1.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-graphql@1.0.0...@strv/eslint-config-graphql@1.1.0) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/eslint-config-graphql",
"description": "STRV's ESLint config for javascript applications that use GraphQL and Apollo client.",
"version": "1.1.0",
"version": "2.0.0",
"author": "Michal Jarnot <m.jarnot@yahoo.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* 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))





## [3.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-mocha@3.3.1...@strv/eslint-config-mocha@3.3.2) (2023-11-16)

**Note:** Version bump only for package @strv/eslint-config-mocha
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/eslint-config-mocha",
"description": "STRV's ESLint config for projects using Mocha as test runner",
"version": "3.3.2",
"version": "4.0.0",
"author": "Robert Rossmann <rr.rossmann@me.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand All @@ -11,7 +11,7 @@
"Danny Kijkov <daniel.kijkov@strv.com>"
],
"dependencies": {
"@strv/eslint-config-base": "^3.5.0",
"@strv/eslint-config-base": "^4.0.0",
"eslint-plugin-import": "^2.27.0",
"eslint-plugin-mocha": "^10.1.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* 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))





## [3.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-node@3.3.1...@strv/eslint-config-node@3.3.2) (2023-11-16)

**Note:** Version bump only for package @strv/eslint-config-node
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/eslint-config-node",
"description": "STRV's ESLint config for Node.js projects",
"version": "3.3.2",
"version": "4.0.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand All @@ -11,7 +11,7 @@
"Danny Kijkov <daniel.kijkov@strv.com>"
],
"dependencies": {
"@strv/eslint-config-base": "^3.5.0",
"@strv/eslint-config-base": "^4.0.0",
"eslint-plugin-n": "^16.6.2"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* 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))





## [4.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@4.3.1...@strv/eslint-config-react@4.3.2) (2023-11-16)

**Note:** Version bump only for package @strv/eslint-config-react
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/eslint-config-react",
"description": "STRV's ESLint config for React projects",
"version": "4.3.2",
"version": "5.0.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand All @@ -13,10 +13,10 @@
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@strv/eslint-config-base": "^3.5.0",
"@strv/eslint-config-base": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react": "^7.23.0"
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"engines": {
"node": ">=20"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@4.1.2...@strv/eslint-config-typescript@5.0.0) (2024-02-16)


### Features

* 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))





## [4.1.3](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-typescript@4.1.2...@strv/eslint-config-typescript@4.1.3) (2023-11-16)

**Note:** Version bump only for package @strv/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/eslint-config-typescript",
"description": "STRV's ESLint config for TypeScript projects",
"version": "4.1.3",
"version": "5.0.0",
"author": "Robert Rossmann <rr.rossmann@me.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand All @@ -11,7 +11,7 @@
"Danny Kijkov <daniel.kijkov@strv.com>"
],
"dependencies": {
"@strv/eslint-config-base": "^3.5.0",
"@strv/eslint-config-base": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint-import-resolver-typescript": "^3.6.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/prettier-config@2.0.0...@strv/prettier-config@3.0.0) (2024-02-16)


### Features

* 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))





# [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/prettier-config@2.0.0-alpha.0...@strv/prettier-config@2.0.0) (2021-09-07)

**Note:** Version bump only for package @strv/prettier-config
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/prettier-config",
"description": "STRV's ESLint config for Prettier",
"version": "2.0.0",
"version": "3.0.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand Down
13 changes: 13 additions & 0 deletions packages/remark-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/remark-config@2.0.0...@strv/remark-config@3.0.0) (2024-02-16)


### Features

* **rule:** support ESLint v8, many new rules 🎉 ([aaf5708](https://github.com/strvcom/code-quality-tools/commit/aaf57085da9498c1425b107d5f1d1e4f353dd000))
* 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))
* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c))





# [2.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/remark-config@2.0.0-alpha.2...@strv/remark-config@2.0.0) (2021-09-07)

**Note:** Version bump only for package @strv/remark-config
Expand Down
Loading

0 comments on commit dcb207d

Please sign in to comment.