@anolilab/stylelint-config 2.2.1 → 3.0.2

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,53 @@
1
+ ### @anolilab/stylelint-config [3.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@3.0.1...@anolilab/stylelint-config@3.0.2) (2022-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** upgraded deps in all packages ([091353c](https://github.com/anolilab/javascript-style-guide/commit/091353cdd01a0bb3d0e48da9266a6a2978283e2b))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **browserslist-config-anolilab:** upgraded to 3.0.2
13
+
14
+ ### @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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** updated all dependencies (non-major) ([6a4e889](https://github.com/anolilab/javascript-style-guide/commit/6a4e889bcdab9d11755b61850e7d24f9f4a0733f))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **browserslist-config-anolilab:** upgraded to 3.0.1
26
+
27
+ ## @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)
28
+
29
+
30
+ ### ⚠ BREAKING CHANGES
31
+
32
+ * remove old node version from our supported versions
33
+
34
+ Signed-off-by: prisis <d.bannert@anolilab.de>
35
+
36
+ ### Bug Fixes
37
+
38
+ * markdown lint ([24059d4](https://github.com/anolilab/javascript-style-guide/commit/24059d41ca682ca21b39ad7f6dff594be734329d))
39
+
40
+
41
+ ### Performance Improvements
42
+
43
+ * support for v12, v14 was removed from our supported versions of node ([83d6a80](https://github.com/anolilab/javascript-style-guide/commit/83d6a8058ed7791135aff03d4cd734327bb1b694))
44
+
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * **browserslist-config-anolilab:** upgraded to 3.0.0
50
+
1
51
  ### @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
52
 
3
53
 
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' release schedule](https://nodejs.org/en/about/releases/). Here's [a
74
+ [Node.js release schedule](https://nodejs.org/en/about/releases/). Heres [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
@@ -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.2.1",
3
+ "version": "3.0.2",
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": "2.3.0",
50
+ "browserslist-config-anolilab": "3.0.2",
51
51
  "stylelint-a11y": "^1.2.3",
52
52
  "stylelint-config-rational-order": "^0.1.2",
53
- "stylelint-config-standard": "^23.0.0",
54
- "stylelint-declaration-block-no-ignored-properties": "^2.4.0",
55
- "stylelint-no-unsupported-browser-features": "^5.0.2",
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.3",
56
56
  "stylelint-order": "^5.0.0",
57
- "stylelint-require-units": "^1.0.1",
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.3.11",
63
- "stylelint": "14.1.0"
62
+ "postcss": "^8.4.12",
63
+ "stylelint": "14.8.2"
64
64
  },
65
65
  "peerDependencies": {
66
- "postcss": "^8.3.11",
66
+ "postcss": "^8.4.12",
67
67
  "stylelint": "^14.0.0"
68
68
  },
69
69
  "engines": {
70
- "node": ">=12"
70
+ "node": ">=16"
71
71
  },
72
72
  "publishConfig": {
73
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"],