File tree Expand file tree Collapse file tree 9 files changed +38
-9
lines changed
Expand file tree Collapse file tree 9 files changed +38
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/compat" : " 1.1.1" ,
33 "packages/config-array" : " 0.18.0" ,
4- "packages/core" : " 0.4 .0" ,
5- "packages/migrate-config" : " 1.2.0 " ,
4+ "packages/core" : " 0.5 .0" ,
5+ "packages/migrate-config" : " 1.2.1 " ,
66 "packages/object-schema" : " 2.1.4" ,
7- "packages/plugin-kit" : " 0.0 .0"
7+ "packages/plugin-kit" : " 0.1 .0"
88}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.0] ( https://github.com/eslint/rewrite/compare/core-v0.4.0...core-v0.5.0 ) (2024-08-26)
4+
5+
6+ ### Features
7+
8+ * Add plugin-kit package ([ #99 ] ( https://github.com/eslint/rewrite/issues/99 ) ) ([ 09ce430] ( https://github.com/eslint/rewrite/commit/09ce43073760b69a3bcca89f99793549cd566bf6 ) )
9+
310## [ 0.4.0] ( https://github.com/eslint/rewrite/compare/core-v0.3.0...core-v0.4.0 ) (2024-08-12)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/core" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "exports" : " ./dist/esm/types.d.ts" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/core" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " Runtime-agnostic core of ESLint" ,
55 "type" : " module" ,
66 "types" : " ./dist/esm/types.d.ts" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.1] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.2.0...migrate-config-v1.2.1 ) (2024-08-26)
4+
5+
6+ ### Bug Fixes
7+
8+ * Package-specific migration bugs ([ #107 ] ( https://github.com/eslint/rewrite/issues/107 ) ) ([ 7f416f4] ( https://github.com/eslint/rewrite/commit/7f416f4b819c0af8babafb6e59830a234041c406 ) )
9+
310## [ 1.2.0] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.1.2...migrate-config-v1.2.0 ) (2024-07-22)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/migrate-config" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Configuration migration for ESLint" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2024-08-26)
4+
5+
6+ ### Features
7+
8+ * Add plugin-kit package ([ #99 ] ( https://github.com/eslint/rewrite/issues/99 ) ) ([ 09ce430] ( https://github.com/eslint/rewrite/commit/09ce43073760b69a3bcca89f99793549cd566bf6 ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * devDependencies
15+ * @eslint/core bumped from ^0.3.0 to ^0.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/plugin-kit" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "exports" : " ./dist/esm/index.js" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/plugin-kit" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " Utilities for building ESLint plugins." ,
55 "author" : " Nicholas C. Zakas" ,
66 "type" : " module" ,
4646 ],
4747 "license" : " Apache-2.0" ,
4848 "devDependencies" : {
49- "@eslint/core" : " ^0.3 .0" ,
49+ "@eslint/core" : " ^0.5 .0" ,
5050 "c8" : " ^9.1.0" ,
5151 "mocha" : " ^10.4.0" ,
5252 "rollup" : " ^4.16.2" ,
You can’t perform that action at this time.
0 commit comments