Replace lru-cache package with simple local implementation (FF-1876) #170
lint-test-sdk.yml
on: pull_request
lint-test-sdk
54s
typecheck
36s
Annotations
1 error and 14 warnings
lint-test-sdk
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/setup-gcloud
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-test-sdk
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2, google-github-actions/setup-gcloud@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint-test-sdk
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L4
Replace `"axios"` with `'axios'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L5
Replace `"testdouble"` with `'testdouble'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L6
Replace `"xhr-mock"` with `'xhr-mock'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L15
Replace `"../../test/testHelpers"` with `'../../test/testHelpers'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L16
Replace `"../assignment-hooks"` with `'../assignment-hooks'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L17
Replace `"../assignment-logger"` with `'../assignment-logger'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L18
Replace `"../configuration-store"` with `'../configuration-store'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L19
Replace `⏎··MAX_EVENT_QUEUE_SIZE,⏎··POLL_INTERVAL_MS,⏎··POLL_JITTER_PCT,⏎}·from·"../constants"` with `·MAX_EVENT_QUEUE_SIZE,·POLL_INTERVAL_MS,·POLL_JITTER_PCT·}·from·'../constants'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L24
Replace `"../dto/rule-dto"` with `'../dto/rule-dto'`
|
lint-test-sdk:
src/client/eppo-client.spec.ts#L25
Replace `"../eppo_value"` with `'../eppo_value'`
|