Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typescript to 4.9.5 in Traffic Portal integration tests #7992

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

zrhoffman
Copy link
Member

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?

  • Traffic Portal - integration tests

What is the best way to verify this PR?

See if TP tests still produce that error

PR submission checklist

@zrhoffman zrhoffman added Traffic Portal v1 related to Traffic Portal version 1 tests related to tests and/or testing infrastructure dependencies Pull requests that update a dependency file labels Apr 15, 2024
@rimashah25 rimashah25 merged commit c6abc40 into apache:master Apr 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file tests related to tests and/or testing infrastructure Traffic Portal v1 related to Traffic Portal version 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants