@open-turo/eslint-config-typescript 18.1.35 → 18.1.37

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.16.1",
4
- "github>open-turo/renovate-config:npm-lib#v1.16.1"
3
+ "github>open-turo/renovate-config#v1.17.0",
4
+ "github>open-turo/renovate-config:npm-lib#v1.17.0"
5
5
  ]
6
6
  }
@@ -10,7 +10,7 @@ repos:
10
10
  rev: v3.1.0
11
11
  hooks:
12
12
  - id: prettier
13
- additional_dependencies: ["prettier@3.8.0"]
13
+ additional_dependencies: ["prettier@3.8.1"]
14
14
  stages: [pre-commit]
15
15
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16
16
  rev: v9.24.0
package/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@eslint/js": "9.39.2",
7
- "@typescript-eslint/eslint-plugin": "8.53.1",
8
- "@typescript-eslint/parser": "8.53.1",
7
+ "@typescript-eslint/eslint-plugin": "8.54.0",
8
+ "@typescript-eslint/parser": "8.54.0",
9
9
  "@vitest/eslint-plugin": "1.6.6",
10
10
  "eslint-config-prettier": "10.1.8",
11
11
  "eslint-import-resolver-typescript": "4.4.4",
@@ -15,15 +15,15 @@
15
15
  "eslint-plugin-n": "17.23.2",
16
16
  "eslint-plugin-perfectionist": "4.15.1",
17
17
  "eslint-plugin-prettier": "5.5.5",
18
- "eslint-plugin-sonarjs": "3.0.5",
18
+ "eslint-plugin-sonarjs": "3.0.6",
19
19
  "eslint-plugin-unicorn": "56.0.1",
20
- "typescript-eslint": "8.53.1"
20
+ "typescript-eslint": "8.54.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@prettier/plugin-oxc": "0.1.3",
24
24
  "eslint": "9.39.2",
25
25
  "jest": "30.2.0",
26
- "prettier": "3.8.0"
26
+ "prettier": "3.8.1"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">= 20"
@@ -56,6 +56,6 @@
56
56
  "access": "public"
57
57
  },
58
58
  "repository": "https://github.com/open-turo/eslint-config-typescript",
59
- "version": "18.1.35",
60
- "packageManager": "npm@11.7.0"
59
+ "version": "18.1.37",
60
+ "packageManager": "npm@11.8.0"
61
61
  }
@@ -1787,6 +1787,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
1787
1787
  "sonarjs/duplicates-in-character-class": [
1788
1788
  2,
1789
1789
  ],
1790
+ "sonarjs/dynamically-constructed-templates": [
1791
+ 2,
1792
+ ],
1790
1793
  "sonarjs/elseif-without-else": [
1791
1794
  0,
1792
1795
  ],
@@ -1858,6 +1861,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
1858
1861
  "sonarjs/generator-without-yield": [
1859
1862
  2,
1860
1863
  ],
1864
+ "sonarjs/hardcoded-secret-signatures": [
1865
+ 2,
1866
+ ],
1861
1867
  "sonarjs/hashing": [
1862
1868
  2,
1863
1869
  ],
@@ -2367,6 +2373,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
2367
2373
  "sonarjs/regular-expr": [
2368
2374
  0,
2369
2375
  ],
2376
+ "sonarjs/review-blockchain-mnemonic": [
2377
+ 2,
2378
+ ],
2370
2379
  "sonarjs/session-regeneration": [
2371
2380
  2,
2372
2381
  ],
@@ -4837,6 +4846,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4837
4846
  "sonarjs/duplicates-in-character-class": [
4838
4847
  2,
4839
4848
  ],
4849
+ "sonarjs/dynamically-constructed-templates": [
4850
+ 2,
4851
+ ],
4840
4852
  "sonarjs/elseif-without-else": [
4841
4853
  0,
4842
4854
  ],
@@ -4908,6 +4920,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4908
4920
  "sonarjs/generator-without-yield": [
4909
4921
  2,
4910
4922
  ],
4923
+ "sonarjs/hardcoded-secret-signatures": [
4924
+ 2,
4925
+ ],
4911
4926
  "sonarjs/hashing": [
4912
4927
  2,
4913
4928
  ],
@@ -5417,6 +5432,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
5417
5432
  "sonarjs/regular-expr": [
5418
5433
  0,
5419
5434
  ],
5435
+ "sonarjs/review-blockchain-mnemonic": [
5436
+ 2,
5437
+ ],
5420
5438
  "sonarjs/session-regeneration": [
5421
5439
  2,
5422
5440
  ],
@@ -7887,6 +7905,9 @@ exports[`validate config the flat config with vitest is correct for index.cjs 1`
7887
7905
  "sonarjs/duplicates-in-character-class": [
7888
7906
  2,
7889
7907
  ],
7908
+ "sonarjs/dynamically-constructed-templates": [
7909
+ 2,
7910
+ ],
7890
7911
  "sonarjs/elseif-without-else": [
7891
7912
  0,
7892
7913
  ],
@@ -7958,6 +7979,9 @@ exports[`validate config the flat config with vitest is correct for index.cjs 1`
7958
7979
  "sonarjs/generator-without-yield": [
7959
7980
  2,
7960
7981
  ],
7982
+ "sonarjs/hardcoded-secret-signatures": [
7983
+ 2,
7984
+ ],
7961
7985
  "sonarjs/hashing": [
7962
7986
  2,
7963
7987
  ],
@@ -8467,6 +8491,9 @@ exports[`validate config the flat config with vitest is correct for index.cjs 1`
8467
8491
  "sonarjs/regular-expr": [
8468
8492
  0,
8469
8493
  ],
8494
+ "sonarjs/review-blockchain-mnemonic": [
8495
+ 2,
8496
+ ],
8470
8497
  "sonarjs/session-regeneration": [
8471
8498
  2,
8472
8499
  ],
@@ -10937,6 +10964,9 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
10937
10964
  "sonarjs/duplicates-in-character-class": [
10938
10965
  2,
10939
10966
  ],
10967
+ "sonarjs/dynamically-constructed-templates": [
10968
+ 2,
10969
+ ],
10940
10970
  "sonarjs/elseif-without-else": [
10941
10971
  0,
10942
10972
  ],
@@ -11008,6 +11038,9 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
11008
11038
  "sonarjs/generator-without-yield": [
11009
11039
  2,
11010
11040
  ],
11041
+ "sonarjs/hardcoded-secret-signatures": [
11042
+ 2,
11043
+ ],
11011
11044
  "sonarjs/hashing": [
11012
11045
  2,
11013
11046
  ],
@@ -11517,6 +11550,9 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
11517
11550
  "sonarjs/regular-expr": [
11518
11551
  0,
11519
11552
  ],
11553
+ "sonarjs/review-blockchain-mnemonic": [
11554
+ 2,
11555
+ ],
11520
11556
  "sonarjs/session-regeneration": [
11521
11557
  2,
11522
11558
  ],
@@ -14037,6 +14073,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
14037
14073
  "sonarjs/duplicates-in-character-class": [
14038
14074
  "error",
14039
14075
  ],
14076
+ "sonarjs/dynamically-constructed-templates": [
14077
+ "error",
14078
+ ],
14040
14079
  "sonarjs/elseif-without-else": [
14041
14080
  "off",
14042
14081
  ],
@@ -14097,6 +14136,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
14097
14136
  "sonarjs/generator-without-yield": [
14098
14137
  "error",
14099
14138
  ],
14139
+ "sonarjs/hardcoded-secret-signatures": [
14140
+ "error",
14141
+ ],
14100
14142
  "sonarjs/hashing": [
14101
14143
  "error",
14102
14144
  ],
@@ -14562,6 +14604,9 @@ exports[`validate config the legacy recommended config is correct 1`] = `
14562
14604
  "sonarjs/regular-expr": [
14563
14605
  "off",
14564
14606
  ],
14607
+ "sonarjs/review-blockchain-mnemonic": [
14608
+ "error",
14609
+ ],
14565
14610
  "sonarjs/session-regeneration": [
14566
14611
  "error",
14567
14612
  ],