Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 750 Bytes

File metadata and controls

35 lines (22 loc) · 750 Bytes

35.1.0

Codemod for upgrading to AG Grid v35.1.0

Usage

npx @ag-grid-devtools/cli migrate --to 35.1.0

Source code transformations applied by this codemod are specified in transforms.ts.

Common tasks

Add a transform

Option 1: Create a new source code transformation to add to this codemod release version:

pnpm run task:create-transform --release 35.1.0

Option 2: Add an existing source code transformation to this codemod release version:

pnpm run task:include-transform --version 35.1.0

Add a test case

Create a new unit test scenario for this version:

pnpm run task:create-test --type version --target 35.1.0