Bump nanoid from 5.0.7 to 5.0.9 #377
Annotations
4 errors and 1 warning
Run tests:
bind-backend-proxy/index.test.ts#L462
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ Array.<anonymous> bind-backend-proxy/index.test.ts:462:42
❯ Object.emit node_modules/.pnpm/nanoevents@9.0.0/node_modules/nanoevents/index.js:10:19
❯ Object.approved bind-backend-proxy/index.js:177:23
❯ Stream.<anonymous> bind-backend-proxy/index.js:60:38
❯ Stream.emit node:events:524:28
❯ drain node_modules/.pnpm/through@2.3.8/node_modules/through/index.js:36:16
❯ Stream.stream.queue.stream.push node_modules/.pnpm/through@2.3.8/node_modules/through/index.js:45:5
❯ Parser.parser.onValue node_modules/.pnpm/JSONStream@1.3.5_r3os6ifnv5rfzwtsmjig3b325i/node_modules/JSONStream/index.js:118:16
❯ Parser.proto.emit node_modules/.pnpm/jsonparse@1.3.1/node_modules/jsonparse/jsonparse.js:337:8
❯ Parser.proto.pop node_modules/.pnpm/jsonparse@1.3.1/node_modules/jsonparse/jsonparse.js:332:8
This error originated in "bind-backend-proxy/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "notifies about actions and subscriptions". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run tests:
bind-backend-proxy/index.js#L201
Error: Processed answer was sent before access
❯ Object.processed bind-backend-proxy/index.js:201:26
❯ Stream.<anonymous> bind-backend-proxy/index.js:60:38
❯ Stream.emit node:events:524:28
❯ drain node_modules/.pnpm/through@2.3.8/node_modules/through/index.js:36:16
❯ Stream.stream.queue.stream.push node_modules/.pnpm/through@2.3.8/node_modules/through/index.js:45:5
❯ Parser.parser.onValue node_modules/.pnpm/JSONStream@1.3.5_r3os6ifnv5rfzwtsmjig3b325i/node_modules/JSONStream/index.js:118:16
❯ Parser.proto.emit node_modules/.pnpm/jsonparse@1.3.1/node_modules/jsonparse/jsonparse.js:337:8
❯ Parser.proto.pop node_modules/.pnpm/jsonparse@1.3.1/node_modules/jsonparse/jsonparse.js:332:8
❯ Parser.proto.onToken node_modules/.pnpm/jsonparse@1.3.1/node_modules/jsonparse/jsonparse.js:402:12
❯ Parser.parser.onToken node_modules/.pnpm/JSONStream@1.3.5_r3os6ifnv5rfzwtsmjig3b325i/node_modules/JSONStream/index.js:128:12
This error originated in "bind-backend-proxy/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "notifies about actions and subscriptions". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run tests:
bind-backend-proxy/index.test.ts#L476
AssertionError: expected [ …(2) ] to deeply equal [ { type: 'A' }, …(5) ]
- Expected
+ Received
Array [
Object {
+ "action": Object {
"type": "A",
+ },
+ "id": "1 10:1:1 0",
+ "reason": "error",
+ "type": "logux/undo",
},
Object {
+ "action": Object {
"channel": "a",
"type": "logux/subscribe",
- },
- Object {
- "id": "1 10:1:1 0",
- "type": "logux/processed",
- },
- Object {
- "type": "a/load1",
},
- Object {
- "type": "a/load2",
- },
- Object {
"id": "2 10:1:1 0",
- "type": "logux/processed",
+ "reason": "error",
+ "type": "logux/undo",
},
]
❯ bind-backend-proxy/index.test.ts:476:29
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading