chore(deps): update root #482
Annotations
12 errors and 8 warnings
📦 Test (ubuntu-latest):
src/createMikroORMPostgress.ts#L1
Prefer `node:path` over `path`
|
📦 Test (ubuntu-latest):
src/createMikroORMPostgress.ts#L79
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
📦 Test (ubuntu-latest):
src/createMikroORMPostgress.ts#L85
Top-level functions should be declared with function keyword
|
📦 Test (ubuntu-latest):
src/createMikroORMPostgress.ts#L95
Top-level functions should be declared with function keyword
|
📦 Test (ubuntu-latest):
src/createMikroORMPostgress.ts#L121
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
📦 Test (ubuntu-latest):
src/entity/index.ts#L2
Expected 1 empty line after import statement not followed by another import
|
📦 Test (ubuntu-latest):
src/entity/user-setting.entity.ts#L6
Expected 1 empty line after import statement not followed by another import
|
📦 Test (ubuntu-latest):
src/entity/user.entity.ts#L4
Expected 1 empty line after import statement not followed by another import
|
📦 Test (ubuntu-latest):
src/repo/index.ts#L6
Expected 1 empty line after import statement not followed by another import
|
📦 Test (ubuntu-latest):
src/seeders/DefaultSeeder.ts#L2
Expected 1 empty line after import statement not followed by another import
|
📦 Test (ubuntu-latest)
Failed to parse the json-summary at path "/home/runner/work/storage/storage/coverage/coverage-summary.json."
Make sure to run vitest before this action and to include the "json-summary" reporter.
Original Error:
Error: ENOENT: no such file or directory, open '/home/runner/work/storage/storage/coverage/coverage-summary.json'
|
📦 Test (ubuntu-latest)
Error: ENOENT: no such file or directory, open '/home/runner/work/storage/storage/coverage/coverage-summary.json'
|
📦 Test (ubuntu-latest):
src/entity/user-setting.entity.ts#L16
Expected JSDoc block to be aligned
|
📦 Test (ubuntu-latest):
src/entity/user-setting.entity.ts#L22
Expected JSDoc block to be aligned
|
📦 Test (ubuntu-latest):
src/repo/user.ts#L83
Expected JSDoc block to be aligned
|
📦 Test (ubuntu-latest):
src/repo/user.ts#L86
Missing JSDoc @returns description
|
📦 Test (ubuntu-latest):
src/repo/user.ts#L103
Expected JSDoc block to be aligned
|
📦 Test (ubuntu-latest):
src/repo/user.ts#L132
Expected JSDoc block to be aligned
|
📦 Test (ubuntu-latest):
test/basic.test.ts#L8
'storage' is assigned a value but never used. Allowed unused vars must match /^_/u
|
📦 Test (ubuntu-latest):
tsup.config.ts#L10
'noExternal' is assigned a value but never used. Allowed unused vars must match /^_/u
|