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

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.15.0",
4
- "github>open-turo/renovate-config:npm-lib#v1.15.0"
3
+ "github>open-turo/renovate-config#v1.16.0",
4
+ "github>open-turo/renovate-config:npm-lib#v1.16.0"
5
5
  ]
6
6
  }
package/package.json CHANGED
@@ -3,24 +3,24 @@
3
3
  "description": "Turo eslint configuration for typescript",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@eslint/js": "9.34.0",
7
- "@typescript-eslint/eslint-plugin": "8.42.0",
8
- "@typescript-eslint/parser": "8.42.0",
6
+ "@eslint/js": "9.36.0",
7
+ "@typescript-eslint/eslint-plugin": "8.44.0",
8
+ "@typescript-eslint/parser": "8.44.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.3",
14
+ "eslint-plugin-n": "17.23.1",
15
15
  "eslint-plugin-perfectionist": "4.15.0",
16
16
  "eslint-plugin-prettier": "5.5.4",
17
17
  "eslint-plugin-sonarjs": "3.0.5",
18
18
  "eslint-plugin-unicorn": "56.0.1",
19
- "typescript-eslint": "8.42.0"
19
+ "typescript-eslint": "8.44.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@prettier/plugin-oxc": "0.0.4",
23
- "eslint": "9.34.0",
23
+ "eslint": "9.36.0",
24
24
  "jest": "30.1.3",
25
25
  "prettier": "3.6.2"
26
26
  },
@@ -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.8",
59
- "packageManager": "npm@11.5.2"
58
+ "version": "18.0.10",
59
+ "packageManager": "npm@11.6.0"
60
60
  }
@@ -1170,6 +1170,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
1170
1170
  ],
1171
1171
  "no-misleading-character-class": [
1172
1172
  2,
1173
+ {
1174
+ "allowEscape": false,
1175
+ },
1173
1176
  ],
1174
1177
  "no-mixed-operators": [
1175
1178
  0,
@@ -4217,6 +4220,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4217
4220
  ],
4218
4221
  "no-misleading-character-class": [
4219
4222
  2,
4223
+ {
4224
+ "allowEscape": false,
4225
+ },
4220
4226
  ],
4221
4227
  "no-mixed-operators": [
4222
4228
  0,