-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: Typescript eslint plugin to comply with typescript version #11235
base: develop
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.3.0
YOUR TYPESCRIPT VERSION: 5.7.3
PR-Codex overview
This PR primarily focuses on updating TypeScript ESLint configurations and dependencies, modifying interface declarations, and refining code style comments across various files. It also includes updates to package versions for better compatibility and performance.
Detailed summary
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
to version8.24.1
.@typescript-eslint/no-empty-object-type
.StakeButton
anduseGasSponsorshipBalance
props for better type definitions.CampaignRewardType
to extendQuestRewardType
.styled-components
interface declarations.pnpm-lock.yaml
for improved compatibility.