Skip to content

Commit b632807

Browse files
committed
RESTRICT semver to patch for dependent eslint configs
1 parent 113c989 commit b632807

15 files changed

Lines changed: 43 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ This changelog is only to log changes of the project base.
33
If there are changes on the packages, please, check and update the changelog of each package accordingly.
44
-->
55

6-
## 1.8.0
6+
## 1.8.1
7+
8+
- Fixed semver of required patch versions.
9+
10+
# 1.8.0
711

812
- Updated `color-hex-length` in `stylelint-config-adidas`.
913
- Updated `scss/double-slash-comment-empty-line-before` in `stylelint-config-adidas-scss`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-linter-configs",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "adidas configurations for JavaScript linting tools",
55
"license": "MIT",
66
"contributors": [

packages/eslint-config-adidas-es6/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.1
2+
3+
- Updated `eslint-config-adidas-es5` semver to patch.
4+
15
# 1.3.0
26

37
- Updated ESLint to version 6.

packages/eslint-config-adidas-es6/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-adidas-es6",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "ESLint configuration and rules for ECMAScript 6",
55
"license": "MIT",
66
"contributors": [
@@ -22,7 +22,7 @@
2222
"eslint-plugin-promise": "^4"
2323
},
2424
"dependencies": {
25-
"eslint-config-adidas-es5": "^1.2"
25+
"eslint-config-adidas-es5": "~1.2"
2626
},
2727
"files": [
2828
"index.js",

packages/eslint-config-adidas-es7/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1
2+
3+
- Updated `eslint-config-adidas-es6` semver to patch.
4+
15
# 1.2.0
26

37
- Updated ESLint to version 6.

packages/eslint-config-adidas-es7/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-adidas-es7",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "ESLint configuration and rules for ECMAScript 7",
55
"license": "MIT",
66
"contributors": [
@@ -20,7 +20,7 @@
2020
"eslint": "^6"
2121
},
2222
"dependencies": {
23-
"eslint-config-adidas-es6": "^1.3"
23+
"eslint-config-adidas-es6": "~1.3"
2424
},
2525
"files": [
2626
"index.js",

packages/eslint-config-adidas-es8/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1
2+
3+
- Updated `eslint-config-adidas-es7` semver to patch.
4+
15
# 1.2.0
26

37
- Updated ESLint to version 6.

packages/eslint-config-adidas-es8/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-adidas-es8",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "ESLint configuration and rules for ECMAScript 8",
55
"license": "MIT",
66
"contributors": [
@@ -20,7 +20,7 @@
2020
"eslint": "^6"
2121
},
2222
"dependencies": {
23-
"eslint-config-adidas-es7": "^1.2"
23+
"eslint-config-adidas-es7": "~1.2"
2424
},
2525
"files": [
2626
"index.js",

packages/eslint-config-adidas-es9/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1
2+
3+
- Updated `eslint-config-adidas-es8` semver to patch.
4+
15
# 1.2.0
26

37
- Updated ESLint to version 6.

0 commit comments

Comments
 (0)