chore: update commitlint monorepo to ^17.6.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
088c1942ab
commit
d5f32ba5fa
|
@ -17,10 +17,10 @@
|
|||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^17.4.4",
|
||||
"@commitlint/config-conventional": "^17.6.0",
|
||||
"chai": "^4.3.7",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^17.5.1",
|
||||
"commitlint": "^17.6.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^4.28.3",
|
||||
|
@ -462,13 +462,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "17.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.1.tgz",
|
||||
"integrity": "sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.0.tgz",
|
||||
"integrity": "sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^17.4.4",
|
||||
"@commitlint/lint": "^17.4.4",
|
||||
"@commitlint/lint": "^17.6.0",
|
||||
"@commitlint/load": "^17.5.0",
|
||||
"@commitlint/read": "^17.5.1",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
|
@ -486,9 +486,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-conventional": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.4.tgz",
|
||||
"integrity": "sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.0.tgz",
|
||||
"integrity": "sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
|
@ -563,14 +563,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.4.tgz",
|
||||
"integrity": "sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.0.tgz",
|
||||
"integrity": "sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^17.4.4",
|
||||
"@commitlint/parse": "^17.4.4",
|
||||
"@commitlint/rules": "^17.4.4",
|
||||
"@commitlint/rules": "^17.6.0",
|
||||
"@commitlint/types": "^17.4.4"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -659,9 +659,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.4.tgz",
|
||||
"integrity": "sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.0.tgz",
|
||||
"integrity": "sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": "^17.4.4",
|
||||
|
@ -1602,12 +1602,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/commitlint": {
|
||||
"version": "17.5.1",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.5.1.tgz",
|
||||
"integrity": "sha512-BmYX5GJrZFk/90Owlsoh7J38hbikK1AIE+j0MlU0U+Vns+JNHwOE+6jkU9UYEiyY9rrgrI50kx2thI3028FwGw==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.6.0.tgz",
|
||||
"integrity": "sha512-b2BCQrXE5/Fv03NJ6XrfO1KQ6DAKa4lkOW1S5PVHkl5EZ3H2agdMMQPXzQtdWukjn1xXaqOebg1G5553JV5yZw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/cli": "^17.5.1",
|
||||
"@commitlint/cli": "^17.6.0",
|
||||
"@commitlint/types": "^17.4.4"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -5923,13 +5923,13 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/cli": {
|
||||
"version": "17.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.1.tgz",
|
||||
"integrity": "sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.0.tgz",
|
||||
"integrity": "sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/format": "^17.4.4",
|
||||
"@commitlint/lint": "^17.4.4",
|
||||
"@commitlint/lint": "^17.6.0",
|
||||
"@commitlint/load": "^17.5.0",
|
||||
"@commitlint/read": "^17.5.1",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
|
@ -5941,9 +5941,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-conventional": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.4.tgz",
|
||||
"integrity": "sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.0.tgz",
|
||||
"integrity": "sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
|
@ -6000,14 +6000,14 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.4.tgz",
|
||||
"integrity": "sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.0.tgz",
|
||||
"integrity": "sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^17.4.4",
|
||||
"@commitlint/parse": "^17.4.4",
|
||||
"@commitlint/rules": "^17.4.4",
|
||||
"@commitlint/rules": "^17.6.0",
|
||||
"@commitlint/types": "^17.4.4"
|
||||
}
|
||||
},
|
||||
|
@ -6078,9 +6078,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/rules": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.4.tgz",
|
||||
"integrity": "sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.0.tgz",
|
||||
"integrity": "sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/ensure": "^17.4.4",
|
||||
|
@ -6804,12 +6804,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"commitlint": {
|
||||
"version": "17.5.1",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.5.1.tgz",
|
||||
"integrity": "sha512-BmYX5GJrZFk/90Owlsoh7J38hbikK1AIE+j0MlU0U+Vns+JNHwOE+6jkU9UYEiyY9rrgrI50kx2thI3028FwGw==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.6.0.tgz",
|
||||
"integrity": "sha512-b2BCQrXE5/Fv03NJ6XrfO1KQ6DAKa4lkOW1S5PVHkl5EZ3H2agdMMQPXzQtdWukjn1xXaqOebg1G5553JV5yZw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/cli": "^17.5.1",
|
||||
"@commitlint/cli": "^17.6.0",
|
||||
"@commitlint/types": "^17.4.4"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -33,10 +33,10 @@
|
|||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^17.4.4",
|
||||
"@commitlint/config-conventional": "^17.6.0",
|
||||
"chai": "^4.3.7",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^17.5.1",
|
||||
"commitlint": "^17.6.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^4.28.3",
|
||||
|
|
Loading…
Reference in New Issue