@rushstack/eslint-config 2.4.0 → 2.4.4
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.json +82 -0
- package/CHANGELOG.md +25 -1
- package/package.json +14 -12
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,88 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.4.4",
|
|
6
|
+
"tag": "@rushstack/eslint-config_v2.4.4",
|
|
7
|
+
"date": "Wed, 27 Oct 2021 00:08:15 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Update the package.json repository field to include the directory property."
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.0.9`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.8.3`"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.3.3`"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.2.3`"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"version": "2.4.3",
|
|
32
|
+
"tag": "@rushstack/eslint-config_v2.4.3",
|
|
33
|
+
"date": "Wed, 13 Oct 2021 15:09:54 GMT",
|
|
34
|
+
"comments": {
|
|
35
|
+
"dependency": [
|
|
36
|
+
{
|
|
37
|
+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.0.8`"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"version": "2.4.2",
|
|
44
|
+
"tag": "@rushstack/eslint-config_v2.4.2",
|
|
45
|
+
"date": "Thu, 07 Oct 2021 07:13:35 GMT",
|
|
46
|
+
"comments": {
|
|
47
|
+
"patch": [
|
|
48
|
+
{
|
|
49
|
+
"comment": "Update typescript-eslint to add support for TypeScript 4.4."
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"dependency": [
|
|
53
|
+
{
|
|
54
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.8.2`"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.3.2`"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.2.2`"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"version": "2.4.1",
|
|
67
|
+
"tag": "@rushstack/eslint-config_v2.4.1",
|
|
68
|
+
"date": "Thu, 23 Sep 2021 00:10:40 GMT",
|
|
69
|
+
"comments": {
|
|
70
|
+
"dependency": [
|
|
71
|
+
{
|
|
72
|
+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.0.7`"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.8.1`"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.3.1`"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.2.1`"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
4
86
|
{
|
|
5
87
|
"version": "2.4.0",
|
|
6
88
|
"tag": "@rushstack/eslint-config_v2.4.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
# Change Log - @rushstack/eslint-config
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 27 Oct 2021 00:08:15 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.4.4
|
|
6
|
+
Wed, 27 Oct 2021 00:08:15 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Update the package.json repository field to include the directory property.
|
|
11
|
+
|
|
12
|
+
## 2.4.3
|
|
13
|
+
Wed, 13 Oct 2021 15:09:54 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
16
|
+
|
|
17
|
+
## 2.4.2
|
|
18
|
+
Thu, 07 Oct 2021 07:13:35 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Update typescript-eslint to add support for TypeScript 4.4.
|
|
23
|
+
|
|
24
|
+
## 2.4.1
|
|
25
|
+
Thu, 23 Sep 2021 00:10:40 GMT
|
|
26
|
+
|
|
27
|
+
_Version update only_
|
|
4
28
|
|
|
5
29
|
## 2.4.0
|
|
6
30
|
Mon, 12 Jul 2021 23:08:26 GMT
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
|
-
"url": "https://github.com/microsoft/rushstack
|
|
7
|
+
"url": "https://github.com/microsoft/rushstack.git",
|
|
8
|
+
"type": "git",
|
|
9
|
+
"directory": "stack/eslint-config"
|
|
8
10
|
},
|
|
9
11
|
"homepage": "https://rushstack.io",
|
|
10
12
|
"keywords": [
|
|
@@ -21,21 +23,21 @@
|
|
|
21
23
|
"typescript": ">=3.0.0"
|
|
22
24
|
},
|
|
23
25
|
"dependencies": {
|
|
24
|
-
"@rushstack/eslint-patch": "1.0.
|
|
25
|
-
"@rushstack/eslint-plugin": "0.8.
|
|
26
|
-
"@rushstack/eslint-plugin-packlets": "0.3.
|
|
27
|
-
"@rushstack/eslint-plugin-security": "0.2.
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "~4.
|
|
29
|
-
"@typescript-eslint/experimental-utils": "~4.
|
|
30
|
-
"@typescript-eslint/parser": "~4.
|
|
31
|
-
"@typescript-eslint/typescript-estree": "~4.
|
|
26
|
+
"@rushstack/eslint-patch": "1.0.9",
|
|
27
|
+
"@rushstack/eslint-plugin": "0.8.3",
|
|
28
|
+
"@rushstack/eslint-plugin-packlets": "0.3.3",
|
|
29
|
+
"@rushstack/eslint-plugin-security": "0.2.3",
|
|
30
|
+
"@typescript-eslint/eslint-plugin": "~4.31.2",
|
|
31
|
+
"@typescript-eslint/experimental-utils": "~4.31.2",
|
|
32
|
+
"@typescript-eslint/parser": "~4.31.2",
|
|
33
|
+
"@typescript-eslint/typescript-estree": "~4.31.2",
|
|
32
34
|
"eslint-plugin-promise": "~4.2.1",
|
|
33
35
|
"eslint-plugin-react": "~7.20.0",
|
|
34
36
|
"eslint-plugin-tsdoc": "~0.2.10"
|
|
35
37
|
},
|
|
36
38
|
"devDependencies": {
|
|
37
|
-
"eslint": "~7.
|
|
38
|
-
"typescript": "~
|
|
39
|
+
"eslint": "~7.30.0",
|
|
40
|
+
"typescript": "~4.4.2"
|
|
39
41
|
},
|
|
40
42
|
"scripts": {
|
|
41
43
|
"build": ""
|