File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 6
6
"packages/mcp" : " 0.1.0" ,
7
7
"packages/migrate-config" : " 1.5.2" ,
8
8
"packages/object-schema" : " 2.1.6" ,
9
- "packages/plugin-kit" : " 0.3.3 "
9
+ "packages/plugin-kit" : " 0.3.4 "
10
10
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.4] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.3.3...plugin-kit-v0.3.4 ) (2025-07-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * potential quadratic runtime in regular expression ([ #240 ] ( https://github.com/eslint/rewrite/issues/240 ) ) ([ b283f64] ( https://github.com/eslint/rewrite/commit/b283f64099ad6c6b5043387c091691d21b387805 ) )
9
+
3
10
## [ 0.3.3] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.3.2...plugin-kit-v0.3.3 ) (2025-06-25)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/plugin-kit" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.3.4 " ,
4
4
"exports" : " ./dist/esm/index.js" ,
5
5
"publish" : {
6
6
"include" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/plugin-kit" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.3.4 " ,
4
4
"description" : " Utilities for building ESLint plugins." ,
5
5
"author" : " Nicholas C. Zakas" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments