diff --git a/ui/package.json b/ui/package.json index 801ac693..065a7952 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,6 +39,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.0.3", + "@commitlint/config-conventional": "^17.2.0", "@fullhuman/postcss-purgecss": "^4.1.3", "@testing-library/dom": "^8.17.1", "@testing-library/jest-dom": "^4.2.4", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index 78e83835..6632b67c 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -2,6 +2,7 @@ lockfileVersion: 5.4 specifiers: '@commitlint/cli': ^17.0.3 + '@commitlint/config-conventional': ^17.2.0 '@fullhuman/postcss-purgecss': ^4.1.3 '@testing-library/dom': ^8.17.1 '@testing-library/jest-dom': ^4.2.4 @@ -91,6 +92,7 @@ dependencies: devDependencies: '@commitlint/cli': 17.1.2 + '@commitlint/config-conventional': 17.2.0 '@fullhuman/postcss-purgecss': 4.1.3_postcss@8.4.16 '@testing-library/dom': 8.18.1 '@testing-library/jest-dom': 4.2.4 @@ -1419,6 +1421,13 @@ packages: - '@swc/wasm' dev: true + /@commitlint/config-conventional/17.2.0: + resolution: {integrity: sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==} + engines: {node: '>=v14'} + dependencies: + conventional-changelog-conventionalcommits: 5.0.0 + dev: true + /@commitlint/config-validator/17.1.0: resolution: {integrity: sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==} engines: {node: '>=v14'} @@ -3763,6 +3772,15 @@ packages: q: 1.5.1 dev: true + /conventional-changelog-conventionalcommits/5.0.0: + resolution: {integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==} + engines: {node: '>=10'} + dependencies: + compare-func: 2.0.0 + lodash: 4.17.21 + q: 1.5.1 + dev: true + /conventional-commits-parser/3.2.4: resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} engines: {node: '>=10'}