we can’t see any source files to address the majority of breaking changes and deprecations when upgrading from an older version
C:SRCmyapp>npx @ag-grid-devtools/[email protected] migrate –from=27.0.0 –dry-run
Migrating from version 27.0.0 to version 31.3.0…
Running 4 codemods:
- 31.0.0
- 31.1.0
- 31.2.0
- 31.3.0
Processing .eslintrc.js
Processing srccommonaggridConstant.ts
Processing srccommonaggridWideSpanCellRenderer.tsx
Processing srccommoncomponentsdraggableFAB.tsx
Processing srccommoncomponentsglobalLoaderglobalLoader.tsx
Processing srccommoncomponentsthreeStateToggleSwitch.tsx
Processing srccommoncomponentsuploadComponentmultiFileUpload.tsx
Processing srccommoncomponentsuploadComponentuploadFile.tsx
Processing srccommonconfirmDeleteModal.tsx
Processing srccommonconstant.ts
Processing srccommoncontractCasesConstant.ts
Processing srccommoncurrencySymbolMap.ts
Processing srccommoncustomDropdownFilter.tsx
Processing srccommoncustomFloatingFilter.tsx
Processing srccommoncustomLoadingCellRenderer.tsx
C:SRCmyapp>
When upgrading from an older version in my project, I’m unable to identify the breaking changes and deprecations.