@tsofist/web-buddy 1.5.2 → 1.6.1

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.
package/.husky/pre-commit CHANGED
@@ -1,4 +1 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
1
  npm run lint
package/README.md CHANGED
@@ -23,6 +23,9 @@ All specified configurations are easily extensible, so simply use the configurat
23
23
 
24
24
  ```json
25
25
  {
26
+ "scripts": {
27
+ "prepare": "husky && (cp node_modules/@tsofist/web-buddy/.editorconfig \"$INIT_CWD\" || true)"
28
+ },
26
29
  "prettier": "./node_modules/@tsofist/web-buddy/.prettierrc.js",
27
30
  "stylelint": {
28
31
  "extends": "./node_modules/@tsofist/web-buddy/.stylelintrc.yaml"
@@ -8,7 +8,7 @@ rules:
8
8
  - extendDefaults: true
9
9
  types:
10
10
  Record:
11
- message: 'Do not use the Record type: it can be unsafe. Use @tsofist/stem: PRec/Rec type instead (Your Stem. With LOVE)'
11
+ message: 'Avoid using the Record type as it may pose some risks. Instead, consider using the @tsofist/stem: PRec/Rec type (Your Stem. With LOVE).'
12
12
  suggest:
13
13
  - PRec
14
14
  - Rec
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.5.2",
3
+ "version": "1.6.1",
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,15 +12,15 @@
12
12
  "pkg:publish": "semantic-release --no-ci",
13
13
  "pkg:publish-test": "semantic-release --dry-run",
14
14
  "pkg:purge": "rimraf dist lib .coverage .lint-cache .npm node_modules",
15
- "prepare": "husky install & echo \"$INIT_CWD\" & (cp .editorconfig \"$INIT_CWD\" || true)"
15
+ "prepare": "husky"
16
16
  },
17
17
  "dependencies": {
18
18
  "@semantic-release/git": "^10.0.1",
19
19
  "@semantic-release/github": "^9.2.6",
20
20
  "@semantic-release/gitlab": "^12.1.1",
21
21
  "@semantic-release/npm": "^11.0.2",
22
- "@typescript-eslint/eslint-plugin": "^6.19.1",
23
- "@typescript-eslint/parser": "^6.19.1",
22
+ "@typescript-eslint/eslint-plugin": "^6.20.0",
23
+ "@typescript-eslint/parser": "^6.20.0",
24
24
  "@vue/eslint-config-prettier": "^9.0.0",
25
25
  "@vue/eslint-config-typescript": "^12.0.0",
26
26
  "eslint": "^8.56.0",
@@ -30,13 +30,13 @@
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.20.1",
33
+ "eslint-plugin-vue": "^9.21.1",
34
34
  "eslint-plugin-yml": "^1.12.2",
35
- "husky": "^8.0.3",
35
+ "husky": "^9.0.10",
36
36
  "postcss-html": "^1.6.0",
37
37
  "prettier": "^3.2.4",
38
38
  "semantic-release": "^22.0.12",
39
- "stylelint": "^16.2.0",
39
+ "stylelint": "^16.2.1",
40
40
  "stylelint-config-standard": "^36.0.0",
41
41
  "stylelint-config-standard-scss": "^13.0.0",
42
42
  "stylelint-config-standard-vue": "^1.0.0",