eslint-config-agent 3.0.2 → 3.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +19 -14
package/CHANGELOG.md CHANGED
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
 
6
6
 
7
+ ## [3.0.4](https://github.com/tupe12334/eslint-config-agent/compare/v3.0.3...v3.0.4) (2026-06-03)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** patch high-severity vulnerabilities in storybook and semver ([a38efe1](https://github.com/tupe12334/eslint-config-agent/commit/a38efe1223090dcfea9002e4ba5849e9e92afeaf))
12
+ * **deps:** remove redundant devDep and clean knip config ([61f7c97](https://github.com/tupe12334/eslint-config-agent/commit/61f7c97c3461ddd6ed6c9869b75fdbc869a3e454))
13
+
14
+ ## [3.0.3](https://github.com/tupe12334/eslint-config-agent/compare/v3.0.0...v3.0.3) (2026-04-26)
15
+
16
+ ### Features
17
+
18
+ * **jsdoc:** upgrade to recommended-typescript-error config ([2ecc02e](https://github.com/tupe12334/eslint-config-agent/commit/2ecc02e9031d42263c01f926a1adfed2424355b6))
19
+ * **plugins:** add eslint-plugin-jsdoc recommended config ([ff9fb97](https://github.com/tupe12334/eslint-config-agent/commit/ff9fb97dbaa88db3486b08904a31d9002bdec59d))
20
+ * **settings:** add additional WebFetch domains to permissions ([3a94e18](https://github.com/tupe12334/eslint-config-agent/commit/3a94e18b5128c6901b72e88218e12928d965dbc3))
21
+ * **settings:** add GitHub API permission to settings ([529c09d](https://github.com/tupe12334/eslint-config-agent/commit/529c09da004e2e369e3f639edbe6401d11f944b0))
22
+
23
+ ### Bug Fixes
24
+
25
+ * **ci:** ensure publish job checks out latest main branch after release ([c20bce0](https://github.com/tupe12334/eslint-config-agent/commit/c20bce04e5f27a8905ffe081b1b9ce4b702c6d42))
26
+ * **ci:** publish to npm after workflow_dispatch releases ([4267e8a](https://github.com/tupe12334/eslint-config-agent/commit/4267e8a3be526c8700ca843c9c6f421e5a6608ea))
27
+ * **deps:** downgrade cspell to v9.8.0 for Node 20 compatibility ([ececdb2](https://github.com/tupe12334/eslint-config-agent/commit/ececdb297843f3317a431aa3075a148659e7659e))
28
+ * **jsdoc:** add missing parameters and fix tag formatting ([07bafcc](https://github.com/tupe12334/eslint-config-agent/commit/07bafcc6cb307e3646a29305ad70c848836ba766))
29
+ * **jsdoc:** escape inline [@typescript](https://github.com/typescript) tag in spec file comments ([f4918e5](https://github.com/tupe12334/eslint-config-agent/commit/f4918e5b3f9f3192884ddf99aa05328f98a4a5a6))
30
+ * **knip:** update configuration for knip v6 compatibility ([75967d6](https://github.com/tupe12334/eslint-config-agent/commit/75967d6a224910ca7c3f78b70e86e5d77074f3a8))
31
+
7
32
  ## [3.0.2](https://github.com/tupe12334/eslint-config-agent/compare/v3.0.0...v3.0.2) (2026-04-26)
8
33
 
9
34
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-agent",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "ESLint configuration package with TypeScript support",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -72,18 +72,22 @@
72
72
  "access": "public"
73
73
  },
74
74
  "packageManager": "pnpm@10.18.2",
75
+ "pnpm": {
76
+ "overrides": {
77
+ "semver": ">=7.5.2"
78
+ }
79
+ },
75
80
  "devDependencies": {
76
- "@commitlint/cli": "^20.5.2",
77
- "@commitlint/config-conventional": "^20.5.0",
81
+ "@commitlint/cli": "^20.5.3",
82
+ "@commitlint/config-conventional": "^20.5.3",
78
83
  "@eslint/eslintrc": "^3.3.1",
79
84
  "@eslint/js": "^9.37.0",
80
- "@release-it/conventional-changelog": "^11.0.0",
85
+ "@release-it/conventional-changelog": "^11.0.1",
81
86
  "@typescript-eslint/eslint-plugin": "^8.46.1",
82
87
  "@typescript-eslint/parser": "^8.46.1",
83
- "@typescript-eslint/rule-tester": "^8.59.0",
88
+ "@typescript-eslint/rule-tester": "^8.60.1",
84
89
  "cspell": "^9.8.0",
85
90
  "eslint": "^9.37.0",
86
- "eslint-import-resolver-typescript": "^4.4.4",
87
91
  "eslint-plugin-class-export": "^1.0.1",
88
92
  "eslint-plugin-import": "^2.32.0",
89
93
  "eslint-plugin-n": "^17.23.1",
@@ -91,20 +95,21 @@
91
95
  "eslint-plugin-react": "^7.37.5",
92
96
  "eslint-plugin-react-hooks": "^5.2.0",
93
97
  "eslint-plugin-security": "^3.0.1",
94
- "eslint-plugin-storybook": "^9.1.10",
95
98
  "husky": "^9.1.7",
96
- "knip": "^6.7.0",
99
+ "knip": "^6.15.0",
97
100
  "lint-staged": "^16.4.0",
98
101
  "prettier": "^3.8.3",
99
- "release-it": "^20.0.1",
102
+ "release-it": "^20.2.0",
103
+ "storybook": "^10.4.2",
100
104
  "typescript-eslint": "^8.46.1"
101
105
  },
102
106
  "dependencies": {
103
107
  "@eslint/eslintrc": "^3.3.5",
104
108
  "@eslint/js": "^9.39.4",
105
- "@typescript-eslint/eslint-plugin": "^8.59.0",
106
- "@typescript-eslint/parser": "^8.59.0",
109
+ "@typescript-eslint/eslint-plugin": "^8.60.1",
110
+ "@typescript-eslint/parser": "^8.60.1",
107
111
  "eslint": "^9.39.4",
112
+ "eslint-import-resolver-typescript": "^4.4.5",
108
113
  "eslint-plugin-class-export": "^1.0.1",
109
114
  "eslint-plugin-ddd": "^0.5.2",
110
115
  "eslint-plugin-default": "^1.1.0",
@@ -120,9 +125,9 @@
120
125
  "eslint-plugin-required-exports": "^0.2.0",
121
126
  "eslint-plugin-security": "^4.0.0",
122
127
  "eslint-plugin-single-export": "^1.1.2",
123
- "eslint-plugin-storybook": "^10.3.5",
128
+ "eslint-plugin-storybook": "^10.4.2",
124
129
  "eslint-plugin-switch-case": "^4.0.0",
125
- "globals": "^17.5.0",
126
- "typescript-eslint": "^8.59.0"
130
+ "globals": "^17.6.0",
131
+ "typescript-eslint": "^8.60.1"
127
132
  }
128
133
  }