@anolilab/stylelint-config 2.1.3 → 3.0.0

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 CHANGED
@@ -1,3 +1,61 @@
1
+ ## @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)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * remove old node version from our supported versions
7
+
8
+ Signed-off-by: prisis <d.bannert@anolilab.de>
9
+
10
+ ### Bug Fixes
11
+
12
+ * markdown lint ([24059d4](https://github.com/anolilab/javascript-style-guide/commit/24059d41ca682ca21b39ad7f6dff594be734329d))
13
+
14
+
15
+ ### Performance Improvements
16
+
17
+ * support for v12, v14 was removed from our supported versions of node ([83d6a80](https://github.com/anolilab/javascript-style-guide/commit/83d6a8058ed7791135aff03d4cd734327bb1b694))
18
+
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **browserslist-config-anolilab:** upgraded to 3.0.0
24
+
25
+ ### @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)
26
+
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * **browserslist-config-anolilab:** upgraded to 2.3.0
32
+
33
+ ## @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)
34
+
35
+
36
+ ### Features
37
+
38
+ * updated all deps ([0320055](https://github.com/anolilab/javascript-style-guide/commit/0320055caf8301a6c3bf06cff6ee58578b9ceae5))
39
+
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * **browserslist-config-anolilab:** upgraded to 2.2.0
45
+
46
+ ### @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)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * added funding to the package ([f90d18f](https://github.com/anolilab/javascript-style-guide/commit/f90d18f8347a4bdc395b1740c85ac74a4072297c))
52
+
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * **browserslist-config-anolilab:** upgraded to 2.1.4
58
+
1
59
  ### @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)
2
60
 
3
61
 
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/index.cjs CHANGED
@@ -11,6 +11,6 @@ const rules = [
11
11
  module.exports = {
12
12
  extends: rules.map(require.resolve),
13
13
  rules: {
14
- "indentation": 4,
15
- }
14
+ indentation: 4,
15
+ },
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "2.1.3",
3
+ "version": "3.0.0",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -12,12 +12,22 @@
12
12
  "stylelint-config",
13
13
  "anolilab"
14
14
  ],
15
- "homepage": "http://anolilab.com/nodejs/packages/stylelint-config",
15
+ "homepage": "https://anolilab.com/nodejs/packages/stylelint-config",
16
16
  "repository": {
17
17
  "type": "git",
18
18
  "url": "https://github.com/anolilab/javascript-style-guide.git",
19
19
  "directory": "packages/stylelint-config"
20
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
+ ],
21
31
  "license": "MIT",
22
32
  "author": {
23
33
  "name": "Daniel Bannert",
@@ -37,27 +47,27 @@
37
47
  "postinstall": "node lib/postinstall.js"
38
48
  },
39
49
  "dependencies": {
40
- "browserslist-config-anolilab": "2.1.3",
50
+ "browserslist-config-anolilab": "3.0.0",
41
51
  "stylelint-a11y": "^1.2.3",
42
52
  "stylelint-config-rational-order": "^0.1.2",
43
- "stylelint-config-standard": "^22.0.0",
53
+ "stylelint-config-standard": "^23.0.0",
44
54
  "stylelint-declaration-block-no-ignored-properties": "^2.4.0",
45
- "stylelint-no-unsupported-browser-features": "^5.0.1",
46
- "stylelint-order": "^4.1.0",
55
+ "stylelint-no-unsupported-browser-features": "^5.0.2",
56
+ "stylelint-order": "^5.0.0",
47
57
  "stylelint-require-units": "^1.0.1",
48
58
  "stylelint-selector-no-empty": "^1.0.8"
49
59
  },
50
60
  "devDependencies": {
51
61
  "lodash": "^4.17.21",
52
- "postcss": "^8.3.6",
53
- "stylelint": "13.13.1"
62
+ "postcss": "^8.3.11",
63
+ "stylelint": "14.3.0"
54
64
  },
55
65
  "peerDependencies": {
56
- "postcss": "^8.3.6",
57
- "stylelint": "^13.13.1"
66
+ "postcss": "^8.3.11",
67
+ "stylelint": "^14.0.0"
58
68
  },
59
69
  "engines": {
60
- "node": ">=12"
70
+ "node": ">=16"
61
71
  },
62
72
  "publishConfig": {
63
73
  "access": "public"
@@ -1,4 +1,4 @@
1
- const browserslist = require("browserslist-config-anolilab")
1
+ const browserslist = require("browserslist-config-anolilab");
2
2
 
3
3
  module.exports = {
4
4
  plugins: ["stylelint-no-unsupported-browser-features"],