Skip to content

feat(RefSubject): get/unsafeGet(Exit) #18

feat(RefSubject): get/unsafeGet(Exit)

feat(RefSubject): get/unsafeGet(Exit) #18

Triggered via pull request February 19, 2024 00:30
Status Failure
Total duration 48s
Artifacts

pr.yml

on: pull_request
Matrix: build
Matrix: docs
Matrix: lint
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build (20.11.0): packages/fx/src/FormEntry.ts#L95
Type 'DerivedFormEntryImpl<R, unknown, E, I, O>' is not assignable to type 'FormEntry<R, E, I, O> | Derived<R, R2, E, I, O>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build (20.11.0): packages/fx/src/FormEntry.ts#L102
Type 'FromEntryImpl<R, E, I, O>' is not assignable to type 'FormEntry<R, E, I, O> | Derived<R, R2, E, I, O>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build (20.11.0): packages/fx/src/FormEntry.ts#L131
Type 'DerivedFormEntryImpl<R, unknown, E, I, O>' is not assignable to type 'FormEntry<R, E, I, O> | Derived<R, R2, E, I, O>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build (20.11.0): packages/fx/src/FormEntry.ts#L138
Type 'FromEntryImpl<R, E, I, O>' is not assignable to type 'FormEntry<R, E, I, O> | Derived<R, R2, E, I, O>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
build (20.11.0): packages/fx/src/FormEntry.ts#L152
Class 'FromEntryImpl<R, E, I, O>' incorrectly implements interface 'FormEntry<R, E, I, O>'.
build (20.11.0): packages/fx/src/FormEntry.ts#L200
Class 'DerivedFormEntryImpl<R, R2, E, I, O>' incorrectly implements interface 'Derived<R, R2, E, I, O>'.
build (20.11.0): packages/navigation/src/Navigation.ts#L9
Output file '/home/runner/work/typed/typed/packages/fx/build/dts/RefSubject.d.ts' has not been built from source file '/home/runner/work/typed/typed/packages/fx/src/RefSubject.ts'.
build (20.11.0): packages/navigation/src/Navigation.ts#L451
Parameter 'nav' implicitly has an 'any' type.
build (20.11.0): packages/navigation/src/Navigation.ts#L466
Parameter 'd' implicitly has an 'any' type.
build (20.11.0): packages/navigation/src/Navigation.ts#L475
Parameter 'n' implicitly has an 'any' type.
build (20.11.0)
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/
build (20.11.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.