@open-turo/eslint-config-typescript 15.0.1 → 15.0.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.
@@ -12,7 +12,7 @@ repos:
12
12
  - id: prettier
13
13
  stages: [pre-commit]
14
14
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
15
- rev: v9.20.0
15
+ rev: v9.21.0
16
16
  hooks:
17
17
  - id: commitlint
18
18
  stages: [commit-msg]
package/package.json CHANGED
@@ -2,17 +2,17 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for typescript",
4
4
  "dependencies": {
5
- "@typescript-eslint/eslint-plugin": "8.23.0",
6
- "@typescript-eslint/parser": "8.23.0",
7
- "eslint-config-prettier": "10.0.1",
8
- "eslint-import-resolver-typescript": "3.7.0",
5
+ "@typescript-eslint/eslint-plugin": "8.26.1",
6
+ "@typescript-eslint/parser": "8.26.1",
7
+ "eslint-config-prettier": "10.1.1",
8
+ "eslint-import-resolver-typescript": "3.8.5",
9
9
  "eslint-plugin-import": "2.31.0",
10
10
  "eslint-plugin-jest": "28.11.0",
11
11
  "eslint-plugin-json": "4.0.1",
12
- "eslint-plugin-n": "17.15.1",
12
+ "eslint-plugin-n": "17.16.2",
13
13
  "eslint-plugin-prettier": "5.2.3",
14
14
  "eslint-plugin-simple-import-sort": "12.1.1",
15
- "eslint-plugin-sonarjs": "3.0.1",
15
+ "eslint-plugin-sonarjs": "3.0.2",
16
16
  "eslint-plugin-sort-destructure-keys": "2.0.0",
17
17
  "eslint-plugin-typescript-sort-keys": "3.3.0",
18
18
  "eslint-plugin-unicorn": "56.0.1"
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "eslint": "8.57.1",
22
22
  "jest": "29.7.0",
23
- "prettier": "3.4.2"
23
+ "prettier": "3.5.3"
24
24
  },
25
25
  "engines": {
26
26
  "node": ">= 14"
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "repository": "https://github.com/open-turo/eslint-config-typescript",
45
- "version": "15.0.1"
45
+ "version": "15.0.2"
46
46
  }
@@ -1699,7 +1699,7 @@ exports[`validate config load config file in ESLint to validate all rules are co
1699
1699
  "error",
1700
1700
  ],
1701
1701
  "sonarjs/certificate-transparency": [
1702
- "error",
1702
+ "off",
1703
1703
  ],
1704
1704
  "sonarjs/chai-determinate-assertion": [
1705
1705
  "error",