fix: resolve all pnpm build TypeScript and runtime errors#2021
Open
plitzenberger wants to merge 8 commits intomainfrom
Open
fix: resolve all pnpm build TypeScript and runtime errors#2021plitzenberger wants to merge 8 commits intomainfrom
plitzenberger wants to merge 8 commits intomainfrom
Conversation
Contributor
|
Important Review skippedToo many files! This PR contains 153 files, which is 3 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (153)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adopt package-level ESLint flat config wiring to use the shared config package so lint runs consistently across workspaces. This also fixes ui and ui-utils warnings that were blocking monorepo lint under --max-warnings 0. Made-with: Cursor
Tighten typing and remove unused symbols across core hooks and server utilities so package-level lint passes with --max-warnings 0. This also streamlines transfer parsing and error handling without changing runtime behavior. Made-with: Cursor
Clean up unused symbols, improve type safety, and replace unsafe lint suppressions across agreements, governance, hooks, notifications, people, proposals, spaces, and treasury so epics lint passes with max warnings set to zero. Made-with: Cursor
Apply focused lint-safe cleanups in app routes, UI pages, hooks, and API handlers by removing unused variables, tightening unknown/error handling, and fixing hook/ts-comment issues to keep web lint green. Made-with: Cursor
- visible-spaces-list: convert null to undefined for useUserSpaceState spaceId - layout: remove unused @ts-expect-error directive - extract-revert-reason: add isHexData type guard and fix error.data typing - decoders: use Abi type for decodeFunctionData, fix ProposalTx - useProposalActions/useProposalDetails: fix readonly array and unknown assertions - get-proposal-created-event/get-space-created-event: add Log[] type for parseEventLogs - governance validation: add milestone undefined guard - space queries: convert null to undefined for DB record mapping - create-agreement-base-fields: use schemaCreateAgreementFiles for z.infer - Image avatarUrl: add typeof string guards for Next.js Image src prop - propose-contribution validation: add milestone undefined guard - button-profile: ensure isErrorUser returns boolean - delegate-voting-section: fix unknown error type for ReactNode - member-card/space-member-card: add string guard for memberAddress - date-picker: conditional render for single vs range Calendar mode - slider: handle undefined from newValue[0] - .env.template: add DEFAULT_DB_URL for build (storage-postgres invariant) Co-authored-by: webguru-hypha <webguru-hypha@users.noreply.github.com>
0b66fef to
89fd265
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Co-authored-by: webguru-hypha webguru-hypha@users.noreply.github.com