mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-08 08:26:55 +00:00
chore(deps): bump @commitlint/config-angular from 9.1.2 to 11.0.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 9.1.2 to 11.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v11.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
39179da618
commit
e196c39edf
2 changed files with 21 additions and 8 deletions
27
package-lock.json
generated
27
package-lock.json
generated
|
|
@ -837,17 +837,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-angular": {
|
"@commitlint/config-angular": {
|
||||||
"version": "9.1.2",
|
"version": "11.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-9.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-11.0.0.tgz",
|
||||||
"integrity": "sha512-zIO26glOlUjFnOiqxBl4fX1p6NYqWzx4OVf56LvrVP4vtrE5z0r/De93iqHLhmx9mBCh8HCUhGjYHR7SkqdepQ==",
|
"integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/config-angular-type-enum": "^9.1.2"
|
"@commitlint/config-angular-type-enum": "^11.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-angular-type-enum": {
|
"@commitlint/config-angular-type-enum": {
|
||||||
"version": "9.1.2",
|
"version": "11.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz",
|
||||||
"integrity": "sha512-vPdAnL1GbSKbbMhzAgCknQqCwafhjWI9GKnbNgY6MKcXJEvND/OyufUvxyyiews1blenGJupufZ8JrY5qbJwtQ=="
|
"integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg=="
|
||||||
},
|
},
|
||||||
"@commitlint/config-conventional": {
|
"@commitlint/config-conventional": {
|
||||||
"version": "9.1.2",
|
"version": "9.1.2",
|
||||||
|
|
@ -884,6 +884,19 @@
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@commitlint/config-angular": {
|
||||||
|
"version": "9.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-9.1.2.tgz",
|
||||||
|
"integrity": "sha512-zIO26glOlUjFnOiqxBl4fX1p6NYqWzx4OVf56LvrVP4vtrE5z0r/De93iqHLhmx9mBCh8HCUhGjYHR7SkqdepQ==",
|
||||||
|
"requires": {
|
||||||
|
"@commitlint/config-angular-type-enum": "^9.1.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@commitlint/config-angular-type-enum": {
|
||||||
|
"version": "9.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.2.tgz",
|
||||||
|
"integrity": "sha512-vPdAnL1GbSKbbMhzAgCknQqCwafhjWI9GKnbNgY6MKcXJEvND/OyufUvxyyiews1blenGJupufZ8JrY5qbJwtQ=="
|
||||||
|
},
|
||||||
"lodash": {
|
"lodash": {
|
||||||
"version": "4.17.20",
|
"version": "4.17.20",
|
||||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
"@actions/github": "^4.0.0",
|
"@actions/github": "^4.0.0",
|
||||||
"@commitlint/config-angular": "^9.1.2",
|
"@commitlint/config-angular": "^11.0.0",
|
||||||
"@commitlint/config-conventional": "^9.1.2",
|
"@commitlint/config-conventional": "^9.1.2",
|
||||||
"@commitlint/config-lerna-scopes": "^9.1.2",
|
"@commitlint/config-lerna-scopes": "^9.1.2",
|
||||||
"@commitlint/config-patternplate": "^9.1.2",
|
"@commitlint/config-patternplate": "^9.1.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue