mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump @commitlint/format from 13.2.0 to 17.0.0
Bumps [@commitlint/format](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/format) from 13.2.0 to 17.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/format/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/format) --- updated-dependencies: - dependency-name: "@commitlint/format" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
43934e274f
commit
c5f47aa9d9
2 changed files with 34 additions and 13 deletions
45
package-lock.json
generated
45
package-lock.json
generated
|
|
@ -15,7 +15,7 @@
|
|||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^13.2.0",
|
||||
"@commitlint/format": "^13.2.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
|
|
@ -2143,15 +2143,26 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/format": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
||||
"integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz",
|
||||
"integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"chalk": "^4.0.0"
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"chalk": "^4.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/format/node_modules/@commitlint/types": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
|
||||
"integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==",
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
|
|
@ -16754,12 +16765,22 @@
|
|||
"integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g=="
|
||||
},
|
||||
"@commitlint/format": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
||||
"integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz",
|
||||
"integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"chalk": "^4.0.0"
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"chalk": "^4.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
|
||||
"integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==",
|
||||
"requires": {
|
||||
"chalk": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^13.2.0",
|
||||
"@commitlint/format": "^13.2.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue