@rushstack/eslint-config 4.0.2 → 4.1.1
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 +24 -0
- package/CHANGELOG.md +13 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "4.1.1",
|
|
6
|
+
"tag": "@rushstack/eslint-config_v4.1.1",
|
|
7
|
+
"date": "Tue, 07 Jan 2025 16:11:06 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.10.5`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "4.1.0",
|
|
18
|
+
"tag": "@rushstack/eslint-config_v4.1.0",
|
|
19
|
+
"date": "Sat, 23 Nov 2024 01:18:55 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"minor": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Update TSDoc dependencies."
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
4
28
|
{
|
|
5
29
|
"version": "4.0.2",
|
|
6
30
|
"tag": "@rushstack/eslint-config_v4.0.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @rushstack/eslint-config
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 07 Jan 2025 16:11:06 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.1.1
|
|
6
|
+
Tue, 07 Jan 2025 16:11:06 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.1.0
|
|
11
|
+
Sat, 23 Nov 2024 01:18:55 GMT
|
|
12
|
+
|
|
13
|
+
### Minor changes
|
|
14
|
+
|
|
15
|
+
- Update TSDoc dependencies.
|
|
4
16
|
|
|
5
17
|
## 4.0.2
|
|
6
18
|
Thu, 19 Sep 2024 00:11:08 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@typescript-eslint/typescript-estree": "~8.1.0",
|
|
30
30
|
"eslint-plugin-promise": "~6.1.1",
|
|
31
31
|
"eslint-plugin-react": "~7.33.2",
|
|
32
|
-
"eslint-plugin-tsdoc": "~0.
|
|
33
|
-
"@rushstack/eslint-
|
|
32
|
+
"eslint-plugin-tsdoc": "~0.4.0",
|
|
33
|
+
"@rushstack/eslint-plugin-packlets": "0.9.2",
|
|
34
34
|
"@rushstack/eslint-plugin": "0.16.1",
|
|
35
35
|
"@rushstack/eslint-plugin-security": "0.8.3",
|
|
36
|
-
"@rushstack/eslint-
|
|
36
|
+
"@rushstack/eslint-patch": "1.10.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"eslint": "~8.57.0",
|