mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-09 08:46:54 +00:00
chore(deps): bump @commitlint/load from 13.2.1 to 15.0.0
Bumps [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) from 13.2.1 to 15.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/load/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v15.0.0/@commitlint/load) --- updated-dependencies: - dependency-name: "@commitlint/load" 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
6dd38f380f
2 changed files with 126 additions and 26 deletions
150
package-lock.json
generated
150
package-lock.json
generated
|
|
@ -17,7 +17,7 @@
|
||||||
"@commitlint/config-patternplate": "^13.2.0",
|
"@commitlint/config-patternplate": "^13.2.0",
|
||||||
"@commitlint/format": "^13.2.0",
|
"@commitlint/format": "^13.2.0",
|
||||||
"@commitlint/lint": "^13.2.0",
|
"@commitlint/lint": "^13.2.0",
|
||||||
"@commitlint/load": "^13.2.1",
|
"@commitlint/load": "^15.0.0",
|
||||||
"commitlint-config-jira": "^1.5.1",
|
"commitlint-config-jira": "^1.5.1",
|
||||||
"commitlint-plugin-function-rules": "^1.4.0",
|
"commitlint-plugin-function-rules": "^1.4.0",
|
||||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||||
|
|
@ -1807,6 +1807,50 @@
|
||||||
"node": ">=v12"
|
"node": ">=v12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@commitlint/cli/node_modules/@commitlint/execute-rule": {
|
||||||
|
"version": "13.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz",
|
||||||
|
"integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==",
|
||||||
|
"dev": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=v12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@commitlint/cli/node_modules/@commitlint/load": {
|
||||||
|
"version": "13.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz",
|
||||||
|
"integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@commitlint/execute-rule": "^13.2.0",
|
||||||
|
"@commitlint/resolve-extends": "^13.2.0",
|
||||||
|
"@commitlint/types": "^13.2.0",
|
||||||
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
||||||
|
"chalk": "^4.0.0",
|
||||||
|
"cosmiconfig": "^7.0.0",
|
||||||
|
"lodash": "^4.17.19",
|
||||||
|
"resolve-from": "^5.0.0",
|
||||||
|
"typescript": "^4.4.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=v12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@commitlint/cli/node_modules/@commitlint/resolve-extends": {
|
||||||
|
"version": "13.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz",
|
||||||
|
"integrity": "sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"import-fresh": "^3.0.0",
|
||||||
|
"lodash": "^4.17.19",
|
||||||
|
"resolve-from": "^5.0.0",
|
||||||
|
"resolve-global": "^1.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",
|
||||||
|
|
@ -1903,9 +1947,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/execute-rule": {
|
"node_modules/@commitlint/execute-rule": {
|
||||||
"version": "13.2.0",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz",
|
||||||
"integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==",
|
"integrity": "sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=v12"
|
"node": ">=v12"
|
||||||
}
|
}
|
||||||
|
|
@ -1949,13 +1993,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/load": {
|
"node_modules/@commitlint/load": {
|
||||||
"version": "13.2.1",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz",
|
||||||
"integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==",
|
"integrity": "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/execute-rule": "^13.2.0",
|
"@commitlint/execute-rule": "^15.0.0",
|
||||||
"@commitlint/resolve-extends": "^13.2.0",
|
"@commitlint/resolve-extends": "^15.0.0",
|
||||||
"@commitlint/types": "^13.2.0",
|
"@commitlint/types": "^15.0.0",
|
||||||
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.0.0",
|
||||||
"cosmiconfig": "^7.0.0",
|
"cosmiconfig": "^7.0.0",
|
||||||
|
|
@ -1967,6 +2011,17 @@
|
||||||
"node": ">=v12"
|
"node": ">=v12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@commitlint/load/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": {
|
||||||
|
"chalk": "^4.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=v12"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@commitlint/message": {
|
"node_modules/@commitlint/message": {
|
||||||
"version": "13.2.0",
|
"version": "13.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
||||||
|
|
@ -2018,9 +2073,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/resolve-extends": {
|
"node_modules/@commitlint/resolve-extends": {
|
||||||
"version": "13.2.0",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
|
||||||
"integrity": "sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==",
|
"integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"import-fresh": "^3.0.0",
|
"import-fresh": "^3.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
|
|
@ -16031,6 +16086,41 @@
|
||||||
"yargs": "^17.0.0"
|
"yargs": "^17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@commitlint/execute-rule": {
|
||||||
|
"version": "13.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz",
|
||||||
|
"integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"@commitlint/load": {
|
||||||
|
"version": "13.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz",
|
||||||
|
"integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@commitlint/execute-rule": "^13.2.0",
|
||||||
|
"@commitlint/resolve-extends": "^13.2.0",
|
||||||
|
"@commitlint/types": "^13.2.0",
|
||||||
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
||||||
|
"chalk": "^4.0.0",
|
||||||
|
"cosmiconfig": "^7.0.0",
|
||||||
|
"lodash": "^4.17.19",
|
||||||
|
"resolve-from": "^5.0.0",
|
||||||
|
"typescript": "^4.4.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@commitlint/resolve-extends": {
|
||||||
|
"version": "13.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz",
|
||||||
|
"integrity": "sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"import-fresh": "^3.0.0",
|
||||||
|
"lodash": "^4.17.19",
|
||||||
|
"resolve-from": "^5.0.0",
|
||||||
|
"resolve-global": "^1.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",
|
||||||
|
|
@ -16100,9 +16190,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/execute-rule": {
|
"@commitlint/execute-rule": {
|
||||||
"version": "13.2.0",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-15.0.0.tgz",
|
||||||
"integrity": "sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g=="
|
"integrity": "sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg=="
|
||||||
},
|
},
|
||||||
"@commitlint/format": {
|
"@commitlint/format": {
|
||||||
"version": "13.2.0",
|
"version": "13.2.0",
|
||||||
|
|
@ -16134,19 +16224,29 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/load": {
|
"@commitlint/load": {
|
||||||
"version": "13.2.1",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz",
|
||||||
"integrity": "sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==",
|
"integrity": "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/execute-rule": "^13.2.0",
|
"@commitlint/execute-rule": "^15.0.0",
|
||||||
"@commitlint/resolve-extends": "^13.2.0",
|
"@commitlint/resolve-extends": "^15.0.0",
|
||||||
"@commitlint/types": "^13.2.0",
|
"@commitlint/types": "^15.0.0",
|
||||||
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.0.0",
|
||||||
"cosmiconfig": "^7.0.0",
|
"cosmiconfig": "^7.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "^5.0.0",
|
"resolve-from": "^5.0.0",
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.4.3"
|
||||||
|
},
|
||||||
|
"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/message": {
|
"@commitlint/message": {
|
||||||
|
|
@ -16190,9 +16290,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/resolve-extends": {
|
"@commitlint/resolve-extends": {
|
||||||
"version": "13.2.0",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
|
||||||
"integrity": "sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==",
|
"integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"import-fresh": "^3.0.0",
|
"import-fresh": "^3.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
"@commitlint/config-patternplate": "^13.2.0",
|
"@commitlint/config-patternplate": "^13.2.0",
|
||||||
"@commitlint/format": "^13.2.0",
|
"@commitlint/format": "^13.2.0",
|
||||||
"@commitlint/lint": "^13.2.0",
|
"@commitlint/lint": "^13.2.0",
|
||||||
"@commitlint/load": "^13.2.1",
|
"@commitlint/load": "^15.0.0",
|
||||||
"commitlint-config-jira": "^1.5.1",
|
"commitlint-config-jira": "^1.5.1",
|
||||||
"commitlint-plugin-function-rules": "^1.4.0",
|
"commitlint-plugin-function-rules": "^1.4.0",
|
||||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue