@rushstack/eslint-config 2.4.3 → 2.5.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 CHANGED
@@ -1,6 +1,79 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "2.5.1",
6
+ "tag": "@rushstack/eslint-config_v2.5.1",
7
+ "date": "Mon, 27 Dec 2021 16:10:40 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Re-enable eslint-plugin-promise rules which now support ESLint v8"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "2.5.0",
18
+ "tag": "@rushstack/eslint-config_v2.5.0",
19
+ "date": "Mon, 06 Dec 2021 16:08:32 GMT",
20
+ "comments": {
21
+ "minor": [
22
+ {
23
+ "comment": "Temporarily disable eslint-plugin-promise until ESLint v8 support is added (https://github.com/xjamundx/eslint-plugin-promise/issues/218)"
24
+ }
25
+ ],
26
+ "dependency": [
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.8.4`"
29
+ },
30
+ {
31
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.3.4`"
32
+ },
33
+ {
34
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.2.4`"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "version": "2.4.5",
41
+ "tag": "@rushstack/eslint-config_v2.4.5",
42
+ "date": "Fri, 05 Nov 2021 15:09:18 GMT",
43
+ "comments": {
44
+ "dependency": [
45
+ {
46
+ "comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.1.0`"
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ {
52
+ "version": "2.4.4",
53
+ "tag": "@rushstack/eslint-config_v2.4.4",
54
+ "date": "Wed, 27 Oct 2021 00:08:15 GMT",
55
+ "comments": {
56
+ "patch": [
57
+ {
58
+ "comment": "Update the package.json repository field to include the directory property."
59
+ }
60
+ ],
61
+ "dependency": [
62
+ {
63
+ "comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.0.9`"
64
+ },
65
+ {
66
+ "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.8.3`"
67
+ },
68
+ {
69
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.3.3`"
70
+ },
71
+ {
72
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.2.3`"
73
+ }
74
+ ]
75
+ }
76
+ },
4
77
  {
5
78
  "version": "2.4.3",
6
79
  "tag": "@rushstack/eslint-config_v2.4.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,32 @@
1
1
  # Change Log - @rushstack/eslint-config
2
2
 
3
- This log was last generated on Wed, 13 Oct 2021 15:09:54 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Dec 2021 16:10:40 GMT and should not be manually modified.
4
+
5
+ ## 2.5.1
6
+ Mon, 27 Dec 2021 16:10:40 GMT
7
+
8
+ ### Patches
9
+
10
+ - Re-enable eslint-plugin-promise rules which now support ESLint v8
11
+
12
+ ## 2.5.0
13
+ Mon, 06 Dec 2021 16:08:32 GMT
14
+
15
+ ### Minor changes
16
+
17
+ - Temporarily disable eslint-plugin-promise until ESLint v8 support is added (https://github.com/xjamundx/eslint-plugin-promise/issues/218)
18
+
19
+ ## 2.4.5
20
+ Fri, 05 Nov 2021 15:09:18 GMT
21
+
22
+ _Version update only_
23
+
24
+ ## 2.4.4
25
+ Wed, 27 Oct 2021 00:08:15 GMT
26
+
27
+ ### Patches
28
+
29
+ - Update the package.json repository field to include the directory property.
4
30
 
5
31
  ## 2.4.3
6
32
  Wed, 13 Oct 2021 15:09:54 GMT
package/README.md CHANGED
@@ -177,7 +177,7 @@ require('@rushstack/eslint-config/patch/modern-module-resolution');
177
177
  module.exports = {
178
178
  extends: [
179
179
  "@rushstack/eslint-config/profile/node",
180
- "@rushstack/eslint-config/profile/mixins/friendly-locals" // <----
180
+ "@rushstack/eslint-config/mixins/friendly-locals" // <----
181
181
  ],
182
182
  parserOptions: { tsconfigRootDir: __dirname }
183
183
  };
@@ -200,7 +200,7 @@ require('@rushstack/eslint-config/patch/modern-module-resolution');
200
200
  module.exports = {
201
201
  extends: [
202
202
  "@rushstack/eslint-config/profile/node",
203
- "@rushstack/eslint-config/profile/mixins/packlets" // <----
203
+ "@rushstack/eslint-config/mixins/packlets" // <----
204
204
  ],
205
205
  parserOptions: { tsconfigRootDir: __dirname }
206
206
  };
@@ -224,7 +224,7 @@ require('@rushstack/eslint-config/patch/modern-module-resolution');
224
224
  module.exports = {
225
225
  extends: [
226
226
  "@rushstack/eslint-config/profile/node",
227
- "@rushstack/eslint-config/profile/mixins/tsdoc" // <----
227
+ "@rushstack/eslint-config/mixins/tsdoc" // <----
228
228
  ],
229
229
  parserOptions: { tsconfigRootDir: __dirname }
230
230
  };
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
- "version": "2.4.3",
3
+ "version": "2.5.1",
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/tree/master/stack/eslint-config"
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": [
@@ -17,25 +19,25 @@
17
19
  "typescript"
18
20
  ],
19
21
  "peerDependencies": {
20
- "eslint": "^6.0.0 || ^7.0.0",
22
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
21
23
  "typescript": ">=3.0.0"
22
24
  },
23
25
  "dependencies": {
24
- "@rushstack/eslint-patch": "1.0.8",
25
- "@rushstack/eslint-plugin": "0.8.2",
26
- "@rushstack/eslint-plugin-packlets": "0.3.2",
27
- "@rushstack/eslint-plugin-security": "0.2.2",
28
- "@typescript-eslint/eslint-plugin": "~4.31.2",
29
- "@typescript-eslint/experimental-utils": "~4.31.2",
30
- "@typescript-eslint/parser": "~4.31.2",
31
- "@typescript-eslint/typescript-estree": "~4.31.2",
32
- "eslint-plugin-promise": "~4.2.1",
33
- "eslint-plugin-react": "~7.20.0",
34
- "eslint-plugin-tsdoc": "~0.2.10"
26
+ "@rushstack/eslint-patch": "1.1.0",
27
+ "@rushstack/eslint-plugin": "0.8.4",
28
+ "@rushstack/eslint-plugin-packlets": "0.3.4",
29
+ "@rushstack/eslint-plugin-security": "0.2.4",
30
+ "@typescript-eslint/eslint-plugin": "~5.6.0",
31
+ "@typescript-eslint/experimental-utils": "~5.6.0",
32
+ "@typescript-eslint/parser": "~5.6.0",
33
+ "@typescript-eslint/typescript-estree": "~5.6.0",
34
+ "eslint-plugin-promise": "~6.0.0",
35
+ "eslint-plugin-react": "~7.27.1",
36
+ "eslint-plugin-tsdoc": "~0.2.14"
35
37
  },
36
38
  "devDependencies": {
37
- "eslint": "~7.30.0",
38
- "typescript": "~4.4.2"
39
+ "eslint": "~8.3.0",
40
+ "typescript": "~4.5.2"
39
41
  },
40
42
  "scripts": {
41
43
  "build": ""