@rushstack/eslint-config 4.1.0 → 4.2.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.json +35 -0
- package/CHANGELOG.md +13 -1
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "4.2.0",
|
|
6
|
+
"tag": "@rushstack/eslint-config_v4.2.0",
|
|
7
|
+
"date": "Sat, 01 Mar 2025 07:23:16 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump the `@typescript-eslint/*` dependencies to `~8.24.0` to support newer versions of TypeScript."
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.17.0`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.10.0`"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.9.0`"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"version": "4.1.1",
|
|
29
|
+
"tag": "@rushstack/eslint-config_v4.1.1",
|
|
30
|
+
"date": "Tue, 07 Jan 2025 16:11:06 GMT",
|
|
31
|
+
"comments": {
|
|
32
|
+
"dependency": [
|
|
33
|
+
{
|
|
34
|
+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.10.5`"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
4
39
|
{
|
|
5
40
|
"version": "4.1.0",
|
|
6
41
|
"tag": "@rushstack/eslint-config_v4.1.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @rushstack/eslint-config
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat,
|
|
3
|
+
This log was last generated on Sat, 01 Mar 2025 07:23:16 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.2.0
|
|
6
|
+
Sat, 01 Mar 2025 07:23:16 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Bump the `@typescript-eslint/*` dependencies to `~8.24.0` to support newer versions of TypeScript.
|
|
11
|
+
|
|
12
|
+
## 4.1.1
|
|
13
|
+
Tue, 07 Jan 2025 16:11:06 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 4.1.0
|
|
6
18
|
Sat, 23 Nov 2024 01:18:55 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"typescript": ">=4.7.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
27
|
-
"@typescript-eslint/utils": "~8.
|
|
28
|
-
"@typescript-eslint/parser": "~8.
|
|
29
|
-
"@typescript-eslint/typescript-estree": "~8.
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "~8.24.0",
|
|
27
|
+
"@typescript-eslint/utils": "~8.24.0",
|
|
28
|
+
"@typescript-eslint/parser": "~8.24.0",
|
|
29
|
+
"@typescript-eslint/typescript-estree": "~8.24.0",
|
|
30
30
|
"eslint-plugin-promise": "~6.1.1",
|
|
31
31
|
"eslint-plugin-react": "~7.33.2",
|
|
32
32
|
"eslint-plugin-tsdoc": "~0.4.0",
|
|
33
|
-
"@rushstack/eslint-patch": "1.10.
|
|
34
|
-
"@rushstack/eslint-plugin": "0.
|
|
35
|
-
"@rushstack/eslint-plugin-security": "0.
|
|
36
|
-
"@rushstack/eslint-plugin-packlets": "0.
|
|
33
|
+
"@rushstack/eslint-patch": "1.10.5",
|
|
34
|
+
"@rushstack/eslint-plugin": "0.17.0",
|
|
35
|
+
"@rushstack/eslint-plugin-security": "0.9.0",
|
|
36
|
+
"@rushstack/eslint-plugin-packlets": "0.10.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"eslint": "~8.57.0",
|
|
40
|
-
"typescript": "~5.
|
|
40
|
+
"typescript": "~5.7.3"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "",
|