From 638b2549c1c0af980027271cecbea6ea31d12415 Mon Sep 17 00:00:00 2001 From: Joe Caulfield Date: Tue, 20 Aug 2024 16:14:30 -0400 Subject: [PATCH] chore: fix publish CI again --- package.json | 1 + pnpm-lock.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/package.json b/package.json index 34ce7ad982b..747ebcfe84c 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ "chai": "^5.1.1", "chai-as-promised": "^8.0.0", "commitlint": "^19.3.0", + "conventional-changelog-conventionalcommits": "^8.0.0", "cross-env": "7.0.3", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64d04a22db0..ab0e36389de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -141,6 +141,9 @@ importers: commitlint: specifier: ^19.3.0 version: 19.4.0(@types/node@22.0.0)(typescript@5.5.4) + conventional-changelog-conventionalcommits: + specifier: ^8.0.0 + version: 8.0.0 cross-env: specifier: 7.0.3 version: 7.0.3 @@ -4671,6 +4674,10 @@ packages: resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} engines: {node: '>=16'} + conventional-changelog-conventionalcommits@8.0.0: + resolution: {integrity: sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==} + engines: {node: '>=18'} + conventional-changelog-writer@8.0.0: resolution: {integrity: sha512-TQcoYGRatlAnT2qEWDON/XSfnVG38JzA7E0wcGScu7RElQBkg9WWgZd1peCWFcWDh1xfb2CfsrcvOn1bbSzztA==} engines: {node: '>=18'} @@ -12979,6 +12986,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.0: dependencies: '@types/semver': 7.5.8