From a9a4b89eb0aaa6fcec779ace0e7bbe70aed23fac Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Thu, 27 Feb 2025 23:33:49 +0100 Subject: [PATCH] fix: fix dependencies --- package.json | 1 + pnpm-lock.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/package.json b/package.json index 7d5e2324..5db80640 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "@types/node": "^22.13.5", "@vitest/coverage-v8": "^3.0.7", "@vitest/eslint-plugin": "^1.1.36", + "conventional-changelog-conventionalcommits": "^8.0.0", "dotenv": "^16.4.7", "eslint": "^8.57.1", "json-typescript": "^1.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6da6b0bb..e6eb3e44 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,6 +35,9 @@ importers: '@vitest/eslint-plugin': specifier: ^1.1.36 version: 1.1.36(@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)(vitest@3.0.7(@types/debug@4.1.12)(@types/node@22.13.5)(tsx@4.19.3)(yaml@2.4.5)) + conventional-changelog-conventionalcommits: + specifier: ^8.0.0 + version: 8.0.0 dotenv: specifier: ^16.4.7 version: 16.4.7 @@ -948,6 +951,10 @@ packages: resolution: {integrity: sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA==} engines: {node: '>=18'} + conventional-changelog-conventionalcommits@8.0.0: + resolution: {integrity: sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==} + engines: {node: '>=18'} + conventional-changelog-writer@8.0.1: resolution: {integrity: sha512-hlqcy3xHred2gyYg/zXSMXraY2mjAYYo0msUCpK+BGyaVJMFCKWVXPIHiaacGO2GGp13kvHWXFhYmxT4QQqW3Q==} engines: {node: '>=18'} @@ -3852,6 +3859,10 @@ snapshots: dependencies: compare-func: 2.0.0 + conventional-changelog-conventionalcommits@8.0.0: + dependencies: + compare-func: 2.0.0 + conventional-changelog-writer@8.0.1: dependencies: conventional-commits-filter: 5.0.0