mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
chore(deps): update commitlint monorepo to v16.2.1 (#6011)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
81b2e275d0
commit
cd8a053b3c
@ -76,8 +76,8 @@
|
||||
"@babel/core": "7.17.2",
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"@babel/preset-typescript": "7.16.7",
|
||||
"@commitlint/cli": "16.1.0",
|
||||
"@commitlint/config-conventional": "16.0.0",
|
||||
"@commitlint/cli": "16.2.1",
|
||||
"@commitlint/config-conventional": "16.2.1",
|
||||
"@pnpm/find-workspace-packages": "3.1.40",
|
||||
"@pnpm/logger": "4.0.0",
|
||||
"@pnpm/types": "7.9.0",
|
||||
|
165
pnpm-lock.yaml
165
pnpm-lock.yaml
@ -7,8 +7,8 @@ importers:
|
||||
'@babel/core': 7.17.2
|
||||
'@babel/preset-env': 7.16.11
|
||||
'@babel/preset-typescript': 7.16.7
|
||||
'@commitlint/cli': 16.1.0
|
||||
'@commitlint/config-conventional': 16.0.0
|
||||
'@commitlint/cli': 16.2.1
|
||||
'@commitlint/config-conventional': 16.2.1
|
||||
'@element-plus/components': workspace:*
|
||||
'@element-plus/constants': workspace:*
|
||||
'@element-plus/directives': workspace:*
|
||||
@ -110,8 +110,8 @@ importers:
|
||||
'@babel/core': 7.17.2
|
||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.2
|
||||
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.2
|
||||
'@commitlint/cli': 16.1.0_@types+node@17.0.16
|
||||
'@commitlint/config-conventional': 16.0.0
|
||||
'@commitlint/cli': 16.2.1
|
||||
'@commitlint/config-conventional': 16.2.1
|
||||
'@pnpm/find-workspace-packages': 3.1.40_@pnpm+logger@4.0.0
|
||||
'@pnpm/logger': 4.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
@ -1660,16 +1660,16 @@ packages:
|
||||
minimist: 1.2.5
|
||||
dev: true
|
||||
|
||||
/@commitlint/cli/16.1.0_@types+node@17.0.16:
|
||||
resolution: {integrity: sha512-x5L1knvA3isRWBRVQx+Q6D45pA9139a2aZQYpxkljMG0dj4UHZkCnsYWpnGalxPxASI7nrI0KedKfS2YeQ55cQ==}
|
||||
/@commitlint/cli/16.2.1:
|
||||
resolution: {integrity: sha512-zfKf+B9osuiDbxGMJ7bWFv7XFCW8wlQYPtCffNp7Ukdb7mdrep5R9e03vPUZysnwp8NX6hg05kPEvnD/wRIGWw==}
|
||||
engines: {node: '>=v12'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@commitlint/format': 16.0.0
|
||||
'@commitlint/lint': 16.0.0
|
||||
'@commitlint/load': 16.1.0_@types+node@17.0.16
|
||||
'@commitlint/read': 16.0.0
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/format': 16.2.1
|
||||
'@commitlint/lint': 16.2.1
|
||||
'@commitlint/load': 16.2.1
|
||||
'@commitlint/read': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
lodash: 4.17.21
|
||||
resolve-from: 5.0.0
|
||||
resolve-global: 1.0.0
|
||||
@ -1677,71 +1677,71 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@swc/wasm'
|
||||
- '@types/node'
|
||||
dev: true
|
||||
|
||||
/@commitlint/config-conventional/16.0.0:
|
||||
resolution: {integrity: sha512-mN7J8KlKFn0kROd+q9PB01sfDx/8K/R25yITspL1No8PB4oj9M1p77xWjP80hPydqZG9OvQq+anXK3ZWeR7s3g==}
|
||||
/@commitlint/config-conventional/16.2.1:
|
||||
resolution: {integrity: sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
conventional-changelog-conventionalcommits: 4.6.1
|
||||
dev: true
|
||||
|
||||
/@commitlint/config-validator/16.1.0:
|
||||
resolution: {integrity: sha512-2cHeZPNTuf1JWbMqyA46MkExor5HMSgv8JrdmzEakUbJHUreh35/wN00FJf57qGs134exQW2thiSQ1IJUsVx2Q==}
|
||||
/@commitlint/config-validator/16.2.1:
|
||||
resolution: {integrity: sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/types': 16.2.1
|
||||
ajv: 6.12.6
|
||||
dev: true
|
||||
|
||||
/@commitlint/ensure/16.0.0:
|
||||
resolution: {integrity: sha512-WdMySU8DCTaq3JPf0tZFCKIUhqxaL54mjduNhu8v4D2AMUVIIQKYMGyvXn94k8begeW6iJkTf9cXBArayskE7Q==}
|
||||
/@commitlint/ensure/16.2.1:
|
||||
resolution: {integrity: sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/types': 16.2.1
|
||||
lodash: 4.17.21
|
||||
dev: true
|
||||
|
||||
/@commitlint/execute-rule/16.0.0:
|
||||
resolution: {integrity: sha512-8edcCibmBb386x5JTHSPHINwA5L0xPkHQFY8TAuDEt5QyRZY/o5DF8OPHSa5Hx2xJvGaxxuIz4UtAT6IiRDYkw==}
|
||||
/@commitlint/execute-rule/16.2.1:
|
||||
resolution: {integrity: sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==}
|
||||
engines: {node: '>=v12'}
|
||||
dev: true
|
||||
|
||||
/@commitlint/format/16.0.0:
|
||||
resolution: {integrity: sha512-9yp5NCquXL1jVMKL0ZkRwJf/UHdebvCcMvICuZV00NQGYSAL89O398nhqrqxlbjBhM5EZVq0VGcV5+7r3D4zAA==}
|
||||
/@commitlint/format/16.2.1:
|
||||
resolution: {integrity: sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/types': 16.2.1
|
||||
chalk: 4.1.2
|
||||
dev: true
|
||||
|
||||
/@commitlint/is-ignored/16.0.0:
|
||||
resolution: {integrity: sha512-gmAQcwIGC/R/Lp0CEb2b5bfGC7MT5rPe09N8kOGjO/NcdNmfFSZMquwrvNJsq9hnAP0skRdHIsqwlkENkN4Lag==}
|
||||
/@commitlint/is-ignored/16.2.1:
|
||||
resolution: {integrity: sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/types': 16.2.1
|
||||
semver: 7.3.5
|
||||
dev: true
|
||||
|
||||
/@commitlint/lint/16.0.0:
|
||||
resolution: {integrity: sha512-HNl15bRC0h+pLzbMzQC3tM0j1aESXsLYhElqKnXcf5mnCBkBkHzu6WwJW8rZbfxX+YwJmNljN62cPhmdBo8x0A==}
|
||||
/@commitlint/lint/16.2.1:
|
||||
resolution: {integrity: sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/is-ignored': 16.0.0
|
||||
'@commitlint/parse': 16.0.0
|
||||
'@commitlint/rules': 16.0.0
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/is-ignored': 16.2.1
|
||||
'@commitlint/parse': 16.2.1
|
||||
'@commitlint/rules': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
dev: true
|
||||
|
||||
/@commitlint/load/16.1.0_@types+node@17.0.16:
|
||||
resolution: {integrity: sha512-MtlEhKjP8jAF85jjX4mw8DUUwCxKsCgAc865hhpnwxjrfBcmGP7Up2AFE/M3ZMGDmSl1X1TMybQk/zohj8Cqdg==}
|
||||
engines: {node: '>=v12'}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
'@commitlint/config-validator': 16.1.0
|
||||
'@commitlint/execute-rule': 16.0.0
|
||||
'@commitlint/resolve-extends': 16.1.0
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/config-validator': 16.2.1
|
||||
'@commitlint/execute-rule': 16.2.1
|
||||
'@commitlint/resolve-extends': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
chalk: 4.1.2
|
||||
cosmiconfig: 7.0.1
|
||||
cosmiconfig-typescript-loader: 1.0.2_99ae9436e134a034c8d45fdd98ebbf22
|
||||
@ -1753,68 +1753,89 @@ packages:
|
||||
- '@swc/wasm'
|
||||
- '@types/node'
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@commitlint/message/16.0.0:
|
||||
resolution: {integrity: sha512-CmK2074SH1Ws6kFMEKOKH/7hMekGVbOD6vb4alCOo2+33ZSLUIX8iNkDYyrw38Jwg6yWUhLjyQLUxREeV+QIUA==}
|
||||
/@commitlint/load/16.2.1:
|
||||
resolution: {integrity: sha512-oSpz0jTyVI/A1AIImxJINTLDOMB8YF7lWGm+Jg5wVWM0r7ucpuhyViVvpSRTgvL0z09oIxlctyFGWUQQpI42uw==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/config-validator': 16.2.1
|
||||
'@commitlint/execute-rule': 16.2.1
|
||||
'@commitlint/resolve-extends': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
'@types/node': 17.0.16
|
||||
chalk: 4.1.2
|
||||
cosmiconfig: 7.0.1
|
||||
cosmiconfig-typescript-loader: 1.0.2_99ae9436e134a034c8d45fdd98ebbf22
|
||||
lodash: 4.17.21
|
||||
resolve-from: 5.0.0
|
||||
typescript: 4.5.5
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@swc/wasm'
|
||||
dev: true
|
||||
|
||||
/@commitlint/message/16.2.1:
|
||||
resolution: {integrity: sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw==}
|
||||
engines: {node: '>=v12'}
|
||||
dev: true
|
||||
|
||||
/@commitlint/parse/16.0.0:
|
||||
resolution: {integrity: sha512-F9EjFlMw4MYgBEqoRrWZZKQBzdiJzPBI0qFDFqwUvfQsMmXEREZ242T4R5bFwLINWaALFLHEIa/FXEPa6QxCag==}
|
||||
/@commitlint/parse/16.2.1:
|
||||
resolution: {integrity: sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/types': 16.2.1
|
||||
conventional-changelog-angular: 5.0.13
|
||||
conventional-commits-parser: 3.2.2
|
||||
dev: true
|
||||
|
||||
/@commitlint/read/16.0.0:
|
||||
resolution: {integrity: sha512-H4T2zsfmYQK9B+JtoQaCXWBHUhgIJyOzWZjSfuIV9Ce69/OgHoffNpLZPF2lX6yKuDrS1SQFhI/kUCjVc/e4ew==}
|
||||
/@commitlint/read/16.2.1:
|
||||
resolution: {integrity: sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/top-level': 16.0.0
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/top-level': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
fs-extra: 10.0.0
|
||||
git-raw-commits: 2.0.10
|
||||
dev: true
|
||||
|
||||
/@commitlint/resolve-extends/16.1.0:
|
||||
resolution: {integrity: sha512-8182s6AFoUFX6+FT1PgQDt15nO2ogdR/EN8SYVAdhNXw1rLz8kT5saB/ICw567GuRAUgFTUMGCXy3ctMOXPEDg==}
|
||||
/@commitlint/resolve-extends/16.2.1:
|
||||
resolution: {integrity: sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/config-validator': 16.1.0
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/config-validator': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
import-fresh: 3.3.0
|
||||
lodash: 4.17.21
|
||||
resolve-from: 5.0.0
|
||||
resolve-global: 1.0.0
|
||||
dev: true
|
||||
|
||||
/@commitlint/rules/16.0.0:
|
||||
resolution: {integrity: sha512-AOl0y2SBTdJ1bvIv8nwHvQKRT/jC1xb09C5VZwzHoT8sE8F54KDeEzPCwHQFgUcWdGLyS10kkOTAH2MyA8EIlg==}
|
||||
/@commitlint/rules/16.2.1:
|
||||
resolution: {integrity: sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
'@commitlint/ensure': 16.0.0
|
||||
'@commitlint/message': 16.0.0
|
||||
'@commitlint/to-lines': 16.0.0
|
||||
'@commitlint/types': 16.0.0
|
||||
'@commitlint/ensure': 16.2.1
|
||||
'@commitlint/message': 16.2.1
|
||||
'@commitlint/to-lines': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
execa: 5.1.1
|
||||
dev: true
|
||||
|
||||
/@commitlint/to-lines/16.0.0:
|
||||
resolution: {integrity: sha512-iN/qU38TCKU7uKOg6RXLpD49wNiuI0TqMqybHbjefUeP/Jmzxa8ishryj0uLyVdrAl1ZjGeD1ukXGMTtvqz8iA==}
|
||||
/@commitlint/to-lines/16.2.1:
|
||||
resolution: {integrity: sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ==}
|
||||
engines: {node: '>=v12'}
|
||||
dev: true
|
||||
|
||||
/@commitlint/top-level/16.0.0:
|
||||
resolution: {integrity: sha512-/Jt6NLxyFkpjL5O0jxurZPCHURZAm7cQCqikgPCwqPAH0TLgwqdHjnYipl8J+AGnAMGDip4FNLoYrtgIpZGBYw==}
|
||||
/@commitlint/top-level/16.2.1:
|
||||
resolution: {integrity: sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
find-up: 5.0.0
|
||||
dev: true
|
||||
|
||||
/@commitlint/types/16.0.0:
|
||||
resolution: {integrity: sha512-+0FvYOAS39bJ4aKjnYn/7FD4DfWkmQ6G/06I4F0Gvu4KS5twirEg8mIcLhmeRDOOKn4Tp8PwpLwBiSA6npEMQA==}
|
||||
/@commitlint/types/16.2.1:
|
||||
resolution: {integrity: sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==}
|
||||
engines: {node: '>=v12'}
|
||||
dependencies:
|
||||
chalk: 4.1.2
|
||||
@ -4699,13 +4720,13 @@ packages:
|
||||
engines: {node: '>= 12'}
|
||||
dev: true
|
||||
|
||||
/commitizen/4.2.1_@types+node@17.0.16:
|
||||
/commitizen/4.2.1:
|
||||
resolution: {integrity: sha512-nZsp8IThkDu7C+93BFD/mLShb9Gd6Wsaf90tpKE3x/6u5y/Q52kzanIJpGr0qvIsJ5bCMpgKtr3Lbu3miEJfaA==}
|
||||
engines: {node: '>= 10'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
cachedir: 2.2.0
|
||||
cz-conventional-changelog: 3.2.0_@types+node@17.0.16
|
||||
cz-conventional-changelog: 3.2.0
|
||||
dedent: 0.7.0
|
||||
detect-indent: 6.0.0
|
||||
find-node-modules: 2.0.0
|
||||
@ -4721,7 +4742,6 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@swc/wasm'
|
||||
- '@types/node'
|
||||
dev: true
|
||||
|
||||
/common-tags/1.8.2:
|
||||
@ -4992,22 +5012,21 @@ packages:
|
||||
yauzl: 2.10.0
|
||||
dev: true
|
||||
|
||||
/cz-conventional-changelog/3.2.0_@types+node@17.0.16:
|
||||
/cz-conventional-changelog/3.2.0:
|
||||
resolution: {integrity: sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==}
|
||||
engines: {node: '>= 10'}
|
||||
dependencies:
|
||||
chalk: 2.4.2
|
||||
commitizen: 4.2.1_@types+node@17.0.16
|
||||
commitizen: 4.2.1
|
||||
conventional-commit-types: 3.0.0
|
||||
lodash.map: 4.6.0
|
||||
longest: 2.0.1
|
||||
word-wrap: 1.2.3
|
||||
optionalDependencies:
|
||||
'@commitlint/load': 16.1.0_@types+node@17.0.16
|
||||
'@commitlint/load': 16.2.1
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@swc/wasm'
|
||||
- '@types/node'
|
||||
dev: true
|
||||
|
||||
/cz-conventional-changelog/3.3.0_@types+node@17.0.16:
|
||||
@ -5015,7 +5034,7 @@ packages:
|
||||
engines: {node: '>= 10'}
|
||||
dependencies:
|
||||
chalk: 2.4.2
|
||||
commitizen: 4.2.1_@types+node@17.0.16
|
||||
commitizen: 4.2.1
|
||||
conventional-commit-types: 3.0.0
|
||||
lodash.map: 4.6.0
|
||||
longest: 2.0.1
|
||||
@ -9085,7 +9104,7 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
hosted-git-info: 4.0.2
|
||||
is-core-module: 2.8.0
|
||||
is-core-module: 2.8.1
|
||||
semver: 7.3.5
|
||||
validate-npm-package-license: 3.0.4
|
||||
dev: true
|
||||
@ -10326,7 +10345,7 @@ packages:
|
||||
/resolve/1.20.0:
|
||||
resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==}
|
||||
dependencies:
|
||||
is-core-module: 2.8.0
|
||||
is-core-module: 2.8.1
|
||||
path-parse: 1.0.7
|
||||
dev: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user