@davidsneighbour/stylelint-config 5.0.5 → 5.0.10

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 ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [5.0.10](https://github.com/davidsneighbour/configurations/compare/v5.0.9...v5.0.10) (2023-02-14)
7
+
8
+ **Note:** Version bump only for package @davidsneighbour/stylelint-config
package/README.md CHANGED
@@ -4,7 +4,7 @@ Add the configuration to your repository (for instance in `.stylelintrc` or `.st
4
4
 
5
5
  ```json
6
6
  {
7
- "extends": "@davidsneighbour/config/stylelint"
7
+ "extends": "@davidsneighbour/stylelint-config"
8
8
  }
9
9
  ```
10
10
 
@@ -12,7 +12,7 @@ To change parts of the configuration use the `rules` parameter.
12
12
 
13
13
  ```json
14
14
  {
15
- "extends": "@davidsneighbour/config/stylelint",
15
+ "extends": "@davidsneighbour/stylelint-config",
16
16
  "rules": {
17
17
  "max-nesting-depth": null
18
18
  }
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.5",
4
+ "version": "5.0.10",
5
5
  "license": "MIT",
6
6
  "repository": "davidsneighbour/configurations",
7
7
  "author": {
@@ -12,15 +12,15 @@
12
12
  "bugs": "https://github.com/davidsneighbour/configurations/issues",
13
13
  "homepage": "https://github.com/davidsneighbour/configurations/blob/main/docs/stylelint.md",
14
14
  "dependencies": {
15
- "stylelint": "14.16.1",
15
+ "stylelint": "15.1.0",
16
16
  "stylelint-config-sass-guidelines": "9.0.1",
17
- "stylelint-config-standard": "29.0.0",
18
- "stylelint-no-unsupported-browser-features": "6.0.1",
19
- "stylelint-order": "6.0.1"
17
+ "stylelint-config-standard": "30.0.1",
18
+ "stylelint-no-unsupported-browser-features": "6.1.0",
19
+ "stylelint-order": "6.0.2"
20
20
  },
21
21
  "scripts": {
22
22
  "fixpack": "fixpack"
23
23
  },
24
24
  "main": "index.js",
25
- "gitHead": "5a04d96a3f7c503495ee75e18f35b256b0e2eac0"
25
+ "gitHead": "5c024b8dea6ea4fa122874a16b7a17e8dab59012"
26
26
  }