eslint-config-agent 3.0.3 → 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 +7 -0
  2. package/package.json +19 -14
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ 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
+
7
14
  ## [3.0.3](https://github.com/tupe12334/eslint-config-agent/compare/v3.0.0...v3.0.3) (2026-04-26)
8
15
 
9
16
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-agent",
3
- "version": "3.0.3",
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
  }