From 9043f845c26a8938aa76ec6f76064550ca7908a4 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Mon, 4 May 2026 09:53:58 -0600 Subject: [PATCH] Update harper to 5.0.9 and make builds strict on CI --- .github/workflows/integration-tests.yml | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cb9d2d0..cf0d8fd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -60,7 +60,7 @@ jobs: run: npm ci - name: Build - run: npm run build || true + run: npm run build - name: Install fixture dependencies run: npm run install:fixtures diff --git a/package-lock.json b/package-lock.json index e09f977..1ccdd01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@harperfast/integration-testing": "0.3.0", "@playwright/test": "1.59.1", "@types/node": "^20", - "harper": "5.0.7", + "harper": "5.0.9", "next-14": "npm:next@14.2.35", "next-15": "npm:next@15.5.15", "next-16": "npm:next@16.2.4", @@ -5704,9 +5704,9 @@ } }, "node_modules/harper": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/harper/-/harper-5.0.7.tgz", - "integrity": "sha512-/NfkupUlVptzjQg3kbonlLmKMtg6d4AvO70mRsYAOxcn8FqJJfnHGeEHhF8D7kF3/q9AAfb/MdKDaeXE82l7rQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/harper/-/harper-5.0.9.tgz", + "integrity": "sha512-U0p70Qu/hza/iHnFU3hbuKxwzCMwQ4Zf0TBo60d7fFNN/1ZoZ829cuX9d6CHYLFebNE2H6PZRB54gsF2+WMlsw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5717,7 +5717,7 @@ "@fastify/autoload": "^6.3.1", "@fastify/compress": "^8.3.1", "@fastify/cors": "^11.2.0", - "@fastify/static": "^9.0.0", + "@fastify/static": "^9.1.3", "@harperfast/extended-iterable": "^1.0.1", "@harperfast/rocksdb-js": "^1.1.0", "@turf/area": "6.5.0", diff --git a/package.json b/package.json index e6d7042..7542060 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@harperfast/integration-testing": "0.3.0", "@playwright/test": "1.59.1", "@types/node": "^20", - "harper": "5.0.7", + "harper": "5.0.9", "next-14": "npm:next@14.2.35", "next-15": "npm:next@15.5.15", "next-16": "npm:next@16.2.4",