fix(deps): update npm to v4 - - package.json (major) #7768
Annotations
73 errors
|
build (22.x, 6.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (22.x, 7.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (20.x, 8.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (22.x, 8.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (20.x, 6.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (24.x, 6.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (20.x, 7.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (24.x, 8.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build (24.x, 7.0)
Process completed with exit code 1.
|
|
test/plugin/plugin.test.ts:
test/plugin/plugin.test.ts#L100
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/plugin/plugin.test.ts:100:3
|
|
test/integration/forcePush.integration.test.ts:
test/integration/forcePush.integration.test.ts#L10
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead.
❯ test/integration/forcePush.integration.test.ts:10:1
|
|
test/testProxy.test.ts > Proxy > stop() > should stop without errors:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:224:19
|
|
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:211:19
|
|
test/testProxy.test.ts > Proxy > start() > should set up express app after starting:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:192:19
|
|
test/testProxy.test.ts > Proxy > start() > should start the HTTP server:
src/proxy/index.ts#L47
TypeError: () => value is not a constructor
❯ Proxy.proxyPreparations src/proxy/index.ts:47:26
❯ Proxy.start src/proxy/index.ts:72:16
❯ test/testProxy.test.ts:183:19
|
|
Unhandled error:
src/service/index.ts#L173
Error: listen EADDRINUSE: address already in use :::8080
❯ Object.start src/service/index.ts:173:15
❯ test/testRepoApi.test.ts:62:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 }
This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
build result
Process completed with exit code 1.
|