@tsofist/web-buddy 1.0.0 → 1.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/.stylelintrc.yaml +5 -3
  2. package/package.json +13 -13
package/.stylelintrc.yaml CHANGED
@@ -13,6 +13,11 @@ plugins:
13
13
  - stylelint-scss
14
14
  - stylelint-order
15
15
 
16
+ overrides:
17
+ - files:
18
+ - '*.html'
19
+ customSyntax: postcss-html
20
+
16
21
  rules:
17
22
  prettier/prettier: true
18
23
  order/properties-alphabetical-order: true
@@ -31,6 +36,3 @@ rules:
31
36
  - global
32
37
  scss/at-rule-no-unknown: null
33
38
  scss/comment-no-empty: null
34
-
35
- ignoreFiles:
36
- - '**/*.template.html'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.0.0",
3
+ "version": "1.2.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",
@@ -16,14 +16,14 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@semantic-release/git": "^10.0.1",
19
- "@semantic-release/github": "^9.0.4",
20
- "@semantic-release/gitlab": "^12.0.5",
21
- "@semantic-release/npm": "^10.0.5",
22
- "@typescript-eslint/eslint-plugin": "^6.5.0",
23
- "@typescript-eslint/parser": "^6.5.0",
19
+ "@semantic-release/github": "^9.1.0",
20
+ "@semantic-release/gitlab": "^12.0.6",
21
+ "@semantic-release/npm": "^11.0.0",
22
+ "@typescript-eslint/eslint-plugin": "^6.7.3",
23
+ "@typescript-eslint/parser": "^6.7.3",
24
24
  "@vue/eslint-config-prettier": "^8.0.0",
25
- "@vue/eslint-config-typescript": "^11.0.3",
26
- "eslint": "^8.48.0",
25
+ "@vue/eslint-config-typescript": "^12.0.0",
26
+ "eslint": "^8.50.0",
27
27
  "eslint-config-prettier": "^9.0.0",
28
28
  "eslint-plugin-decorator-position": "^5.0.2",
29
29
  "eslint-plugin-import": "^2.28.1",
@@ -31,22 +31,22 @@
31
31
  "eslint-plugin-prettier": "^5.0.0",
32
32
  "eslint-plugin-prettier-vue": "^5.0.0",
33
33
  "eslint-plugin-vue": "^9.17.0",
34
- "eslint-plugin-yml": "^1.8.0",
34
+ "eslint-plugin-yml": "^1.9.0",
35
35
  "husky": "^8.0.3",
36
36
  "postcss-html": "^1.5.0",
37
37
  "prettier": "^3.0.3",
38
- "semantic-release": "^21.1.1",
38
+ "semantic-release": "^22.0.5",
39
39
  "stylelint": "^15.10.3",
40
40
  "stylelint-config-standard": "^34.0.0",
41
- "stylelint-config-standard-scss": "^10.0.0",
41
+ "stylelint-config-standard-scss": "^11.0.0",
42
42
  "stylelint-config-standard-vue": "^1.0.0",
43
43
  "stylelint-order": "^6.0.3",
44
44
  "stylelint-prettier": "^4.0.2",
45
- "stylelint-scss": "^5.1.0",
45
+ "stylelint-scss": "^5.2.1",
46
46
  "typescript": "^5.2.2"
47
47
  },
48
48
  "devDependencies": {
49
- "rimraf": "^5.0.1",
49
+ "rimraf": "^5.0.4",
50
50
  "tslib": "^2.6.2"
51
51
  },
52
52
  "publishConfig": {