mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(deps): bump @commitlint/config-lerna-scopes from 17.0.2 to 17.4.0
Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-lerna-scopes) from 17.0.2 to 17.4.0. - [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/v17.4.0/@commitlint/config-lerna-scopes) --- updated-dependencies: - dependency-name: "@commitlint/config-lerna-scopes" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
481aff4de4
commit
ac24ba2724
2 changed files with 102 additions and 13 deletions
113
package-lock.json
generated
113
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"@actions/github": "^5.1.1",
|
||||
"@commitlint/config-angular": "^17.1.0",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"@commitlint/config-lerna-scopes": "^17.0.2",
|
||||
"@commitlint/config-lerna-scopes": "^17.4.0",
|
||||
"@commitlint/config-patternplate": "^17.1.0",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
|
|
@ -1923,20 +1923,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-lerna-scopes": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.0.2.tgz",
|
||||
"integrity": "sha512-skesAuJwTSnjoeNlPHgPpG8T4L7JZFMpZ2dA2EWWdO9oSRipKFezxoSLJ06mIkoMyWViwHekC9lkPb4FibYyiw==",
|
||||
"version": "17.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.4.0.tgz",
|
||||
"integrity": "sha512-On2/C02BUVDUjlypu15B9y1rdIb2pYdcc3CSDuVIMae5fhvTqZqRozfIDIodFXda4o+iG8Ae19kqFwG+Wz4VAA==",
|
||||
"dependencies": {
|
||||
"globby": "^11.0.1",
|
||||
"glob": "^8.0.3",
|
||||
"import-from": "4.0.0",
|
||||
"resolve-pkg": "2.0.0",
|
||||
"semver": "7.3.7"
|
||||
"semver": "7.3.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"lerna": "^5.0.0"
|
||||
"lerna": "^5.0.0 || ^6"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"lerna": {
|
||||
|
|
@ -1944,6 +1944,57 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-lerna-scopes/node_modules/brace-expansion": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
||||
"dependencies": {
|
||||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-lerna-scopes/node_modules/glob": {
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
||||
"integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
|
||||
"dependencies": {
|
||||
"fs.realpath": "^1.0.0",
|
||||
"inflight": "^1.0.4",
|
||||
"inherits": "2",
|
||||
"minimatch": "^5.0.1",
|
||||
"once": "^1.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-lerna-scopes/node_modules/minimatch": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
|
||||
"integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-lerna-scopes/node_modules/semver": {
|
||||
"version": "7.3.8",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
|
||||
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
|
||||
"dependencies": {
|
||||
"lru-cache": "^6.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"semver": "bin/semver.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-patternplate": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-17.1.0.tgz",
|
||||
|
|
@ -18094,14 +18145,52 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-lerna-scopes": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.0.2.tgz",
|
||||
"integrity": "sha512-skesAuJwTSnjoeNlPHgPpG8T4L7JZFMpZ2dA2EWWdO9oSRipKFezxoSLJ06mIkoMyWViwHekC9lkPb4FibYyiw==",
|
||||
"version": "17.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-17.4.0.tgz",
|
||||
"integrity": "sha512-On2/C02BUVDUjlypu15B9y1rdIb2pYdcc3CSDuVIMae5fhvTqZqRozfIDIodFXda4o+iG8Ae19kqFwG+Wz4VAA==",
|
||||
"requires": {
|
||||
"globby": "^11.0.1",
|
||||
"glob": "^8.0.3",
|
||||
"import-from": "4.0.0",
|
||||
"resolve-pkg": "2.0.0",
|
||||
"semver": "7.3.7"
|
||||
"semver": "7.3.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"brace-expansion": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
||||
"requires": {
|
||||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"glob": {
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
||||
"integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
|
||||
"requires": {
|
||||
"fs.realpath": "^1.0.0",
|
||||
"inflight": "^1.0.4",
|
||||
"inherits": "2",
|
||||
"minimatch": "^5.0.1",
|
||||
"once": "^1.3.0"
|
||||
}
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
|
||||
"integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
|
||||
"requires": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"semver": {
|
||||
"version": "7.3.8",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
|
||||
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
|
||||
"requires": {
|
||||
"lru-cache": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/config-patternplate": {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"@actions/github": "^5.1.1",
|
||||
"@commitlint/config-angular": "^17.1.0",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"@commitlint/config-lerna-scopes": "^17.0.2",
|
||||
"@commitlint/config-lerna-scopes": "^17.4.0",
|
||||
"@commitlint/config-patternplate": "^17.1.0",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue