From 6934c8aa8f0b7f9eea7c3f6f4089c56b2391d9a6 Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Mon, 30 Dec 2024 12:20:54 +0000 Subject: [PATCH] fix(release): add conventional-changelog-conventionalcommits for CHANGELOG generation --- package.json | 13 +++++++------ pnpm-lock.yaml | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e92731f79..65b34c9a6 100644 --- a/package.json +++ b/package.json @@ -70,32 +70,33 @@ "@types/leaflet": "^1.9.15", "all-contributors-cli": "^6.26.1", "commitizen": "^4.3.1", + "conventional-changelog-conventionalcommits": "^8.0.0", "cross-env": "^7.0.3", "cssnano": "^7.0.6", "cz-conventional-changelog": "^3.3.0", - "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", + "eslint": "^9.17.0", "globals": "^15.14.0", "husky": "^9.1.7", "is-ci": "^4.1.0", "lint-staged": "^15.3.0", - "postcss": "^8.4.49", "postcss-import": "^16.1.0", "postcss-nesting": "^13.0.1", "postcss-preset-env": "^10.1.3", "postcss-reporter": "^7.1.0", - "prettier": "3.4.2", + "postcss": "^8.4.49", "prettier-plugin-organize-imports": "^4.1.0", + "prettier": "3.4.2", "semantic-release": "^24.2.0", - "stylelint": "^16.12.0", "stylelint-config-standard": "^36.0.1", + "stylelint": "^16.12.0", "svgo": "^3.3.2", "tailwindcss": "^3.4.17", - "typescript": "~5.7.2", "typescript-eslint": "^8.18.2", - "vite": "^6.0.6", + "typescript": "~5.7.2", "vite-plugin-pwa": "^0.21.1", + "vite": "^6.0.6", "workbox-build": "^7.3.0", "workbox-core": "^7.3.0", "workbox-routing": "^7.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78077971b..94a674fd9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,6 +128,9 @@ importers: commitizen: specifier: ^4.3.1 version: 4.3.1(@types/node@22.9.0)(typescript@5.7.2) + conventional-changelog-conventionalcommits: + specifier: ^8.0.0 + version: 8.0.0 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -3474,6 +3477,13 @@ packages: } 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: { @@ -11435,6 +11445,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 -- GitLab