File tree Expand file tree Collapse file tree 18 files changed +91
-21
lines changed Expand file tree Collapse file tree 18 files changed +91
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/compat" : " 1.2.3 " ,
3
- "packages/config-array" : " 0.19.0 " ,
4
- "packages/core" : " 0.9.0 " ,
5
- "packages/migrate-config" : " 1.3.4 " ,
6
- "packages/object-schema" : " 2.1.4 " ,
7
- "packages/plugin-kit" : " 0.2.3 "
2
+ "packages/compat" : " 1.2.4 " ,
3
+ "packages/config-array" : " 0.19.1 " ,
4
+ "packages/core" : " 0.9.1 " ,
5
+ "packages/migrate-config" : " 1.3.5 " ,
6
+ "packages/object-schema" : " 2.1.5 " ,
7
+ "packages/plugin-kit" : " 0.2.4 "
8
8
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.4] ( https://github.com/eslint/rewrite/compare/compat-v1.2.3...compat-v1.2.4 ) (2024-12-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update RuleVisitor type ([ #135 ] ( https://github.com/eslint/rewrite/issues/135 ) ) ([ 156d601] ( https://github.com/eslint/rewrite/commit/156d601181deb362a2864c4d47d4e3da8609500b ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @eslint/core bumped from ^0.9.0 to ^0.9.1
16
+
3
17
## [ 1.2.3] ( https://github.com/eslint/rewrite/compare/compat-v1.2.2...compat-v1.2.3 ) (2024-11-14)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/compat" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.2.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/compat" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.2.4 " ,
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.0 " ,
51
+ "@eslint/core" : " ^0.9.1 " ,
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.19.1] ( https://github.com/eslint/rewrite/compare/config-array-v0.19.0...config-array-v0.19.1 ) (2024-12-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update RuleVisitor type ([ #135 ] ( https://github.com/eslint/rewrite/issues/135 ) ) ([ 156d601] ( https://github.com/eslint/rewrite/commit/156d601181deb362a2864c4d47d4e3da8609500b ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @eslint/object-schema bumped from ^2.1.4 to ^2.1.5
16
+
3
17
## [ 0.19.0] ( https://github.com/eslint/rewrite/compare/config-array-v0.18.0...config-array-v0.19.0 ) (2024-10-25)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/config-array" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.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-array" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " General purpose glob-based configuration matching." ,
5
5
"author" : " Nicholas C. Zakas" ,
6
6
"type" : " module" ,
47
47
],
48
48
"license" : " Apache-2.0" ,
49
49
"dependencies" : {
50
- "@eslint/object-schema" : " ^2.1.4 " ,
50
+ "@eslint/object-schema" : " ^2.1.5 " ,
51
51
"debug" : " ^4.3.1" ,
52
52
"minimatch" : " ^3.1.2"
53
53
},
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.9.1] ( https://github.com/eslint/rewrite/compare/core-v0.9.0...core-v0.9.1 ) (2024-12-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update RuleVisitor type ([ #135 ] ( https://github.com/eslint/rewrite/issues/135 ) ) ([ 156d601] ( https://github.com/eslint/rewrite/commit/156d601181deb362a2864c4d47d4e3da8609500b ) )
9
+
3
10
## [ 0.9.0] ( https://github.com/eslint/rewrite/compare/core-v0.8.0...core-v0.9.0 ) (2024-11-14)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/core" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
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.0 " ,
3
+ "version" : " 0.9.1 " ,
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.5] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.3.4...migrate-config-v1.3.5 ) (2024-12-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update RuleVisitor type ([ #135 ] ( https://github.com/eslint/rewrite/issues/135 ) ) ([ 156d601] ( https://github.com/eslint/rewrite/commit/156d601181deb362a2864c4d47d4e3da8609500b ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @eslint/compat bumped from ^1.2.3 to ^1.2.4
16
+
3
17
## [ 1.3.4] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.3.3...migrate-config-v1.3.4 ) (2024-11-14)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/migrate-config" ,
3
- "version" : " 1.3.4 " ,
3
+ "version" : " 1.3.5 " ,
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.3 " ,
49
+ "@eslint/compat" : " ^1.2.4 " ,
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
+ ## [ 2.1.5] ( https://github.com/eslint/rewrite/compare/object-schema-v2.1.4...object-schema-v2.1.5 ) (2024-12-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update RuleVisitor type ([ #135 ] ( https://github.com/eslint/rewrite/issues/135 ) ) ([ 156d601] ( https://github.com/eslint/rewrite/commit/156d601181deb362a2864c4d47d4e3da8609500b ) )
9
+
3
10
## [ 2.1.4] ( https://github.com/eslint/rewrite/compare/object-schema-v2.1.3...object-schema-v2.1.4 ) (2024-06-12)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint/object-schema" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.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/object-schema" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " An object schema merger/validator" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.4] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.3...plugin-kit-v0.2.4 ) (2024-12-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update RuleVisitor type ([ #135 ] ( https://github.com/eslint/rewrite/issues/135 ) ) ([ 156d601] ( https://github.com/eslint/rewrite/commit/156d601181deb362a2864c4d47d4e3da8609500b ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @eslint/core bumped from ^0.9.0 to ^0.9.1
16
+
3
17
## [ 0.2.3] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3 ) (2024-11-14)
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.3 " ,
3
+ "version" : " 0.2.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.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " Utilities for building ESLint plugins." ,
5
5
"author" : " Nicholas C. Zakas" ,
6
6
"type" : " module" ,
46
46
],
47
47
"license" : " Apache-2.0" ,
48
48
"devDependencies" : {
49
- "@eslint/core" : " ^0.9.0 " ,
49
+ "@eslint/core" : " ^0.9.1 " ,
50
50
"@types/levn" : " ^0.4.0" ,
51
51
"c8" : " ^9.1.0" ,
52
52
"mocha" : " ^10.4.0" ,
You can’t perform that action at this time.
0 commit comments