Skip to content

Commit

Permalink
Merge pull request #42 from adidas/feature/integrate-changes-from-rel…
Browse files Browse the repository at this point in the history
…ease-1.8.1

Feature/integrate changes from release 1.8.1
  • Loading branch information
RecuencoJones authored Jan 27, 2021
2 parents 5ab42c5 + e31233b commit 2ffe4d9
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ This changelog is only to log changes of the project base.
If there are changes on the packages, please, check and update the changelog of each package accordingly.
-->

## 1.9.3

- Fixed semver of required patch versions.

## 1.9.2

- Updated rules for `eslint-config-adidas-react`.
Expand All @@ -17,6 +21,10 @@ If there are changes on the packages, please, check and update the changelog of
- Updated eslint to v7.
- Updated dependencies for housekeeping (`npm audit fix`).

## 1.8.1

- Fixed semver of required patch versions.

# 1.8.0

- Updated `color-hex-length` in `stylelint-config-adidas`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-linter-configs",
"version": "1.9.2",
"version": "1.9.3",
"description": "adidas configurations for JavaScript linting tools",
"license": "MIT",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-adidas-es6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.1

- Updated `eslint-config-adidas-es5` semver to patch.

# 1.4.0

- Updated ESLint to version 7.
Expand All @@ -10,6 +14,10 @@
- `prefer-exponentiation-operator`
- `require-atomic-updates`

## 1.3.1

- Updated `eslint-config-adidas-es5` semver to patch.

# 1.3.0

- Updated ESLint to version 6.
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-adidas-es6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-es6",
"version": "1.4.0",
"version": "1.4.1",
"description": "ESLint configuration and rules for ECMAScript 6",
"license": "MIT",
"contributors": [
Expand All @@ -22,7 +22,7 @@
"eslint-plugin-promise": "^4"
},
"dependencies": {
"eslint-config-adidas-es5": "^1.3"
"eslint-config-adidas-es5": "~1.3"
},
"files": [
"index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-adidas-es7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## 1.3.1

- Updated `eslint-config-adidas-es6` semver to patch.

# 1.3.0

- Updated ESLint to version 7.

## 1.2.1

- Updated `eslint-config-adidas-es6` semver to patch.

# 1.2.0

- Updated ESLint to version 6.
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-adidas-es7/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-es7",
"version": "1.3.0",
"version": "1.3.1",
"description": "ESLint configuration and rules for ECMAScript 7",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"eslint": "^7"
},
"dependencies": {
"eslint-config-adidas-es6": "^1.4"
"eslint-config-adidas-es6": "~1.4"
},
"files": [
"index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-adidas-es8/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## 1.3.1

- Updated `eslint-config-adidas-es7` semver to patch.

# 1.3.0

- Updated ESLint to version 7.
- Added rules:
- `no-async-promise-executor`

## 1.2.1

- Updated `eslint-config-adidas-es7` semver to patch.

# 1.2.0

- Updated ESLint to version 6.
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-adidas-es8/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-es8",
"version": "1.3.0",
"version": "1.3.1",
"description": "ESLint configuration and rules for ECMAScript 8",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"eslint": "^7"
},
"dependencies": {
"eslint-config-adidas-es7": "^1.3"
"eslint-config-adidas-es7": "~1.3"
},
"files": [
"index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-adidas-es9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2

- Updated `eslint-config-adidas-es8` semver to patch.

## 1.3.1

- Disabled `prefer-named-capture-group`.
Expand All @@ -9,6 +13,10 @@
- `prefer-named-capture-group`
- `prefer-object-spread`

## 1.2.1

- Updated `eslint-config-adidas-es8` semver to patch.

# 1.2.0

- Updated ESLint to version 6.
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-adidas-es9/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-es9",
"version": "1.3.1",
"version": "1.3.2",
"description": "ESLint configuration and rules for ECMAScript 9",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"eslint": "^7"
},
"dependencies": {
"eslint-config-adidas-es8": "^1.3"
"eslint-config-adidas-es8": "~1.3"
},
"files": [
"index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-adidas-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2

- Updated `eslint-config-adidas-jsx` semver to patch.

## 1.3.1

- Updated `react/jsx-filename-extension` to allow TypeScript files (#31).
Expand All @@ -7,6 +11,10 @@
- Updated ESLint to version 7.
- Updated peer dependency `eslint-plugin-react` to version 7.22.

## 1.2.1

- Updated `eslint-config-adidas-jsx` semver to patch.

# 1.2.0

- Updated ESLint to version 6.
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-adidas-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-react",
"version": "1.3.1",
"version": "1.3.2",
"description": "ESLint configuration and rules for React codebases",
"license": "MIT",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-react": "^7.22"
},
"dependencies": {
"eslint-config-adidas-jsx": "^1.3"
"eslint-config-adidas-jsx": "~1.3"
},
"files": [
"index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-adidas-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.2

- Updated `eslint-config-adidas-es9` semver to patch.

## 1.4.1

- Disabled `@typescript-eslint/explicit-function-return-type` and `@typescript-eslint/no-unnecessary-condition`.
Expand All @@ -9,6 +13,10 @@
- Updated `@typescript-eslint/parser` and `@typescript-eslint/eslint-plugin` to v4.14.
- Updated rules and removed deprecated rules.

## 1.3.2

- Updated `eslint-config-adidas-es9` semver to patch.

## 1.3.1

- Fixed typo in `@typescript-eslint/no-untyped-public-signature`.
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-adidas-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-typescript",
"version": "1.4.1",
"version": "1.4.2",
"description": "ESLint base configuration and rules for TypeScript codebases",
"license": "MIT",
"contributors": [
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.14",
"@typescript-eslint/parser": "^4.14",
"eslint-config-adidas-es9": "^1.3"
"eslint-config-adidas-es9": "~1.3"
},
"peerDependencies": {
"eslint": "^7"
Expand Down

0 comments on commit 2ffe4d9

Please sign in to comment.