Skip to content

Commit

Permalink
Merge pull request #41 from adidas/bugfix/restrict-semver
Browse files Browse the repository at this point in the history
RESTRICT semver to patch for dependent eslint configs
  • Loading branch information
RecuencoJones authored Jan 27, 2021
2 parents 113c989 + b632807 commit 396c72a
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 15 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ 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.8.0
## 1.8.1

- Fixed semver of required patch versions.

# 1.8.0

- Updated `color-hex-length` in `stylelint-config-adidas`.
- Updated `scss/double-slash-comment-empty-line-before` in `stylelint-config-adidas-scss`.
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.8.0",
"version": "1.8.1",
"description": "adidas configurations for JavaScript linting tools",
"license": "MIT",
"contributors": [
Expand Down
4 changes: 4 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.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.3.0",
"version": "1.3.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.2"
"eslint-config-adidas-es5": "~1.2"
},
"files": [
"index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-adidas-es7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,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.2.0",
"version": "1.2.1",
"description": "ESLint configuration and rules for ECMAScript 7",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"eslint": "^6"
},
"dependencies": {
"eslint-config-adidas-es6": "^1.3"
"eslint-config-adidas-es6": "~1.3"
},
"files": [
"index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-adidas-es8/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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.2.0",
"version": "1.2.1",
"description": "ESLint configuration and rules for ECMAScript 8",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"eslint": "^6"
},
"dependencies": {
"eslint-config-adidas-es7": "^1.2"
"eslint-config-adidas-es7": "~1.2"
},
"files": [
"index.js",
Expand Down
4 changes: 4 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.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.2.0",
"version": "1.2.1",
"description": "ESLint configuration and rules for ECMAScript 9",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"eslint": "^6"
},
"dependencies": {
"eslint-config-adidas-es8": "^1.2"
"eslint-config-adidas-es8": "~1.2"
},
"files": [
"index.js",
Expand Down
4 changes: 4 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.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.2.0",
"version": "1.2.1",
"description": "ESLint configuration and rules for React codebases",
"license": "MIT",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-react": "^7.11"
},
"dependencies": {
"eslint-config-adidas-jsx": "^1.1"
"eslint-config-adidas-jsx": "~1.1"
},
"files": [
"index.js",
Expand Down
4 changes: 4 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.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.3.1",
"version": "1.3.2",
"description": "ESLint base configuration and rules for TypeScript codebases",
"license": "MIT",
"contributors": [
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.9",
"@typescript-eslint/parser": "^2.9",
"eslint-config-adidas-es9": "^1.2"
"eslint-config-adidas-es9": "~1.2"
},
"peerDependencies": {
"eslint": "^6"
Expand Down

0 comments on commit 396c72a

Please sign in to comment.