chore(release): v1.3.9 🎉 #3
Annotations
9 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/createRemoteStateCachingContext.ts#L70
Missing return type on function
|
src/createRemoteStateCachingContext.ts#L216
Missing return type on function
|
src/createRemoteStateCachingContext.ts#L343
Constraining the generic type `LI` to `any` does nothing and is unnecessary
|
src/createRemoteStateCachingContext.ts#L343
'LI' is defined but never used
|
src/createRemoteStateCachingContext.ts#L344
Constraining the generic type `LO` to `any` does nothing and is unnecessary
|
src/createRemoteStateCachingContext.ts#L344
'LO' is defined but never used
|
src/createRemoteStateCachingContext.ts#L368
Constraining the generic type `LI` to `any` does nothing and is unnecessary
|
src/createRemoteStateCachingContext.ts#L369
Constraining the generic type `LO` to `any` does nothing and is unnecessary
|
This job succeeded
Loading