From ac89dc444a9fb081c1021fe12e54286932c2e071 Mon Sep 17 00:00:00 2001 From: Marco Falkenberg Date: Mon, 20 Oct 2025 12:38:10 +0200 Subject: [PATCH] chore: add missing peer dependency --- .pnp.cjs | 2 ++ package.json | 1 + yarn.lock | 1 + 3 files changed, 4 insertions(+) diff --git a/.pnp.cjs b/.pnp.cjs index d3671a28e..8836214ca 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -54,6 +54,7 @@ const RAW_RUNTIME_STATE = ["@typescript-eslint/parser", "virtual:36a01d8083315b8a6e8362097258ea8bc0f9dfb672cb210742e054760850c673a1038f542a6b7156397b5275ace8ee0482231cac5e8898044fa1a1c29f78ee5b#npm:7.18.0"],\ ["@yarnpkg/pnpify", "npm:4.1.6"],\ ["concurrently", "npm:8.2.2"],\ + ["conventional-commits-filter", "npm:5.0.0"],\ ["eslint", "npm:8.57.1"],\ ["eslint-config-prettier", "virtual:36a01d8083315b8a6e8362097258ea8bc0f9dfb672cb210742e054760850c673a1038f542a6b7156397b5275ace8ee0482231cac5e8898044fa1a1c29f78ee5b#npm:9.1.2"],\ ["eslint-plugin-json", "npm:3.1.0"],\ @@ -13307,6 +13308,7 @@ const RAW_RUNTIME_STATE = ["@typescript-eslint/parser", "virtual:36a01d8083315b8a6e8362097258ea8bc0f9dfb672cb210742e054760850c673a1038f542a6b7156397b5275ace8ee0482231cac5e8898044fa1a1c29f78ee5b#npm:7.18.0"],\ ["@yarnpkg/pnpify", "npm:4.1.6"],\ ["concurrently", "npm:8.2.2"],\ + ["conventional-commits-filter", "npm:5.0.0"],\ ["eslint", "npm:8.57.1"],\ ["eslint-config-prettier", "virtual:36a01d8083315b8a6e8362097258ea8bc0f9dfb672cb210742e054760850c673a1038f542a6b7156397b5275ace8ee0482231cac5e8898044fa1a1c29f78ee5b#npm:9.1.2"],\ ["eslint-plugin-json", "npm:3.1.0"],\ diff --git a/package.json b/package.json index 4fcce338a..86d2471a2 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@typescript-eslint/parser": "^7.18.0", "@yarnpkg/pnpify": "^4.1.6", "concurrently": "^8.2.2", + "conventional-commits-filter": "^5.0.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.2", "eslint-plugin-json": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 2e0ede425..71ec1df79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11168,6 +11168,7 @@ __metadata: "@typescript-eslint/parser": "npm:^7.18.0" "@yarnpkg/pnpify": "npm:^4.1.6" concurrently: "npm:^8.2.2" + conventional-commits-filter: "npm:^5.0.0" eslint: "npm:^8.57.1" eslint-config-prettier: "npm:^9.1.2" eslint-plugin-json: "npm:^3.1.0"