chore(deps): update react monorepo #14492
pr.yaml
on: pull_request
build
/
build-and-dockerize
7m 44s
alpha
/
cli-artifacts
5m 31s
alpha
/
...
/
snapshot
1m 33s
graphql-breaking-changes
/
search-token
0s
db-types
/
diff
1m 38s
test
/
db-migrations
1m 41s
test
/
unit
2m 30s
code-style
/
eslint-and-prettier
5m 51s
typescript
/
typecheck
2m 30s
website-preview
/
deployment
4m 3s
storybook-preview
/
deployment
4m 5s
release-candidate
/
snapshot
Matrix: static-analysis / analyze
test
/
e2e
2m 57s
Matrix: test / integration
Matrix: alpha / cli-test
graphql-breaking-changes
/
check
8s
alpha
/
...
/
Build CLI Docker Image
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 |
|