stable

Clone or download

Read-only

Replace relative import of the burnup chart transformer with a package import

Part of request #26381: Prevent relative imports outside of a package Change-Id: I0ba24e72ff34df5fbc66bf95ce3466688bec62d3

Modified Files

Name
M plugins/agiledashboard/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/burnup-chart/src/burnup-chart.js +1 −1 Go to diff View file
A plugins/agiledashboard/scripts/lib/burnup-data-transformer/.gitignore +1 −0 Go to diff View file
A plugins/agiledashboard/scripts/lib/burnup-data-transformer/package.json +26 −0 Go to diff View file
A plugins/agiledashboard/scripts/lib/burnup-data-transformer/pnpm-lock.yaml +7 −0 Go to diff View file
R plugins/agiledashboard/scripts/burnup-chart/src/burnup-data-transformer.js Go to diff View file
R plugins/agiledashboard/scripts/burnup-chart/src/type.d.ts Go to diff View file
A plugins/agiledashboard/scripts/lib/burnup-data-transformer/tsconfig.json +7 −0 Go to diff View file
R plugins/agiledashboard/scripts/burnup-chart/src/burnup-data-transformer.d.ts Go to diff View file
M plugins/projectmilestones/package.json +1 −0 Go to diff View file
M plugins/projectmilestones/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-data-service.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-data-service.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/Burnup.vue +1 −1 Go to diff View file