5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps): bump @commitlint/config-lerna-scopes from 13.2.0 to 16.2.4

Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-lerna-scopes) from 13.2.0 to 16.2.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-lerna-scopes/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.4/@commitlint/config-lerna-scopes)

---
updated-dependencies:
- dependency-name: "@commitlint/config-lerna-scopes"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-01 02:09:33 +00:00 committed by GitHub
parent 534ab208f0
commit aa8525f6b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 10 deletions

42
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@actions/github": "^5.0.0",
"@commitlint/config-angular": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/config-lerna-scopes": "^13.2.0",
"@commitlint/config-lerna-scopes": "^16.2.4",
"@commitlint/config-patternplate": "^13.2.0",
"@commitlint/format": "^13.2.0",
"@commitlint/lint": "^13.2.0",
@ -2050,14 +2050,14 @@
}
},
"node_modules/@commitlint/config-lerna-scopes": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-13.2.0.tgz",
"integrity": "sha512-d2VqA1EX+G+XvEWIr3B37bydtMm+UHvmAWU6z0v5oOgUvBwZcNMzvTrwdZB6524YCmspi2q+kwgimMR+sBilXQ==",
"version": "16.2.4",
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-16.2.4.tgz",
"integrity": "sha512-aL77S0XZpVzDc7o6j3er1+Fff0JCuivLBmN3x4FlgVs84uWbxlXEomcH2/5jDaaqgpfEfcWXTg5IMoCByNYs6g==",
"dependencies": {
"globby": "^11.0.1",
"import-from": "4.0.0",
"resolve-pkg": "2.0.0",
"semver": "7.3.5"
"semver": "7.3.7"
},
"engines": {
"node": ">=v12"
@ -2071,6 +2071,20 @@
}
}
},
"node_modules/@commitlint/config-lerna-scopes/node_modules/semver": {
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@commitlint/config-patternplate": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-13.2.0.tgz",
@ -16668,14 +16682,24 @@
}
},
"@commitlint/config-lerna-scopes": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-13.2.0.tgz",
"integrity": "sha512-d2VqA1EX+G+XvEWIr3B37bydtMm+UHvmAWU6z0v5oOgUvBwZcNMzvTrwdZB6524YCmspi2q+kwgimMR+sBilXQ==",
"version": "16.2.4",
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-16.2.4.tgz",
"integrity": "sha512-aL77S0XZpVzDc7o6j3er1+Fff0JCuivLBmN3x4FlgVs84uWbxlXEomcH2/5jDaaqgpfEfcWXTg5IMoCByNYs6g==",
"requires": {
"globby": "^11.0.1",
"import-from": "4.0.0",
"resolve-pkg": "2.0.0",
"semver": "7.3.5"
"semver": "7.3.7"
},
"dependencies": {
"semver": {
"version": "7.3.7",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
"requires": {
"lru-cache": "^6.0.0"
}
}
}
},
"@commitlint/config-patternplate": {

View file

@ -26,7 +26,7 @@
"@actions/github": "^5.0.0",
"@commitlint/config-angular": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/config-lerna-scopes": "^13.2.0",
"@commitlint/config-lerna-scopes": "^16.2.4",
"@commitlint/config-patternplate": "^13.2.0",
"@commitlint/format": "^13.2.0",
"@commitlint/lint": "^13.2.0",