Skip to content

⬆️ chore(deps): bump @fastify/helmet from 11.1.1 to 12.0.0 #2175

⬆️ chore(deps): bump @fastify/helmet from 11.1.1 to 12.0.0

⬆️ chore(deps): bump @fastify/helmet from 11.1.1 to 12.0.0 #2175

Triggered via pull request September 19, 2024 13:39
Status Failure
Total duration 2m 17s
Artifacts 7

continuous-integration.yml

on: pull_request
Matrix: Integration Test
Matrix: Unit Test
Integration Test
6s
Integration Test
Unit Test
6s
Unit Test
Fit to window
Zoom out
Zoom in

Annotations

24 errors
Users › query user › should return null if no user is logged in: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Users › query user › should return the logged in user: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Integration Test (2)
Process completed with exit code 1.
Authentication › GET /auth/login › creates a user and fetches study programs for the user: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › creates a user and fetches study programs for the user: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › updates last login for an existing user: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › updates last login for an existing user: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › parses userinfo response: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › parses userinfo response: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › redirects to ?return-to if provided: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › redirects to ?return-to if provided: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Authentication › GET /auth/login › returns 400 if return-to is not an approved origin: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Authentication › GET /auth/login › returns 400 if return-to is not an approved origin: src/services/auth/__tests__/integration/auth.test.ts#L23
TypeError: Cannot read properties of undefined (reading 'serverInstance') at Object.serverInstance (src/services/auth/__tests__/integration/auth.test.ts:23:22)
Apollo Context Authentication › ctx.user should be set: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Headers › GET /status › sets transaction id header on the response: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Integration Test (1)
Process completed with exit code 1.
User queries › users › as a super user › should return all users: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
User queries › users › should return [] if not authenticated: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Organization mutations › createOrganization › as a super user › should create an organization with feature permissions: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Server › #registerServices › GET /-/health: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Server › #startServer › GET /-/health should be available on port 4001: undefined#L1
FastifyError: fastify-plugin: @fastify/helmet - expected '5.x' fastify version, '4.28.1' is installed at Object.checkVersion (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:125:11) at Object.registerPlugin (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginUtils.js:148:16) at Boot.override (node_modules/.pnpm/[email protected]/node_modules/fastify/lib/pluginOverride.js:28:57) at Boot.Object.<anonymous>.Boot._loadPlugin (node_modules/.pnpm/[email protected]/node_modules/avvio/boot.js:425:25)
Integration Test (3)
Process completed with exit code 1.
Development Script Test
Process completed with exit code 1.
Integration Test
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
integration-1
3.84 KB
integration-2
3.45 KB
integration-3
3.88 KB
integration-4
4.51 KB
rubberdok~indok-api~KGIFVJ.dockerbuild
27 KB
unit-1
6.18 KB
unit-2
7.47 KB