File tree 12 files changed +59
-14
lines changed
12 files changed +59
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/compat" : " 1.2.4 " ,
2
+ "packages/compat" : " 1.2.5 " ,
3
3
"packages/config-array" : " 0.19.1" ,
4
- "packages/core" : " 0.9.1 " ,
5
- "packages/migrate-config" : " 1.3.5 " ,
4
+ "packages/core" : " 0.10.0 " ,
5
+ "packages/migrate-config" : " 1.3.6 " ,
6
6
"packages/object-schema" : " 2.1.5" ,
7
- "packages/plugin-kit" : " 0.2.4 "
7
+ "packages/plugin-kit" : " 0.2.5 "
8
8
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.5] ( https://github.com/eslint/rewrite/compare/compat-v1.2.4...compat-v1.2.5 ) (2025-01-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * devDependencies
10
+ * @eslint/core bumped from ^0.9.1 to ^0.10.0
11
+
3
12
## [ 1.2.4] ( https://github.com/eslint/rewrite/compare/compat-v1.2.3...compat-v1.2.4 ) (2024-12-04)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/compat" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
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.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"description" : " Compatibility utilities for ESLint" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/esm/index.js" ,
48
48
},
49
49
"homepage" : " https://github.com/eslint/rewrite#readme" ,
50
50
"devDependencies" : {
51
- "@eslint/core" : " ^0.9.1 " ,
51
+ "@eslint/core" : " ^0.10.0 " ,
52
52
"c8" : " ^9.1.0" ,
53
53
"eslint" : " ^9.11.0" ,
54
54
"mocha" : " ^10.4.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.10.0] ( https://github.com/eslint/rewrite/compare/core-v0.9.1...core-v0.10.0 ) (2025-01-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * Check messageIds in context.report() ([ #140 ] ( https://github.com/eslint/rewrite/issues/140 ) ) ([ 1c9ca4d] ( https://github.com/eslint/rewrite/commit/1c9ca4d0a4726218948a92ebc2e8be7a13d224d4 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * make ` plugin-kit ` types usable in CommonJS ([ #143 ] ( https://github.com/eslint/rewrite/issues/143 ) ) ([ f77ba17] ( https://github.com/eslint/rewrite/commit/f77ba177d4e4c5d2ed828cfd9a5149df2ccb3a7f ) )
14
+ * Update RuleDefinition type ([ #138 ] ( https://github.com/eslint/rewrite/issues/138 ) ) ([ 0a0ea6f] ( https://github.com/eslint/rewrite/commit/0a0ea6fbac827b354ee18f5b10eefad2bc0794f7 ) )
15
+
3
16
## [ 0.9.1] ( https://github.com/eslint/rewrite/compare/core-v0.9.0...core-v0.9.1 ) (2024-12-04)
4
17
5
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/core" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.10.0 " ,
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.9.1 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " Runtime-agnostic core of ESLint" ,
5
5
"type" : " module" ,
6
6
"types" : " ./dist/esm/types.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.3.6] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.3.5...migrate-config-v1.3.6 ) (2025-01-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @eslint/compat bumped from ^1.2.4 to ^1.2.5
11
+
3
12
## [ 1.3.5] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.3.4...migrate-config-v1.3.5 ) (2024-12-04)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/migrate-config" ,
3
- "version" : " 1.3.5 " ,
3
+ "version" : " 1.3.6 " ,
4
4
"description" : " Configuration migration for ESLint" ,
5
5
"type" : " module" ,
6
6
"bin" : {
46
46
"node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
47
47
},
48
48
"dependencies" : {
49
- "@eslint/compat" : " ^1.2.4 " ,
49
+ "@eslint/compat" : " ^1.2.5 " ,
50
50
"@eslint/eslintrc" : " ^3.1.0" ,
51
51
"camelcase" : " ^8.0.0" ,
52
52
"recast" : " ^0.23.7"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.5] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.4...plugin-kit-v0.2.5 ) (2025-01-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * make ` plugin-kit ` types usable in CommonJS ([ #143 ] ( https://github.com/eslint/rewrite/issues/143 ) ) ([ f77ba17] ( https://github.com/eslint/rewrite/commit/f77ba177d4e4c5d2ed828cfd9a5149df2ccb3a7f ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @eslint/core bumped from ^0.9.1 to ^0.10.0
16
+
3
17
## [ 0.2.4] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.3...plugin-kit-v0.2.4 ) (2024-12-04)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/plugin-kit" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.2.5 " ,
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.2.4 " ,
3
+ "version" : " 0.2.5 " ,
4
4
"description" : " Utilities for building ESLint plugins." ,
5
5
"author" : " Nicholas C. Zakas" ,
6
6
"type" : " module" ,
47
47
],
48
48
"license" : " Apache-2.0" ,
49
49
"dependencies" : {
50
- "@eslint/core" : " ^0.9.1 " ,
50
+ "@eslint/core" : " ^0.10.0 " ,
51
51
"levn" : " ^0.4.1"
52
52
},
53
53
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments