From 5c09e09d08ae8ef8643763d51c4820283e1de73d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 03:51:19 +0000 Subject: [PATCH] chore(deps): update dependency @commitlint/cli to v16.2.3 --- package.json | 2 +- pnpm-lock.yaml | 36 +++++++++++++++++++++++++++++------- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5d88191a9..9ec5a0aff 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@aws-cdk/assert": "2.16.0", - "@commitlint/cli": "16.2.1", + "@commitlint/cli": "16.2.3", "@commitlint/config-conventional": "16.2.1", "@types/jest": "27.4.1", "@types/node": "17.0.18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65451a0a1..cbd9194e5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@aws-cdk/aws-apigatewayv2-integrations-alpha': 2.13.0-alpha.0 '@aws-cdk/aws-appsync-alpha': 2.13.0-alpha.0 '@aws-cdk/aws-lambda-python-alpha': 2.13.0-alpha.0 - '@commitlint/cli': 16.2.1 + '@commitlint/cli': 16.2.3 '@commitlint/config-conventional': 16.2.1 '@types/jest': 27.4.1 '@types/node': 17.0.18 @@ -44,7 +44,7 @@ dependencies: devDependencies: '@aws-cdk/assert': 2.16.0_71f6594c24a045db79885a3a5e11e78c - '@commitlint/cli': 16.2.1 + '@commitlint/cli': 16.2.3 '@commitlint/config-conventional': 16.2.1 '@types/jest': 27.4.1 '@types/node': 17.0.18 @@ -510,18 +510,22 @@ packages: to-fast-properties: 2.0.0 dev: true + /@balena/dockerignore/1.0.2: + resolution: {integrity: sha512-wMue2Sy4GAVTk6Ic4tJVcnfdau+gx2EnG7S+uAEe+TWJFqE4YoWN4/H8MSLj4eYJKxGg26lZwboEniNiNwZQ6Q==} + dev: true + /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@commitlint/cli/16.2.1: - resolution: {integrity: sha512-zfKf+B9osuiDbxGMJ7bWFv7XFCW8wlQYPtCffNp7Ukdb7mdrep5R9e03vPUZysnwp8NX6hg05kPEvnD/wRIGWw==} + /@commitlint/cli/16.2.3: + resolution: {integrity: sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==} engines: {node: '>=v12'} hasBin: true dependencies: '@commitlint/format': 16.2.1 '@commitlint/lint': 16.2.1 - '@commitlint/load': 16.2.1 + '@commitlint/load': 16.2.3 '@commitlint/read': 16.2.1 '@commitlint/types': 16.2.1 lodash: 4.17.21 @@ -587,8 +591,8 @@ packages: '@commitlint/types': 16.2.1 dev: true - /@commitlint/load/16.2.1: - resolution: {integrity: sha512-oSpz0jTyVI/A1AIImxJINTLDOMB8YF7lWGm+Jg5wVWM0r7ucpuhyViVvpSRTgvL0z09oIxlctyFGWUQQpI42uw==} + /@commitlint/load/16.2.3: + resolution: {integrity: sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==} engines: {node: '>=v12'} dependencies: '@commitlint/config-validator': 16.2.1 @@ -1404,7 +1408,16 @@ packages: peerDependencies: constructs: ^10.0.0 dependencies: + '@balena/dockerignore': 1.0.2 + case: 1.6.3 constructs: 10.0.83 + fs-extra: 9.1.0 + ignore: 5.2.0 + jsonschema: 1.4.0 + minimatch: 3.1.2 + punycode: 2.1.1 + semver: 7.3.5 + yaml: 1.10.2 dev: true bundledDependencies: - '@balena/dockerignore' @@ -1575,6 +1588,11 @@ packages: resolution: {integrity: sha512-JN49KplOgHSXpIsVSF+LUyhD8PUp6xPpAXeRrrcBh4KBeP7W864jHn6RvzJgDlrReyeVjMFJL3PLpPvKIxlIHA==} dev: true + /case/1.6.3: + resolution: {integrity: sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==} + engines: {node: '>= 0.8.0'} + dev: true + /chalk/2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -3640,6 +3658,10 @@ packages: engines: {'0': node >= 0.2.0} dev: true + /jsonschema/1.4.0: + resolution: {integrity: sha512-/YgW6pRMr6M7C+4o8kS+B/2myEpHCrxO4PEWnqJNBFMjn7EWXqlQ4tGwL6xTHeRplwuZmcAncdvfOad1nT2yMw==} + dev: true + /kind-of/6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'}