@foray1010/stylelint-config 5.0.2 → 5.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/index.js +1 -5
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [5.0.5](https://github.com/foray1010/common-presets/compare/@foray1010/stylelint-config@5.0.4...@foray1010/stylelint-config@5.0.5) (2022-04-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- remove unmaintained stylelint-no-indistinguishable-colors ([8f52c6e](https://github.com/foray1010/common-presets/commit/8f52c6e5f237307d5c5c9aff2f76f98fbe26b4da))
|
|
11
|
+
|
|
12
|
+
### [5.0.4](https://github.com/foray1010/common-presets/compare/@foray1010/stylelint-config@5.0.3...@foray1010/stylelint-config@5.0.4) (2022-03-20)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **deps:** update dependency stylelint-config-css-modules to v4 ([8b6e977](https://github.com/foray1010/common-presets/commit/8b6e9777ddc895beba0ba31b28a31f4b2ef12cbb))
|
|
17
|
+
|
|
18
|
+
### [5.0.3](https://github.com/foray1010/common-presets/compare/@foray1010/stylelint-config@5.0.2...@foray1010/stylelint-config@5.0.3) (2022-03-07)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **deps:** update dependency stylelint-config-css-modules to v3 ([fac94eb](https://github.com/foray1010/common-presets/commit/fac94eb62ba57249ae834179fa5f9c2b4f920139))
|
|
23
|
+
- **deps:** update dependency stylelint-config-standard to v25 ([1310b3c](https://github.com/foray1010/common-presets/commit/1310b3c590088325d290942a62080064e218e799))
|
|
24
|
+
|
|
6
25
|
### [5.0.2](https://github.com/foray1010/common-presets/compare/@foray1010/stylelint-config@5.0.1...@foray1010/stylelint-config@5.0.2) (2022-01-09)
|
|
7
26
|
|
|
8
27
|
### Bug Fixes
|
package/index.js
CHANGED
|
@@ -8,10 +8,7 @@ module.exports = {
|
|
|
8
8
|
// it requires `stylelint-config-prettier`
|
|
9
9
|
'stylelint-prettier/recommended.js',
|
|
10
10
|
],
|
|
11
|
-
plugins: [
|
|
12
|
-
'stylelint-no-indistinguishable-colors',
|
|
13
|
-
'stylelint-no-unsupported-browser-features',
|
|
14
|
-
],
|
|
11
|
+
plugins: ['stylelint-no-unsupported-browser-features'],
|
|
15
12
|
rules: {
|
|
16
13
|
// false alarms when use with `:root` selector
|
|
17
14
|
'no-descending-specificity': null,
|
|
@@ -27,6 +24,5 @@ module.exports = {
|
|
|
27
24
|
severity: 'warning',
|
|
28
25
|
},
|
|
29
26
|
],
|
|
30
|
-
'plugin/stylelint-no-indistinguishable-colors': true,
|
|
31
27
|
},
|
|
32
28
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@foray1010/stylelint-config",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.5",
|
|
5
5
|
"homepage": "https://github.com/foray1010/common-presets/tree/master/packages/stylelint-config#readme",
|
|
6
6
|
"bugs": "https://github.com/foray1010/common-presets/issues",
|
|
7
7
|
"repository": {
|
|
@@ -17,11 +17,10 @@
|
|
|
17
17
|
"stylelintignore"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"stylelint-config-css-modules": "^
|
|
20
|
+
"stylelint-config-css-modules": "^4.0.0",
|
|
21
21
|
"stylelint-config-idiomatic-order": "^8.1.0",
|
|
22
22
|
"stylelint-config-prettier": "^9.0.0",
|
|
23
|
-
"stylelint-config-standard": "^
|
|
24
|
-
"stylelint-no-indistinguishable-colors": "^1.3.0",
|
|
23
|
+
"stylelint-config-standard": "^25.0.0",
|
|
25
24
|
"stylelint-no-unsupported-browser-features": "^5.0.0",
|
|
26
25
|
"stylelint-prettier": "^2.0.0"
|
|
27
26
|
},
|
|
@@ -35,5 +34,5 @@
|
|
|
35
34
|
"publishConfig": {
|
|
36
35
|
"access": "public"
|
|
37
36
|
},
|
|
38
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "4ef900b508bad3ab5f5c29a904ddd9021af43310"
|
|
39
38
|
}
|