@tsofist/web-buddy 1.21.0 → 1.22.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.
@@ -4,7 +4,8 @@
4
4
  "master",
5
5
  { "name": "next", "prerelease": true },
6
6
  { "name": "stage", "prerelease": true },
7
- { "name": "dev", "prerelease": true }
7
+ { "name": "dev", "prerelease": true },
8
+ { "name": "wip/*", "channel": "wip", "prerelease": "${name.replace(/^wip\\//, 'wip.')}" }
8
9
  ],
9
10
  "plugins": [
10
11
  "@semantic-release/commit-analyzer",
@@ -4,7 +4,8 @@
4
4
  "master",
5
5
  { "name": "next", "prerelease": true },
6
6
  { "name": "stage", "prerelease": true },
7
- { "name": "dev", "prerelease": true }
7
+ { "name": "dev", "prerelease": true },
8
+ { "name": "wip/*", "channel": "wip", "prerelease": "${name.replace(/^wip\\//, 'wip.')}" }
8
9
  ],
9
10
  "plugins": [
10
11
  "@semantic-release/commit-analyzer",
@@ -106,7 +106,7 @@ rules:
106
106
  allowInGenericTypeArguments: true
107
107
 
108
108
  '@typescript-eslint/no-confusing-void-expression':
109
- - error
109
+ - warn
110
110
  - ignoreArrowShorthand: true
111
111
  ignoreVoidOperator: true
112
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.21.0",
3
+ "version": "1.22.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",
@@ -12,43 +12,43 @@
12
12
  "lint:style": "stylelint **/*.{htm,html,vue,css,scss,sass,pcss,postcss} --cache --cache-location .lint-cache/ --allow-empty-input",
13
13
  "pkg:publish": "semantic-release --no-ci",
14
14
  "pkg:publish-test": "semantic-release --no-ci --dry-run",
15
- "pkg:purge": "rimraf dist lib .coverage .lint-cache .npm node_modules",
15
+ "pkg:clean": "rm -rf dist lib .coverage .*-cache .npm",
16
+ "pkg:purge": "npm run pkg:clean && rm -rf node_modules",
16
17
  "prepare": "husky"
17
18
  },
18
19
  "dependencies": {
19
20
  "@semantic-release/git": "^10.0.1",
20
- "@semantic-release/github": "^11.0.1",
21
- "@semantic-release/gitlab": "^13.2.3",
22
- "@semantic-release/npm": "^12.0.1",
21
+ "@semantic-release/github": "^11.0.6",
22
+ "@semantic-release/gitlab": "^13.2.9",
23
+ "@semantic-release/npm": "^12.0.2",
23
24
  "@typescript-eslint/eslint-plugin": "^7.18.0",
24
25
  "@typescript-eslint/parser": "^7.18.0",
25
26
  "@vue/eslint-config-prettier": "^9.0.0",
26
27
  "@vue/eslint-config-typescript": "^13.0.0",
27
28
  "eslint": "^8.57.1",
28
- "eslint-config-prettier": "^9.1.0",
29
+ "eslint-config-prettier": "^9.1.2",
29
30
  "eslint-plugin-decorator-position": "^6.0.0",
30
- "eslint-plugin-import": "^2.31.0",
31
+ "eslint-plugin-import": "^2.32.0",
31
32
  "eslint-plugin-json-format": "^2.0.1",
32
- "eslint-plugin-prettier": "^5.2.1",
33
+ "eslint-plugin-prettier": "^5.2.6",
33
34
  "eslint-plugin-prettier-vue": "^5.0.0",
34
- "eslint-plugin-vue": "^9.32.0",
35
- "eslint-plugin-yml": "^1.16.0",
35
+ "eslint-plugin-vue": "^9.33.0",
36
+ "eslint-plugin-yml": "^1.19.1",
36
37
  "husky": "^9.1.7",
37
- "postcss-html": "^1.7.0",
38
+ "postcss-html": "^1.8.1",
38
39
  "prettier": "^3.4.2",
39
- "semantic-release": "^24.2.0",
40
+ "semantic-release": "^25.0.3",
40
41
  "stylelint": "^16.12.0",
41
42
  "stylelint-config-recommended-scss": "^14.1.0",
42
43
  "stylelint-config-standard": "^36.0.1",
43
44
  "stylelint-config-standard-scss": "^13.1.0",
44
45
  "stylelint-config-standard-vue": "^1.0.0",
45
46
  "stylelint-order": "^6.0.4",
46
- "stylelint-prettier": "^5.0.2",
47
- "stylelint-scss": "^6.10.0",
48
- "typescript": "~5.7.2"
47
+ "stylelint-prettier": "^5.0.3",
48
+ "stylelint-scss": "^6.10.1",
49
+ "typescript": "~5.9.3"
49
50
  },
50
51
  "devDependencies": {
51
- "rimraf": "^6.0.1",
52
52
  "tslib": "^2.8.1"
53
53
  },
54
54
  "files": [