chore(deps): update dependency viem to v2.23.0 #298
pull-request.yml
on: pull_request
Verify
/
Lint
7s
Verify
/
Test
1m 48s
Annotations
10 errors
src/clients.test.ts > Given an instance of the PublicClient > When authenticating via the low-level methods > Then it should authenticate and stay authenticated:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/clients.test.ts:27:25
|
src/clients.test.ts > Given an instance of the PublicClient > When authenticating via the 'login' convenience method > Then it should return an Err<never, SigningError> with any error thrown by the provided `SignMessage` function:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/clients.test.ts:55:29
|
src/clients.test.ts > Given an instance of the PublicClient > When resuming an authenticated session > Then it should return a SessionClient instance associated with the credentials in the storage:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/clients.test.ts:72:7
|
src/clients.test.ts > Given an instance of the PublicClient > And a SessionClient created from it > When invoking the 'logout' method > Then it should revoke the current authenticated session and clear the credentials from the storage:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/clients.test.ts:113:31
|
src/clients.test.ts > Given an instance of the PublicClient > And a SessionClient created from it > When a request fails with UNAUTHENTICATED extension code > Then it should silently refresh credentials and retry the request:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/clients.test.ts:158:33
|
src/clients.test.ts > Given an instance of the PublicClient > And a SessionClient created from it > When a token refresh fails > Then it should return a 'UnauthenticatedError' to the original request caller:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/clients.test.ts:205:33
|
src/actions/accountManager.test.ts > Given a new Lens Account:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/actions/accountManager.test.ts:25:20
|
src/actions/notifications.test.ts > Given the 'fetchNotifications' action > When invoked > Then it should not fail w/ a GQL BadRequest error:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/actions/notifications.test.ts:10:22
|
src/actions/onboarding.test.ts > Given an onboarding user > When switching to the newly created account > Then it should be authenticated:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/actions/onboarding.test.ts:22:22
|
src/actions/post.test.ts > Given the 'post' action > When creating a Post > Then it should return the expected TransactionRequest:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Bad user input - Invalid app 0x6F6AC764c218C57a509De5E05013EEdA8c9264E0
❯ Module.g ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/actions/post.test.ts:22:29
|