-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Conversation
Thank you! |
does this need package.lock checked in too? the tests are failing CI? |
ok. The yarn.lock is needed too? |
Changed commit to include yarn.lock and forgotten files for CI fix. |
ok now it got this "YN0028: The lockfile would have been modified by this install, which is explicitly forbidden." I never understand YARN! |
@soartec-lab @AllieJonsson i feel like this happens everytime right after a release? |
Yes, it feels the same. |
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 withyarn test:ci
, which completed successfully (24/24 tasks), and withyarn build
, which completed successfully (10/10 tasks).