chore(deps): update tanstack-router monorepo to v1.106.0 #18600
pr.yaml
on: pull_request
Matrix: build / build-and-dockerize
alpha
/
cli-artifacts
3m 55s
alpha
/
...
/
snapshot
2m 23s
graphql-breaking-changes
/
search-token
0s
db-types
/
diff
1m 17s
test
/
db-migrations
1m 29s
test
/
unit
1m 55s
code-style
/
eslint-and-prettier
4m 59s
typescript
/
typecheck
1m 51s
website-preview
/
deployment
5s
storybook-preview
/
deployment
2m 39s
release-candidate
/
snapshot
Matrix: static-analysis / analyze
Matrix: alpha / cli-test
graphql-breaking-changes
/
check
7s
test
/
e2e
6m 0s
Matrix: test / integration
alpha
/
...
/
Build CLI Docker Image
Annotations
10 errors and 31 warnings
typescript / typecheck
Type '(navigateOpts?: NavigateOptions | undefined) => void' is not assignable to type 'MouseEventHandler<HTMLButtonElement>'.
|
typescript / typecheck
Property 'to' is missing in type '{ children: (string | Element)[]; className: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typescript / typecheck
Property 'to' is missing in type '{ children: string; className: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typescript / typecheck
Property 'to' is missing in type '{ children: string; className: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typescript / typecheck
Property 'to' is missing in type '{ children: (string | Element)[]; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typescript / typecheck
Property 'to' is missing in type '{ children: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typescript / typecheck
Property 'to' is missing in type '{ children: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typescript / typecheck
Type '(navigateOpts?: NavigateOptions | undefined) => void' is not assignable to type 'MouseEventHandler<HTMLButtonElement>'.
|
typescript / typecheck
Object literal may only specify known properties, and 'search' does not exist in type 'ParamsReducerFn<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, "SEARCH", string, string | undefined>'.
|
typescript / typecheck
Type 'ToPathOption<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, "/auth" | ... 48 more ... | "/$organizatio...' is not assignable to type '"/auth" | "/" | "/auth/oidc" | "/404" | "/auth/reset-password" | "/auth/sign-in" | "/auth/sign-up" | "/auth/sso" | "/auth/callback/$provider" | "/auth/verify-email" | "/dev" | ... 37 more ... | undefined'.
|
alpha / npm / snapshot
Cache not found for keys: node-cache-Linux-x64-pnpm-860e54cbb26c3bc032c86d8d4e67fe43945848c9e9eb20334c24f69b66deed32
|
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/
|
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 (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.
|
static-analysis / analyze (typescript)
Unable to validate code scanning workflow: MissingPushHook
|
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 (javascript)
Unable to validate code scanning workflow: MissingPushHook
|
code-style / eslint-and-prettier
Cache not found for keys: lint-cache-194b8c660f6d30ddc61f9de088f50fad789a392a735f3bc10b3759ecd99a361d-a2d7083dcfce639e392049ca9c5cb8fc76fe840d, lint-cache-194b8c660f6d30ddc61f9de088f50fad789a392a735f3bc10b3759ecd99a361d-
|
Variables should be defined before their use:
docker/services.dockerfile#L22
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/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/migrations.dockerfile#L15
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 '$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 '$RELEASE'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
docker/migrations.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#L12
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/migrations.dockerfile#L17
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 '$RELEASE'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
docker/services.dockerfile#L14
UndefinedVar: Usage of undefined variable '$IMAGE_DESCRIPTION'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
docker/services.dockerfile#L21
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#L12
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/migrations.dockerfile#L15
UndefinedVar: Usage of undefined variable '$IMAGE_TITLE'
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/services.dockerfile#L22
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#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/
|
Variables should be defined before their use:
docker/migrations.dockerfile#L17
UndefinedVar: Usage of undefined variable '$IMAGE_DESCRIPTION'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Variables should be defined before their use:
docker/migrations.dockerfile#L12
UndefinedVar: Usage of undefined variable '$RELEASE'
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 '$IMAGE_TITLE'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
graphql-hive~console~M50XUX+13.dockerbuild
|
2.33 MB |
|
graphql-hive~console~RCKQE7+13.dockerbuild
|
1.28 MB |
|
hive-cli-darwin-arm64
|
43.6 MB |
|
hive-cli-darwin-x64
|
44.3 MB |
|
hive-cli-linux-arm
|
44.1 MB |
|
hive-cli-linux-x64
|
49 MB |
|
hive-cli-win-x64
|
39.2 MB |
|
hive-cli-win-x86
|
36.6 MB |
|