Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PIXEL-520 Update Custom Report Template (#93)
* Add renovate.json * Configure renovate * INVT-11343 Do not pin dependencies This avoids that projects using this as a dependency get "stuck" on old version of transitive dependencies. * Pin dependencies * Update NodeJS to make renovate work * Update actions/cache action to v3 * Update actions/checkout action to v4 * Update actions/setup-node action to v4 * Update dependency rimraf to v5 * Move to ES2015 & update builder tests * Update rimraf import in helpers and adapt tests * Update all non-major dependencies * Update all non-major dependencies * Update actions/cache action to v4 * Update dependency commander to v12 * Update commander import and usage in `app.ts` * Update dependency @types/lodash to v4.17.0 * Update dependency tar to v6 * Update dependency rimraf to v6 * Add Jest moduleNameMapper for `node:url` This commit adds a moduleNameMapper configuration to Jest in order to resolve 'node:url' imports. This is required due to the upgrade of the 'rimraf' package to version 6.0.0, which uses 'node:url' imports that are not resolved correctly by Jest in the current setup. * Update `jest` dependencies to `@latest` * Mock nodejs `url` * Convert syntax to `ESModule` Revert "Convert syntax to `ESModule`" This reverts commit 4d4c5f6. Run `npm audit fix` * Migrate to `package-lock.json`& run `npm audit fix` * TNDO-5442 Uninstall `request` and `promise-native` * TNDO-5442 Install `axios` dependency * TNDO-5442 Update `ApiTokenResolver` to use `axios` * TNDO-5442 Install `form-data` dependency * TNDO-5442 Use `axios` & `form-data` in `Uploader` * TNDO-5442 Allow synthetic default imports in ts` Revert "TNDO-5442 Allow synthetic default imports in ts`" This reverts commit 340f027. TNDO-5442 Import FormData differently in uploader * TNDO-5442 Split `proxy` into `host` and `port` * TNDO-5442 Optimize `proxy` host & port split funct * Update dependency axios to v1.7.4 [SECURITY] * Update all non-major dependencies * Update `axios` to latest version * TNDO-5478 Automerge renovate PRs * Update dependency node to v20 * Update dependency mkdirp to v3 * Update dependency @types/mkdirp to v2 * Update all non-major dependencies * Pin dependencies * PIXEL-520 Update Custom Report Template dependencies (#91) * PIXEL-520 Update Custom Report Template dependencies --------- Co-authored-by: Paulo Santos <paulo.santos04@sap.com> * PIXEL-520 Bump package version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Guido Lorenz <guido.lorenz@leanix.net> Co-authored-by: Guido Lorenz <82028520+gul-leanix@users.noreply.github.com> Co-authored-by: ama-leanix <121863340+ama-leanix@users.noreply.github.com> Co-authored-by: ama-leanix <amine.abdelhedi@leanix.net> Co-authored-by: Tom Gehder <tom.gehder@leanix.net> Co-authored-by: Tom Gehder <63093340+tog-leanix@users.noreply.github.com> Co-authored-by: Paulo Santos <paulo.santos04@sap.com>
- Loading branch information