-
Notifications
You must be signed in to change notification settings - Fork 13
chore: upgrade deps #1188
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
chore: upgrade deps #1188
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades various dependencies across the monorepo, aligns TypeScript and Jest configurations with updated libraries, and adjusts header typing to match Axios v1.
- Bumped core dependencies (axios, use-local-storage-state, sharp, swc, ESLint, Jest environment)
- Standardized Jest config files to import
Config
from Jest and export a typedconfig
object - Updated header types and TS settings (JSX transform) to align with Axios v1 and React testing
Reviewed Changes
Copilot reviewed 39 out of 40 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
package.json | Bumped axios, use-local-storage-state, sharp, swc, ESLint, and Jest-related deps |
libs/react-core/src/request.ts | Switched request and response header types to raw Axios header types |
apps/renterd/lib/multipartUpload.spec.ts | Updated test imports and typing for Axios header objects |
apps/walletd/tsconfig.spec.json | Changed JSX setting to react-jsx for modern transform in tests |
Multiple jest.config.ts files |
Unified Jest configs to import Config from Jest and use export default config |
Comments suppressed due to low confidence (1)
libs/react-core/src/request.ts:188
- [nitpick] Changing
Response.headers
fromAxiosResponseHeaders
toRawAxiosResponseHeaders
may break consumers expecting normalized header values; verify backward compatibility.
headers?: RawAxiosResponseHeaders
9ef98ba
to
7682990
Compare
7682990
to
2a6e186
Compare
2a6e186
to
c3d0d40
Compare
c3d0d40
to
22d69c1
Compare
22d69c1
to
b55437d
Compare
b55437d
to
2bceee7
Compare
2bceee7
to
eebfae0
Compare
Uh oh!
There was an error while loading. Please reload this page.