@xip-online-applications/stylelint-config 0.8.2 → 0.8.4

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
@@ -3,6 +3,16 @@
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
+ ## [0.8.4](https://github.com/xip-online-applications/configs/compare/@xip-online-applications/stylelint-config@0.8.3...@xip-online-applications/stylelint-config@0.8.4) (2026-05-06)
7
+
8
+ **Note:** Version bump only for package @xip-online-applications/stylelint-config
9
+
10
+ ## [0.8.3](https://github.com/xip-online-applications/configs/compare/@xip-online-applications/stylelint-config@0.8.2...@xip-online-applications/stylelint-config@0.8.3) (2026-01-27)
11
+
12
+ ### Reverts
13
+
14
+ - Revert "chore(release): [skip ci] publish" ([83a8e3f](https://github.com/xip-online-applications/configs/commit/83a8e3fdff206384a909b367d620ec91867464d3))
15
+
6
16
  ## [0.8.2](https://github.com/xip-online-applications/configs/compare/@xip-online-applications/stylelint-config@0.8.1...@xip-online-applications/stylelint-config@0.8.2) (2023-11-21)
7
17
 
8
18
  **Note:** Version bump only for package @xip-online-applications/stylelint-config
package/README.md CHANGED
@@ -16,8 +16,8 @@ Add the config to your `package.json`. Alternatively you can make a separate con
16
16
  {
17
17
  // ...
18
18
  "stylelint": {
19
- "extends": "@xip-online-applications/stylelint-config"
20
- }
19
+ "extends": "@xip-online-applications/stylelint-config",
20
+ },
21
21
  }
22
22
  ```
23
23
 
@@ -28,9 +28,9 @@ Add the config to your `package.json`. Alternatively you can make a separate con
28
28
  // ...
29
29
  "scripts": {
30
30
  // ...
31
- "lint:style": "stylelint 'YOUR_SOURCE_FOLDER/**/*.{css,scss}'"
31
+ "lint:style": "stylelint 'YOUR_SOURCE_FOLDER/**/*.{css,scss}'",
32
32
  // ...
33
- }
33
+ },
34
34
  }
35
35
  ```
36
36
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@xip-online-applications/stylelint-config",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "ssh://git@github.com/xip-online-applications/configs.git",
7
+ "url": "git+https://github.com/xip-online-applications/configs.git",
8
8
  "directory": "packages/stylelint-config"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "author": "XIP Online Applications <info@x-ip.nl>",
13
+ "author": "XIP Online Applications <info@xip.nl>",
14
14
  "main": "./index.js",
15
15
  "files": [
16
16
  "index.js",
@@ -20,13 +20,13 @@
20
20
  "LICENSE"
21
21
  ],
22
22
  "dependencies": {
23
- "stylelint-config-standard-scss": "^11.0.0",
24
- "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
25
- "stylelint-order": "^6.0.3",
26
- "stylelint-prettier": "^4.0.2"
23
+ "stylelint-config-standard-scss": "^17.0.0",
24
+ "stylelint-declaration-block-no-ignored-properties": "^3.0.0",
25
+ "stylelint-order": "^7.0.1",
26
+ "stylelint-prettier": "^5.0.3"
27
27
  },
28
28
  "peerDependencies": {
29
- "stylelint": "^15.10.3"
29
+ "stylelint": "^17.0.0"
30
30
  },
31
- "gitHead": "0509d217a019d8b7dfc404507df3d379aa99265c"
31
+ "gitHead": "6e235ebaea543ce8a1da74194187b3705798af94"
32
32
  }