@rushstack/eslint-config 4.0.2 → 4.1.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,18 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "4.1.0",
6
+ "tag": "@rushstack/eslint-config_v4.1.0",
7
+ "date": "Sat, 23 Nov 2024 01:18:55 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Update TSDoc dependencies."
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "4.0.2",
6
18
  "tag": "@rushstack/eslint-config_v4.0.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/eslint-config
2
2
 
3
- This log was last generated on Thu, 19 Sep 2024 00:11:08 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 23 Nov 2024 01:18:55 GMT and should not be manually modified.
4
+
5
+ ## 4.1.0
6
+ Sat, 23 Nov 2024 01:18:55 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Update TSDoc dependencies.
4
11
 
5
12
  ## 4.0.2
6
13
  Thu, 19 Sep 2024 00:11:08 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/eslint-config",
3
- "version": "4.0.2",
3
+ "version": "4.1.0",
4
4
  "description": "A TypeScript ESLint ruleset designed for large teams and projects",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "@typescript-eslint/typescript-estree": "~8.1.0",
30
30
  "eslint-plugin-promise": "~6.1.1",
31
31
  "eslint-plugin-react": "~7.33.2",
32
- "eslint-plugin-tsdoc": "~0.3.0",
32
+ "eslint-plugin-tsdoc": "~0.4.0",
33
33
  "@rushstack/eslint-patch": "1.10.4",
34
34
  "@rushstack/eslint-plugin": "0.16.1",
35
35
  "@rushstack/eslint-plugin-security": "0.8.3",