You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix low-severity audit issues across codebase
- Correct BroadcastPayload.event type to template literal matching actual emitted values
- Fix misleading JSDoc on keys(), HydrateOptions, Query.forget, defaultFetcher, and emit()
- Fix spelling errors: immediatly, responsability, controll, dont, sale
- Add missing readonly modifiers to QueryTransitionProps, HydrateOptions, MutateOptions
- Align NextFunction type signature with implementation (add optional signal param)
- Remove redundant Partial wrapper from ConfigureFunction type
- Fix QueryPrefetchTags leaking query prop onto <link> elements
- Fix duplicate/tautological assertion in once events test
- Replace inert eslint-disable-next-line with oxlint-disable-next-line in 4 test files
- Remove unnecessary 'as Error' casts in trigger error handling
- Remove redundant skipDefaultLibCheck from tsconfig.base.json
0 commit comments