npm: bump @commitlint/cli from 19.2.1 to 19.2.2

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
这个提交包含在:
dependabot[bot] 2024-04-17 02:44:50 +00:00 提交者 GitHub
父节点 a3d4048f6f
当前提交 3647c09f95
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有 2 个文件被更改,包括 15 次插入15 次删除

28
package-lock.json 自动生成的
查看文件

@ -8,17 +8,17 @@
"name": "citizen",
"version": "2.3.0",
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@wikimedia/types-wikimedia": "0.4.2",
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.27.0",
"eslint-plugin-unicorn": "latest",
"eslint-plugin-unicorn": "*",
"grunt-banana-checker": "0.11.1",
"husky": "^9.0.11",
"standard-version": "^9.5.0",
"stylelint": "^15.11.0",
"stylelint-config-wikimedia": "latest",
"stylelint-config-wikimedia": "*",
"svgo": "3.2.0"
}
},
@ -210,13 +210,13 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.1.tgz",
"integrity": "sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.2.tgz",
"integrity": "sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==",
"dev": true,
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/lint": "^19.1.0",
"@commitlint/lint": "^19.2.2",
"@commitlint/load": "^19.2.0",
"@commitlint/read": "^19.2.1",
"@commitlint/types": "^19.0.3",
@ -308,9 +308,9 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz",
"integrity": "sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz",
"integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==",
"dev": true,
"dependencies": {
"@commitlint/types": "^19.0.3",
@ -321,12 +321,12 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz",
"integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz",
"integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^19.0.3",
"@commitlint/is-ignored": "^19.2.2",
"@commitlint/parse": "^19.0.3",
"@commitlint/rules": "^19.0.3",
"@commitlint/types": "^19.0.3"

查看文件

@ -18,7 +18,7 @@
"release:major": "standard-version --release-as major"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@wikimedia/types-wikimedia": "0.4.2",
"devmoji": "^2.3.0",