Skip to content
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(deps): lock file maintenance #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): lock file maintenance
renovate[bot] authored Dec 21, 2024
commit 46f5193d1db71697b1f929d80cec19406500bd7a
23,955 changes: 13,892 additions & 10,063 deletions package-lock.json

Large diffs are not rendered by default.


Unchanged files with check annotations Beta

if (r) scrollLocalRef.current = r;
if (ref) {
if ("current" in ref) {
const propRef: any = ref;

Check warning on line 46 in src/components/scroll/Scroll.tsx

GitHub Actions / Build pull request

Unexpected any. Specify a different type

Check warning on line 46 in src/components/scroll/Scroll.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
propRef.current = r;
}
if (typeof ref === "function") {
ref: RefOfType<DefaultType>
) => ReactElement | null
) =>
forwardRef(fc) as unknown as <T extends ElementType = DefaultType>(

Check failure on line 10 in src/components/as.tsx

GitHub Actions / Build pull request

Argument of type '(props: AsInProps<DefaultType, ExtraProps>, ref: RefOfType<DefaultType>) => ReactElement<any, string | JSXElementConstructor<any>> | null' is not assignable to parameter of type 'ForwardRefRenderFunction<unknown, PropsWithoutRef<AsInProps<DefaultType, ExtraProps>>>'.

Check failure on line 10 in src/components/as.tsx

GitHub Actions / typecheck

Argument of type '(props: AsInProps<DefaultType, ExtraProps>, ref: RefOfType<DefaultType>) => ReactElement<any, string | JSXElementConstructor<any>> | null' is not assignable to parameter of type 'ForwardRefRenderFunction<unknown, PropsWithoutRef<AsInProps<DefaultType, ExtraProps>>>'.
props: AsOutProps<T, ExtraProps>
) => ReturnType<typeof fc>;