@tsofist/web-buddy 1.10.0 → 1.12.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.
@@ -54,3 +54,7 @@ rules:
54
54
  - OTHER_ATTR
55
55
  - EVENTS
56
56
  - CONTENT
57
+
58
+ vue/attribute-hyphenation:
59
+ - error
60
+ - always
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "description": "Configuration basics for Linters, TypeScript, Semantic Release and others",
5
5
  "author": "Andrew Berdnikov <tsofistgudmen@gmail.com>",
6
6
  "license": "MIT",
@@ -26,24 +26,25 @@
26
26
  "eslint": "^8.57.0",
27
27
  "eslint-config-prettier": "^9.1.0",
28
28
  "eslint-plugin-decorator-position": "^5.0.2",
29
- "eslint-plugin-import": "^2.29.1",
29
+ "eslint-plugin-import": "^2.30.0",
30
30
  "eslint-plugin-json-format": "^2.0.1",
31
31
  "eslint-plugin-prettier": "^5.2.1",
32
32
  "eslint-plugin-prettier-vue": "^5.0.0",
33
- "eslint-plugin-vue": "^9.27.0",
33
+ "eslint-plugin-vue": "^9.28.0",
34
34
  "eslint-plugin-yml": "^1.14.0",
35
- "husky": "^9.0.11",
35
+ "husky": "^9.1.5",
36
36
  "postcss-html": "^1.7.0",
37
37
  "prettier": "^3.3.3",
38
38
  "semantic-release": "^22.0.12",
39
- "stylelint": "^16.8.2",
39
+ "stylelint": "^16.9.0",
40
+ "stylelint-config-recommended-scss": "^14.1.0",
40
41
  "stylelint-config-standard": "^36.0.1",
41
42
  "stylelint-config-standard-scss": "^13.1.0",
42
43
  "stylelint-config-standard-vue": "^1.0.0",
43
44
  "stylelint-order": "^6.0.4",
44
45
  "stylelint-prettier": "^5.0.2",
45
46
  "stylelint-scss": "^6.5.1",
46
- "typescript": "~5.4.5"
47
+ "typescript": "~5.5.4"
47
48
  },
48
49
  "devDependencies": {
49
50
  "rimraf": "^5.0.10",