@open-turo/eslint-config-typescript 18.0.6 → 18.0.8

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/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.18.0
1
+ 22.19.0
package/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@eslint/js": "9.34.0",
7
- "@typescript-eslint/eslint-plugin": "8.40.0",
8
- "@typescript-eslint/parser": "8.40.0",
7
+ "@typescript-eslint/eslint-plugin": "8.42.0",
8
+ "@typescript-eslint/parser": "8.42.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",
@@ -14,14 +14,14 @@
14
14
  "eslint-plugin-n": "17.21.3",
15
15
  "eslint-plugin-perfectionist": "4.15.0",
16
16
  "eslint-plugin-prettier": "5.5.4",
17
- "eslint-plugin-sonarjs": "3.0.4",
17
+ "eslint-plugin-sonarjs": "3.0.5",
18
18
  "eslint-plugin-unicorn": "56.0.1",
19
- "typescript-eslint": "8.40.0"
19
+ "typescript-eslint": "8.42.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@prettier/plugin-oxc": "0.0.4",
23
23
  "eslint": "9.34.0",
24
- "jest": "30.0.5",
24
+ "jest": "30.1.3",
25
25
  "prettier": "3.6.2"
26
26
  },
27
27
  "engines": {
@@ -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.6",
58
+ "version": "18.0.8",
59
59
  "packageManager": "npm@11.5.2"
60
60
  }
@@ -2157,9 +2157,6 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
2157
2157
  "sonarjs/no-nested-template-literals": [
2158
2158
  2,
2159
2159
  ],
2160
- "sonarjs/no-one-iteration-loop": [
2161
- 2,
2162
- ],
2163
2160
  "sonarjs/no-os-command-from-path": [
2164
2161
  2,
2165
2162
  ],
@@ -5207,9 +5204,6 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
5207
5204
  "sonarjs/no-nested-template-literals": [
5208
5205
  2,
5209
5206
  ],
5210
- "sonarjs/no-one-iteration-loop": [
5211
- 2,
5212
- ],
5213
5207
  "sonarjs/no-os-command-from-path": [
5214
5208
  2,
5215
5209
  ],
@@ -8255,9 +8249,6 @@ exports[`validate config the legacy recommended config is correct 1`] = `
8255
8249
  "sonarjs/no-nested-template-literals": [
8256
8250
  "error",
8257
8251
  ],
8258
- "sonarjs/no-one-iteration-loop": [
8259
- "error",
8260
- ],
8261
8252
  "sonarjs/no-os-command-from-path": [
8262
8253
  "error",
8263
8254
  ],