@tomjs/stylelint 2.1.0 → 2.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tomjs/stylelint
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Change records
8
+ - chore: update stylelint deps
9
+
10
+ ## 2.1.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Change records
15
+ - fix: github homepage
16
+
3
17
  ## 2.1.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomjs/stylelint",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "stylelint config for tomjs",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/tomjs/config.git",
23
23
  "directory": "packages/stylelint"
24
24
  },
25
- "homepage": "https://github.com/tomjs/tomjs/tree/master/packages/stylelint#readme",
25
+ "homepage": "https://github.com/tomjs/config/tree/master/packages/stylelint#readme",
26
26
  "files": [
27
27
  "es",
28
28
  "lib",
@@ -38,21 +38,21 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "postcss": "^8.4.32",
42
- "postcss-html": "^1.5.0",
41
+ "postcss": "^8.4.33",
42
+ "postcss-html": "^1.6.0",
43
43
  "postcss-less": "^6.0.0",
44
44
  "postcss-scss": "^4.0.9",
45
45
  "stylelint-config-property-sort-order-smacss": "^10.0.0",
46
46
  "stylelint-config-recommended": "^14.0.0",
47
47
  "stylelint-config-recommended-vue": "^1.5.0",
48
- "stylelint-config-standard": "^35.0.0",
49
- "stylelint-config-standard-scss": "^12.0.0",
48
+ "stylelint-config-standard": "^36.0.0",
49
+ "stylelint-config-standard-scss": "^13.0.0",
50
50
  "stylelint-order": "^6.0.4",
51
- "stylelint-prettier": "^4.1.0"
51
+ "stylelint-prettier": "^5.0.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "prettier": ">=3.0.0",
55
- "stylelint": "^16.0.2"
55
+ "stylelint": "^16.1.0"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=18.2.0"