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 16.2.1
Bumps [@commitlint/format](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/format) from 13.2.0 to 16.2.1. - [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/v16.2.1/@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
ba2f2b5735
commit
d33b6e263b
2 changed files with 31 additions and 33 deletions
62
package-lock.json
generated
62
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": "^16.2.1",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
|
|
@ -1861,19 +1861,6 @@
|
|||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/format": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-16.2.1.tgz",
|
||||
"integrity": "sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/is-ignored": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz",
|
||||
|
|
@ -2143,11 +2130,22 @@
|
|||
}
|
||||
},
|
||||
"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": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-16.2.1.tgz",
|
||||
"integrity": "sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/format/node_modules/@commitlint/types": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
|
||||
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -16519,16 +16517,6 @@
|
|||
"integrity": "sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==",
|
||||
"dev": true
|
||||
},
|
||||
"@commitlint/format": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-16.2.1.tgz",
|
||||
"integrity": "sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz",
|
||||
|
|
@ -16736,12 +16724,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": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-16.2.1.tgz",
|
||||
"integrity": "sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"@commitlint/types": "^16.2.1",
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "16.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
|
||||
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.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": "^16.2.1",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue