File tree Expand file tree Collapse file tree 15 files changed +66
-18
lines changed Expand file tree Collapse file tree 15 files changed +66
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/compat" : " 1.3.1 " ,
2
+ "packages/compat" : " 1.3.2 " ,
3
3
"packages/config-array" : " 0.21.0" ,
4
- "packages/config-helpers" : " 0.3.0 " ,
5
- "packages/core" : " 0.15.1 " ,
4
+ "packages/config-helpers" : " 0.3.1 " ,
5
+ "packages/core" : " 0.15.2 " ,
6
6
"packages/mcp" : " 0.1.1" ,
7
- "packages/migrate-config" : " 1.5.2 " ,
7
+ "packages/migrate-config" : " 1.5.3 " ,
8
8
"packages/object-schema" : " 2.1.6" ,
9
- "packages/plugin-kit" : " 0.3.4 "
9
+ "packages/plugin-kit" : " 0.3.5 "
10
10
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.3.2] ( https://github.com/eslint/rewrite/compare/compat-v1.3.1...compat-v1.3.2 ) (2025-08-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * devDependencies
10
+ * @eslint/core bumped from ^0.15.1 to ^0.15.2
11
+
3
12
## [ 1.3.1] ( https://github.com/eslint/rewrite/compare/compat-v1.3.0...compat-v1.3.1 ) (2025-06-25)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/compat" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
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/compat" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " Compatibility utilities for ESLint" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/esm/index.js" ,
49
49
},
50
50
"homepage" : " https://github.com/eslint/rewrite/tree/main/packages/compat#readme" ,
51
51
"devDependencies" : {
52
- "@eslint/core" : " ^0.15.1 " ,
52
+ "@eslint/core" : " ^0.15.2 " ,
53
53
"eslint" : " ^9.27.0"
54
54
},
55
55
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.1] ( https://github.com/eslint/rewrite/compare/config-helpers-v0.3.0...config-helpers-v0.3.1 ) (2025-08-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * relax type for rule.meta.docs.recommended ([ #235 ] ( https://github.com/eslint/rewrite/issues/235 ) ) ([ 9a4fe34] ( https://github.com/eslint/rewrite/commit/9a4fe343c309b7a000ffb5cd420b557809e4d58e ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @eslint/core bumped from ^0.15.1 to ^0.15.2
16
+
3
17
## [ 0.3.0] ( https://github.com/eslint/rewrite/compare/config-helpers-v0.2.3...config-helpers-v0.3.0 ) (2025-06-25)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/config-helpers" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
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/config-helpers" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " Helper utilities for creating ESLint configuration" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/esm/index.js" ,
47
47
},
48
48
"homepage" : " https://github.com/eslint/rewrite/tree/main/packages/config-helpers#readme" ,
49
49
"devDependencies" : {
50
- "@eslint/core" : " ^0.15.1 " ,
50
+ "@eslint/core" : " ^0.15.2 " ,
51
51
"eslint" : " ^9.27.0" ,
52
52
"rollup-plugin-copy" : " ^3.5.0"
53
53
},
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.2] ( https://github.com/eslint/rewrite/compare/core-v0.15.1...core-v0.15.2 ) (2025-08-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * relax type for rule.meta.docs.recommended ([ #235 ] ( https://github.com/eslint/rewrite/issues/235 ) ) ([ 9a4fe34] ( https://github.com/eslint/rewrite/commit/9a4fe343c309b7a000ffb5cd420b557809e4d58e ) )
9
+
3
10
## [ 0.15.1] ( https://github.com/eslint/rewrite/compare/core-v0.15.0...core-v0.15.1 ) (2025-06-25)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/core" ,
3
- "version" : " 0.15.1 " ,
3
+ "version" : " 0.15.2 " ,
4
4
"exports" : " ./dist/esm/types.d.ts" ,
5
5
"publish" : {
6
6
"include" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/core" ,
3
- "version" : " 0.15.1 " ,
3
+ "version" : " 0.15.2 " ,
4
4
"description" : " Runtime-agnostic core of ESLint" ,
5
5
"type" : " module" ,
6
6
"types" : " ./dist/esm/types.d.ts" ,
You can’t perform that action at this time.
0 commit comments