@anolilab/stylelint-config 2.1.4 → 3.0.1
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 +58 -0
- package/README.md +1 -1
- package/index.cjs +2 -2
- package/package.json +12 -12
- package/rules/no-unsupported-browser-features.cjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,61 @@
|
|
|
1
|
+
### @anolilab/stylelint-config [3.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@3.0.0...@anolilab/stylelint-config@3.0.1) (2022-02-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** updated all dependencies (non-major) ([6a4e889](https://github.com/anolilab/javascript-style-guide/commit/6a4e889bcdab9d11755b61850e7d24f9f4a0733f))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **browserslist-config-anolilab:** upgraded to 3.0.1
|
|
13
|
+
|
|
14
|
+
## @anolilab/stylelint-config [3.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@2.2.1...@anolilab/stylelint-config@3.0.0) (2022-02-15)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### ⚠ BREAKING CHANGES
|
|
18
|
+
|
|
19
|
+
* remove old node version from our supported versions
|
|
20
|
+
|
|
21
|
+
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* markdown lint ([24059d4](https://github.com/anolilab/javascript-style-guide/commit/24059d41ca682ca21b39ad7f6dff594be734329d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Performance Improvements
|
|
29
|
+
|
|
30
|
+
* support for v12, v14 was removed from our supported versions of node ([83d6a80](https://github.com/anolilab/javascript-style-guide/commit/83d6a8058ed7791135aff03d4cd734327bb1b694))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Dependencies
|
|
35
|
+
|
|
36
|
+
* **browserslist-config-anolilab:** upgraded to 3.0.0
|
|
37
|
+
|
|
38
|
+
### @anolilab/stylelint-config [2.2.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@2.2.0...@anolilab/stylelint-config@2.2.1) (2021-12-12)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Dependencies
|
|
43
|
+
|
|
44
|
+
* **browserslist-config-anolilab:** upgraded to 2.3.0
|
|
45
|
+
|
|
46
|
+
## @anolilab/stylelint-config [2.2.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@2.1.4...@anolilab/stylelint-config@2.2.0) (2021-10-26)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Features
|
|
50
|
+
|
|
51
|
+
* updated all deps ([0320055](https://github.com/anolilab/javascript-style-guide/commit/0320055caf8301a6c3bf06cff6ee58578b9ceae5))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Dependencies
|
|
56
|
+
|
|
57
|
+
* **browserslist-config-anolilab:** upgraded to 2.2.0
|
|
58
|
+
|
|
1
59
|
### @anolilab/stylelint-config [2.1.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@2.1.3...@anolilab/stylelint-config@2.1.4) (2021-09-02)
|
|
2
60
|
|
|
3
61
|
|
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Add this command to your `package.json` scripts section
|
|
|
71
71
|
## Supported Node.js Versions
|
|
72
72
|
|
|
73
73
|
Libraries in this ecosystem make the best effort to track
|
|
74
|
-
[Node.js
|
|
74
|
+
[Node.js’ release schedule](https://nodejs.org/en/about/releases/). Here’s [a
|
|
75
75
|
post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
|
|
76
76
|
|
|
77
77
|
Contributing
|
package/index.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -47,27 +47,27 @@
|
|
|
47
47
|
"postinstall": "node lib/postinstall.js"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"browserslist-config-anolilab": "
|
|
50
|
+
"browserslist-config-anolilab": "3.0.1",
|
|
51
51
|
"stylelint-a11y": "^1.2.3",
|
|
52
52
|
"stylelint-config-rational-order": "^0.1.2",
|
|
53
|
-
"stylelint-config-standard": "^
|
|
54
|
-
"stylelint-declaration-block-no-ignored-properties": "^2.
|
|
55
|
-
"stylelint-no-unsupported-browser-features": "^5.0.
|
|
56
|
-
"stylelint-order": "^
|
|
57
|
-
"stylelint-require-units": "^1.0.
|
|
53
|
+
"stylelint-config-standard": "^25.0.0",
|
|
54
|
+
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
|
|
55
|
+
"stylelint-no-unsupported-browser-features": "^5.0.2",
|
|
56
|
+
"stylelint-order": "^5.0.0",
|
|
57
|
+
"stylelint-require-units": "^1.0.2",
|
|
58
58
|
"stylelint-selector-no-empty": "^1.0.8"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
|
-
"postcss": "^8.
|
|
63
|
-
"stylelint": "
|
|
62
|
+
"postcss": "^8.4.6",
|
|
63
|
+
"stylelint": "14.5.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"postcss": "^8.
|
|
67
|
-
"stylelint": "^
|
|
66
|
+
"postcss": "^8.4.6",
|
|
67
|
+
"stylelint": "^14.0.0"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
|
-
"node": ">=
|
|
70
|
+
"node": ">=16"
|
|
71
71
|
},
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|