@softwareventures/eslint-config 9.1.1 → 9.1.2

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/LICENSE.md +1 -1
  2. package/package.json +15 -15
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2020-2024 Software Ventures Limited.
1
+ Copyright 2020-2025 Software Ventures Limited.
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any purpose
4
4
  with or without fee is hereby granted, provided that the above copyright notice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwareventures/eslint-config",
3
- "version": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "description": "Standard eslint configuration for Software Ventures Limited",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -38,34 +38,34 @@
38
38
  "typescript": "^3.8.3 || ^4.0.0 || ^5.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@commitlint/cli": "19.6.0",
42
- "@commitlint/config-conventional": "19.6.0",
43
- "@commitlint/cz-commitlint": "19.5.0",
44
- "@softwareventures/precise-commits": "4.0.15",
41
+ "@commitlint/cli": "19.8.1",
42
+ "@commitlint/config-conventional": "19.8.1",
43
+ "@commitlint/cz-commitlint": "19.8.1",
44
+ "@softwareventures/precise-commits": "4.0.19",
45
45
  "@softwareventures/prettier-config": "4.0.0",
46
- "@softwareventures/semantic-release-config": "5.0.0",
47
- "@softwareventures/tsconfig": "8.1.0",
46
+ "@softwareventures/semantic-release-config": "5.1.0",
47
+ "@softwareventures/tsconfig": "8.1.1",
48
48
  "@types/eslint": "8.56.12",
49
- "@types/node": "18.19.67",
50
- "@typescript-eslint/eslint-plugin": "8.17.0",
51
- "@typescript-eslint/parser": "8.17.0",
52
- "ava": "6.2.0",
49
+ "@types/node": "18.19.112",
50
+ "@typescript-eslint/eslint-plugin": "8.35.0",
51
+ "@typescript-eslint/parser": "8.35.0",
52
+ "ava": "6.3.0",
53
53
  "commitizen": "4.3.1",
54
54
  "conventional-changelog-conventionalcommits": "7.0.2",
55
55
  "eslint": "8.57.1",
56
56
  "eslint-config-prettier": "9.1.0",
57
57
  "eslint-plugin-import": "2.31.0",
58
- "eslint-plugin-jsdoc": "50.6.0",
58
+ "eslint-plugin-jsdoc": "50.6.17",
59
59
  "eslint-plugin-prefer-arrow": "1.2.3",
60
- "eslint-plugin-sonarjs": "3.0.1",
60
+ "eslint-plugin-sonarjs": "3.0.2",
61
61
  "husky": "9.1.7",
62
62
  "inquirer": "9.3.7",
63
63
  "pinst": "3.0.0",
64
- "prettier": "3.4.1",
64
+ "prettier": "3.5.3",
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.7.2"
68
+ "typescript": "5.8.3"
69
69
  },
70
70
  "eslintConfig": {
71
71
  "root": true,