@rushstack/eslint-config 4.1.1 → 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 CHANGED
@@ -1,6 +1,29 @@
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
+ },
4
27
  {
5
28
  "version": "4.1.1",
6
29
  "tag": "@rushstack/eslint-config_v4.1.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/eslint-config
2
2
 
3
- This log was last generated on Tue, 07 Jan 2025 16:11:06 GMT and should not be manually modified.
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.
4
11
 
5
12
  ## 4.1.1
6
13
  Tue, 07 Jan 2025 16:11:06 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
- "version": "4.1.1",
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.1.0",
27
- "@typescript-eslint/utils": "~8.1.0",
28
- "@typescript-eslint/parser": "~8.1.0",
29
- "@typescript-eslint/typescript-estree": "~8.1.0",
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-plugin-packlets": "0.9.2",
34
- "@rushstack/eslint-plugin": "0.16.1",
35
- "@rushstack/eslint-plugin-security": "0.8.3",
36
- "@rushstack/eslint-patch": "1.10.5"
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.4.2"
40
+ "typescript": "~5.7.3"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "",