@guardian/eslint-config 5.0.0 → 7.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.
- package/CHANGELOG.md +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @guardian/eslint-config
|
|
2
2
|
|
|
3
|
+
## 7.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- Update TS to version 5.3.3 and tslib to 2.6.2
|
|
8
|
+
|
|
9
|
+
## 6.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- 9e0cb43: `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` dependencies upgraded to next major version (6).
|
|
14
|
+
|
|
3
15
|
## 5.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardian/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "ESLint config for Guardian JavaScript projects",
|
|
5
5
|
"homepage": "https://github.com/guardian/csnx/tree/main/libs/@guardian/eslint-config#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"eslint-config-prettier": "
|
|
16
|
+
"eslint-config-prettier": "9.1.0",
|
|
17
17
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
18
|
-
"eslint-plugin-import": "2.
|
|
18
|
+
"eslint-plugin-import": "2.29.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"eslint": "^8.
|
|
22
|
-
"tslib": "^2.
|
|
21
|
+
"eslint": "^8.56.0",
|
|
22
|
+
"tslib": "^2.6.2"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
27
|
"readme": "ERROR: No README data found!",
|
|
28
|
-
"_id": "@guardian/eslint-config@
|
|
28
|
+
"_id": "@guardian/eslint-config@7.0.0"
|
|
29
29
|
}
|