mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-09 08:46:54 +00:00
chore(deps): bump @commitlint/format from 13.2.0 to 15.0.0
Bumps [@commitlint/format](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/format) 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/format/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v15.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
296247dfa6
commit
d9a94de03c
2 changed files with 54 additions and 10 deletions
62
package-lock.json
generated
62
package-lock.json
generated
|
|
@ -15,7 +15,7 @@
|
||||||
"@commitlint/config-conventional": "^13.2.0",
|
"@commitlint/config-conventional": "^13.2.0",
|
||||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||||
"@commitlint/config-patternplate": "^13.2.0",
|
"@commitlint/config-patternplate": "^13.2.0",
|
||||||
"@commitlint/format": "^13.2.0",
|
"@commitlint/format": "^15.0.0",
|
||||||
"@commitlint/lint": "^13.2.0",
|
"@commitlint/lint": "^13.2.0",
|
||||||
"@commitlint/load": "^13.2.1",
|
"@commitlint/load": "^13.2.1",
|
||||||
"commitlint-config-jira": "^1.5.1",
|
"commitlint-config-jira": "^1.5.1",
|
||||||
|
|
@ -1807,6 +1807,19 @@
|
||||||
"node": ">=v12"
|
"node": ">=v12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@commitlint/cli/node_modules/@commitlint/format": {
|
||||||
|
"version": "13.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
||||||
|
"integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@commitlint/types": "^13.2.0",
|
||||||
|
"chalk": "^4.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=v12"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@commitlint/cli/node_modules/yargs": {
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
||||||
"version": "17.1.1",
|
"version": "17.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
||||||
|
|
@ -1911,11 +1924,22 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/format": {
|
"node_modules/@commitlint/format": {
|
||||||
"version": "13.2.0",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz",
|
||||||
"integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
"integrity": "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==",
|
||||||
|
"dependencies": {
|
||||||
|
"@commitlint/types": "^15.0.0",
|
||||||
|
"chalk": "^4.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=v12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@commitlint/format/node_modules/@commitlint/types": {
|
||||||
|
"version": "15.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||||
|
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^13.2.0",
|
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -16031,6 +16055,16 @@
|
||||||
"yargs": "^17.0.0"
|
"yargs": "^17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@commitlint/format": {
|
||||||
|
"version": "13.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
||||||
|
"integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@commitlint/types": "^13.2.0",
|
||||||
|
"chalk": "^4.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"yargs": {
|
"yargs": {
|
||||||
"version": "17.1.1",
|
"version": "17.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
||||||
|
|
@ -16105,12 +16139,22 @@
|
||||||
"integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g=="
|
"integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g=="
|
||||||
},
|
},
|
||||||
"@commitlint/format": {
|
"@commitlint/format": {
|
||||||
"version": "13.2.0",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz",
|
||||||
"integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==",
|
"integrity": "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/types": "^13.2.0",
|
"@commitlint/types": "^15.0.0",
|
||||||
"chalk": "^4.0.0"
|
"chalk": "^4.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@commitlint/types": {
|
||||||
|
"version": "15.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||||
|
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||||
|
"requires": {
|
||||||
|
"chalk": "^4.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/is-ignored": {
|
"@commitlint/is-ignored": {
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
"@commitlint/config-conventional": "^13.2.0",
|
"@commitlint/config-conventional": "^13.2.0",
|
||||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||||
"@commitlint/config-patternplate": "^13.2.0",
|
"@commitlint/config-patternplate": "^13.2.0",
|
||||||
"@commitlint/format": "^13.2.0",
|
"@commitlint/format": "^15.0.0",
|
||||||
"@commitlint/lint": "^13.2.0",
|
"@commitlint/lint": "^13.2.0",
|
||||||
"@commitlint/load": "^13.2.1",
|
"@commitlint/load": "^13.2.1",
|
||||||
"commitlint-config-jira": "^1.5.1",
|
"commitlint-config-jira": "^1.5.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue