@softwareventures/eslint-config 8.1.0 → 8.3.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.
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softwareventures/eslint-config",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"description": "Standard eslint configuration for Software Ventures Limited",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TypeScript",
|
|
@@ -32,40 +32,40 @@
|
|
|
32
32
|
"eslint": "^8.0.0",
|
|
33
33
|
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
|
|
34
34
|
"eslint-plugin-import": "^2.25.2",
|
|
35
|
-
"eslint-plugin-jsdoc": "^37.0.3 || ^38.0.0 || ^39.0.0 || ^40.0.0 || ^41.0.0 || ^42.0.0 || ^43.0.0 || ^44.0.0 || ^45.0.0 || ^46.0.0 || ^47.0.0 || ^48.0.0 || ^50.0.0",
|
|
35
|
+
"eslint-plugin-jsdoc": "^37.0.3 || ^38.0.0 || ^39.0.0 || ^40.0.0 || ^41.0.0 || ^42.0.0 || ^43.0.0 || ^44.0.0 || ^45.0.0 || ^46.0.0 || ^47.0.0 || ^48.0.0 || ^49.0.0 || ^50.0.0",
|
|
36
36
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
37
|
-
"eslint-plugin-sonarjs": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^1.0.0 || ^2.0.0",
|
|
37
|
+
"eslint-plugin-sonarjs": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^1.0.0 || ^2.0.0 || ^3.0.0",
|
|
38
38
|
"typescript": "^3.8.3 || ^4.0.0 || ^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@commitlint/cli": "19.
|
|
42
|
-
"@commitlint/config-conventional": "19.
|
|
43
|
-
"@commitlint/cz-commitlint": "19.
|
|
44
|
-
"@softwareventures/precise-commits": "4.0.
|
|
41
|
+
"@commitlint/cli": "19.6.1",
|
|
42
|
+
"@commitlint/config-conventional": "19.6.0",
|
|
43
|
+
"@commitlint/cz-commitlint": "19.6.1",
|
|
44
|
+
"@softwareventures/precise-commits": "4.0.18",
|
|
45
45
|
"@softwareventures/prettier-config": "4.0.0",
|
|
46
|
-
"@softwareventures/semantic-release-config": "5.
|
|
46
|
+
"@softwareventures/semantic-release-config": "5.1.0",
|
|
47
47
|
"@softwareventures/tsconfig": "8.1.0",
|
|
48
48
|
"@types/eslint": "8.56.12",
|
|
49
|
-
"@types/node": "18.19.
|
|
49
|
+
"@types/node": "18.19.68",
|
|
50
50
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
51
51
|
"@typescript-eslint/parser": "7.18.0",
|
|
52
|
-
"ava": "6.
|
|
53
|
-
"commitizen": "4.3.
|
|
52
|
+
"ava": "6.2.0",
|
|
53
|
+
"commitizen": "4.3.1",
|
|
54
54
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
55
|
-
"eslint": "8.57.
|
|
55
|
+
"eslint": "8.57.1",
|
|
56
56
|
"eslint-config-prettier": "9.1.0",
|
|
57
|
-
"eslint-plugin-import": "2.
|
|
58
|
-
"eslint-plugin-jsdoc": "50.
|
|
57
|
+
"eslint-plugin-import": "2.31.0",
|
|
58
|
+
"eslint-plugin-jsdoc": "50.6.1",
|
|
59
59
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
60
|
-
"eslint-plugin-sonarjs": "
|
|
61
|
-
"husky": "9.1.
|
|
62
|
-
"inquirer": "9.3.
|
|
60
|
+
"eslint-plugin-sonarjs": "3.0.3",
|
|
61
|
+
"husky": "9.1.7",
|
|
62
|
+
"inquirer": "9.3.7",
|
|
63
63
|
"pinst": "3.0.0",
|
|
64
|
-
"prettier": "3.
|
|
64
|
+
"prettier": "3.4.2",
|
|
65
65
|
"semantic-release": "22.0.12",
|
|
66
66
|
"semantic-release-pinst": "1.0.4",
|
|
67
67
|
"ts-node": "10.9.2",
|
|
68
|
-
"typescript": "5.
|
|
68
|
+
"typescript": "5.7.2"
|
|
69
69
|
},
|
|
70
70
|
"eslintConfig": {
|
|
71
71
|
"root": true,
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"release": {
|
|
89
89
|
"extends": "@softwareventures/semantic-release-config"
|
|
90
90
|
},
|
|
91
|
-
"packageManager": "yarn@4.
|
|
91
|
+
"packageManager": "yarn@4.5.3"
|
|
92
92
|
}
|