@davidsneighbour/stylelint-config 5.0.17 → 5.0.19

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 +16 -0
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.19](https://github.com/davidsneighbour/configurations/compare/v5.0.18...v5.0.19) (2023-03-12)
7
+
8
+ **Note:** Version bump only for package @davidsneighbour/stylelint-config
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.0.18](https://github.com/davidsneighbour/configurations/compare/v5.0.17...v5.0.18) (2023-03-08)
15
+
16
+ **Note:** Version bump only for package @davidsneighbour/stylelint-config
17
+
18
+
19
+
20
+
21
+
6
22
  ## [5.0.17](https://github.com/davidsneighbour/configurations/compare/v5.0.16...v5.0.17) (2023-03-04)
7
23
 
8
24
  **Note:** Version bump only for package @davidsneighbour/stylelint-config
package/index.js CHANGED
@@ -568,4 +568,4 @@ const config = {
568
568
  ]
569
569
  };
570
570
 
571
- export default config;
571
+ module.exports = config;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davidsneighbour/stylelint-config",
3
3
  "description": "Stylelint configuration for use in @davidsneighbour projects.",
4
- "version": "5.0.17",
4
+ "version": "5.0.19",
5
5
  "license": "MIT",
6
6
  "repository": "davidsneighbour/configurations",
7
7
  "author": {
@@ -17,7 +17,7 @@
17
17
  "stylelint": "15.2.0",
18
18
  "stylelint-config-standard": "30.0.1",
19
19
  "stylelint-no-unsupported-browser-features": "6.1.0",
20
- "stylelint-order": "6.0.2",
20
+ "stylelint-order": "6.0.3",
21
21
  "stylelint-scss": "^4.4.0"
22
22
  },
23
23
  "scripts": {
@@ -28,5 +28,5 @@
28
28
  "node": ">=18.12.1",
29
29
  "npm": ">=8.19.2"
30
30
  },
31
- "gitHead": "832915fd27e2d23f618c615ea5a9a931a3af948d"
31
+ "gitHead": "5f5b38381cd357666d568010c313dc7773f930ee"
32
32
  }