apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.02k stars 339 forks source link

Update typescript to 4.9.5 in Traffic Portal integration tests #7992

Closed zrhoffman closed 2 months ago

zrhoffman commented 2 months ago

This PR updates typescript to 4.9.5 in the TP integration tests to resolve this error:

node_modules/axios/index.d.ts(7,18): error TS1005: ']' expected.
node_modules/axios/index.d.ts(7,21): error TS1005: ';' expected.
node_modules/axios/index.d.ts(7,35): error TS1005: '(' expected.
node_modules/axios/index.d.ts(7,36): error TS1135: Argument expression expected.
node_modules/axios/index.d.ts(7,50): error TS1005: ')' expected.
node_modules/axios/index.d.ts(8,1): error TS1128: Declaration or statement expected.
Error on line 146 of /home/runner/work/trafficcontrol/trafficcontrol/./.github/actions/tp-integration-tests/entrypoint.sh

## Which Traffic Control components are affected by this PR?

What is the best way to verify this PR?

See if TP tests still produce that error

PR submission checklist