From 2179f386b04484f0bdcfec3d44326395a1a9daf0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Jun 2024 16:06:26 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-conventionalcommits to v8 --- package.json | 2 +- pnpm-lock.yaml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 28e9cf91..868ed190 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@typescript-eslint/eslint-plugin": "6.16.0", "@typescript-eslint/parser": "6.16.0", "conventional-changelog-cli": "4.1.0", - "conventional-changelog-conventionalcommits": "7.0.2", + "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "fs-extra": "11.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44a5bd04..24008dfc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ devDependencies: specifier: 4.1.0 version: 4.1.0 conventional-changelog-conventionalcommits: - specifier: 7.0.2 - version: 7.0.2 + specifier: 8.0.0 + version: 8.0.0 eslint: specifier: 8.57.0 version: 8.57.0 @@ -1769,6 +1769,13 @@ packages: compare-func: 2.0.0 dev: true + /conventional-changelog-conventionalcommits@8.0.0: + resolution: {integrity: sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==} + engines: {node: '>=18'} + dependencies: + compare-func: 2.0.0 + dev: true + /conventional-changelog-core@7.0.0: resolution: {integrity: sha512-UYgaB1F/COt7VFjlYKVE/9tTzfU3VUq47r6iWf6lM5T7TlOxr0thI63ojQueRLIpVbrtHK4Ffw+yQGduw2Bhdg==} engines: {node: '>=16'}