chore(deps): update commitlint monorepo to v17.6.0
This commit is contained in:
parent
4781db58e4
commit
dd8a6f921c
2 changed files with 16 additions and 16 deletions
|
@ -61,8 +61,8 @@
|
|||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@commitlint/cli": "17.6.0",
|
||||
"@commitlint/config-conventional": "17.6.0",
|
||||
"@guanghechen/rollup-plugin-copy": "4.7.4",
|
||||
"@ironkinoko/rollup-plugin-styles": "4.0.3",
|
||||
"@swc/core": "1.3.49",
|
||||
|
|
|
@ -2,11 +2,11 @@ lockfileVersion: '6.0'
|
|||
|
||||
devDependencies:
|
||||
'@commitlint/cli':
|
||||
specifier: 17.5.1
|
||||
version: 17.5.1(@swc/core@1.3.49)
|
||||
specifier: 17.6.0
|
||||
version: 17.6.0(@swc/core@1.3.49)
|
||||
'@commitlint/config-conventional':
|
||||
specifier: 17.4.4
|
||||
version: 17.4.4
|
||||
specifier: 17.6.0
|
||||
version: 17.6.0
|
||||
'@guanghechen/rollup-plugin-copy':
|
||||
specifier: 4.7.4
|
||||
version: 4.7.4(rollup@3.20.2)
|
||||
|
@ -115,13 +115,13 @@ packages:
|
|||
js-tokens: 4.0.0
|
||||
dev: true
|
||||
|
||||
/@commitlint/cli@17.5.1(@swc/core@1.3.49):
|
||||
resolution: {integrity: sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==}
|
||||
/@commitlint/cli@17.6.0(@swc/core@1.3.49):
|
||||
resolution: {integrity: sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==}
|
||||
engines: {node: '>=v14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@commitlint/format': 17.4.4
|
||||
'@commitlint/lint': 17.4.4
|
||||
'@commitlint/lint': 17.6.0
|
||||
'@commitlint/load': 17.5.0(@swc/core@1.3.49)
|
||||
'@commitlint/read': 17.5.1
|
||||
'@commitlint/types': 17.4.4
|
||||
|
@ -135,8 +135,8 @@ packages:
|
|||
- '@swc/wasm'
|
||||
dev: true
|
||||
|
||||
/@commitlint/config-conventional@17.4.4:
|
||||
resolution: {integrity: sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==}
|
||||
/@commitlint/config-conventional@17.6.0:
|
||||
resolution: {integrity: sha512-2Y9M7MN942bTK5h70fJGknhXA02+OtWCkKeIzTSwsdwz1V7y6bxYv24x052E9XHKtZHJfvM3iLuTOsjRvLqWtA==}
|
||||
engines: {node: '>=v14'}
|
||||
dependencies:
|
||||
conventional-changelog-conventionalcommits: 5.0.0
|
||||
|
@ -183,13 +183,13 @@ packages:
|
|||
semver: 7.3.8
|
||||
dev: true
|
||||
|
||||
/@commitlint/lint@17.4.4:
|
||||
resolution: {integrity: sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==}
|
||||
/@commitlint/lint@17.6.0:
|
||||
resolution: {integrity: sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==}
|
||||
engines: {node: '>=v14'}
|
||||
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
|
||||
dev: true
|
||||
|
||||
|
@ -253,8 +253,8 @@ packages:
|
|||
resolve-global: 1.0.0
|
||||
dev: true
|
||||
|
||||
/@commitlint/rules@17.4.4:
|
||||
resolution: {integrity: sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==}
|
||||
/@commitlint/rules@17.6.0:
|
||||
resolution: {integrity: sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==}
|
||||
engines: {node: '>=v14'}
|
||||
dependencies:
|
||||
'@commitlint/ensure': 17.4.4
|
||||
|
|
Loading…
Reference in a new issue