fix(release): add conventional-changelog-conventionalcommits for CHANGELOG generation

This commit is contained in:
Yassine Doghri 2024-12-30 12:20:54 +00:00
parent 70c97971fc
commit 6934c8aa8f
2 changed files with 21 additions and 6 deletions

View File

@ -70,32 +70,33 @@
"@types/leaflet": "^1.9.15", "@types/leaflet": "^1.9.15",
"all-contributors-cli": "^6.26.1", "all-contributors-cli": "^6.26.1",
"commitizen": "^4.3.1", "commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cssnano": "^7.0.6", "cssnano": "^7.0.6",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.2.1",
"eslint": "^9.17.0",
"globals": "^15.14.0", "globals": "^15.14.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"is-ci": "^4.1.0", "is-ci": "^4.1.0",
"lint-staged": "^15.3.0", "lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1", "postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.3", "postcss-preset-env": "^10.1.3",
"postcss-reporter": "^7.1.0", "postcss-reporter": "^7.1.0",
"prettier": "3.4.2", "postcss": "^8.4.49",
"prettier-plugin-organize-imports": "^4.1.0", "prettier-plugin-organize-imports": "^4.1.0",
"prettier": "3.4.2",
"semantic-release": "^24.2.0", "semantic-release": "^24.2.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1", "stylelint-config-standard": "^36.0.1",
"stylelint": "^16.12.0",
"svgo": "^3.3.2", "svgo": "^3.3.2",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2", "typescript-eslint": "^8.18.2",
"vite": "^6.0.6", "typescript": "~5.7.2",
"vite-plugin-pwa": "^0.21.1", "vite-plugin-pwa": "^0.21.1",
"vite": "^6.0.6",
"workbox-build": "^7.3.0", "workbox-build": "^7.3.0",
"workbox-core": "^7.3.0", "workbox-core": "^7.3.0",
"workbox-routing": "^7.3.0", "workbox-routing": "^7.3.0",

14
pnpm-lock.yaml generated
View File

@ -128,6 +128,9 @@ importers:
commitizen: commitizen:
specifier: ^4.3.1 specifier: ^4.3.1
version: 4.3.1(@types/node@22.9.0)(typescript@5.7.2) 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: cross-env:
specifier: ^7.0.3 specifier: ^7.0.3
version: 7.0.3 version: 7.0.3
@ -3474,6 +3477,13 @@ packages:
} }
engines: { node: ">=16" } 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: conventional-changelog-writer@8.0.0:
resolution: resolution:
{ {
@ -11435,6 +11445,10 @@ snapshots:
dependencies: dependencies:
compare-func: 2.0.0 compare-func: 2.0.0
conventional-changelog-conventionalcommits@8.0.0:
dependencies:
compare-func: 2.0.0
conventional-changelog-writer@8.0.0: conventional-changelog-writer@8.0.0:
dependencies: dependencies:
"@types/semver": 7.5.8 "@types/semver": 7.5.8