File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed
eslint-plugin-pf-codemods Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.142.1] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.142.0...@patternfly/eslint-plugin-pf-codemods@1.142.1 ) (2025-09-24)
7
+
8
+ ** Note:** Version bump only for package @patternfly/eslint-plugin-pf-codemods
9
+
10
+
11
+
12
+
13
+
6
14
# [ 1.142.0] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.141.0...@patternfly/eslint-plugin-pf-codemods@1.142.0 ) (2025-08-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/eslint-plugin-pf-codemods" ,
3
- "version" : " 1.142.0 " ,
3
+ "version" : " 1.142.1 " ,
4
4
"description" : " ESLint plugin for PF codemods" ,
5
5
"main" : " ./dist/js/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.6.1] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.6.0...@patternfly/pf-codemods@2.6.1 ) (2025-09-24)
7
+
8
+ ** Note:** Version bump only for package @patternfly/pf-codemods
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.6.0] ( https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.5.0...@patternfly/pf-codemods@2.6.0 ) (2025-08-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/pf-codemods" ,
3
- "version" : " 2.6.0 " ,
3
+ "version" : " 2.6.1 " ,
4
4
"description" : " Codemods for v4 breaking change release 2020.07" ,
5
5
"author" : " Red Hat" ,
6
6
"license" : " MIT" ,
15
15
"build:readme" : " ts-node ./scripts/buildReadme.ts"
16
16
},
17
17
"dependencies" : {
18
- "@patternfly/eslint-plugin-pf-codemods" : " ^1.142.0 " ,
18
+ "@patternfly/eslint-plugin-pf-codemods" : " ^1.142.1 " ,
19
19
"@typescript-eslint/parser" : " ^7.3.1" ,
20
20
"commander" : " ^5.1.0" ,
21
21
"eslint" : " ^7.3.0 || ^8.56.0" ,
Original file line number Diff line number Diff line change @@ -988,7 +988,7 @@ __metadata:
988
988
languageName : unknown
989
989
linkType : soft
990
990
991
- " @patternfly/eslint-plugin-pf-codemods@npm:^1.142.0 , @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods " :
991
+ " @patternfly/eslint-plugin-pf-codemods@npm:^1.142.1 , @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods " :
992
992
version : 0.0.0-use.local
993
993
resolution : " @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods"
994
994
dependencies :
@@ -1008,7 +1008,7 @@ __metadata:
1008
1008
version : 0.0.0-use.local
1009
1009
resolution : " @patternfly/pf-codemods@workspace:packages/pf-codemods"
1010
1010
dependencies :
1011
- " @patternfly/eslint-plugin-pf-codemods " : " npm:^1.142.0 "
1011
+ " @patternfly/eslint-plugin-pf-codemods " : " npm:^1.142.1 "
1012
1012
" @typescript-eslint/parser " : " npm:^7.3.1"
1013
1013
commander : " npm:^5.1.0"
1014
1014
eslint : " npm:^7.3.0 || ^8.56.0"
You can’t perform that action at this time.
0 commit comments