From d29f21795cccb9cc91e6fddfd6fbaec189669d72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:43:39 +0000 Subject: [PATCH] fix(deps): update dependency @commitlint/config-conventional to v18.6.3 --- package.json | 2 +- packages/commitlint-config/package.json | 2 +- pnpm-lock.yaml | 77 +++---------------------- 3 files changed, 9 insertions(+), 72 deletions(-) diff --git a/package.json b/package.json index 7098baf7..85ba0d6d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@changesets/changelog-github": "0.5.0", "@changesets/cli": "2.27.1", "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.1", + "@commitlint/config-conventional": "18.6.3", "@types/node": "20.11.29", "@types/prettier": "2.7.3", "@types/shell-quote": "1.7.5", diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 3966f645..04ccc388 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -40,7 +40,7 @@ "lint:types": "tsc --project tsconfig.json --noEmit" }, "dependencies": { - "@commitlint/config-conventional": "18.6.1" + "@commitlint/config-conventional": "18.6.3" }, "devDependencies": { "@types/node": "^20.10.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 260f6038..5d29734c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: 18.6.1 version: 18.6.1(@types/node@20.11.29)(typescript@5.4.2) '@commitlint/config-conventional': - specifier: 18.6.1 - version: 18.6.1 + specifier: 18.6.3 + version: 18.6.3 '@types/node': specifier: 20.11.29 version: 20.11.29 @@ -104,10 +104,10 @@ importers: dependencies: '@commitlint/cli': specifier: '>= 17' - version: 18.6.1(@types/node@20.11.28)(typescript@5.4.2) + version: 18.6.1(@types/node@20.11.29)(typescript@5.4.2) '@commitlint/config-conventional': - specifier: 18.6.1 - version: 18.6.1 + specifier: 18.6.3 + version: 18.6.3 '@wayofdev/lint-staged-config': specifier: ^2.2.0 version: link:../lint-staged-config @@ -865,26 +865,6 @@ packages: engines: {node: '>=0.1.90'} dev: true - /@commitlint/cli@18.6.1(@types/node@20.11.28)(typescript@5.4.2): - resolution: {integrity: sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==} - engines: {node: '>=v18'} - hasBin: true - dependencies: - '@commitlint/format': 18.6.1 - '@commitlint/lint': 18.6.1 - '@commitlint/load': 18.6.1(@types/node@20.11.28)(typescript@5.4.2) - '@commitlint/read': 18.6.1 - '@commitlint/types': 18.6.1 - execa: 5.1.1 - lodash.isfunction: 3.0.9 - resolve-from: 5.0.0 - resolve-global: 1.0.0 - yargs: 17.7.2 - transitivePeerDependencies: - - '@types/node' - - typescript - dev: false - /@commitlint/cli@18.6.1(@types/node@20.11.29)(typescript@5.4.2): resolution: {integrity: sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==} engines: {node: '>=v18'} @@ -903,10 +883,9 @@ packages: transitivePeerDependencies: - '@types/node' - typescript - dev: true - /@commitlint/config-conventional@18.6.1: - resolution: {integrity: sha512-ftpfAOQyI+IHvut0cRF4EFM39PWCqde+uOXCjH9NpK6FpqfhncAbEvP0E7OIpFsrDX0aS7k81tzH5Yz7prcNxA==} + /@commitlint/config-conventional@18.6.3: + resolution: {integrity: sha512-8ZrRHqF6je+TRaFoJVwszwnOXb/VeYrPmTwPhf0WxpzpGTcYy1p0SPyZ2eRn/sRi/obnWAcobtDAq6+gJQQNhQ==} engines: {node: '>=v18'} dependencies: '@commitlint/types': 18.6.1 @@ -974,26 +953,6 @@ packages: '@commitlint/rules': 18.6.1 '@commitlint/types': 18.6.1 - /@commitlint/load@18.6.1(@types/node@20.11.28)(typescript@5.4.2): - resolution: {integrity: sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/config-validator': 18.6.1 - '@commitlint/execute-rule': 18.6.1 - '@commitlint/resolve-extends': 18.6.1 - '@commitlint/types': 18.6.1 - chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.4.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.28)(cosmiconfig@8.3.6)(typescript@5.4.2) - lodash.isplainobject: 4.0.6 - lodash.merge: 4.6.2 - lodash.uniq: 4.5.0 - resolve-from: 5.0.0 - transitivePeerDependencies: - - '@types/node' - - typescript - dev: false - /@commitlint/load@18.6.1(@types/node@20.11.29)(typescript@5.4.2): resolution: {integrity: sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==} engines: {node: '>=v18'} @@ -1012,7 +971,6 @@ packages: transitivePeerDependencies: - '@types/node' - typescript - dev: true /@commitlint/load@19.2.0(@types/node@20.11.29)(typescript@5.4.2): resolution: {integrity: sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==} @@ -2389,12 +2347,6 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node@20.11.28: - resolution: {integrity: sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==} - dependencies: - undici-types: 5.26.5 - dev: false - /@types/node@20.11.29: resolution: {integrity: sha512-P99thMkD/1YkCvAtOd6/zGedKNA0p2fj4ZpjCzcNiSCBWgm3cNRTBfa/qjFnsKkkojxu4vVLtWpesnZ9+ap+gA==} dependencies: @@ -3552,20 +3504,6 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false - /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.28)(cosmiconfig@8.3.6)(typescript@5.4.2): - resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} - engines: {node: '>=v16'} - peerDependencies: - '@types/node': '*' - cosmiconfig: '>=8.2' - typescript: '>=4' - dependencies: - '@types/node': 20.11.28 - cosmiconfig: 8.3.6(typescript@5.4.2) - jiti: 1.21.0 - typescript: 5.4.2 - dev: false - /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.29)(cosmiconfig@8.3.6)(typescript@5.4.2): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} @@ -3578,7 +3516,6 @@ packages: cosmiconfig: 8.3.6(typescript@5.4.2) jiti: 1.21.0 typescript: 5.4.2 - dev: true /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.29)(cosmiconfig@9.0.0)(typescript@5.4.2): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}