mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-09 08:46:54 +00:00
chore(deps): bump @commitlint/config-patternplate from 13.2.0 to 15.0.0
Bumps [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-patternplate) from 13.2.0 to 15.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-patternplate/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v15.0.0/@commitlint/config-patternplate) --- updated-dependencies: - dependency-name: "@commitlint/config-patternplate" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
296247dfa6
commit
97d689582f
2 changed files with 44 additions and 10 deletions
52
package-lock.json
generated
52
package-lock.json
generated
|
|
@ -14,7 +14,7 @@
|
|||
"@commitlint/config-angular": "^13.2.0",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^15.0.0",
|
||||
"@commitlint/format": "^13.2.0",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
|
|
@ -1878,11 +1878,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-patternplate": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-13.2.0.tgz",
|
||||
"integrity": "sha512-LjeEpd0t2qAnL94Ae5R6OCrbLYxojoGQ3Hon3GPwgd8nXl0BjjKSn+elgYFIIPcm1FwWlMl9r7axTveyl/6jEw==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-15.0.0.tgz",
|
||||
"integrity": "sha512-O9a/dK3mjdcJ4WhqIXsME1SFmP9r33ZZD0aGGYs8zusBRkZBKRJTxdISQyVOUipMM7bROrrRZsk5VOfyK7HgMA==",
|
||||
"dependencies": {
|
||||
"@commitlint/config-angular": "^13.2.0",
|
||||
"@commitlint/config-angular": "^15.0.0",
|
||||
"globby": "^11.0.0",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
|
|
@ -1890,6 +1890,25 @@
|
|||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-patternplate/node_modules/@commitlint/config-angular": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-15.0.0.tgz",
|
||||
"integrity": "sha512-1gpyAZkGB+v9hTvw4G8AGU7vzq49/pANifShUsoyuSLAmHzxC3YgE+ZyqlVoB+T6gjE90NXjUQbLmNpi/7ZFYg==",
|
||||
"dependencies": {
|
||||
"@commitlint/config-angular-type-enum": "^15.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-patternplate/node_modules/@commitlint/config-angular-type-enum": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-15.0.0.tgz",
|
||||
"integrity": "sha512-KBGoII2yo76KtbKbeCym5PxCt5CZvti7YbCEGOF5GiyZd/9AaJur/UhbzX3pcoLMgXd9u3Ru+qydm79TlRLuJA==",
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
|
||||
|
|
@ -16081,13 +16100,28 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-patternplate": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-13.2.0.tgz",
|
||||
"integrity": "sha512-LjeEpd0t2qAnL94Ae5R6OCrbLYxojoGQ3Hon3GPwgd8nXl0BjjKSn+elgYFIIPcm1FwWlMl9r7axTveyl/6jEw==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-15.0.0.tgz",
|
||||
"integrity": "sha512-O9a/dK3mjdcJ4WhqIXsME1SFmP9r33ZZD0aGGYs8zusBRkZBKRJTxdISQyVOUipMM7bROrrRZsk5VOfyK7HgMA==",
|
||||
"requires": {
|
||||
"@commitlint/config-angular": "^13.2.0",
|
||||
"@commitlint/config-angular": "^15.0.0",
|
||||
"globby": "^11.0.0",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/config-angular": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-15.0.0.tgz",
|
||||
"integrity": "sha512-1gpyAZkGB+v9hTvw4G8AGU7vzq49/pANifShUsoyuSLAmHzxC3YgE+ZyqlVoB+T6gjE90NXjUQbLmNpi/7ZFYg==",
|
||||
"requires": {
|
||||
"@commitlint/config-angular-type-enum": "^15.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/config-angular-type-enum": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-15.0.0.tgz",
|
||||
"integrity": "sha512-KBGoII2yo76KtbKbeCym5PxCt5CZvti7YbCEGOF5GiyZd/9AaJur/UhbzX3pcoLMgXd9u3Ru+qydm79TlRLuJA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/ensure": {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"@commitlint/config-angular": "^13.2.0",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^15.0.0",
|
||||
"@commitlint/format": "^13.2.0",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue