@open-turo/eslint-config 8.0.0 → 9.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 v9
|
2
|
+
|
3
|
+
We are bumping `eslint-plugin-n` 3 major versions, from v14 to v17. v17 is the most up-to-date version, and is the only version that is actively supported. v15 and v16 support older versions of node, and are on end-of-life support. The breaking changes are related to dropping support for older versions of node. We are cutting a new major for these changes for clarity, as there are ultimately changes in the underlying configuration due to these changes as well. (See https://github.com/open-turo/eslint-config-typescript/commit/be14f66f9e51b35d1c23896a42e48d62c09038bd)
|
Binary file
|
package/package.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
"eslint-plugin-import": "2.31.0",
|
8
8
|
"eslint-plugin-jest": "28.9.0",
|
9
9
|
"eslint-plugin-json": "4.0.1",
|
10
|
-
"eslint-plugin-n": "
|
10
|
+
"eslint-plugin-n": "17.15.0",
|
11
11
|
"eslint-plugin-prettier": "5.2.1",
|
12
12
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
13
13
|
"eslint-plugin-sonarjs": "3.0.1",
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"lint": "echo noop",
|
40
40
|
"test": "jest test.js"
|
41
41
|
},
|
42
|
-
"version": "
|
42
|
+
"version": "9.0.0"
|
43
43
|
}
|
Binary file
|