@open-turo/eslint-config-typescript 23.0.4 → 23.0.5

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
- 24.14.1
1
+ 24.15.0
package/package.json CHANGED
@@ -4,26 +4,26 @@
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@eslint/js": "9.39.4",
7
- "@typescript-eslint/eslint-plugin": "8.58.2",
8
- "@typescript-eslint/parser": "8.58.2",
9
- "@vitest/eslint-plugin": "1.6.15",
7
+ "@typescript-eslint/eslint-plugin": "8.59.0",
8
+ "@typescript-eslint/parser": "8.59.0",
9
+ "@vitest/eslint-plugin": "1.6.16",
10
10
  "eslint-config-prettier": "10.1.8",
11
11
  "eslint-import-resolver-typescript": "4.4.4",
12
12
  "eslint-plugin-import": "2.32.0",
13
13
  "eslint-plugin-jest": "29.15.2",
14
14
  "eslint-plugin-json": "4.0.1",
15
15
  "eslint-plugin-n": "17.24.0",
16
- "eslint-plugin-perfectionist": "5.8.0",
16
+ "eslint-plugin-perfectionist": "5.9.0",
17
17
  "eslint-plugin-prettier": "5.5.5",
18
- "eslint-plugin-sonarjs": "4.0.2",
18
+ "eslint-plugin-sonarjs": "4.0.3",
19
19
  "eslint-plugin-unicorn": "56.0.1",
20
- "typescript-eslint": "8.58.2"
20
+ "typescript-eslint": "8.59.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@prettier/plugin-oxc": "0.1.3",
23
+ "@prettier/plugin-oxc": "0.1.4",
24
24
  "eslint": "9.39.4",
25
25
  "jest": "30.3.0",
26
- "prettier": "3.8.2"
26
+ "prettier": "3.8.3"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">= 20"
@@ -55,6 +55,6 @@
55
55
  "access": "public"
56
56
  },
57
57
  "repository": "https://github.com/open-turo/eslint-config-typescript",
58
- "version": "23.0.4",
59
- "packageManager": "npm@11.12.1"
58
+ "version": "23.0.5",
59
+ "packageManager": "npm@11.13.0"
60
60
  }
@@ -1931,7 +1931,7 @@ exports[`validate config the flat config is correct for index.js 1`] = `
1931
1931
  "sonarjs/class-name": [
1932
1932
  2,
1933
1933
  {
1934
- "format": "^[A-Z][a-zA-Z0-9]*$",
1934
+ "format": "^\\$?[A-Z][a-zA-Z0-9]*$",
1935
1935
  },
1936
1936
  ],
1937
1937
  "sonarjs/class-prototype": [
@@ -2019,6 +2019,9 @@ exports[`validate config the flat config is correct for index.js 1`] = `
2019
2019
  "sonarjs/dns-prefetching": [
2020
2020
  0,
2021
2021
  ],
2022
+ "sonarjs/dompurify-unsafe-config": [
2023
+ 2,
2024
+ ],
2022
2025
  "sonarjs/duplicates-in-character-class": [
2023
2026
  2,
2024
2027
  ],
@@ -2479,7 +2482,7 @@ exports[`validate config the flat config is correct for index.js 1`] = `
2479
2482
  2,
2480
2483
  ],
2481
2484
  "sonarjs/no-unsafe-unzip": [
2482
- 2,
2485
+ 0,
2483
2486
  ],
2484
2487
  "sonarjs/no-unthrown-error": [
2485
2488
  2,
@@ -5221,7 +5224,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
5221
5224
  "sonarjs/class-name": [
5222
5225
  2,
5223
5226
  {
5224
- "format": "^[A-Z][a-zA-Z0-9]*$",
5227
+ "format": "^\\$?[A-Z][a-zA-Z0-9]*$",
5225
5228
  },
5226
5229
  ],
5227
5230
  "sonarjs/class-prototype": [
@@ -5309,6 +5312,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
5309
5312
  "sonarjs/dns-prefetching": [
5310
5313
  0,
5311
5314
  ],
5315
+ "sonarjs/dompurify-unsafe-config": [
5316
+ 2,
5317
+ ],
5312
5318
  "sonarjs/duplicates-in-character-class": [
5313
5319
  2,
5314
5320
  ],
@@ -5769,7 +5775,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
5769
5775
  2,
5770
5776
  ],
5771
5777
  "sonarjs/no-unsafe-unzip": [
5772
- 2,
5778
+ 0,
5773
5779
  ],
5774
5780
  "sonarjs/no-unthrown-error": [
5775
5781
  2,
@@ -8511,7 +8517,7 @@ exports[`validate config the flat config with vitest is correct for index.js 1`]
8511
8517
  "sonarjs/class-name": [
8512
8518
  2,
8513
8519
  {
8514
- "format": "^[A-Z][a-zA-Z0-9]*$",
8520
+ "format": "^\\$?[A-Z][a-zA-Z0-9]*$",
8515
8521
  },
8516
8522
  ],
8517
8523
  "sonarjs/class-prototype": [
@@ -8599,6 +8605,9 @@ exports[`validate config the flat config with vitest is correct for index.js 1`]
8599
8605
  "sonarjs/dns-prefetching": [
8600
8606
  0,
8601
8607
  ],
8608
+ "sonarjs/dompurify-unsafe-config": [
8609
+ 2,
8610
+ ],
8602
8611
  "sonarjs/duplicates-in-character-class": [
8603
8612
  2,
8604
8613
  ],
@@ -9059,7 +9068,7 @@ exports[`validate config the flat config with vitest is correct for index.js 1`]
9059
9068
  2,
9060
9069
  ],
9061
9070
  "sonarjs/no-unsafe-unzip": [
9062
- 2,
9071
+ 0,
9063
9072
  ],
9064
9073
  "sonarjs/no-unthrown-error": [
9065
9074
  2,
@@ -11882,7 +11891,7 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
11882
11891
  "sonarjs/class-name": [
11883
11892
  2,
11884
11893
  {
11885
- "format": "^[A-Z][a-zA-Z0-9]*$",
11894
+ "format": "^\\$?[A-Z][a-zA-Z0-9]*$",
11886
11895
  },
11887
11896
  ],
11888
11897
  "sonarjs/class-prototype": [
@@ -11970,6 +11979,9 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
11970
11979
  "sonarjs/dns-prefetching": [
11971
11980
  0,
11972
11981
  ],
11982
+ "sonarjs/dompurify-unsafe-config": [
11983
+ 2,
11984
+ ],
11973
11985
  "sonarjs/duplicates-in-character-class": [
11974
11986
  2,
11975
11987
  ],
@@ -12430,7 +12442,7 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
12430
12442
  2,
12431
12443
  ],
12432
12444
  "sonarjs/no-unsafe-unzip": [
12433
- 2,
12445
+ 0,
12434
12446
  ],
12435
12447
  "sonarjs/no-unthrown-error": [
12436
12448
  2,