From 6c34768c7488acf5c54180b763b6402b3e53bea1 Mon Sep 17 00:00:00 2001 From: Johan Bichel Date: Tue, 21 Nov 2023 13:44:22 +0100 Subject: [PATCH] add missing conventional-changelog-eslint --- package.json | 1 + pnpm-lock.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/package.json b/package.json index 44c8c85..1968d85 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "autoprefixer": "^10.4.16", + "conventional-changelog-eslint": "^5.0.0", "dequal": "^2.0.3", "eslint": "^8.54.0", "eslint-config-prettier": "^8.10.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8502ce3..df33491 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,6 +38,9 @@ devDependencies: autoprefixer: specifier: ^10.4.16 version: 10.4.16(postcss@8.4.31) + conventional-changelog-eslint: + specifier: ^5.0.0 + version: 5.0.0 dequal: specifier: ^2.0.3 version: 2.0.3 @@ -1426,6 +1429,11 @@ packages: compare-func: 2.0.0 dev: true + /conventional-changelog-eslint@5.0.0: + resolution: {integrity: sha512-6JtLWqAQIeJLn/OzUlYmzd9fKeNSWmQVim9kql+v4GrZwLx807kAJl3IJVc3jTYfVKWLxhC3BGUxYiuVEcVjgA==} + engines: {node: '>=16'} + dev: true + /conventional-changelog-writer@7.0.1: resolution: {integrity: sha512-Uo+R9neH3r/foIvQ0MKcsXkX642hdm9odUp7TqgFS7BsalTcjzRlIfWZrZR1gbxOozKucaKt5KAbjW8J8xRSmA==} engines: {node: '>=16'}