Codemod for upgrading to AG Grid v35.0.0
npx @ag-grid-devtools/cli migrate --to 35.0.0
Source code transformations applied by this codemod are specified in transforms.ts.
Option 1: Create a new source code transformation to add to this codemod release version:
pnpm run task:create-transform --release 35.0.0
Option 2: Add an existing source code transformation to this codemod release version:
pnpm run task:include-transform --version 35.0.0
Create a new unit test scenario for this version:
pnpm run task:create-test --type version --target 35.0.0