fix: lingo patch #40
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
TS Lint check:
src/tw-gamification/game-wiki-adaptor/actions/action-convert-reality-event.ts#L5
Replace `BasicRealityEventTypes·}·from·'../../types/RealityEventTypes';⏎import·{·GameWidget·}·from·'../../types/GameWidgetType` with `GameWidget·}·from·'../../types/GameWidgetType';⏎import·{·BasicRealityEventTypes·}·from·'../../types/RealityEventTypes`
|
TS Lint check:
src/tw-gamification/game-wiki-adaptor/game-wiki-provider.ts#L3
Insert `isGameWidget·}·from·'../types/GameWidgetType';⏎import·{·`
|
TS Lint check:
src/tw-gamification/game-wiki-adaptor/game-wiki-provider.ts#L4
Delete `';⏎import·{·isGameWidget·}·from·'../types/GameWidgetType`
|
TS Lint check:
src/tw-gamification/reality-event-cache/buildRealityEventCacheItem.ts#L5
Replace `BasicRealityEventTypes,·IRealityEvent·}·from·'../types/RealityEvent` with `IAddRealityEventParameterObjectFromJSEventItem·}·from·'../types/RealityEventCache`
|
TS Lint check:
src/tw-gamification/reality-event-cache/buildRealityEventCacheItem.ts#L6
Replace `IAddRealityEventParameterObjectFromJSEventItem·}·from·'../types/RealityEventCache` with `BasicRealityEventTypes,·IRealityEvent·}·from·'../types/RealityEvent`
|
TS Lint check:
src/tw-gamification/reality-event-cache/checkAndPushAnItemToLogAndCacheFile.ts#L1
Delete `import·{·IGeneratorFindDuplicateStrategy,·IGeneratorOnDuplicateStrategy·}·from·'../types/DuplicationHandlerTypes';⏎`
|
TS Lint check:
src/tw-gamification/reality-event-cache/checkAndPushAnItemToLogAndCacheFile.ts#L6
Replace `checkEventCacheDebounceDuplication·}·from·'./checkEventCache` with `IGeneratorFindDuplicateStrategy,·IGeneratorOnDuplicateStrategy·}·from·'../types/DuplicationHandlerTypes`
|
TS Lint check:
src/tw-gamification/reality-event-cache/checkAndPushAnItemToLogAndCacheFile.ts#L7
Insert `';⏎import·{·checkEventCacheDebounceDuplication·}·from·'./checkEventCache`
|
TS Lint check:
src/tw-gamification/reality-event-cache/handle-reality-event-cache.ts#L7
Delete `·getRealityEventCacheTitle·}·from·'./cache-files/getTitle';⏎import·{·checkAndPushAnItemToLogAndCacheFile·}·from·'./checkAndPushAnItemToLogAndCacheFile';⏎import·{`
|
TS Lint check:
src/tw-gamification/reality-event-cache/handle-reality-event-cache.ts#L14
Insert `';⏎import·{·getRealityEventCacheTitle·}·from·'./cache-files/getTitle';⏎import·{·checkAndPushAnItemToLogAndCacheFile·}·from·'./checkAndPushAnItemToLogAndCacheFile`
|
Loading