Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @strv/eslint-config-base@3.5.0
 - @strv/eslint-config-mocha@3.3.2
 - @strv/eslint-config-node@3.3.2
 - @strv/eslint-config-react@4.3.2
 - @strv/eslint-config-react-native@3.3.2
 - @strv/eslint-config-typescript@4.1.3
  • Loading branch information
matejpolak committed Nov 16, 2023
1 parent 93218ef commit cb75641
Show file tree
Hide file tree
Showing 13 changed files with 163 additions and 22 deletions.
112 changes: 101 additions & 11 deletions package-lock.json

Large diffs are not rendered by default.

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.

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


### Features

* **eslint-base:** enforce json extension on imports ([a042e20](https://github.com/strvcom/code-quality-tools/commit/a042e20a984d788644f6b3cdae57f3f89e8aac42))





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


Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "3.5.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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





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

**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.1",
"version": "3.3.2",
"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.4.0",
"@strv/eslint-config-base": "^3.5.0",
"eslint-plugin-mocha": "^10.1.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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





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

**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.1",
"version": "3.3.2",
"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.4.0",
"@strv/eslint-config-base": "^3.5.0",
"eslint-plugin-node": "^11.1.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @strv/eslint-config-react-native





## [3.3.1](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react-native@3.3.0...@strv/eslint-config-react-native@3.3.1) (2023-07-11)

**Note:** Version bump only for package @strv/eslint-config-react-native
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/eslint-config-react-native",
"description": "STRV's ESLint config for React Native projects",
"version": "3.3.1",
"version": "3.3.2",
"author": "André Nanninga <andre.nanninga@strv.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand All @@ -10,7 +10,7 @@
"Robert Rossmann <rr.rossmann@me.com>"
],
"dependencies": {
"@strv/eslint-config-react": "^4.3.1",
"@strv/eslint-config-react": "^4.3.2",
"eslint-config-universe": "^10.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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





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

**Note:** Version bump only for package @strv/eslint-config-react
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "4.3.2",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@babel/core": "^7.22.0",
"@babel/eslint-parser": "^7.22.0",
"@strv/eslint-config-base": "^3.4.0",
"@strv/eslint-config-base": "^3.5.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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





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


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.2",
"version": "4.1.3",
"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.4.0",
"@strv/eslint-config-base": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-import-resolver-typescript": "^3.5.5"
Expand Down

0 comments on commit cb75641

Please sign in to comment.