This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
fix: upgrade package dependencies (#101) #44
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, crazy-max/ghaction-import-gpg@v5, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
packages/indexdb/tests/init.test.ts#L9
'keyData' is assigned a value but never used. Allowed unused vars must match /^_/u
|
packages/inmemory/tests/init.test.ts#L9
'keyData' is assigned a value but never used. Allowed unused vars must match /^_/u
|
packages/leveldb/src/leveldb/instance.ts#L142
'withDeleted' is defined but never used. Allowed unused args must match /^_/u
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "github-pages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
packages/leveldb/src/leveldb/instance.ts#L252
'documentId' is defined but never used. Allowed unused args must match /^_/u
|
packages/leveldb/src/leveldb/instance.ts#L252
'attachmentId' is defined but never used. Allowed unused args must match /^_/u
|
packages/leveldb/src/leveldb/instance.ts#L252
'digest' is defined but never used. Allowed unused args must match /^_/u
|
packages/leveldb/src/leveldb/instance.ts#L256
'limit' is defined but never used. Allowed unused args must match /^_/u
|
packages/leveldb/src/leveldb/instance.ts#L256
'checkpoint' is defined but never used. Allowed unused args must match /^_/u
|
packages/leveldb/src/leveldb/instance.ts#L264
'minimumDeletedTime' is defined but never used. Allowed unused args must match /^_/u
|
packages/leveldb/src/leveldb/instance.ts#L291
'taskSolution' is defined but never used. Allowed unused args must match /^_/u
|
This job succeeded
Loading