chore(deps): bump the risky-minor-patch group with 2 updates#468
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the risky-minor-patch group with 2 updates#468dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
4 errors and 1 warning
|
Test
Process completed with exit code 1.
|
|
Test:
apps/server/src/graphql/__tests__/schema.test.ts#L102
Error: Snapshot `Pothos GraphQL schema > matches the public schema snapshot 1` mismatched
- Expected
+ Received
@@ -475,10 +475,11 @@
competitorCreate(input: StoreCompetitorInput!): StoreCompetitorResponse!
competitorStatusChange(input: StatusChange!): ResponseMessage!
competitorUpdate(input: UpdateCompetitorInput!): ResponseMessage!
createMeosEventBinding(eventId: String!): EventMeosBinding!
createUserCard(input: CreateUserCardInput!): UserCard!
+ deleteCurrentAccount(currentPassword: String!, deleteEvents: Boolean): Boolean!
deleteCustomEventService(eventId: String!, id: Int!): ResponseMessage!
deleteMeosEventBinding(id: Int!): Boolean!
deleteUserCard(id: Int!): Boolean!
loadClassDefinitionsFromExternalSystem(eventId: String!): ResponseMessage!
markChangelogProcessed(eventId: String!, processedBySource: String!, processedByType: ProtocolProcessedByType, protocolId: Int!): ChangelogProcessing!
❯ src/graphql/__tests__/schema.test.ts:102:58
|
|
Test:
apps/server/src/graphql/__tests__/schema.test.ts#L57
AssertionError: expected [ '_empty', …(28) ] to deeply equal [ '_empty', …(27) ]
- Expected
+ Received
@@ -6,10 +6,11 @@
"competitorCreate",
"competitorStatusChange",
"competitorUpdate",
"createMeosEventBinding",
"createUserCard",
+ "deleteCurrentAccount",
"deleteCustomEventService",
"deleteMeosEventBinding",
"deleteUserCard",
"loadClassDefinitionsFromExternalSystem",
"markChangelogProcessed",
❯ src/graphql/__tests__/schema.test.ts:57:78
|
|
Test
ofeed-server#test: command (/home/runner/work/ofeed/ofeed/apps/server) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading