@anolilab/stylelint-config 2.1.2 → 2.2.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +37 -1
  3. package/package.json +25 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,50 @@
1
+ ### @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)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **browserslist-config-anolilab:** upgraded to 2.3.0
8
+
9
+ ## @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)
10
+
11
+
12
+ ### Features
13
+
14
+ * updated all deps ([0320055](https://github.com/anolilab/javascript-style-guide/commit/0320055caf8301a6c3bf06cff6ee58578b9ceae5))
15
+
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * **browserslist-config-anolilab:** upgraded to 2.2.0
21
+
22
+ ### @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)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * added funding to the package ([f90d18f](https://github.com/anolilab/javascript-style-guide/commit/f90d18f8347a4bdc395b1740c85ac74a4072297c))
28
+
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * **browserslist-config-anolilab:** upgraded to 2.1.4
34
+
35
+ ### @anolilab/stylelint-config [2.1.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@2.1.2...@anolilab/stylelint-config@2.1.3) (2021-09-02)
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * fixed release flow in all packages ([8c5ec13](https://github.com/anolilab/javascript-style-guide/commit/8c5ec1341e11ccf48d8d3e8f8808fb162d062d97))
41
+
42
+
43
+
44
+ ### Dependencies
45
+
46
+ * **browserslist-config-anolilab:** upgraded to 2.1.3
47
+
1
48
  ### @anolilab/stylelint-config [2.1.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@2.1.1...@anolilab/stylelint-config@2.1.2) (2021-08-17)
2
49
 
3
50
 
package/README.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Stylelint Config
2
2
 
3
- > Stylelint config enforcing an understandable and consistent code style.
3
+ Stylelint config enforcing an understandable and consistent code style.
4
+
5
+ ---
6
+
7
+ <div align="center">
8
+ <p>
9
+ <sup>
10
+ Daniel Bannert's open source work is supported by the community on <a href="https://github.com/sponsors/prisis">GitHub Sponsors</a>
11
+ </sup>
12
+ </p>
13
+ </div>
14
+
15
+ ---
4
16
 
5
17
  ## Install
6
18
 
@@ -55,3 +67,27 @@ Add this command to your `package.json` scripts section
55
67
  ```
56
68
 
57
69
  > Note: this package use `browserslist` to detect the correct browserslist config.
70
+
71
+ ## Supported Node.js Versions
72
+
73
+ Libraries in this ecosystem make the best effort to track
74
+ [Node.js' release schedule](https://nodejs.org/en/about/releases/). Here's [a
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
+
77
+ Contributing
78
+ ------------
79
+
80
+ If you would like to help take a look at the [list of issues](https://github.com/anolilab/javascript-style-guide/issues) and check our [Contributing](.github/CONTRIBUTING.md) guild.
81
+
82
+ > **Note:** please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
83
+
84
+ Credits
85
+ -------------
86
+
87
+ - [Daniel Bannert](https://github.com/prisis)
88
+ - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
89
+
90
+ License
91
+ -------------
92
+
93
+ The anolilab javascript-style-guide is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "2.1.2",
3
+ "version": "2.2.1",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -12,8 +12,22 @@
12
12
  "stylelint-config",
13
13
  "anolilab"
14
14
  ],
15
- "homepage": "http://anolilab.com/nodejs/packages/browserslist-config",
16
- "repository": "https://github.com/anolilab/javascript-style-guide.git",
15
+ "homepage": "https://anolilab.com/nodejs/packages/stylelint-config",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/anolilab/javascript-style-guide.git",
19
+ "directory": "packages/stylelint-config"
20
+ },
21
+ "funding": [
22
+ {
23
+ "type": "github",
24
+ "url": "https://github.com/sponsors/prisis"
25
+ },
26
+ {
27
+ "type": "consulting",
28
+ "url": "https://anolilab.com/support"
29
+ }
30
+ ],
17
31
  "license": "MIT",
18
32
  "author": {
19
33
  "name": "Daniel Bannert",
@@ -33,24 +47,24 @@
33
47
  "postinstall": "node lib/postinstall.js"
34
48
  },
35
49
  "dependencies": {
36
- "browserslist-config-anolilab": "2.1.2",
50
+ "browserslist-config-anolilab": "2.3.0",
37
51
  "stylelint-a11y": "^1.2.3",
38
52
  "stylelint-config-rational-order": "^0.1.2",
39
- "stylelint-config-standard": "^22.0.0",
53
+ "stylelint-config-standard": "^23.0.0",
40
54
  "stylelint-declaration-block-no-ignored-properties": "^2.4.0",
41
- "stylelint-no-unsupported-browser-features": "^5.0.1",
42
- "stylelint-order": "^4.1.0",
55
+ "stylelint-no-unsupported-browser-features": "^5.0.2",
56
+ "stylelint-order": "^5.0.0",
43
57
  "stylelint-require-units": "^1.0.1",
44
58
  "stylelint-selector-no-empty": "^1.0.8"
45
59
  },
46
60
  "devDependencies": {
47
61
  "lodash": "^4.17.21",
48
- "postcss": "^8.3.6",
49
- "stylelint": "13.13.1"
62
+ "postcss": "^8.3.11",
63
+ "stylelint": "14.1.0"
50
64
  },
51
65
  "peerDependencies": {
52
- "postcss": "^8.3.6",
53
- "stylelint": "^13.13.1"
66
+ "postcss": "^8.3.11",
67
+ "stylelint": "^14.0.0"
54
68
  },
55
69
  "engines": {
56
70
  "node": ">=12"