@rushstack/eslint-config 4.2.0 → 4.3.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 CHANGED
@@ -1,6 +1,32 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "4.3.0",
6
+ "tag": "@rushstack/eslint-config_v4.3.0",
7
+ "date": "Tue, 11 Mar 2025 02:12:33 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Bump the `@typescript-eslint/*` packages to add support for TypeScript 5.8."
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.11.0`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.18.0`"
20
+ },
21
+ {
22
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.11.0`"
23
+ },
24
+ {
25
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.10.0`"
26
+ }
27
+ ]
28
+ }
29
+ },
4
30
  {
5
31
  "version": "4.2.0",
6
32
  "tag": "@rushstack/eslint-config_v4.2.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/eslint-config
2
2
 
3
- This log was last generated on Sat, 01 Mar 2025 07:23:16 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Mar 2025 02:12:33 GMT and should not be manually modified.
4
+
5
+ ## 4.3.0
6
+ Tue, 11 Mar 2025 02:12:33 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Bump the `@typescript-eslint/*` packages to add support for TypeScript 5.8.
4
11
 
5
12
  ## 4.2.0
6
13
  Sat, 01 Mar 2025 07:23:16 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
- "version": "4.2.0",
3
+ "version": "4.3.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.24.0",
27
- "@typescript-eslint/utils": "~8.24.0",
28
- "@typescript-eslint/parser": "~8.24.0",
29
- "@typescript-eslint/typescript-estree": "~8.24.0",
26
+ "@typescript-eslint/eslint-plugin": "~8.26.1",
27
+ "@typescript-eslint/utils": "~8.26.1",
28
+ "@typescript-eslint/parser": "~8.26.1",
29
+ "@typescript-eslint/typescript-estree": "~8.26.1",
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.5",
34
- "@rushstack/eslint-plugin": "0.17.0",
35
- "@rushstack/eslint-plugin-security": "0.9.0",
36
- "@rushstack/eslint-plugin-packlets": "0.10.0"
33
+ "@rushstack/eslint-plugin": "0.18.0",
34
+ "@rushstack/eslint-plugin-packlets": "0.11.0",
35
+ "@rushstack/eslint-patch": "1.11.0",
36
+ "@rushstack/eslint-plugin-security": "0.10.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "eslint": "~8.57.0",
40
- "typescript": "~5.7.3"
40
+ "typescript": "~5.8.2"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "",