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

fix: upgrade axios to ^1.8.2 and fix tsx errors #1976

Merged
merged 3 commits into from
Mar 14, 2025

Conversation

Eduardofp17
Copy link
Contributor

@Eduardofp17 Eduardofp17 commented Mar 13, 2025

Status

READY

Fix #1971
Fix #1152

Description

Upgraded Axios to version ^1.8.2 in all relevant package.json files as requested in #1971. Additionally, fixed related TypeScript errors in two .tsx files caused by the Axios update. Verified changes with yarn test:ci, which completed successfully (24/24 tasks), and with yarn build, which completed successfully (10/10 tasks).

@melloware melloware added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Mar 13, 2025
@melloware melloware added this to the 7.8.0 milestone Mar 13, 2025
melloware
melloware previously approved these changes Mar 13, 2025
@melloware
Copy link
Collaborator

Thank you!

@melloware
Copy link
Collaborator

does this need package.lock checked in too? the tests are failing CI?

@Eduardofp17
Copy link
Contributor Author

ok. The yarn.lock is needed too?

@Eduardofp17
Copy link
Contributor Author

Changed commit to include yarn.lock and forgotten files for CI fix.

@melloware
Copy link
Collaborator

ok now it got this "YN0028: The lockfile would have been modified by this install, which is explicitly forbidden." I never understand YARN!

@melloware
Copy link
Collaborator

@soartec-lab @AllieJonsson i feel like this happens everytime right after a release?

@melloware melloware requested a review from soartec-lab March 13, 2025 21:00
@soartec-lab
Copy link
Member

Yes, it feels the same.

@melloware melloware merged commit 33a37b3 into orval-labs:master Mar 14, 2025
0 of 2 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Axios: Upgrade to 1.8.2 in all package.json files Sample: axios cancelToken is deprecated
3 participants