Update all dependencies (major) #1265
Annotations
4 errors and 1 warning
libs/http-client/test/unit/HttpClientService.spec.ts > HttpClientService > Query 요청에 대해 응답한다.:
libs/http-client/test/unit/HttpClientService.spec.ts#L73
Error: Snapshot `HttpClientService > Query 요청에 대해 응답한다. 1` mismatched
- Expected
+ Received
- "{\"query\":{\"foo\":\"bar\"},\"body\":{}}"
+ "{"query":{"foo":"bar"},"body":{}}"
❯ success libs/http-client/test/unit/HttpClientService.spec.ts:73:29
❯ IFold.apply node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Effect/fold.ts:21:20
❯ FiberContext.nextInstr node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:357:28
❯ FiberContext.evaluateNow node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:928:36
❯ node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:576:33
❯ node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Support/Scheduler/index.ts:15:9
|
libs/http-client/test/unit/HttpClientService.spec.ts > HttpClientService > Form 요청에 대해 응답한다.:
libs/http-client/test/unit/HttpClientService.spec.ts#L89
Error: Snapshot `HttpClientService > Form 요청에 대해 응답한다. 1` mismatched
- Expected
+ Received
- "{\"query\":{},\"body\":{\"foo\":\"bar\"}}"
+ "{"query":{},"body":{"foo":"bar"}}"
❯ success libs/http-client/test/unit/HttpClientService.spec.ts:89:29
❯ IFold.apply node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Effect/fold.ts:21:20
❯ FiberContext.nextInstr node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:357:28
❯ FiberContext.evaluateNow node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:928:36
❯ node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:576:33
❯ node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Support/Scheduler/index.ts:15:9
|
libs/http-client/test/unit/HttpClientService.spec.ts > HttpClientService > Body 요청에 대해 응답한다.:
libs/http-client/test/unit/HttpClientService.spec.ts#L105
Error: Snapshot `HttpClientService > Body 요청에 대해 응답한다. 1` mismatched
- Expected
+ Received
- "{\"query\":{},\"body\":{\"foo\":\"bar\"}}"
+ "{"query":{},"body":{"foo":"bar"}}"
❯ success libs/http-client/test/unit/HttpClientService.spec.ts:105:29
❯ IFold.apply node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Effect/fold.ts:21:20
❯ FiberContext.nextInstr node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:357:28
❯ FiberContext.evaluateNow node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:928:36
❯ node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Fiber/context.ts:576:33
❯ node_modules/.pnpm/@Effect-TS[email protected]/node_modules/@effect-ts/system/_src/Support/Scheduler/index.ts:15:9
|
test
Process completed with exit code 1.
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|