Skip to content

chore(deps): update react monorepo #14492

chore(deps): update react monorepo

chore(deps): update react monorepo #14492

Triggered via pull request September 19, 2024 20:26
Status Failure
Total duration 18m 43s
Artifacts 7

pr.yaml

on: pull_request
build  /  build-and-dockerize
7m 44s
build / build-and-dockerize
graphql-breaking-changes  /  search-token
0s
graphql-breaking-changes / search-token
Matrix: static-analysis / analyze
Matrix: test / integration
Matrix: alpha / cli-test
alpha  /  Extract CLI version
0s
alpha / Extract CLI version
graphql-breaking-changes  /  check
8s
graphql-breaking-changes / check
alpha  /  ...  /  Build CLI Docker Image
alpha / publish_docker / Build CLI Docker Image
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 20 warnings
typescript / typecheck
Type '(styles: CSSObjectWithLabel) => { color: "#fff"; fontSize: 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: InputProps<unknown, boolean, GroupBase<unknown>>) => CSSObjectWithLabel'.
typescript / typecheck
Type '(styles: CSSObjectWithLabel) => { fontSize: string; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; alignContent?: readonly string[] | ... 2 more ... | undefined; ... 954 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: PlaceholderProps<unknown, boolean, GroupBase<unknown>>) => CSSObjectWithLabel'.
typescript / typecheck
Type '(styles: CSSObjectWithLabel) => { backgroundColor: "#121217"; borderWidth: number; borderColor: "#282524"; paddingTop: number; paddingBottom: number; borderRadius: number; ... 951 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: ControlProps<unknown, boolean, GroupBase<unknown>>) => CSSObjectWithLabel'.
typescript / typecheck
Type '(styles: CSSObjectWithLabel) => { color: "#fff"; fontSize: 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: SingleValueProps<unknown, boolean, GroupBase<unknown>>) => CSSObjectWithLabel'.
typescript / typecheck
Type '(styles: CSSObjectWithLabel) => { color: "#fff"; fontSize: string; backgroundColor: "#121217"; ':hover': { backgroundColor: "#282524"; }; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; ... 952 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: OptionProps<unknown, boolean, GroupBase<unknown>>) => CSSObjectWithLabel'.
typescript / typecheck
Type '(styles: CSSObjectWithLabel) => { backgroundColor: "#121217"; accentColor?: readonly string[] | AccentColor | AccentColor[] | undefined; alignContent?: readonly string[] | ... 2 more ... | undefined; ... 954 more ...; label?: string | undefined; }' is not assignable to type '(base: CSSObjectWithLabel, props: MenuProps<unknown, boolean, GroupBase<unknown>>) => CSSObjectWithLabel'.
typescript / typecheck
Process completed with exit code 2.
alpha / npm / snapshot
The following actions use a deprecated Node.js version and will be forced to run on node20: the-guild-org/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
static-analysis / analyze (javascript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
static-analysis / analyze (typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
website-preview / deployment
The following actions use a deprecated Node.js version and will be forced to run on node20: cloudflare/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
storybook-preview / deployment
The following actions use a deprecated Node.js version and will be forced to run on node20: cloudflare/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build / build-and-dockerize
The following actions uses node12 which is deprecated and will be forced to run on node16: vimtor/action-zip@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build / build-and-dockerize
The following actions use a deprecated Node.js version and will be forced to run on node20: vimtor/action-zip@v1, randomairborne/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Variables should be defined before their use: docker/migrations.dockerfile#L14
UndefinedVar: Usage of undefined variable '$IMAGE_TITLE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/services.dockerfile#L13
UndefinedVar: Usage of undefined variable '$IMAGE_DESCRIPTION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Legacy key/value format with whitespace separator should not be used: docker/services.dockerfile#L20
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Variables should be defined before their use: docker/services.dockerfile#L21
UndefinedVar: Usage of undefined variable '$PORT' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Legacy key/value format with whitespace separator should not be used: docker/services.dockerfile#L21
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: docker/migrations.dockerfile#L11
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Variables should be defined before their use: docker/services.dockerfile#L11
UndefinedVar: Usage of undefined variable '$IMAGE_TITLE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/services.dockerfile#L12
UndefinedVar: Usage of undefined variable '$RELEASE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Legacy key/value format with whitespace separator should not be used: docker/migrations.dockerfile#L10
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: docker/services.dockerfile#L19
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Artifacts

Produced during runtime
Name Size
hive-cli-darwin-arm64
39 MB
hive-cli-darwin-x64
41 MB
hive-cli-linux-arm
40.2 MB
hive-cli-linux-x64
44.6 MB
hive-cli-win-x64
35 MB
hive-cli-win-x86
32.5 MB
kamilkisiela~graphql-hive~AC7J5V+13.dockerbuild
1.01 MB