@open-turo/eslint-config-typescript 9.0.21 → 11.0.0

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.
@@ -0,0 +1,3 @@
1
+ # Breaking changes in v10
2
+
3
+ - Upgrade `@typescript-eslint` monorepo packages from v7 to v8.
@@ -0,0 +1,3 @@
1
+ # Breaking changes in v11
2
+
3
+ - Upgrades `eslint-plugin-sonarjs` from `2.0.3` to `2.0.4`, which touches 4236 files in their repo. Their 2.0.0 follow-up releases appear to not follow SemVer. May cause lots of new errors
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for typescript",
4
4
  "dependencies": {
5
- "@typescript-eslint/eslint-plugin": "7.18.0",
6
- "@typescript-eslint/parser": "7.18.0",
5
+ "@typescript-eslint/eslint-plugin": "8.12.0",
6
+ "@typescript-eslint/parser": "8.12.0",
7
7
  "eslint-config-prettier": "9.1.0",
8
8
  "eslint-import-resolver-typescript": "3.6.3",
9
9
  "eslint-plugin-import": "2.31.0",
@@ -12,7 +12,7 @@
12
12
  "eslint-plugin-node": "11.1.0",
13
13
  "eslint-plugin-prettier": "5.2.1",
14
14
  "eslint-plugin-simple-import-sort": "12.1.1",
15
- "eslint-plugin-sonarjs": "2.0.3",
15
+ "eslint-plugin-sonarjs": "2.0.4",
16
16
  "eslint-plugin-sort-destructure-keys": "2.0.0",
17
17
  "eslint-plugin-typescript-sort-keys": "3.3.0",
18
18
  "eslint-plugin-unicorn": "56.0.0"
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "repository": "https://github.com/open-turo/eslint-config-typescript",
45
- "version": "9.0.21"
45
+ "version": "11.0.0"
46
46
  }