@open-turo/eslint-config-typescript 18.0.0 → 18.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "extends": [
3
- "github>open-turo/renovate-config#v1",
4
- "github>open-turo/renovate-config:npm-lib#v1"
3
+ "github>open-turo/renovate-config#v1.14.0",
4
+ "github>open-turo/renovate-config:npm-lib#v1.14.0"
5
5
  ]
6
6
  }
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.17.1
1
+ 22.18.0
package/package.json CHANGED
@@ -4,19 +4,19 @@
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@eslint/js": "9.32.0",
7
- "@typescript-eslint/eslint-plugin": "8.38.0",
8
- "@typescript-eslint/parser": "8.38.0",
7
+ "@typescript-eslint/eslint-plugin": "8.39.0",
8
+ "@typescript-eslint/parser": "8.39.0",
9
9
  "eslint-config-prettier": "10.1.8",
10
10
  "eslint-import-resolver-typescript": "4.4.4",
11
11
  "eslint-plugin-import": "2.32.0",
12
12
  "eslint-plugin-jest": "29.0.1",
13
13
  "eslint-plugin-json": "4.0.1",
14
- "eslint-plugin-n": "17.21.2",
14
+ "eslint-plugin-n": "17.21.3",
15
15
  "eslint-plugin-perfectionist": "4.15.0",
16
16
  "eslint-plugin-prettier": "5.5.3",
17
17
  "eslint-plugin-sonarjs": "3.0.4",
18
18
  "eslint-plugin-unicorn": "56.0.1",
19
- "typescript-eslint": "8.38.0"
19
+ "typescript-eslint": "8.39.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@prettier/plugin-oxc": "0.0.4",
@@ -55,6 +55,6 @@
55
55
  "access": "public"
56
56
  },
57
57
  "repository": "https://github.com/open-turo/eslint-config-typescript",
58
- "version": "18.0.0",
59
- "packageManager": "npm@11.5.1+sha512.232e6f5d9e799bcb486920b3e9ba907fdf96e576cf7e8c9446c8162e33a416096a1d37a9e910d9a918f6b1f606791c99bc6bb61ee2569b496ec74af13d0dbd95"
58
+ "version": "18.0.2",
59
+ "packageManager": "npm@11.5.2"
60
60
  }
@@ -6812,6 +6812,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
6812
6812
  "@typescript-eslint/no-unnecessary-type-constraint": [
6813
6813
  "error",
6814
6814
  ],
6815
+ "@typescript-eslint/no-unnecessary-type-conversion": [
6816
+ "error",
6817
+ ],
6815
6818
  "@typescript-eslint/no-unnecessary-type-parameters": [
6816
6819
  "off",
6817
6820
  ],