@rushstack/eslint-config 4.4.1 → 4.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,44 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "4.5.1",
6
+ "tag": "@rushstack/eslint-config_v4.5.1",
7
+ "date": "Tue, 14 Oct 2025 15:13:22 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.21.1`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "4.5.0",
18
+ "tag": "@rushstack/eslint-config_v4.5.0",
19
+ "date": "Mon, 13 Oct 2025 15:13:02 GMT",
20
+ "comments": {
21
+ "minor": [
22
+ {
23
+ "comment": "Bump `eslint` to `~9.37.0` and the `@typescript-eslint/*` packages to `~8.46.0`."
24
+ }
25
+ ],
26
+ "dependency": [
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.14.0`"
29
+ },
30
+ {
31
+ "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.21.0`"
32
+ },
33
+ {
34
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.14.0`"
35
+ },
36
+ {
37
+ "comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.13.0`"
38
+ }
39
+ ]
40
+ }
41
+ },
4
42
  {
5
43
  "version": "4.4.1",
6
44
  "tag": "@rushstack/eslint-config_v4.4.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/eslint-config
2
2
 
3
- This log was last generated on Fri, 03 Oct 2025 20:10:00 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 Oct 2025 15:13:22 GMT and should not be manually modified.
4
+
5
+ ## 4.5.1
6
+ Tue, 14 Oct 2025 15:13:22 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.5.0
11
+ Mon, 13 Oct 2025 15:13:02 GMT
12
+
13
+ ### Minor changes
14
+
15
+ - Bump `eslint` to `~9.37.0` and the `@typescript-eslint/*` packages to `~8.46.0`.
4
16
 
5
17
  ## 4.4.1
6
18
  Fri, 03 Oct 2025 20:10:00 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
- "version": "4.4.1",
3
+ "version": "4.5.1",
4
4
  "description": "A TypeScript ESLint ruleset designed for large teams and projects",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -23,20 +23,20 @@
23
23
  "typescript": ">=4.7.0"
24
24
  },
25
25
  "dependencies": {
26
- "@typescript-eslint/eslint-plugin": "~8.31.0",
27
- "@typescript-eslint/utils": "~8.31.0",
28
- "@typescript-eslint/parser": "~8.31.0",
29
- "@typescript-eslint/typescript-estree": "~8.31.0",
26
+ "@typescript-eslint/eslint-plugin": "~8.46.0",
27
+ "@typescript-eslint/utils": "~8.46.0",
28
+ "@typescript-eslint/parser": "~8.46.0",
29
+ "@typescript-eslint/typescript-estree": "~8.46.0",
30
30
  "eslint-plugin-promise": "~7.2.1",
31
31
  "eslint-plugin-react": "~7.37.5",
32
32
  "eslint-plugin-tsdoc": "~0.4.0",
33
- "@rushstack/eslint-patch": "1.13.0",
34
- "@rushstack/eslint-plugin": "0.20.0",
35
- "@rushstack/eslint-plugin-packlets": "0.13.0",
36
- "@rushstack/eslint-plugin-security": "0.12.0"
33
+ "@rushstack/eslint-patch": "1.14.0",
34
+ "@rushstack/eslint-plugin": "0.21.1",
35
+ "@rushstack/eslint-plugin-packlets": "0.14.0",
36
+ "@rushstack/eslint-plugin-security": "0.13.0"
37
37
  },
38
38
  "devDependencies": {
39
- "eslint": "~9.25.1",
39
+ "eslint": "~9.37.0",
40
40
  "typescript": "~5.8.2"
41
41
  },
42
42
  "scripts": {