@tsofist/web-buddy 2.0.0-next.3 → 2.0.0-next.5

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.
@@ -12,6 +12,8 @@ https://eslint.vuejs.org/rules/script-indent
12
12
 
13
13
  */
14
14
  export const WebBuddyESLintTypeScriptRules = {
15
+ '@typescript-eslint/prefer-nullish-coalescing': 'warn',
16
+ '@typescript-eslint/no-deprecated': 'warn',
15
17
  '@typescript-eslint/no-empty-object-type': 'off', // harmful
16
18
  '@typescript-eslint/consistent-indexed-object-style': 'off', // harmful
17
19
  '@typescript-eslint/no-inferrable-types': 'off', // harmful
@@ -47,7 +49,7 @@ export const WebBuddyESLintTypeScriptRules = {
47
49
  '@typescript-eslint/no-this-alias': 'error',
48
50
  '@typescript-eslint/return-await': 'off',
49
51
  '@typescript-eslint/no-floating-promises': 'error',
50
- '@typescript-eslint/no-unnecessary-type-assertion': 'error',
52
+ '@typescript-eslint/no-unnecessary-type-assertion': 'off', // harmful
51
53
  '@typescript-eslint/no-misused-new': 'error',
52
54
  '@typescript-eslint/no-misused-promises': 'off',
53
55
  '@typescript-eslint/no-array-constructor': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "2.0.0-next.3",
3
+ "version": "2.0.0-next.5",
4
4
  "description": "Configuration basics for Linters, TypeScript, Semantic Release and others",
5
5
  "type": "module",
6
6
  "author": "Andrew Berdnikov <tsofistgudmen@gmail.com>",
@@ -22,13 +22,13 @@
22
22
  "dependencies": {
23
23
  "@eslint/js": "^10.0.1",
24
24
  "@semantic-release/git": "^10.0.1",
25
- "@semantic-release/github": "^12.0.6",
25
+ "@semantic-release/github": "^12.0.8",
26
26
  "@semantic-release/gitlab": "^13.3.2",
27
27
  "@semantic-release/npm": "^13.1.5",
28
28
  "@stylistic/eslint-plugin": "^5.10.0",
29
29
  "@vue/eslint-config-prettier": "^10.2.0",
30
30
  "@vue/eslint-config-typescript": "^14.7.0",
31
- "eslint": "^10.3.0",
31
+ "eslint": "^10.4.0",
32
32
  "eslint-import-resolver-typescript": "^4.4.4",
33
33
  "eslint-plugin-decorator-position": "^6.1.0",
34
34
  "eslint-plugin-import-x": "^4.16.2",
@@ -38,20 +38,20 @@
38
38
  "eslint-plugin-yml": "^3.3.2",
39
39
  "globals": "^17.6.0",
40
40
  "husky": "^9.1.7",
41
- "npm": "^11.14.0",
41
+ "npm": "^11.15.0",
42
42
  "postcss-html": "^1.8.1",
43
43
  "prettier": "^3.8.3",
44
44
  "semantic-release": "^25.0.3",
45
- "stylelint": "^17.11.0",
45
+ "stylelint": "^17.12.0",
46
46
  "stylelint-config-recommended-scss": "^17.0.1",
47
47
  "stylelint-config-standard": "^40.0.0",
48
48
  "stylelint-config-standard-scss": "^17.0.0",
49
49
  "stylelint-config-standard-vue": "^1.0.0",
50
50
  "stylelint-order": "^8.1.1",
51
51
  "stylelint-prettier": "^5.0.3",
52
- "stylelint-scss": "^7.0.0",
52
+ "stylelint-scss": "^7.1.1",
53
53
  "typescript": "~6.0.3",
54
- "typescript-eslint": "^8.59.2",
54
+ "typescript-eslint": "^8.60.0",
55
55
  "yaml-eslint-parser": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {