mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump @commitlint/load from 12.1.4 to 13.1.0
Bumps [@commitlint/load](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.1.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/v12.1.4...v13.1.0) --- 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
59203cb6ee
commit
2d7eb3c2e5
2 changed files with 127 additions and 29 deletions
154
package-lock.json
generated
154
package-lock.json
generated
|
|
@ -17,7 +17,7 @@
|
|||
"@commitlint/config-patternplate": "^12.1.4",
|
||||
"@commitlint/format": "^12.1.4",
|
||||
"@commitlint/lint": "^12.1.4",
|
||||
"@commitlint/load": "^12.1.4",
|
||||
"@commitlint/load": "^13.1.0",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.3.2",
|
||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||
|
|
@ -1822,6 +1822,48 @@
|
|||
"node": ">=v10"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/execute-rule": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
||||
"integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=v10"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/load": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
||||
"integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/execute-rule": "^12.1.4",
|
||||
"@commitlint/resolve-extends": "^12.1.4",
|
||||
"@commitlint/types": "^12.1.4",
|
||||
"chalk": "^4.0.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v10"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/resolve-extends": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
||||
"integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0",
|
||||
"resolve-global": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v10"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-angular": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.4.tgz",
|
||||
|
|
@ -1900,11 +1942,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/execute-rule": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
||||
"integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==",
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.0.0.tgz",
|
||||
"integrity": "sha512-lBz2bJhNAgkkU/rFMAw3XBNujbxhxlaFHY3lfKB/MxpAa+pIfmWB3ig9i1VKe0wCvujk02O0WiMleNaRn2KJqw==",
|
||||
"engines": {
|
||||
"node": ">=v10"
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/format": {
|
||||
|
|
@ -1946,20 +1988,31 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
||||
"integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.1.0.tgz",
|
||||
"integrity": "sha512-zlZbjJCWnWmBOSwTXis8H7I6pYk6JbDwOCuARA6B9Y/qt2PD+NCo0E/7EuaaFoxjHl+o56QR5QttuMBrf+BJzg==",
|
||||
"dependencies": {
|
||||
"@commitlint/execute-rule": "^12.1.4",
|
||||
"@commitlint/resolve-extends": "^12.1.4",
|
||||
"@commitlint/types": "^12.1.4",
|
||||
"@commitlint/execute-rule": "^13.0.0",
|
||||
"@commitlint/resolve-extends": "^13.0.0",
|
||||
"@commitlint/types": "^13.1.0",
|
||||
"chalk": "^4.0.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v10"
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/load/node_modules/@commitlint/types": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.1.0.tgz",
|
||||
"integrity": "sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==",
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/message": {
|
||||
|
|
@ -1999,9 +2052,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/resolve-extends": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
||||
"integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.0.0.tgz",
|
||||
"integrity": "sha512-1SyaE+UOsYTkQlTPUOoj4NwxQhGFtYildVS/d0TJuK8a9uAJLw7bhCLH2PEeH5cC2D1do4Eqhx/3bLDrSLH3hg==",
|
||||
"dependencies": {
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
|
@ -2009,7 +2062,7 @@
|
|||
"resolve-global": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v10"
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules": {
|
||||
|
|
@ -15889,6 +15942,41 @@
|
|||
"resolve-from": "5.0.0",
|
||||
"resolve-global": "1.0.0",
|
||||
"yargs": "^16.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/execute-rule": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
||||
"integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==",
|
||||
"dev": true
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
||||
"integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/execute-rule": "^12.1.4",
|
||||
"@commitlint/resolve-extends": "^12.1.4",
|
||||
"@commitlint/types": "^12.1.4",
|
||||
"chalk": "^4.0.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/resolve-extends": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
||||
"integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0",
|
||||
"resolve-global": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/config-angular": {
|
||||
|
|
@ -15943,9 +16031,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/execute-rule": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz",
|
||||
"integrity": "sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg=="
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.0.0.tgz",
|
||||
"integrity": "sha512-lBz2bJhNAgkkU/rFMAw3XBNujbxhxlaFHY3lfKB/MxpAa+pIfmWB3ig9i1VKe0wCvujk02O0WiMleNaRn2KJqw=="
|
||||
},
|
||||
"@commitlint/format": {
|
||||
"version": "12.1.4",
|
||||
|
|
@ -15977,17 +16065,27 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz",
|
||||
"integrity": "sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==",
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.1.0.tgz",
|
||||
"integrity": "sha512-zlZbjJCWnWmBOSwTXis8H7I6pYk6JbDwOCuARA6B9Y/qt2PD+NCo0E/7EuaaFoxjHl+o56QR5QttuMBrf+BJzg==",
|
||||
"requires": {
|
||||
"@commitlint/execute-rule": "^12.1.4",
|
||||
"@commitlint/resolve-extends": "^12.1.4",
|
||||
"@commitlint/types": "^12.1.4",
|
||||
"@commitlint/execute-rule": "^13.0.0",
|
||||
"@commitlint/resolve-extends": "^13.0.0",
|
||||
"@commitlint/types": "^13.1.0",
|
||||
"chalk": "^4.0.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.1.0.tgz",
|
||||
"integrity": "sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/message": {
|
||||
|
|
@ -16018,9 +16116,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/resolve-extends": {
|
||||
"version": "12.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz",
|
||||
"integrity": "sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==",
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-13.0.0.tgz",
|
||||
"integrity": "sha512-1SyaE+UOsYTkQlTPUOoj4NwxQhGFtYildVS/d0TJuK8a9uAJLw7bhCLH2PEeH5cC2D1do4Eqhx/3bLDrSLH3hg==",
|
||||
"requires": {
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"@commitlint/config-patternplate": "^12.1.4",
|
||||
"@commitlint/format": "^12.1.4",
|
||||
"@commitlint/lint": "^12.1.4",
|
||||
"@commitlint/load": "^12.1.4",
|
||||
"@commitlint/load": "^13.1.0",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.3.2",
|
||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue