diff --git a/.changeset/chilled-actors-mate.md b/.changeset/chilled-actors-mate.md new file mode 100644 index 00000000..717e3429 --- /dev/null +++ b/.changeset/chilled-actors-mate.md @@ -0,0 +1,5 @@ +--- +"types-react-codemod": patch +--- + +Added missing transforms as choices to preset-19 diff --git a/bin/types-react-codemod.cjs b/bin/types-react-codemod.cjs index 14135d61..6e0367d7 100755 --- a/bin/types-react-codemod.cjs +++ b/bin/types-react-codemod.cjs @@ -99,8 +99,13 @@ async function main() { type: "checkbox", choices: [ { checked: true, value: "deprecated-react-child" }, + { checked: true, value: "deprecated-react-node-array" }, + { checked: true, value: "deprecated-react-fragment" }, { checked: true, value: "deprecated-react-text" }, { checked: true, value: "deprecated-void-function-component" }, + { checked: true, value: "refobject-defaults" }, + { checked: true, value: "scoped-jsx" }, + { checked: true, value: "useRef-required-initial" }, ], }, ]);