Skip to content

chore(deps-dev): bump styled-components from 5.3.5 to 6.1.11 #3197

chore(deps-dev): bump styled-components from 5.3.5 to 6.1.11

chore(deps-dev): bump styled-components from 5.3.5 to 6.1.11 #3197

Triggered via pull request May 13, 2024 18:20
Status Failure
Total duration 1m 2s
Artifacts

check.yaml

on: pull_request
test-lint-and-build
54s
test-lint-and-build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test-lint-and-build: src/components/Button/Button.tsx#L246
No overload matches this call.
test-lint-and-build: src/components/Fade/Fade.tsx#L15
No overload matches this call.
test-lint-and-build: src/components/Grow/Grow.tsx#L15
No overload matches this call.
test-lint-and-build: src/components/Select/Select.tsx#L20
Type '(base: CSSObjectWithLabel, { menuIsOpen }: ControlProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => { ...; }' is not assignable to type '(base: CSSObjectWithLabel, props: ControlProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => CSSObjectWithLabel'.
test-lint-and-build: src/components/Select/Select.tsx#L33
Type '(base: CSSObjectWithLabel) => { margin: string; paddingBottom: number; paddingTop: number; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; ... 953 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: InputProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => CSSObjectWithLabel'.
test-lint-and-build: src/components/Select/Select.tsx#L39
Type '(base: CSSObjectWithLabel) => { marginTop: string; boxShadow: "none"; borderRadius: string; borderRight: string; borderBottom: string; borderLeft: string; accentColor?: readonly string[] | ... 2 more ... | undefined; ... 950 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: MenuProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => CSSObjectWithLabel'.
test-lint-and-build: src/components/Select/Select.tsx#L54
Type '(base: CSSObjectWithLabel) => { paddingTop: string; paddingBottom: string; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; ... 954 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: MenuListProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => CSSObjectWithLabel'.
test-lint-and-build: src/components/Select/Select.tsx#L59
Type '(base: CSSObjectWithLabel) => { fontSize: string; color: string; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; alignContent?: readonly string[] | ... 2 more ... | undefined; ... 953 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: NoticeProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => CSSObjectWithLabel'.
test-lint-and-build: src/components/Select/Select.tsx#L64
Type '(base: CSSObjectWithLabel, { isSelected, isFocused, isDisabled }: OptionProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => { ...; }' is not assignable to type '(base: CSSObjectWithLabel, props: OptionProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => CSSObjectWithLabel'.
test-lint-and-build: src/components/Select/Select.tsx#L85
Type '(base: CSSObjectWithLabel, { isDisabled, isFocused }: PlaceholderProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => { ...; }' is not assignable to type '(base: CSSObjectWithLabel, props: PlaceholderProps<OptionType<OptionValue>, boolean, GroupBase<OptionType<OptionValue>>>) => CSSObjectWithLabel'.
test-lint-and-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.