@tsofist/web-buddy 1.7.0 → 1.9.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 +11 -0
  2. package/package.json +9 -9
package/.stylelintrc.yaml CHANGED
@@ -23,6 +23,17 @@ rules:
23
23
  order/properties-alphabetical-order: true
24
24
  no-empty-source: null
25
25
  declaration-property-value-no-unknown: true
26
+ selector-pseudo-class-no-unknown:
27
+ - true
28
+ - ignorePseudoClasses:
29
+ # for webpack
30
+ - v-deep
31
+ - v-slotted
32
+ - v-global
33
+ # for vite
34
+ - deep
35
+ - slotted
36
+ - global
26
37
  selector-pseudo-element-no-unknown:
27
38
  - true
28
39
  - ignorePseudoElements:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.7.0",
3
+ "version": "1.9.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",
@@ -30,24 +30,24 @@
30
30
  "eslint-plugin-json-format": "^2.0.1",
31
31
  "eslint-plugin-prettier": "^5.1.3",
32
32
  "eslint-plugin-prettier-vue": "^5.0.0",
33
- "eslint-plugin-vue": "^9.25.0",
33
+ "eslint-plugin-vue": "^9.26.0",
34
34
  "eslint-plugin-yml": "^1.14.0",
35
35
  "husky": "^9.0.11",
36
- "postcss-html": "^1.6.0",
37
- "prettier": "^3.2.5",
36
+ "postcss-html": "^1.7.0",
37
+ "prettier": "^3.3.2",
38
38
  "semantic-release": "^22.0.12",
39
- "stylelint": "^16.4.0",
40
- "stylelint-config-standard": "^36.0.0",
39
+ "stylelint": "^16.6.1",
40
+ "stylelint-config-standard": "^36.0.1",
41
41
  "stylelint-config-standard-scss": "^13.1.0",
42
42
  "stylelint-config-standard-vue": "^1.0.0",
43
43
  "stylelint-order": "^6.0.4",
44
44
  "stylelint-prettier": "^5.0.0",
45
- "stylelint-scss": "^6.2.1",
45
+ "stylelint-scss": "^6.3.2",
46
46
  "typescript": "~5.4.5"
47
47
  },
48
48
  "devDependencies": {
49
- "rimraf": "^5.0.5",
50
- "tslib": "^2.6.2"
49
+ "rimraf": "^5.0.7",
50
+ "tslib": "^2.6.3"
51
51
  },
52
52
  "publishConfig": {
53
53
  "registry": "https://registry.npmjs.org/",