File tree Expand file tree Collapse file tree 5 files changed +27
-5
lines changed
eslint-plugin-pf-codemods Expand file tree Collapse file tree 5 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.140.3] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.140.2...@patternfly/eslint-plugin-pf-codemods@1.140.3 ) (2025-07-18)
7+
8+
9+ ### Bug Fixes
10+
11+ * split table hasAnimations fix with cli option ([ #848 ] ( https://github.com/patternfly/pf-codemods/issues/848 ) ) ([ e7e93e5] ( https://github.com/patternfly/pf-codemods/commit/e7e93e5553590870c3711ec57cd465db91a3e326 ) )
12+
13+
14+
15+
16+
617## [ 1.140.2] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.140.1...@patternfly/eslint-plugin-pf-codemods@1.140.2 ) (2025-07-09)
718
819** Note:** Version bump only for package @patternfly/eslint-plugin-pf-codemods
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/eslint-plugin-pf-codemods" ,
3- "version" : " 1.140.2 " ,
3+ "version" : " 1.140.3 " ,
44 "description" : " ESLint plugin for PF codemods" ,
55 "main" : " ./dist/js/index.js" ,
66 "module" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.4.5] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.4.4...@patternfly/pf-codemods@2.4.5 ) (2025-07-18)
7+
8+
9+ ### Bug Fixes
10+
11+ * split table hasAnimations fix with cli option ([ #848 ] ( https://github.com/patternfly/pf-codemods/issues/848 ) ) ([ e7e93e5] ( https://github.com/patternfly/pf-codemods/commit/e7e93e5553590870c3711ec57cd465db91a3e326 ) )
12+
13+
14+
15+
16+
617## [ 2.4.4] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.4.3...@patternfly/pf-codemods@2.4.4 ) (2025-07-09)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/pf-codemods" ,
3- "version" : " 2.4.4 " ,
3+ "version" : " 2.4.5 " ,
44 "description" : " Codemods for v4 breaking change release 2020.07" ,
55 "author" : " Red Hat" ,
66 "license" : " MIT" ,
1515 "build:readme" : " ts-node ./scripts/buildReadme.ts"
1616 },
1717 "dependencies" : {
18- "@patternfly/eslint-plugin-pf-codemods" : " ^1.140.2 " ,
18+ "@patternfly/eslint-plugin-pf-codemods" : " ^1.140.3 " ,
1919 "@typescript-eslint/parser" : " ^7.3.1" ,
2020 "commander" : " ^5.1.0" ,
2121 "eslint" : " ^7.3.0 || ^8.56.0" ,
Original file line number Diff line number Diff line change @@ -988,7 +988,7 @@ __metadata:
988988 languageName : unknown
989989 linkType : soft
990990
991- " @patternfly/eslint-plugin-pf-codemods@npm:^1.140.2 , @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods " :
991+ " @patternfly/eslint-plugin-pf-codemods@npm:^1.140.3 , @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods " :
992992 version : 0.0.0-use.local
993993 resolution : " @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods"
994994 dependencies :
@@ -1008,7 +1008,7 @@ __metadata:
10081008 version : 0.0.0-use.local
10091009 resolution : " @patternfly/pf-codemods@workspace:packages/pf-codemods"
10101010 dependencies :
1011- " @patternfly/eslint-plugin-pf-codemods " : " npm:^1.140.2 "
1011+ " @patternfly/eslint-plugin-pf-codemods " : " npm:^1.140.3 "
10121012 " @typescript-eslint/parser " : " npm:^7.3.1"
10131013 commander : " npm:^5.1.0"
10141014 eslint : " npm:^7.3.0 || ^8.56.0"
You can’t perform that action at this time.
0 commit comments